|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.FocusTraversalPolicy
java.awt.ContainerOrderFocusTraversalPolicy
java.awt.DefaultFocusTraversalPolicy
com.izforge.izpack.installer.InstallerFrame.BlockFocusTraversalPolicy
private class InstallerFrame.BlockFocusTraversalPolicy
A FocusTraversalPolicy that only allows the block panel to have the focus
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
InstallerFrame.BlockFocusTraversalPolicy()
|
| Method Summary | |
|---|---|
protected boolean |
accept(java.awt.Component aComp)
Only accepts the block panel |
| Methods inherited from class java.awt.ContainerOrderFocusTraversalPolicy |
|---|
getComponentAfter, getComponentBefore, getDefaultComponent, getFirstComponent, getImplicitDownCycleTraversal, getLastComponent, setImplicitDownCycleTraversal |
| Methods inherited from class java.awt.FocusTraversalPolicy |
|---|
getInitialComponent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
private InstallerFrame.BlockFocusTraversalPolicy()
| Method Detail |
|---|
protected boolean accept(java.awt.Component aComp)
accept in class java.awt.DefaultFocusTraversalPolicyaComp - the component to check
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||