Liking cljdoc? Tell your friends :D

javax.swing.DefaultFocusManager

This class has been obsoleted by the 1.4 focus APIs. While client code may still use this class, developers are strongly encouraged to use java.awt.KeyboardFocusManager and java.awt.DefaultKeyboardFocusManager instead.

Please see

How to Use the Focus Subsystem, a section in The Java Tutorial, and the Focus Specification for more information.

This class has been obsoleted by the 1.4 focus APIs. While client code may
still use this class, developers are strongly encouraged to use
java.awt.KeyboardFocusManager and
java.awt.DefaultKeyboardFocusManager instead.

Please see

How to Use the Focus Subsystem,
a section in The Java Tutorial, and the
Focus Specification
for more information.
raw docstring

->default-focus-managerclj

(->default-focus-manager)

Constructor.

Constructor.
raw docstring

compare-tab-orderclj

(compare-tab-order this a b)

a - java.awt.Component b - java.awt.Component

returns: boolean

a - `java.awt.Component`
b - `java.awt.Component`

returns: `boolean`
raw docstring

get-component-afterclj

(get-component-after this a-container a-component)

a-container - java.awt.Container a-component - java.awt.Component

returns: java.awt.Component

a-container - `java.awt.Container`
a-component - `java.awt.Component`

returns: `java.awt.Component`
raw docstring

get-component-beforeclj

(get-component-before this a-container a-component)

a-container - java.awt.Container a-component - java.awt.Component

returns: java.awt.Component

a-container - `java.awt.Container`
a-component - `java.awt.Component`

returns: `java.awt.Component`
raw docstring

get-first-componentclj

(get-first-component this a-container)

a-container - java.awt.Container

returns: java.awt.Component

a-container - `java.awt.Container`

returns: `java.awt.Component`
raw docstring

get-last-componentclj

(get-last-component this a-container)

a-container - java.awt.Container

returns: java.awt.Component

a-container - `java.awt.Container`

returns: `java.awt.Component`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close