API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. InternalFrameFocusTraversalPolicy View Source
Author(s)
David Mendenhall
Since
1.4
Version
1.5, 11/17/05
Serial
Hierarchy
 Object
      FocusTraversalPolicy
          InternalFrameFocusTraversalPolicy
Implements
Subclasses
Description
publicabstract abstract class InternalFrameFocusTraversalPolicy
  A FocusTraversalPolicy which can optionally provide an algorithm for determining a JInternalFrame's initial Component.
See also:   
Constructors
public InternalFrameFocusTraversalPolicy ()
Methods
Hide/Show inherited methods
publicabstract Component getComponentAfter (Container aContainer, Component aComponent) [Inherited From FocusTraversalPolicy]
  Returns the Component that should receive the focus after aComponent.
publicabstract Component getComponentBefore (Container aContainer, Component aComponent) [Inherited From FocusTraversalPolicy]
  Returns the Component that should receive the focus before aComponent.
publicabstract Component getDefaultComponent (Container aContainer) [Inherited From FocusTraversalPolicy]
  Returns the default Component to focus.
publicabstract Component getFirstComponent (Container aContainer) [Inherited From FocusTraversalPolicy]
  Returns the first Component in the traversal cycle.
public Component getInitialComponent (JInternalFrame frame)
  Returns the Component that should receive the focus when a JInternalFrame is selected for the first time.
public Component getInitialComponent (Window window) [Inherited From FocusTraversalPolicy]
  Returns the Component that should receive the focus when a Window is made visible for the first time.
publicabstract Component getLastComponent (Container aContainer) [Inherited From FocusTraversalPolicy]
  Returns the last Component in the traversal cycle.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar