Class HopGuiContextDelegate
- java.lang.Object
-
- org.apache.hop.ui.hopgui.delegates.HopGuiContextDelegate
-
public class HopGuiContextDelegate extends Object
-
-
Constructor Summary
Constructors Constructor Description HopGuiContextDelegate(HopGui hopGui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfileMetadataDelete()Delete a metadata object...voidfileMetadataEdit()Edit a metadata object...voidfileNew()Create a new file, ask which type of file or object you want createdHopGuigetHopGui()Gets hopGuivoidsetHopGui(HopGui hopGui)
-
-
-
Field Detail
-
PKG
public static final Class<?> PKG
-
-
Constructor Detail
-
HopGuiContextDelegate
public HopGuiContextDelegate(HopGui hopGui)
-
-
Method Detail
-
fileNew
public void fileNew()
Create a new file, ask which type of file or object you want created
-
fileMetadataEdit
public void fileMetadataEdit()
Edit a metadata object...
-
fileMetadataDelete
public void fileMetadataDelete()
Delete a metadata object...
-
getHopGui
public HopGui getHopGui()
Gets hopGui- Returns:
- value of hopGui
-
setHopGui
public void setHopGui(HopGui hopGui)
- Parameters:
hopGui- The hopGui to set
-
-