|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Defines an interface for classes that provide rendering
information for sgt.dm classes.
| Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add listener for changes to attribute properties. |
java.lang.String |
getId()
Get attribute id. |
boolean |
isBatch()
Is the attribute in batch mode? |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove change listener. |
void |
setBatch(boolean batch)
Batch the changes to the attribute. |
void |
setBatch(boolean batch,
boolean local)
Batch the changes to the attribute and set local flag. |
void |
setId(java.lang.String id)
Set attribute id. |
java.lang.String |
toString()
Return a printable representation of the object. |
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void setId(java.lang.String id)
public java.lang.String getId()
public void setBatch(boolean batch)
public void setBatch(boolean batch,
boolean local)
AttributeChangeEvent will be set local.
public boolean isBatch()
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||