public static interface Control.Iterator
Modifier and Type | Method and Description |
---|---|
void |
handleAction(javax.swing.Action action)
Creates a component base on the given action
|
void |
handleControl(Control control)
Creates a component based on the given control
|
void |
handleControlSet(ControlSet controlSet)
Creates a component based on the given control set
|
void |
handleSeparator()
Creates a separator
|
void handleSeparator()
void handleControl(Control control)
control
- the controlvoid handleControlSet(ControlSet controlSet)
controlSet
- the control setvoid handleAction(javax.swing.Action action)
action
- the action