Uses of Class
anl.aida.client.gui.VizPropertyBean.Type

Packages that use VizPropertyBean.Type
anl.aida.client.gui   
 

Uses of VizPropertyBean.Type in anl.aida.client.gui
 

Fields in anl.aida.client.gui declared as VizPropertyBean.Type
private  VizPropertyBean.Type VizPropertyBean.type
           
 

Methods in anl.aida.client.gui that return VizPropertyBean.Type
 VizPropertyBean.Type VizPropertyBean.getType()
           
static VizPropertyBean.Type VizPropertyBean.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VizPropertyBean.Type[] VizPropertyBean.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in anl.aida.client.gui with parameters of type VizPropertyBean.Type
 void VizPropertyBean.setType(VizPropertyBean.Type type)