Uses of Class
org.apache.hop.ui.hopgui.perspective.TabItemHandler
-
-
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective
Methods in org.apache.hop.ui.hopgui.perspective that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>EmptyHopPerspective. getItems()List<TabItemHandler>IHopPerspective. getItems()Get the list of tabs handled by and currently open in the perspective -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.configuration
Methods in org.apache.hop.ui.hopgui.perspective.configuration that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>ConfigurationPerspective. getItems() -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.dataorch
Methods in org.apache.hop.ui.hopgui.perspective.dataorch that return TabItemHandler Modifier and Type Method Description TabItemHandlerHopDataOrchestrationPerspective. findPipeline(String logChannelId)TabItemHandlerHopDataOrchestrationPerspective. findTabItemHandler(IHopFileTypeHandler handler)TabItemHandlerHopDataOrchestrationPerspective. findTabItemHandler(org.eclipse.swt.custom.CTabItem tabItem)TabItemHandlerHopDataOrchestrationPerspective. findTabItemHandlerWithFilename(String filename)TabItemHandlerHopDataOrchestrationPerspective. findWorkflow(String logChannelId)TabItemHandlerHopDataOrchestrationPerspective. getActiveItem()Gets activeItemMethods in org.apache.hop.ui.hopgui.perspective.dataorch that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>HopDataOrchestrationPerspective. getItems()Gets itemsMethods in org.apache.hop.ui.hopgui.perspective.dataorch with parameters of type TabItemHandler Modifier and Type Method Description voidHopDataOrchestrationPerspective. setActiveItem(TabItemHandler activeItem)voidHopDataOrchestrationPerspective. switchToTab(TabItemHandler tabItemHandler)Method parameters in org.apache.hop.ui.hopgui.perspective.dataorch with type arguments of type TabItemHandler Modifier and Type Method Description voidHopDataOrchestrationPerspective. setItems(List<TabItemHandler> items) -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.execution
Methods in org.apache.hop.ui.hopgui.perspective.execution that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>ExecutionPerspective. getItems() -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.explorer
Methods in org.apache.hop.ui.hopgui.perspective.explorer that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>ExplorerPerspective. getItems() -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.metadata
Methods in org.apache.hop.ui.hopgui.perspective.metadata that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>MetadataPerspective. getItems() -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.pluginexplorer
Methods in org.apache.hop.ui.hopgui.perspective.pluginexplorer that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>HopPluginExplorePerspective. getItems() -
Uses of TabItemHandler in org.apache.hop.ui.hopgui.perspective.search
Methods in org.apache.hop.ui.hopgui.perspective.search that return types with arguments of type TabItemHandler Modifier and Type Method Description List<TabItemHandler>HopSearchPerspective. getItems()
-