Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalIconFactory

Factory object that vends Icons for the Java™ look and feel (Metal). These icons are used extensively in Metal via the defaults mechanism. While other look and feels often use GIFs for icons, creating icons in code facilitates switching to other themes.

Each method in this class returns either an Icon or null, where null implies that there is no default icon.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

Factory object that vends Icons for
the Java™ look and feel (Metal).
These icons are used extensively in Metal via the defaults mechanism.
While other look and feels often use GIFs for icons, creating icons
in code facilitates switching to other themes.


Each method in this class returns
either an Icon or null,
where null implies that there is no default icon.


Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

*-darkclj

Static Constant.

type: boolean

Static Constant.

type: boolean
raw docstring

*-lightclj

Static Constant.

type: boolean

Static Constant.

type: boolean
raw docstring

*get-check-box-iconclj

(*get-check-box-icon)

Returns a checkbox icon.

returns: javax.swing.Icon

Returns a checkbox icon.

returns: `javax.swing.Icon`
raw docstring

*get-check-box-menu-item-iconclj

(*get-check-box-menu-item-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-file-chooser-detail-view-iconclj

(*get-file-chooser-detail-view-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-file-chooser-home-folder-iconclj

(*get-file-chooser-home-folder-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-file-chooser-list-view-iconclj

(*get-file-chooser-list-view-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-file-chooser-new-folder-iconclj

(*get-file-chooser-new-folder-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-file-chooser-up-folder-iconclj

(*get-file-chooser-up-folder-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-horizontal-slider-thumb-iconclj

(*get-horizontal-slider-thumb-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-internal-frame-alt-maximize-iconclj

(*get-internal-frame-alt-maximize-icon size)

size - int

returns: javax.swing.Icon

size - `int`

returns: `javax.swing.Icon`
raw docstring

*get-internal-frame-close-iconclj

(*get-internal-frame-close-icon size)

size - int

returns: javax.swing.Icon

size - `int`

returns: `javax.swing.Icon`
raw docstring

*get-internal-frame-default-menu-iconclj

(*get-internal-frame-default-menu-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-internal-frame-maximize-iconclj

(*get-internal-frame-maximize-icon size)

size - int

returns: javax.swing.Icon

size - `int`

returns: `javax.swing.Icon`
raw docstring

*get-internal-frame-minimize-iconclj

(*get-internal-frame-minimize-icon size)

size - int

returns: javax.swing.Icon

size - `int`

returns: `javax.swing.Icon`
raw docstring

*get-menu-arrow-iconclj

(*get-menu-arrow-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-menu-item-arrow-iconclj

(*get-menu-item-arrow-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-menu-item-check-iconclj

(*get-menu-item-check-icon)

Returns an icon to be used by JCheckBoxMenuItem.

returns: the default icon for check box menu items, or null if no default exists - javax.swing.Icon

Returns an icon to be used by JCheckBoxMenuItem.

returns: the default icon for check box menu items,
         or null if no default exists - `javax.swing.Icon`
raw docstring

*get-radio-button-iconclj

(*get-radio-button-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-radio-button-menu-item-iconclj

(*get-radio-button-menu-item-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-tree-computer-iconclj

(*get-tree-computer-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-tree-control-iconclj

(*get-tree-control-icon is-collapsed)

is-collapsed - boolean

returns: javax.swing.Icon

is-collapsed - `boolean`

returns: `javax.swing.Icon`
raw docstring

*get-tree-floppy-drive-iconclj

(*get-tree-floppy-drive-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-tree-folder-iconclj

(*get-tree-folder-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-tree-hard-drive-iconclj

(*get-tree-hard-drive-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-tree-leaf-iconclj

(*get-tree-leaf-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

*get-vertical-slider-thumb-iconclj

(*get-vertical-slider-thumb-icon)

returns: javax.swing.Icon

returns: `javax.swing.Icon`
raw docstring

->metal-icon-factoryclj

(->metal-icon-factory)

Constructor.

Constructor.
raw docstring

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

× close