Uses of Class
adams.gui.core.BaseTabbedPaneWithTabHiding
-
Packages that use BaseTabbedPaneWithTabHiding Package Description adams.gui.event adams.gui.flow.tab adams.gui.tools.spreadsheetviewer.tab adams.gui.visualization.image -
-
Uses of BaseTabbedPaneWithTabHiding in adams.gui.event
Methods in adams.gui.event that return BaseTabbedPaneWithTabHiding Modifier and Type Method Description BaseTabbedPaneWithTabHiding
TabVisibilityChangeEvent. getTabbedPane()
Returns the tabbed pane that triggered the event.Constructors in adams.gui.event with parameters of type BaseTabbedPaneWithTabHiding Constructor Description TabVisibilityChangeEvent(BaseTabbedPaneWithTabHiding source, TabVisibilityChangeEvent.Type type, Component component)
Initializes the event. -
Uses of BaseTabbedPaneWithTabHiding in adams.gui.flow.tab
Subclasses of BaseTabbedPaneWithTabHiding in adams.gui.flow.tab Modifier and Type Class Description class
FlowTabManager
Specialized JTabbedPane for managing tabs in the flow editor. -
Uses of BaseTabbedPaneWithTabHiding in adams.gui.tools.spreadsheetviewer.tab
Subclasses of BaseTabbedPaneWithTabHiding in adams.gui.tools.spreadsheetviewer.tab Modifier and Type Class Description class
ViewerTabManager
Specialized JTabbedPane for managing tabs in the spreadsheet file viewer. -
Uses of BaseTabbedPaneWithTabHiding in adams.gui.visualization.image
Fields in adams.gui.visualization.image declared as BaseTabbedPaneWithTabHiding Modifier and Type Field Description protected BaseTabbedPaneWithTabHiding
ImagePanel. m_SideSplitPane
the tabbed pane (props/log).
-