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, mayHaveChildrengetIcon, getLongLabel, getShortLabel, getToolTipText, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIcon, getLongLabel, getShortLabel, getToolTipText, toStringpublic boolean isDirty()
Dirtyablepublic void markDirty(boolean dirty)
DirtyablemarkDirty(...) instead of setDirty(...) so that the JavaBeans Introspector will not mistakenly identify "dirty" as a JavaBean property.