| java.lang.Object net.suberic.util.gui.ConfigurableKeyBinding
ConfigurableKeyBinding | public class ConfigurableKeyBinding implements ConfigurableUI(Code) | | This class is a KeyBinding controller for a JComponent.
|
ConfigurableKeyBinding | public ConfigurableKeyBinding(JComponent newComponent, String componentID, VariableBundle vars)(Code) | | This creates a new ConfigurableKeyBinding which attaches to component
newComponent, and defines itself using componentID and vars.
|
configureComponent | public void configureComponent(String componentID, VariableBundle vars)(Code) | | This configures the KeyBindings using the given componentID
and VariableBundle.
As defined in interface net.suberic.util.gui.ConfigurableUI.
|
getCondition | public int getCondition()(Code) | | |
setActive | public void setActive(Hashtable newCommands)(Code) | | This method actually binds the configured KeyStrokes to the current
Actions.
As defined in interface net.suberic.util.gui.ConfigurableUI.
|
setActive | public void setActive(Action[] newActions)(Code) | | This method actually binds the configured KeyStrokes to the current
Actions.
As defined in interface net.suberic.util.gui.ConfigurableUI.
|
setCondition | public void setCondition(int newCondition)(Code) | | |
|
|