|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent
bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu
bibliothek.extension.gui.dock.theme.eclipse.stack.EclipseMenu
public class EclipseMenu
A menu used by the EclipseTabPane to select Dockables.
| Constructor Summary | |
|---|---|
EclipseMenu(EclipseTabPane pane)
Creates a new menu. |
|
| Method Summary | |
|---|---|
protected void |
backgroundChanged(BackgroundPaint paint)
Called if the background algorithm has been exchanged. |
protected java.awt.Component |
createComponent()
Creates the button which will always be visible. |
protected void |
ensureComponent()
Ensures that AbstractCombinedMenu.createComponent() is called and its result
stored. |
protected void |
selected(Dockable dockable)
Called if this menu was open, an element was selected and the menu closed. |
void |
setController(DockController controller)
Sets the controller in whose realm this menu is used. |
| Methods inherited from class bibliothek.gui.dock.station.stack.menu.AbstractCombinedMenu |
|---|
closed, getBackground, getComponent, getController, getDockable, getDockableCount, getDockables, getZOrder, insert, isPaneVisible, open, remove, setIcon, setPaneVisible, setText, setTooltip, setZOrder |
| Methods inherited from class bibliothek.gui.dock.station.stack.tab.AbstractTabPaneComponent |
|---|
getBounds, getMaximumSize, getMinimumSize, getOrientation, getOverlap, getPreferredSize, getTabParent, setBounds, setOrientation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.station.stack.tab.TabPaneComponent |
|---|
getBounds, getMaximumSize, getMinimumSize, getOverlap, getPreferredSize, getTabParent, setBounds, setOrientation |
| Constructor Detail |
|---|
public EclipseMenu(EclipseTabPane pane)
pane - the owner of this menu| Method Detail |
|---|
public void setController(DockController controller)
CombinedMenu
setController in interface CombinedMenusetController in class AbstractCombinedMenucontroller - the realmprotected void backgroundChanged(BackgroundPaint paint)
AbstractCombinedMenu
backgroundChanged in class AbstractCombinedMenupaint - the new background algorithm, can be nullprotected java.awt.Component createComponent()
AbstractCombinedMenuAbstractCombinedMenu.
createComponent in class AbstractCombinedMenuprotected void ensureComponent()
AbstractCombinedMenuAbstractCombinedMenu.createComponent() is called and its result
stored.
ensureComponent in class AbstractCombinedMenuprotected void selected(Dockable dockable)
AbstractCombinedMenu
selected in class AbstractCombinedMenudockable - the selected element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||