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