public class LibraryElement extends DefaultElement implements Dirtyable
Constructor and Description |
---|
LibraryElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDirty()
True if the data in the object has been modified.
|
void |
markDirty(boolean dirty)
Marks the data with the specified dirty state.
|
getAttributes, getChildren, getData, mayHaveChildren
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIcon, getLongLabel, getShortLabel, getToolTipText, toString
public boolean isDirty()
Dirtyable
public void markDirty(boolean dirty)
Dirtyable
markDirty(...)
instead of
setDirty(...)
so that the JavaBeans
Introspector
will not
mistakenly identify "dirty" as a JavaBean property.