Uses of Class
adams.gui.flow.tabhandler.AbstractTabHandler
-
Packages that use AbstractTabHandler Package Description adams.gui.flow adams.gui.flow.tabhandler -
-
Uses of AbstractTabHandler in adams.gui.flow
Fields in adams.gui.flow with type parameters of type AbstractTabHandler Modifier and Type Field Description protected List<AbstractTabHandler>
FlowPanel. m_TabHandlers
the tab handlers.Methods in adams.gui.flow that return types with arguments of type AbstractTabHandler Modifier and Type Method Description List<AbstractTabHandler>
FlowPanel. getTabHandlers()
Returns the tab handlers. -
Uses of AbstractTabHandler in adams.gui.flow.tabhandler
Subclasses of AbstractTabHandler in adams.gui.flow.tabhandler Modifier and Type Class Description class
GraphicalActorProcessorHandler
Manages the output from actor processors.class
GraphicalFlowExecutionListenersHandler
For managing registered flow execution listeners.class
ParsedErrorHandler
Manages the output from actor processors.class
RegisteredDisplaysHandler
For managing registered displays.
-