|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.compiere.swing.CPanel
org.compiere.apps.wf.WFNode
public class WFNode
Graphical Work Flow Node. Listen to PropertyChange for selection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static String |
PROPERTY_SELECTED
Selected Property value |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
WFNode(MWFNode node)
Create WF Node |
|
| Method Summary | |
|---|---|
int |
getAD_Client_ID()
Get Client ID |
int |
getAD_WF_Node_ID()
Get Node ID |
MWFNode |
getModel()
Get Node Model |
Dimension |
getPreferredSize()
Get Preferred Size |
RectangularShape |
getRectangularShape()
|
boolean |
isEditable()
Is the node Editable |
boolean |
isSelected()
Get Selected |
void |
paint(Graphics g)
|
void |
setLocation(int x,
int y)
Set Location - also for Node. |
void |
setSelected(boolean selected)
Set Selected. |
void |
setVisited(boolean visited)
Set Visited. |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.swing.CPanel |
|---|
getBackgroundColor, getTabLevel, setBackground, setBackgroundColor, setTabLevel |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_SELECTED
| Constructor Detail |
|---|
public WFNode(MWFNode node)
node - model| Method Detail |
|---|
public void setSelected(boolean selected)
selected - selectedpublic void setVisited(boolean visited)
visited - visitedpublic boolean isSelected()
public int getAD_Client_ID()
public boolean isEditable()
public int getAD_WF_Node_ID()
public MWFNode getModel()
public RectangularShape getRectangularShape()
public void setLocation(int x,
int y)
setLocation in class Componentx - xy - ypublic String toString()
toString in class CPanelpublic Dimension getPreferredSize()
getPreferredSize in class JComponentpublic void paint(Graphics g)
paint in class JComponent
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||