| javax.swing.event.ChangeEvent org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
ShortcutPrefixActiveEvent | public class ShortcutPrefixActiveEvent extends ChangeEvent (Code) | | Description of the Class
author: jchoyt |
active | protected boolean active(Code) | | Description of the Field
|
ShortcutPrefixActiveEvent | public ShortcutPrefixActiveEvent(Hashtable bindings, boolean active)(Code) | | Constructor for the ShortcutPrefixActiveEvent object
Parameters: bindings - Description of the Parameter Parameters: active - Description of the Parameter |
addChangeEventListener | public static void addChangeEventListener(ChangeListener l)(Code) | | Adds a feature to the ChangeEventListener attribute of the
ShortcutPrefixActiveEvent class
Parameters: l - The feature to be added to the ChangeEventListener attribute |
firePrefixStateChange | protected static void firePrefixStateChange(Hashtable bindings, boolean listeningForShortcutCompletion)(Code) | | Description of the Method
Parameters: bindings - Description of the Parameter Parameters: listeningForShortcutCompletion - Description of the Parameter |
getActive | public boolean getActive()(Code) | | Gets the active attribute of the ShortcutPrefixActiveEvent object
The active value |
getBindings | public Hashtable getBindings()(Code) | | Gets the bindings attribute of the ShortcutPrefixActiveEvent object
The bindings value |
removeChangeEventListener | public static void removeChangeEventListener(ChangeListener l)(Code) | | Description of the Method
Parameters: l - Description of the Parameter |
|
|