org.nakedobjects.plugins.dnd.viewer.basic
Class NullFocusManager

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.basic.NullFocusManager
All Implemented Interfaces:
FocusManager

public class NullFocusManager
extends java.lang.Object
implements FocusManager


Constructor Summary
NullFocusManager()
           
 
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

NullFocusManager

public NullFocusManager()
Method Detail

focusNextView

public void focusNextView()
Description copied from interface: FocusManager
The next view within the container to move the focus to; move to next field.

Specified by:
focusNextView in interface FocusManager

focusPreviousView

public void focusPreviousView()
Description copied from interface: FocusManager
The previous view within the container to move the focus to; move to previous field.

Specified by:
focusPreviousView in interface FocusManager

focusParentView

public void focusParentView()
Description copied from interface: FocusManager
The parent view within the container to move the focus to; move up to containing view in the hierachy.

Specified by:
focusParentView in interface FocusManager

focusFirstChildView

public void focusFirstChildView()
Description copied from interface: FocusManager
The first child view within the container to move the focus to; move down to the first view within the current view.

Specified by:
focusFirstChildView in interface FocusManager

focusLastChildView

public void focusLastChildView()
Specified by:
focusLastChildView in interface FocusManager

focusInitialChildView

public void focusInitialChildView()
Specified by:
focusInitialChildView in interface FocusManager

getFocus

public View getFocus()
Specified by:
getFocus in interface FocusManager

setFocus

public void setFocus(View view)
Specified by:
setFocus in interface FocusManager


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