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
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget

    org.netbeans.api.visual.widget.Widget.Dependency
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    WFNodeWidget(org.netbeans.api.visual.widget.Scene scene, MWFNode node)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get Action Info
    int
     
     
    int
     
    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WFNodeWidget

      public WFNodeWidget(org.netbeans.api.visual.widget.Scene scene, MWFNode node)
      Parameters:
      scene -
  • Method Details

    • getActionType

      public String getActionType(MWFNode node)
      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

      public MWFNode getModel()