org.nakedobjects.plugins.dnd
Interface FocusManager

All Known Implementing Classes:
AbstractFocusManager, ActionDialogFocusManager, NullFocusManager, SubviewFocusManager, TableFocusManager, WorkspaceFocusManager

public interface FocusManager

Details where to move the focus to.


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)
           
 

Method Detail

focusNextView

void focusNextView()
The next view within the container to move the focus to; move to next field.


focusPreviousView

void focusPreviousView()
The previous view within the container to move the focus to; move to previous field.


focusParentView

void focusParentView()
The parent view within the container to move the focus to; move up to containing view in the hierachy.


focusFirstChildView

void focusFirstChildView()
The first child view within the container to move the focus to; move down to the first view within the current view.


focusLastChildView

void focusLastChildView()

focusInitialChildView

void focusInitialChildView()

getFocus

View getFocus()

setFocus

void setFocus(View view)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.