net.sourceforge.nite.gui.actions
Class NActionReference

java.lang.Object
  extended by net.sourceforge.nite.gui.actions.NActionReference

public class NActionReference
extends java.lang.Object

Author:
judyr This represents the NiteActionReference specification

Constructor Summary
NActionReference()
           
 
Method Summary
 void addKeyboardInput(java.lang.String stroke, java.lang.String actionName)
           
 java.lang.String getActionID()
          Returns the actionID.
 javax.swing.InputMap getInputMap()
          Returns the inputMap.
 java.lang.String getTrigger()
          Returns the trigger.
 void setActionID(java.lang.String actionID)
          Sets the actionID.
 void setInputMap(javax.swing.InputMap inputMap)
          Sets the inputMap.
 void setTrigger(java.lang.String trigger)
          Sets the trigger.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NActionReference

public NActionReference()
Method Detail

addKeyboardInput

public void addKeyboardInput(java.lang.String stroke,
                             java.lang.String actionName)

getInputMap

public javax.swing.InputMap getInputMap()
Returns the inputMap.

Returns:
InputMap

setInputMap

public void setInputMap(javax.swing.InputMap inputMap)
Sets the inputMap.

Parameters:
inputMap - The inputMap to set

getActionID

public java.lang.String getActionID()
Returns the actionID.

Returns:
String

setActionID

public void setActionID(java.lang.String actionID)
Sets the actionID.

Parameters:
actionID - The actionID to set

getTrigger

public java.lang.String getTrigger()
Returns the trigger.

Returns:
String

setTrigger

public void setTrigger(java.lang.String trigger)
Sets the trigger.

Parameters:
trigger - The trigger to set