Liking cljdoc? Tell your friends :D

javax.swing.text.StyledEditorKit$FontSizeAction

An action to set the font size in the associated JEditorPane. This will use the size specified as the command string on the ActionEvent if there is one, otherwise the size that was initialized with will be used.

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.

An action to set the font size in the associated
JEditorPane.  This will use the size specified as
the command string on the ActionEvent if there is one,
otherwise the size that was initialized with will be used.

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

->font-size-actionclj

(->font-size-action nm size)

Constructor.

Creates a new FontSizeAction.

nm - the action name - java.lang.String size - the font size - int

Constructor.

Creates a new FontSizeAction.

nm - the action name - `java.lang.String`
size - the font size - `int`
raw docstring

action-performedclj

(action-performed this e)

Sets the font size.

e - the action event - java.awt.event.ActionEvent

Sets the font size.

e - the action event - `java.awt.event.ActionEvent`
raw docstring

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

× close