Package org.apache.hop.ui.hopgui.context
Interface IGuiContextHandler
-
- All Known Implementing Classes:
GuiContextHandler,HopGuiPipelineContext,HopGuiPipelineHopContext,HopGuiPipelineNoteContext,HopGuiPipelineTransformContext,HopGuiWorkflowActionContext,HopGuiWorkflowContext,HopGuiWorkflowHopContext,HopGuiWorkflowNoteContext,MenuContextHandler,MetadataContextHandler
public interface IGuiContextHandlerThis class handles actions for a certain context. For example, the main HopGui dialog registers a bunch of context handlers for MetaStore objects, asks the various perspectives, ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContextId()List<GuiAction>getSupportedActions()
-