Uses of Interface
org.apache.hop.ui.hopgui.perspective.IHopPerspective
-
-
Uses of IHopPerspective in org.apache.hop.ui.hopgui
Methods in org.apache.hop.ui.hopgui that return IHopPerspective Modifier and Type Method Description IHopPerspectiveHopGui. getActivePerspective()Gets activePerspectiveMethods in org.apache.hop.ui.hopgui with parameters of type IHopPerspective Modifier and Type Method Description booleanHopGui. isActivePerspective(IHopPerspective perspective)voidHopGui. setActivePerspective(IHopPerspective perspective) -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective
Classes in org.apache.hop.ui.hopgui.perspective that implement IHopPerspective Modifier and Type Class Description classEmptyHopPerspectiveMethods in org.apache.hop.ui.hopgui.perspective that return IHopPerspective Modifier and Type Method Description IHopPerspectiveHopPerspectiveManager. findPerspective(Class<? extends IHopPerspective> perspectiveClass)IHopPerspectiveHopPerspectiveManager. getComposite(Class<? extends IHopPerspective> perspectiveClass)Methods in org.apache.hop.ui.hopgui.perspective that return types with arguments of type IHopPerspective Modifier and Type Method Description List<IHopPerspective>HopPerspectiveManager. getPerspectives()Get a copy of all the handled/registered perspectivesMethods in org.apache.hop.ui.hopgui.perspective with parameters of type IHopPerspective Modifier and Type Method Description voidHopPerspectiveManager. addPerspective(IHopPerspective perspective)voidHopPerspectiveManager. notifyPerspectiveActiviated(IHopPerspective perspective)voidIHopPerspectiveListener. perspectiveActivated(IHopPerspective perspective)Notifies this listener that a perspective has been activated.voidHopPerspectiveManager. showNextPerspective(IHopPerspective currentPerspective)voidHopPerspectiveManager. showPreviousPerspective(IHopPerspective currentPerspective)Method parameters in org.apache.hop.ui.hopgui.perspective with type arguments of type IHopPerspective Modifier and Type Method Description IHopPerspectiveHopPerspectiveManager. findPerspective(Class<? extends IHopPerspective> perspectiveClass)IHopPerspectiveHopPerspectiveManager. getComposite(Class<? extends IHopPerspective> perspectiveClass)voidHopPerspectiveManager. showPerspective(Class<? extends IHopPerspective> perspectiveClass) -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.configuration
Classes in org.apache.hop.ui.hopgui.perspective.configuration that implement IHopPerspective Modifier and Type Class Description classConfigurationPerspective -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.dataorch
Classes in org.apache.hop.ui.hopgui.perspective.dataorch that implement IHopPerspective Modifier and Type Class Description classHopDataOrchestrationPerspective -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.execution
Classes in org.apache.hop.ui.hopgui.perspective.execution that implement IHopPerspective Modifier and Type Class Description classExecutionPerspective -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.explorer
Classes in org.apache.hop.ui.hopgui.perspective.explorer that implement IHopPerspective Modifier and Type Class Description classExplorerPerspective -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.metadata
Classes in org.apache.hop.ui.hopgui.perspective.metadata that implement IHopPerspective Modifier and Type Class Description classMetadataPerspective -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.pluginexplorer
Classes in org.apache.hop.ui.hopgui.perspective.pluginexplorer that implement IHopPerspective Modifier and Type Class Description classHopPluginExplorePerspective -
Uses of IHopPerspective in org.apache.hop.ui.hopgui.perspective.search
Classes in org.apache.hop.ui.hopgui.perspective.search that implement IHopPerspective Modifier and Type Class Description classHopSearchPerspective
-