Class HopGuiAuditDelegate
- java.lang.Object
-
- org.apache.hop.ui.hopgui.delegates.HopGuiAuditDelegate
-
public class HopGuiAuditDelegate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMETADATA_FILENAME_PREFIXstatic StringSTATE_PROPERTY_ACTIVE
-
Constructor Summary
Constructors Constructor Description HopGuiAuditDelegate(HopGui hopGui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidopenLastFiles()voidwriteLastOpenFiles()Remember all the open files per perspective
-
-
-
Field Detail
-
STATE_PROPERTY_ACTIVE
public static final String STATE_PROPERTY_ACTIVE
- See Also:
- Constant Field Values
-
METADATA_FILENAME_PREFIX
public static final String METADATA_FILENAME_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HopGuiAuditDelegate
public HopGuiAuditDelegate(HopGui hopGui)
-
-