* minor - javadoc
This commit is contained in:
parent
45c7566ae0
commit
cdb0d63488
|
@ -27,7 +27,8 @@ import org.compiere.util.*;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Start Menu Item & UpdateProgress Bar
|
* Start application action ( process, workflow, window, form, task )
|
||||||
|
* of a menu item ( ad_menu ) or workflow node ( ad_wf_node ).
|
||||||
*
|
*
|
||||||
* @author Jorg Janke
|
* @author Jorg Janke
|
||||||
* @version $Id: AMenuStartItem.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
|
* @version $Id: AMenuStartItem.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $
|
||||||
|
|
|
@ -34,7 +34,7 @@ import org.compiere.swing.*;
|
||||||
import org.compiere.util.*;
|
import org.compiere.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main Application Panel.
|
* Main Panel of application window.
|
||||||
* <pre>
|
* <pre>
|
||||||
* Structure:
|
* Structure:
|
||||||
* (MenuBar) -> to be added to owning window
|
* (MenuBar) -> to be added to owning window
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.compiere.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Application Action.
|
* Application Action.
|
||||||
* Creates Action with MenuItem and Button
|
* Creates Action with MenuItem and Button, delegate execution of action to an attached ActionListener instance
|
||||||
* The ActionCommand is translated for display
|
* The ActionCommand is translated for display
|
||||||
* If translated text contains &, the next character is the Mnemonic
|
* If translated text contains &, the next character is the Mnemonic
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue