 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.gui.utils.tabbedpanel;
23 import net.
sf.japi.swing.action.ActionMethod;
24 import org.jetbrains.annotations.NotNull;
boolean isAlternativeLocation()
Returns whether the button is shown in the alternative location.
final TabbedPanel tabbedPanel
The TabbedPanel to forward to.
Base package of all Gridarta classes.
void tabButtonMoveToBottom()
Action method to move the menu to Location#BOTTOM.
void tabButtonMoveToLeft()
Action method to move the menu to Location#LEFT.
void tabButtonMoveToRight()
Action method to move the menu to Location#RIGHT.
MoveToActions(@NotNull final Tab tab, @NotNull final TabbedPanel tabbedPanel)
Creates a new instance.
A tab in a TabbedPanel component.
Graphical User Interface of Gridarta.
A Component that always displays another component and optionally a number of tabs around it.
void setTabSplitMode(final boolean splitMode)
Action method set split mode.
void setTabSplitMode(@NotNull final Tab tab, final boolean splitMode)
Toggles split mode for the given tab.
void tabButtonMoveToTop()
Action method to move the menu to Location#TOP.
Defines ActionMethods to move tab locations.
boolean isTabSplitMode()
Action method to query split mode.
void moveTab(@NotNull final Tab tab, @NotNull final Location location)
Moves the tab to the given location.