edu.sdsc.sirius.dialogs
Class ViewEvent

java.lang.Object
  extended byedu.sdsc.sirius.dialogs.ViewEvent
All Implemented Interfaces:
DisplayDialogEvent

public class ViewEvent
extends java.lang.Object
implements DisplayDialogEvent


Field Summary
 java.lang.String componentId
           
 boolean flag
           
 float radius
           
 int setFlag
           
 StructureComponent structureComponent
           
 
Constructor Summary
ViewEvent(DisplayDialog d)
           
 
Method Summary
 int getSetFlag()
           
 DisplayDialog getSource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentId

public java.lang.String componentId

structureComponent

public StructureComponent structureComponent

radius

public float radius

flag

public boolean flag

setFlag

public int setFlag
Constructor Detail

ViewEvent

public ViewEvent(DisplayDialog d)
Method Detail

getSource

public DisplayDialog getSource()
Specified by:
getSource in interface DisplayDialogEvent

getSetFlag

public int getSetFlag()
Specified by:
getSetFlag in interface DisplayDialogEvent