net.sourceforge.jivalo.editor.key
Class KeyAction

java.lang.Object
  extended by net.sourceforge.jivalo.editor.key.KeyAction

public final class KeyAction
extends Object

Author:
Markku Saarela

Constructor Summary
KeyAction(String name, Object action)
           
 
Method Summary
 String getAction()
           
 String getActionName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyAction

public KeyAction(String name,
                 Object action)
Parameters:
name - javax.swing.text.DefaultEditorKit static field name
action - javax.swing.text.DefaultEditorKit static field value
Method Detail

getAction

public String getAction()
Returns:
the action

getActionName

public String getActionName()
Returns:
the actionName

getName

public String getName()
Returns:
the name


Copyright © 2006-2007 SourceForge.net. All Rights Reserved.