Uses of Class
com.stimulsoft.base.drawing.enums.StiAction

Packages that use StiAction
com.stimulsoft.base.drawing.enums   
com.stimulsoft.report.design   
 

Uses of StiAction in com.stimulsoft.base.drawing.enums
 

Methods in com.stimulsoft.base.drawing.enums that return StiAction
static StiAction StiAction.forValue(int value)
           
static StiAction StiAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiAction[] StiAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StiAction in com.stimulsoft.report.design
 

Methods in com.stimulsoft.report.design that return StiAction
 StiAction StiDesignerInfo.getCurrentAction()
          Currect action in designer.
 

Methods in com.stimulsoft.report.design with parameters of type StiAction
 void StiDesignerInfo.setCurrentAction(StiAction value)