Uses of Class
cz.psika.numerist.SharedActions.Actions

Packages that use SharedActions.Actions
cz.psika.numerist Nearly all application classes live within this package. 
 

Uses of SharedActions.Actions in cz.psika.numerist
 

Methods in cz.psika.numerist that return SharedActions.Actions
static SharedActions.Actions SharedActions.Actions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SharedActions.Actions[] SharedActions.Actions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.psika.numerist with parameters of type SharedActions.Actions
static boolean SharedActions.actionTest(SharedActions.Actions action)
          Some tests used to make GUI interface behave dynamic.
static javax.swing.Action SharedActions.getAction(SharedActions.Actions action)
          Simple switch returning action handlers without parameters.
 javax.swing.Action SharedActions.getAction(SharedActions.Actions action, java.lang.Object param)
          Get parametrized action handlers.