|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.listener.SelectionListenerHelper
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
SelectionListenerHelper()
|
Method Summary | |
static void |
addSelectionListener(javax.swing.JComponent comp,
SelectionListener listener)
Access method for an one to n association. |
protected static void |
fireSelectionChanged(javax.swing.JComponent source,
java.lang.Integer old,
java.lang.Integer selection)
No comment provided by developer, please add a comment to improve documentation. |
protected static void |
fireSelectionChanged(SelectionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
static int |
getSelection(javax.swing.JComponent comp)
Get the selection attribute of the SelectionListenerHelper class |
protected static java.beans.PropertyChangeListener |
getSelectionStateListener()
Get the selectionStateListener attribute of the SelectionListenerHelper class |
static boolean |
isFocused(javax.swing.JComponent comp)
Get the focused attribute of the SelectionListenerHelper class |
static boolean |
isSelected(javax.swing.JComponent comp)
Get the selected attribute of the SelectionListenerHelper class |
static java.util.Iterator |
iteratorOfSelectionListeners(javax.swing.JComponent comp)
No comment provided by developer, please add a comment to improve documentation. |
static boolean |
removeSelectionListener(javax.swing.JComponent comp,
SelectionListener listener)
No comment provided by developer, please add a comment to improve documentation. |
static void |
setFocused(javax.swing.JComponent comp,
boolean flag)
Sets the focused attribute of the SelectionListenerHelper class |
static void |
setSelected(javax.swing.JComponent comp,
boolean flag)
Sets the selected attribute of the SelectionListenerHelper class |
static void |
setSelection(javax.swing.JComponent comp,
int selection)
Sets the selection attribute of the SelectionListenerHelper class |
protected static void |
setSelection(javax.swing.JComponent comp,
java.lang.Integer selection)
Sets the selection attribute of the SelectionListenerHelper class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SelectionListenerHelper()
Method Detail |
public static void addSelectionListener(javax.swing.JComponent comp, SelectionListener listener)
comp
- The object added.listener
- The object added.public static boolean removeSelectionListener(javax.swing.JComponent comp, SelectionListener listener)
comp
- No description providedlistener
- No description provided
public static java.util.Iterator iteratorOfSelectionListeners(javax.swing.JComponent comp)
comp
- No description provided
public static int getSelection(javax.swing.JComponent comp)
comp
- No description provided
public static void setSelection(javax.swing.JComponent comp, int selection)
comp
- The new selection valueselection
- The new selection valueprotected static void setSelection(javax.swing.JComponent comp, java.lang.Integer selection)
comp
- The new selection valueselection
- The new selection valuepublic static boolean isSelected(javax.swing.JComponent comp)
comp
- No description provided
public static void setSelected(javax.swing.JComponent comp, boolean flag)
comp
- The new selected valueflag
- The new selected valuepublic static boolean isFocused(javax.swing.JComponent comp)
comp
- No description provided
public static void setFocused(javax.swing.JComponent comp, boolean flag)
comp
- The new focused valueflag
- The new focused valueprotected static void fireSelectionChanged(SelectionEvent event)
event
- No description providedprotected static void fireSelectionChanged(javax.swing.JComponent source, java.lang.Integer old, java.lang.Integer selection)
source
- No description providedold
- No description providedselection
- No description providedprotected static java.beans.PropertyChangeListener getSelectionStateListener()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |