Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
Modifier and Type | Method and Description |
---|---|
void |
DockController.addRepresentativeListener(DockControllerRepresentativeListener listener)
Adds a listener to this controller,
listener will be informed
when the map of DockElement s and the Component s which
represent them changes. |
void |
DockController.removeRepresentativeListener(DockControllerRepresentativeListener listener)
Removes
listener from this controller. |
Modifier and Type | Class and Description |
---|---|
class |
PopupController
Manages the popup menus, adds a listeners to all
DockElementRepresentative s to open popup menus
when the user makes a right click. |