Class MetadataContextHandler
- java.lang.Object
-
- org.apache.hop.ui.hopgui.context.metadata.MetadataContextHandler
-
- All Implemented Interfaces:
IGuiContextHandler
public class MetadataContextHandler extends Object implements IGuiContextHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_ID
-
Constructor Summary
Constructors Constructor Description MetadataContextHandler(HopGui hopGui, IHopMetadataProvider metadataProvider, Class<? extends IHopMetadata> metadataObjectClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextId()List<GuiAction>getSupportedActions()
-
-
-
Field Detail
-
CONTEXT_ID
public static final String CONTEXT_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MetadataContextHandler
public MetadataContextHandler(HopGui hopGui, IHopMetadataProvider metadataProvider, Class<? extends IHopMetadata> metadataObjectClass)
-
-
Method Detail
-
getContextId
public String getContextId()
- Specified by:
getContextIdin interfaceIGuiContextHandler- Returns:
- The name of the context handler
-
getSupportedActions
public List<GuiAction> getSupportedActions()
- Specified by:
getSupportedActionsin interfaceIGuiContextHandler- Returns:
- Get a list of all the supported actions by this context handler
-
-