|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.listener.SelectionPropagationListener
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
static int |
CHILDREN
No comment provided by developer, please add a comment to improve documentation. |
private static SelectionPropagationListener |
childrenSingleton
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
inPropagation
No comment provided by developer, please add a comment to improve documentation. |
static int |
PARENT
No comment provided by developer, please add a comment to improve documentation. |
private static SelectionPropagationListener |
parentSingleton
No comment provided by developer, please add a comment to improve documentation. |
static int |
SIBLINGS
No comment provided by developer, please add a comment to improve documentation. |
private static SelectionPropagationListener |
siblingsSingleton
No comment provided by developer, please add a comment to improve documentation. |
private int |
type
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
SelectionPropagationListener(int type)
The default constructor is empty. |
Method Summary | |
static SelectionPropagationListener |
get()
No comment provided by developer, please add a comment to improve documentation. |
static SelectionPropagationListener |
get(int type)
No comment provided by developer, please add a comment to improve documentation. |
private java.awt.Component[] |
getTargets(javax.swing.JComponent source)
Get the targets attribute of the SelectionPropagationListener object |
void |
selectionChanged(SelectionEvent event)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static SelectionPropagationListener parentSingleton
private static SelectionPropagationListener childrenSingleton
private static SelectionPropagationListener siblingsSingleton
public static final transient int PARENT
public static final transient int CHILDREN
public static final transient int SIBLINGS
private int type
private boolean inPropagation
Constructor Detail |
private SelectionPropagationListener(int type)
type
- No description providedMethod Detail |
public static SelectionPropagationListener get()
public static SelectionPropagationListener get(int type)
type
- No description provided
public void selectionChanged(SelectionEvent event)
selectionChanged
in interface SelectionListener
event
- No description providedprivate java.awt.Component[] getTargets(javax.swing.JComponent source)
source
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |