|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
javax.swing.event.ChangeEvent
org.gjt.sp.jedit.gui.ShortcutPrefixActiveEvent
public class ShortcutPrefixActiveEvent
Description of the Class
| Field Summary | |
|---|---|
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 |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ShortcutPrefixActiveEvent(java.util.Hashtable bindings,
boolean active)
Constructor for the ShortcutPrefixActiveEvent object |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Hashtable bindings
protected boolean active
protected static javax.swing.event.EventListenerList listenerList
| Constructor Detail |
|---|
public ShortcutPrefixActiveEvent(java.util.Hashtable bindings,
boolean active)
bindings - Description of the Parameteractive - Description of the Parameter| Method Detail |
|---|
public 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 Parameter
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||