|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockableSelectionListener
This listener is added to a DockableSelection and gets informed
when the user selects an element or cancels the selection.
| Method Summary | |
|---|---|
void |
canceled()
Called when the user cancels the operation. |
void |
considering(Dockable dockable)
Called when an element is selected, but the selection is not yet confirmed. |
void |
selected(Dockable dockable)
Called when an element is selected and the selection confirmed. |
| Method Detail |
|---|
void considering(Dockable dockable)
dockable - the currently selected element, can be nullvoid selected(Dockable dockable)
dockable - the selected element, not nullvoid canceled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||