|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sdsc.mbt.viewables.StructureStylesEvent
An event generated when changes are made to a StructureStyles object. This event class is used when viewable style attributes are set.
Field Summary | |
int |
attribute
The main attribute that was changed in the StructureStyles object (see StructureStyles for a list of valid states). |
boolean |
aux
|
boolean |
batch
|
int |
flag
The accelerator flag used for visibility and selections that apply to the entire structure (see StructureStyles for a list of valid states). |
int |
property
The specific property that was changed in the Style object (see each Style sub-classes for a list of valid states). |
StructureComponent |
structureComponent
The StructureComponent for which style changed. |
StructureStyles |
structureStyles
The StructureStyles in which the style changed. |
Constructor Summary | |
StructureStylesEvent()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public StructureStyles structureStyles
public StructureComponent structureComponent
public int attribute
public int property
public int flag
public boolean batch
public boolean aux
Constructor Detail |
public StructureStylesEvent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |