| org.pentaho.designstudio.widgets.flowtable.FlowViewer
FlowViewer | public class FlowViewer extends StructuredViewer implements IActionsViewer(Code) | | A concrete viewer based on an SWT Tree control.
This class is not intended to be subclassed outside the viewer framework. It
is designed to be instantiated with a pre-existing SWT tree control and
configured with a domain-specific content provider, label provider, element
filter (optional), and element sorter (optional).
Content providers for tree viewers must implement the
ITreeContentProvider interface.
|
Inner Class :public class ActionLocationDialog extends Dialog | |
Inner Class :class ActionTreeDragListener extends DragSourceAdapter | |
Inner Class :class ActionTreeDropAdapter extends ViewerDropAdapter | |
Inner Class :public class ContentProvider implements ITreeContentProvider | |
lastSelection | IActionSequenceElement lastSelection(Code) | | |
FlowViewer | public FlowViewer(ActionsFlowTable flowTable)(Code) | | Creates a flow viewer on the given flowtable control. The viewer has no input,
no content provider, a default label provider, no sorter, and no filters.
Parameters: tree - the tree control |
addDragSourceListener | public void addDragSourceListener(DragSourceListener listener)(Code) | | |
createNewIfStatement | public ActionIfStatement createNewIfStatement()(Code) | | |
createNewLoop | public ActionLoop createNewLoop()(Code) | | |
deleteSelectedActions | public void deleteSelectedActions()(Code) | | |
doFindInputItem | protected Widget doFindInputItem(Object element)(Code) | | |
doUpdateItem | protected void doUpdateItem(Widget item, Object element, boolean fullMap)(Code) | | |
fireDragFinished | protected void fireDragFinished(DragSourceEvent event)(Code) | | |
fireDragStart | protected void fireDragStart(DragSourceEvent event)(Code) | | |
getControl | public Control getControl()(Code) | | |
getSelectionFromWidget | protected List getSelectionFromWidget()(Code) | | |
internalRefresh | protected void internalRefresh(Object element)(Code) | | |
internalUpdate | protected void internalUpdate(Widget widget, Object element, String[] properties)(Code) | | |
removeDragSourceListener | public void removeDragSourceListener(DragSourceListener listener)(Code) | | |
setSelectionToWidget | protected void setSelectionToWidget(List l, boolean reveal)(Code) | | |
|
|