|
Adempiere 3.5.2a | |||||||||
| 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
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.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 |
Font |
getFont()
Get Font. |
MWFNode |
getModel()
Get Node Model |
Dimension |
getPreferredSize()
Get Preferred Size |
boolean |
isEditable()
Is the node Editable |
boolean |
isSelected()
Get Selected |
protected void |
paintComponent(Graphics g)
Paint Component |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static 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 void setLocation(int x,
int y)
setLocation in class Componentx - xy - ypublic String toString()
toString in class Componentpublic Font getFont()
getFont in interface MenuContainergetFont in class Componentpublic Dimension getPreferredSize()
getPreferredSize in class JComponentprotected void paintComponent(Graphics g)
paintComponent in class JComponentg - Graphics
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||