|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.washington.biostr.sig.brainj3d.core.server.AbstractViewPortController<V>
public abstract class AbstractViewPortController<V extends DataView>
| Constructor Summary | |
|---|---|
AbstractViewPortController()
|
|
| Method Summary | |
|---|---|
DoTarget |
getTarget()
Get the target. |
ViewPort<V> |
getViewPort()
Return the view port that this controls. |
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. |
ViewPortController |
setViewPort(ViewPort<V> view)
Set the view port for this to control. |
void |
setVisible(boolean visible)
Set the visibility state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface edu.washington.biostr.sig.brainj3d.doevents.Controller |
|---|
getControl, getControlName |
| Constructor Detail |
|---|
public AbstractViewPortController()
| Method Detail |
|---|
public ViewPort<V> getViewPort()
ViewPortController
getViewPort in interface ViewPortController<V extends DataView>public ViewPortController setViewPort(ViewPort<V> view)
ViewPortController
setViewPort in interface ViewPortController<V extends DataView>public DoTarget getTarget()
Controller
getTarget in interface Controllerpublic boolean isFocus()
Controller
isFocus in interface Controllerpublic boolean isVisible()
Controller
isVisible in interface Controllerpublic void requestFocus()
Controller
requestFocus in interface Controllerpublic void setDoTarget(DoTarget target)
Controller
setDoTarget in interface Controllerpublic void setFocus(boolean focus)
Controller
setFocus in interface Controllerpublic void setVisible(boolean visible)
Controller
setVisible in interface Controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||