Liking cljdoc? Tell your friends :D

javax.swing.text.DefaultEditorKit$InsertBreakAction

Places a line/paragraph break into the document. If there is a selection, it is removed before the break is added.

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.

Places a line/paragraph break into the document.
If there is a selection, it is removed before
the break is added.

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

->insert-break-actionclj

(->insert-break-action)

Constructor.

Creates this object with the appropriate identifier.

Constructor.

Creates this object with the appropriate identifier.
raw docstring

action-performedclj

(action-performed this e)

The operation to perform when this action is triggered.

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

The operation to perform when this action is triggered.

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

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

× close