public class ShortcutPrefixActiveEvent
extends javax.swing.event.ChangeEvent
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
active |
Description of the Field
|
protected java.util.Hashtable |
bindings |
Description of the Field
|
protected static javax.swing.event.EventListenerList |
listenerList |
Description of the Field
|
| Constructor | Description |
|---|---|
ShortcutPrefixActiveEvent(java.util.Hashtable bindings,
boolean active) |
Constructor for the ShortcutPrefixActiveEvent object
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
addChangeEventListener(javax.swing.event.ChangeListener l) |
Adds a feature to the ChangeEventListener attribute of the
ShortcutPrefixActiveEvent class
|
static void |
firePrefixStateChange(java.util.Hashtable bindings,
boolean listeningForShortcutCompletion) |
Description of the Method
|
boolean |
getActive() |
Gets the active attribute of the ShortcutPrefixActiveEvent object
|
java.util.Hashtable |
getBindings() |
Gets the bindings attribute of the ShortcutPrefixActiveEvent object
|
static void |
removeChangeEventListener(javax.swing.event.ChangeListener l) |
Description of the Method
|
protected java.util.Hashtable bindings
protected boolean active
protected static javax.swing.event.EventListenerList listenerList
public ShortcutPrefixActiveEvent(java.util.Hashtable bindings,
boolean active)
bindings - Description of the Parameteractive - Description of the Parameterpublic static void addChangeEventListener(javax.swing.event.ChangeListener l)
l - The feature to be added to the ChangeEventListener attributepublic static void removeChangeEventListener(javax.swing.event.ChangeListener l)
l - Description of the Parameterpublic static void firePrefixStateChange(java.util.Hashtable bindings,
boolean listeningForShortcutCompletion)
bindings - Description of the ParameterlisteningForShortcutCompletion - Description of the Parameterpublic java.util.Hashtable getBindings()
public boolean getActive()