Uses of Interface javax.swing.text.Style

Uses in package javax.swing

Methods with parameter type javax.swing.text.Style

Style
Adds a style into the style hierarchy.
void
Sets the logical style for the paragraph at the current caret position.

Methods with return type javax.swing.text.Style

Style
Adds a style into the style hierarchy.
Style
Returns the logical style of the paragraph at the current caret position.
Style
Looks up and returns a named Style.

Uses in package javax.swing.text.html

Classes implementing javax.swing.text.Style

class
A Style implementation that is able to multiplex between several other Styles.

Methods with return type javax.swing.text.Style

Style
Gets the rule that best matches the selector. selector is a space separated String of element names.
Style
Gets the style used to render the given tag.

Uses in package javax.swing.text

Classes implementing javax.swing.text.Style

class

Constructors with parameter type javax.swing.text.Style

Methods with parameter type javax.swing.text.Style

Style
Adds a style into the style hierarchy.
Style
Style
addStyle
void
Sets the logical style for the paragraph at the specified position.
void
StyledDocument.setLogicalStyle(int position, Style style)
setLogicalStyle
void
Called when any of this document's styles changes.

Methods with return type javax.swing.text.Style

Style
Adds a style into the style hierarchy.
Style
Style
addStyle
Style
Returns the logical Style for the specified position.
Style
getLogicalStyle
Style
Looks up and returns a named Style.
Style
Get the style from the style table.
Style
getStyle