|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.utility.ControlCollection
public class ControlCollection
Maintains a list of Control objects. The Controls may be retrieved by classname or interface name.
| Constructor Summary | |
|---|---|
ControlCollection()
|
|
| Method Summary | |
|---|---|
void |
addControl(Control control)
Add a Control to the list. |
void |
clear()
|
Control |
getControl(java.lang.String controlType)
Retrieve the first Control that implements the given Class or Interface. |
Control[] |
getControls()
Retrieve an array of Controls that control the object. |
void |
removeControl(Control control)
Remove a Control from the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControlCollection()
| Method Detail |
|---|
public void addControl(Control control)
control - public void clear()
public void removeControl(Control control)
control - public Control[] getControls()
public Control getControl(java.lang.String controlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||