Uses of Class
com.ibm.carma.ui.view.RAMActionState

Packages that use RAMActionState
com.ibm.carma.ui.action   
com.ibm.carma.ui.view   
 

Uses of RAMActionState in com.ibm.carma.ui.action
 

Methods in com.ibm.carma.ui.action with parameters of type RAMActionState
 void OpenWithActionMenu.setActionState(RAMActionState state)
          Sets the display state of the menu
 

Uses of RAMActionState in com.ibm.carma.ui.view
 

Methods in com.ibm.carma.ui.view that return RAMActionState
 RAMActionState RAMActionRegistry.getRAMActionState(java.lang.String ramId, java.lang.String actionId)
          Retrieves the stored display state for the given RAM ID and action ID.
 RAMActionState RAMActionRegistry.getRegisteredActionState(java.lang.String actionId, org.eclipse.ui.actions.ActionContext context)
          Determines the action state for the given ActionContext
static RAMActionState RAMActionState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RAMActionState[] RAMActionState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.carma.ui.view with parameters of type RAMActionState
 boolean RAMActionState.isOverride(RAMActionState otherState)
          Compares the current action state to another state to determine if the current action state overrides the provided state in terms of action visibility
 void RAMActionRegistry.setRAMActionState(java.lang.String ramId, java.lang.String actionId, RAMActionState enabled)
          Sets the action state in the registry for the given ram and action ID