edu.sdsc.mbt.viewables
Class StructureStylesEvent

java.lang.Object
  extended byedu.sdsc.mbt.viewables.StructureStylesEvent

public class StructureStylesEvent
extends java.lang.Object

An event generated when changes are made to a StructureStyles object. This event class is used when viewable style attributes are set.

Author:
John L. Moreland
See Also:


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

structureStyles

public StructureStyles structureStyles
The StructureStyles in which the style changed.


structureComponent

public StructureComponent structureComponent
The StructureComponent for which style changed.


attribute

public int attribute
The main attribute that was changed in the StructureStyles object (see StructureStyles for a list of valid states). For example: selection, or visibility.


property

public int property
The specific property that was changed in the Style object (see each Style sub-classes for a list of valid states). For example: color, radius, label, etc.


flag

public int flag
The accelerator flag used for visibility and selections that apply to the entire structure (see StructureStyles for a list of valid states).


batch

public boolean batch

aux

public boolean aux
Constructor Detail

StructureStylesEvent

public StructureStylesEvent()