Package org.pentaho.di.core.gui
Interface SpoonInterface
- All Superinterfaces:
org.pentaho.di.core.gui.OverwritePrompter
public interface SpoonInterface
extends org.pentaho.di.core.gui.OverwritePrompter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addJobGraph
(JobMeta jobMeta) boolean
addSpoonBrowser
(String name, String urlString) void
addTransGraph
(TransMeta transMeta) boolean
messageBox
(String message, String text, boolean allowCancel, int type) Object[]
messageDialogWithToggle
(String dialogTitle, Object image, String message, int dialogImageType, String[] buttonLabels, int defaultIndex, String toggleMessage, boolean toggleState) Methods inherited from interface org.pentaho.di.core.gui.OverwritePrompter
overwritePrompt
-
Field Details
-
STATE_CORE_OBJECTS_NONE
static final int STATE_CORE_OBJECTS_NONE- See Also:
-
STATE_CORE_OBJECTS_CHEF
static final int STATE_CORE_OBJECTS_CHEF- See Also:
-
STATE_CORE_OBJECTS_SPOON
static final int STATE_CORE_OBJECTS_SPOON- See Also:
-
XUL_FILE_MENUBAR
- See Also:
-
XUL_FILE_MENUS
- See Also:
-
XUL_FILE_MENU_PROPERTIES
- See Also:
-
-
Method Details
-
addSpoonBrowser
-
addTransGraph
-
addJobGraph
-
messageDialogWithToggle
-
messageBox
-