* 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
|
||||
* @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.*;
|
||||
|
||||
/**
|
||||
* Main Application Panel.
|
||||
* Main Panel of application window.
|
||||
* <pre>
|
||||
* Structure:
|
||||
* (MenuBar) -> to be added to owning window
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.compiere.util.*;
|
|||
|
||||
/**
|
||||
* 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
|
||||
* If translated text contains &, the next character is the Mnemonic
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue