Package org.compiere.apps.wf
Class WFNodeWidget
java.lang.Object
org.netbeans.api.visual.widget.Widget
org.compiere.apps.wf.WFNodeWidget
- All Implemented Interfaces:
Accessible
,org.openide.util.Lookup.Provider
public class WFNodeWidget
extends org.netbeans.api.visual.widget.Widget
Widget for workflow node
- Author:
- hengsin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.widget.Widget.Dependency
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.netbeans.api.visual.widget.Widget
addChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, calculateClientArea, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, paintWidget, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResources
-
Field Details
-
NODE_WIDTH
public static final int NODE_WIDTH- See Also:
-
NODE_HEIGHT
public static final int NODE_HEIGHT- See Also:
-
-
Constructor Details
-
WFNodeWidget
- Parameters:
scene
-node
-
-
-
Method Details
-
getActionType
Get Action Info- Returns:
- info
-
getColumn
public int getColumn() -
setColumn
public void setColumn(int column) -
getRow
public int getRow() -
setRow
public void setRow(int row) -
getModel
-