java.lang.Object
org.autogui.swing.util.MenuBuilder.AddingProcess
- Enclosing class:
MenuBuilder
intermediate state for constructing menus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(JComponent item) int
getCount()
getMenu()
boolean
void
setSeparatorNeeded
(boolean separatorNeeded)
-
Field Details
-
count
protected int count -
max
protected int[] max -
size
protected int size -
level
protected int level -
separatorNeeded
protected boolean separatorNeeded
-
Constructor Details
-
AddingProcess
-
-
Method Details
-
getMenu
-
getCount
public int getCount() -
isSeparatorNeeded
public boolean isSeparatorNeeded() -
setSeparatorNeeded
public void setSeparatorNeeded(boolean separatorNeeded) -
add
-