Package org.apache.hop.ui.hopgui.context
Class GuiContextHandler
- java.lang.Object
-
- org.apache.hop.ui.hopgui.context.GuiContextHandler
-
- All Implemented Interfaces:
IGuiContextHandler
public class GuiContextHandler extends Object implements IGuiContextHandler
-
-
Constructor Summary
Constructors Constructor Description GuiContextHandler(String contextId, List<GuiAction> supportedActions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextId()Gets contextIdList<GuiAction>getSupportedActions()Gets supportedActionsvoidsetContextId(String contextId)voidsetSupportedActions(List<GuiAction> supportedActions)
-
-
-
Method Detail
-
getContextId
public String getContextId()
Gets contextId- Specified by:
getContextIdin interfaceIGuiContextHandler- Returns:
- value of contextId
-
setContextId
public void setContextId(String contextId)
- Parameters:
contextId- The contextId to set
-
getSupportedActions
public List<GuiAction> getSupportedActions()
Gets supportedActions- Specified by:
getSupportedActionsin interfaceIGuiContextHandler- Returns:
- value of supportedActions
-
-