Modifier and Type | Interface and Description |
---|---|
interface |
NavigatorPanelWithToolbar
Description of navigation view with a toolbar component on top of basic
NavigatorPanel features. |
interface |
NavigatorPanelWithUndo
Description of navigation view with undo/redo support on top of basic
NavigatorPanel features.
|
Modifier and Type | Method and Description |
---|---|
NavigatorPanel |
NavigatorDisplayer.getSelectedPanel() |
Modifier and Type | Method and Description |
---|---|
static void |
NavigatorHandler.activatePanel(NavigatorPanel panel)
Activates and shows given panel in navigator view.
|
void |
NavigatorDisplayer.setPanels(List<? extends NavigatorPanel> panels,
NavigatorPanel select)
Called to set all the panels to display, plus which one should be selected.
|
void |
NavigatorDisplayer.setSelectedPanel(NavigatorPanel panel)
Called to select given panel in the UI.
|