|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Controller
A controller provides controls for Data, Gui components or generic
algorithms. The location where they are layed out is predefined.
As of this writing, data ("DataView" and "DataEdit") appear in a single
tab, controls for the gui or view appear in a single tab ("Control")
and everything else goes under another tab. The likely text for these
tabs are "Data", "Controls" and "Advanced."
| Method Summary | |
|---|---|
SwingHTMLObject |
getControl()
Return the controls. |
String |
getControlName()
Get the display name of the control. |
DoTarget |
getTarget()
Get the target. |
boolean |
isFocus()
Within a set, a single Controller should have the focus. |
boolean |
isVisible()
Return the value that visible was set to. |
void |
requestFocus()
Instruct this controller to try and request the focus if possible. |
void |
setDoTarget(DoTarget target)
Set the target. |
void |
setFocus(boolean focus)
Set the focus. |
void |
setVisible(boolean visible)
Set the visibility state. |
| Method Detail |
|---|
SwingHTMLObject getControl()
String getControlName()
DoTarget getTarget()
void setDoTarget(DoTarget target)
target - boolean isVisible()
void setVisible(boolean visible)
visible - boolean isFocus()
void setFocus(boolean focus)
focus - void requestFocus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||