|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.control.attributetree.AttributeTreeState
This class stores the currently state of an SwtAttributeTree. The state of an SwtAttributeTree is defined by its currently set column width, expand level, top item and selection.
| Constructor Summary | |
AttributeTreeState(SwtAttributeTree attrTree,
java.lang.String item)
Constructor which stores either the complete state or part of it of the specified attribute tree |
|
| Method Summary | |
void |
restoreState(SwtAttributeTree attrTree)
Restores the state of the given SwtAttributeTree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AttributeTreeState(SwtAttributeTree attrTree,
java.lang.String item)
attrTree - the SwtAttributeTree which state should be storeditem - name of the first level category attribute which state
should be stored. Set to null or an empty string to store the complete
attribute tree state.| Method Detail |
public final void restoreState(SwtAttributeTree attrTree)
attrTree - the SwtAttributeTree which state should be restored
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||