|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.plugins.dnd.viewer.basic.WorkspaceFocusManager
public class WorkspaceFocusManager
| Constructor Summary | |
|---|---|
WorkspaceFocusManager()
|
|
| Method Summary | |
|---|---|
void |
focusFirstChildView()
The first child view within the container to move the focus to; move down to the first view within the current view. |
void |
focusInitialChildView()
|
void |
focusLastChildView()
|
void |
focusNextView()
The next view within the container to move the focus to; move to next field. |
void |
focusParentView()
The parent view within the container to move the focus to; move up to containing view in the hierachy. |
void |
focusPreviousView()
The previous view within the container to move the focus to; move to previous field. |
View |
getFocus()
|
void |
setFocus(View view)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WorkspaceFocusManager()
| Method Detail |
|---|
public void focusNextView()
FocusManager
focusNextView in interface FocusManagerpublic void focusPreviousView()
FocusManager
focusPreviousView in interface FocusManagerpublic void focusParentView()
FocusManager
focusParentView in interface FocusManagerpublic void focusFirstChildView()
FocusManager
focusFirstChildView in interface FocusManagerpublic void focusLastChildView()
focusLastChildView in interface FocusManagerpublic void focusInitialChildView()
focusInitialChildView in interface FocusManagerpublic View getFocus()
getFocus in interface FocusManagerpublic void setFocus(View view)
setFocus in interface FocusManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||