Class ExplorerPerspectiveConfig
- java.lang.Object
-
- org.apache.hop.ui.hopgui.perspective.explorer.config.ExplorerPerspectiveConfig
-
public class ExplorerPerspectiveConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHOP_CONFIG_EXPLORER_PERSPECTIVE_CONFIG_KEY
-
Constructor Summary
Constructors Constructor Description ExplorerPerspectiveConfig()ExplorerPerspectiveConfig(ExplorerPerspectiveConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileLoadingMaxSize()StringgetLazyLoadingDepth()voidsetFileLoadingMaxSize(String fileLoadingMaxSize)voidsetLazyLoadingDepth(String lazyLoadingDepth)
-
-
-
Field Detail
-
HOP_CONFIG_EXPLORER_PERSPECTIVE_CONFIG_KEY
public static final String HOP_CONFIG_EXPLORER_PERSPECTIVE_CONFIG_KEY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExplorerPerspectiveConfig
public ExplorerPerspectiveConfig()
-
ExplorerPerspectiveConfig
public ExplorerPerspectiveConfig(ExplorerPerspectiveConfig config)
-
-