Package weka.gui.knowledgeflow
Class KFGUIConsts
java.lang.Object
weka.gui.knowledgeflow.KFGUIConsts
Class that holds constants that are used within the GUI side of the
Knowledge Flow. Housing them here allows classes outside of the GUI
part of the Knowledge Flow to access them without unecessary loading
of GUI-related classes.
- Version:
- $Revision: $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Base path for step iconsstatic final String
Flow file directory keystatic final String
Group identifier for built-in knowledge flow templatesstatic final String
Group identifier for plugin knowledge flow templates - packages supplying templates should use thisstatic final int
Constant for an open dialog (same as JFileChooser.OPEN_DIALOG)static final int
Constant for a save dialog (same as JFileChooser.SAVE_DIALOG) -
Constructor Summary
-
Method Summary
-
Field Details
-
BASE_ICON_PATH
Base path for step icons- See Also:
-
FLOW_DIRECTORY_KEY
Flow file directory key- See Also:
-
KF_BUILTIN_TEMPLATE_KEY
Group identifier for built-in knowledge flow templates- See Also:
-
KF_PLUGIN_TEMPLATE_KEY
Group identifier for plugin knowledge flow templates - packages supplying templates should use this- See Also:
-
OPEN_DIALOG
public static final int OPEN_DIALOGConstant for an open dialog (same as JFileChooser.OPEN_DIALOG)- See Also:
-
SAVE_DIALOG
public static final int SAVE_DIALOGConstant for a save dialog (same as JFileChooser.SAVE_DIALOG)- See Also:
-
-
Constructor Details
-
KFGUIConsts
public KFGUIConsts()
-