VistALink v1.5.0.026

gov.va.med.vistalink.security
Class DialogConfirm.DialogConfirmFocusTraversalPolicy

java.lang.Object
  extended byjava.awt.FocusTraversalPolicy
      extended bygov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
Enclosing class:
DialogConfirm

public class DialogConfirm.DialogConfirmFocusTraversalPolicy
extends java.awt.FocusTraversalPolicy

Provides a focus traversal policy for this dialog


Constructor Summary
DialogConfirm.DialogConfirmFocusTraversalPolicy()
           
 
Method Summary
 java.awt.Component getComponentAfter(java.awt.Container focusCycleRoot, java.awt.Component aComponent)
          get the next component in the focus traversal
 java.awt.Component getComponentBefore(java.awt.Container focusCycleRoot, java.awt.Component aComponent)
          get the previous (reverse direction) component in the focus traversal cycle
 java.awt.Component getDefaultComponent(java.awt.Container focusCycleRoot)
          gets the default component to focus on
 java.awt.Component getFirstComponent(java.awt.Container focusCycleRoot)
          gets the first component in the focus cycle
 java.awt.Component getLastComponent(java.awt.Container focusCycleRoot)
          gets the last component in the focus cycle
 
Methods inherited from class java.awt.FocusTraversalPolicy
getInitialComponent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogConfirm.DialogConfirmFocusTraversalPolicy

public DialogConfirm.DialogConfirmFocusTraversalPolicy()
Method Detail

getComponentAfter

public java.awt.Component getComponentAfter(java.awt.Container focusCycleRoot,
                                            java.awt.Component aComponent)
get the next component in the focus traversal

Parameters:
focusCycleRoot - the root of the focus cycle
aComponent - currently focused component
Returns:
returns the next component in the (forward) cycle

getComponentBefore

public java.awt.Component getComponentBefore(java.awt.Container focusCycleRoot,
                                             java.awt.Component aComponent)
get the previous (reverse direction) component in the focus traversal cycle

Parameters:
focusCycleRoot - the root of the focus cycle
aComponent - currently focused component
Returns:
returns the next component in the (reverse) cycle

getDefaultComponent

public java.awt.Component getDefaultComponent(java.awt.Container focusCycleRoot)
gets the default component to focus on

Parameters:
focusCycleRoot - the root of the focus cycle
Returns:
the default component in the focus cycle

getLastComponent

public java.awt.Component getLastComponent(java.awt.Container focusCycleRoot)
gets the last component in the focus cycle

Parameters:
focusCycleRoot - the root of the focus cycle
Returns:
the last component in the focus cycle

getFirstComponent

public java.awt.Component getFirstComponent(java.awt.Container focusCycleRoot)
gets the first component in the focus cycle

Parameters:
focusCycleRoot - the root of the focus cycle
Returns:
the first component in the focus cycle

VistALink v1.5.0.026

VistALink v1.5.0.026