|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.FocusTraversalPolicy
gov.va.med.vistalink.security.DialogConfirm.DialogConfirmFocusTraversalPolicy
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 |
public DialogConfirm.DialogConfirmFocusTraversalPolicy()
Method Detail |
public java.awt.Component getComponentAfter(java.awt.Container focusCycleRoot, java.awt.Component aComponent)
focusCycleRoot
- the root of the focus cycleaComponent
- currently focused component
public java.awt.Component getComponentBefore(java.awt.Container focusCycleRoot, java.awt.Component aComponent)
focusCycleRoot
- the root of the focus cycleaComponent
- currently focused component
public java.awt.Component getDefaultComponent(java.awt.Container focusCycleRoot)
focusCycleRoot
- the root of the focus cycle
public java.awt.Component getLastComponent(java.awt.Container focusCycleRoot)
focusCycleRoot
- the root of the focus cycle
public java.awt.Component getFirstComponent(java.awt.Container focusCycleRoot)
focusCycleRoot
- the root of the focus cycle
|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |