|
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
javax.swing.JPanel
org.compiere.swing.CPanel
org.compiere.apps.wf.WFPanel
public class WFPanel
WorkFlow Panel
| 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 |
|---|
| 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 | |
|---|---|
WFPanel()
Create Workflow Panel. |
|
WFPanel(AMenu menu)
Create Workflow Panel |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listener |
void |
dispose()
Dispose |
void |
init(int WindowNo,
FormFrame frame)
Initialize Panel for FormPanel |
void |
load(int AD_Workflow_ID,
boolean readWrite)
Load Workflow & Nodes |
static void |
main(String[] args)
Test |
void |
propertyChange(PropertyChangeEvent e)
Property Change Listener |
void |
resetLayout()
Reset Layout |
void |
start(int AD_WF_Node_ID)
Start Node |
void |
start(WFNode node)
Start Node |
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 |
| Constructor Detail |
|---|
public WFPanel()
public WFPanel(AMenu menu)
menu - menu| Method Detail |
|---|
public void init(int WindowNo,
FormFrame frame)
init in interface FormPanelWindowNo - windowframe - frameFormPanel.init(int, FormFrame)public void dispose()
dispose in interface FormPanelFormPanel.dispose()
public void load(int AD_Workflow_ID,
boolean readWrite)
AD_Workflow_ID - IDreadWrite - if true nodes can be movedpublic void propertyChange(PropertyChangeEvent e)
propertyChange in interface PropertyChangeListenere - eventPropertyChangeListener.propertyChange(PropertyChangeEvent)public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - eventActionListener.actionPerformed(ActionEvent)public void start(WFNode node)
node - nodepublic void start(int AD_WF_Node_ID)
AD_WF_Node_ID - node idpublic void resetLayout()
public String toString()
toString in class CPanelpublic static void main(String[] args)
args - ignored
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||