Package org.pentaho.di.core.dnd
Class DragAndDropContainer
java.lang.Object
org.pentaho.di.core.dnd.DragAndDropContainer
- All Implemented Interfaces:
org.pentaho.di.core.xml.XMLInterface
This class contains code to help you drag data from one part of a GUI to another by using XML as an intermediate
step.
- Since:
- 2006-04-16
- Author:
- matt
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionDragAndDropContainer
(int type, String data) Create a new DragAndDropContainerDragAndDropContainer
(int type, String data, String id) Create a new DragAndDropContainerConstruct a Drag and drop container from an XML String -
Method Summary
-
Field Details
-
TYPE_STEP
public static final int TYPE_STEP- See Also:
-
TYPE_BASE_STEP_TYPE
public static final int TYPE_BASE_STEP_TYPE- See Also:
-
TYPE_DATABASE_CONNECTION
public static final int TYPE_DATABASE_CONNECTION- See Also:
-
TYPE_TRANS_HOP
public static final int TYPE_TRANS_HOP- See Also:
-
TYPE_TEXT
public static final int TYPE_TEXT- See Also:
-
TYPE_JOB_ENTRY
public static final int TYPE_JOB_ENTRY- See Also:
-
TYPE_BASE_JOB_ENTRY
public static final int TYPE_BASE_JOB_ENTRY- See Also:
-
TYPE_PHYSICAL_TABLE
public static final int TYPE_PHYSICAL_TABLE- See Also:
-
TYPE_PHYSICAL_COLUMN
public static final int TYPE_PHYSICAL_COLUMN- See Also:
-
TYPE_BUSINESS_VIEW
public static final int TYPE_BUSINESS_VIEW- See Also:
-
TYPE_BUSINESS_TABLE
public static final int TYPE_BUSINESS_TABLE- See Also:
-
TYPE_BUSINESS_COLUMN
public static final int TYPE_BUSINESS_COLUMN- See Also:
-
TYPE_RELATIONSHIP
public static final int TYPE_RELATIONSHIP- See Also:
-
TYPE_BUSINESS_MODEL
public static final int TYPE_BUSINESS_MODEL- See Also:
-
-
Constructor Details
-
DragAndDropContainer
Create a new DragAndDropContainer- Parameters:
type
- The type of drag&drop to performdata
- The data in the form of a String
-
DragAndDropContainer
Create a new DragAndDropContainer- Parameters:
type
- The type of drag&drop to performdata
- The data in the form of a Stringid
- The id of the step in the form of a String
-
DragAndDropContainer
Construct a Drag and drop container from an XML String- Parameters:
xml
- The XML string to convert from- Throws:
org.pentaho.di.core.exception.KettleXMLException
-
-
Method Details
-
getType
public int getType() -
setType
public void setType(int type) -
getData
-
setData
-
getId
-
setId
-
getTypeCode
-
getType
-
getXML
- Specified by:
getXML
in interfaceorg.pentaho.di.core.xml.XMLInterface
-