com.ibm.di.admin
Class InputActionMap

java.lang.Object
  extended by com.ibm.di.admin.InputActionMap

public class InputActionMap
extends Object


Field Summary
static String IAM_ACTION
           
static String IAM_KEYSTROKE
           
 
Constructor Summary
InputActionMap()
           
 
Method Summary
static void addButtons(String resource, ActionMap map, JComponent target)
           
static ActionMap loadActionMap(String resource, ActionListener listener)
           
static void loadInputActionMap(Object target)
           
static void loadInputActionMap(Object target, JComponent comp)
           
static void loadInputActionMap(String resource, JComponent target, ActionListener listener)
           
static InputMap loadInputMap(String resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IAM_KEYSTROKE

public static final String IAM_KEYSTROKE
See Also:
Constant Field Values

IAM_ACTION

public static final String IAM_ACTION
See Also:
Constant Field Values
Constructor Detail

InputActionMap

public InputActionMap()
Method Detail

addButtons

public static void addButtons(String resource,
                              ActionMap map,
                              JComponent target)

loadInputActionMap

public static void loadInputActionMap(Object target)
                               throws Exception
Throws:
Exception

loadInputActionMap

public static void loadInputActionMap(Object target,
                                      JComponent comp)
                               throws Exception
Throws:
Exception

loadInputActionMap

public static void loadInputActionMap(String resource,
                                      JComponent target,
                                      ActionListener listener)
                               throws Exception
Throws:
Exception

loadInputMap

public static InputMap loadInputMap(String resource)
                             throws Exception
Throws:
Exception

loadActionMap

public static ActionMap loadActionMap(String resource,
                                      ActionListener listener)
                               throws Exception
Throws:
Exception