|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.gui.selection.model.BasicSelection
Basic implementation of the Selection
interface.
Field Summary | |
static java.lang.String |
SELECTION_LISTENERS_BINDING
A collection client interface bound to the listeners of this component. |
Constructor Summary | |
BasicSelection()
Constructs a new BasicSelection component. |
Method Summary | |
void |
bindFc(java.lang.String clientItfName,
java.lang.Object serverItf)
|
void |
clearSelection()
Clears the selection. |
java.lang.Object |
getSelection()
Returns the component or interface that is currently selected. |
java.lang.String[] |
listFc()
|
java.lang.Object |
lookupFc(java.lang.String clientItfName)
|
void |
selectComponent(Component component)
Selects the given component. |
void |
selectInterface(Interface itf)
Selects the given interface. |
void |
unbindFc(java.lang.String clientItfName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SELECTION_LISTENERS_BINDING
listeners
of this component.
Constructor Detail |
public BasicSelection()
BasicSelection
component.
Method Detail |
public java.lang.String[] listFc()
listFc
in interface org.objectweb.fractal.api.control.BindingController
public java.lang.Object lookupFc(java.lang.String clientItfName)
lookupFc
in interface org.objectweb.fractal.api.control.BindingController
public void bindFc(java.lang.String clientItfName, java.lang.Object serverItf)
bindFc
in interface org.objectweb.fractal.api.control.BindingController
public void unbindFc(java.lang.String clientItfName)
unbindFc
in interface org.objectweb.fractal.api.control.BindingController
public java.lang.Object getSelection()
Selection
getSelection
in interface Selection
public void selectComponent(Component component)
Selection
selectComponent
in interface Selection
component
- the component that must be selected.public void selectInterface(Interface itf)
Selection
selectInterface
in interface Selection
itf
- the interface that must be selected.public void clearSelection()
Selection
clearSelection
in interface Selection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |