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
- Author:
- hengsin
-
-
Field Summary
Fields Modifier and Type Field Description static int
NODE_HEIGHT
static int
NODE_WIDTH
-
Constructor Summary
Constructors Constructor Description WFNodeWidget(org.netbeans.api.visual.widget.Scene scene, MWFNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActionType(MWFNode node)
Get Action Infoint
getColumn()
MWFNode
getModel()
int
getRow()
void
setColumn(int column)
void
setRow(int row)
-
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 Detail
-
NODE_WIDTH
public static final int NODE_WIDTH
- See Also:
- Constant Field Values
-
NODE_HEIGHT
public static final int NODE_HEIGHT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WFNodeWidget
public WFNodeWidget(org.netbeans.api.visual.widget.Scene scene, MWFNode node)
- Parameters:
scene
-
-
-