Class BasicTextAreaUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextAreaUI
- All Implemented Interfaces:
ViewFactory
- Direct Known Subclasses:
SynthTextAreaUI
Provides the look and feel for a plain text editor. In this
implementation the default UI is extended to act as a simple
view factory.
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
.
-
Nested Class Summary
Nested classes/interfaces declared in class BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
Modifier and TypeClassDescriptionstatic class
Default implementation of the interfaceCaret
.static class
Default implementation of the interfaceHighlighter
. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a view for an element.static ComponentUI
createUI
(JComponent ta) Creates a UI for a JTextArea.int
getBaseline
(JComponent c, int width, int height) Returns the baseline.Returns an enum indicating how the baseline of the component changes as the size changes.The method is overridden to take into account caret width.The method is overridden to take into account caret width.protected String
Fetches the name used as a key to look up properties through the UIManager.protected void
This method gets called when a bound property is changed on the associated JTextComponent.Methods declared in class BasicTextUI
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel
Modifier and TypeMethodDescriptionCreates a view for an element.protected Caret
Creates the object to use for a caret.protected Highlighter
Creates the object to use for adding highlights.protected Keymap
Creates the keymap to use for the text component, and installs any necessary bindings into it.void
damageRange
(JTextComponent tc, int p0, int p1) Causes the portion of the view responsible for the given part of the model to be repainted.void
damageRange
(JTextComponent t, int p0, int p1, Position.Bias p0Bias, Position.Bias p1Bias) Causes the portion of the view responsible for the given part of the model to be repainted.protected final JTextComponent
Fetches the text component associated with this UI implementation.Fetches the EditorKit for the UI.protected String
Fetches the name of the keymap that will be installed/used by default for this UI.Gets the maximum size for the editor component.int
getNextVisualPositionFrom
(JTextComponent t, int pos, Position.Bias b, int direction, Position.Bias[] biasRet) Provides a way to determine the next visually represented model location that one might place a caret.Fetches a View with the allocation of the associated text component (i.e. the root of the hierarchy) that can be traversed to determine how the model is being represented spatially.getToolTipText
(JTextComponent t, Point pt) Returns the string to be used as the tooltip at the passed in location.protected Rectangle
Gets the allocation (that is the allocated size) for the root view.protected void
Initializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, border, and margin.protected void
Registers keyboard actions.protected void
Installs listeners for the UI.void
Installs the UI for a component.protected void
Flags model changes.modelToView
(JTextComponent tc, int pos) Deprecated.modelToView
(JTextComponent tc, int pos, Position.Bias bias) Deprecated.final void
paint
(Graphics g, JComponent c) Paints the interface.protected void
Paints a background for the view.protected void
Paints the interface safely with a guarantee that the model won't change from the view of this thread.protected final void
Sets the current root of the view hierarchy and calls invalidate().protected void
Sets the component properties that have not been explicitly overridden tonull
.protected void
Unregisters keyboard actions.protected void
Uninstalls listeners for the UI.void
Deinstalls the UI for a component.void
update
(Graphics g, JComponent c) Superclass paints background in an uncontrollable way (i.e. one might want an image tiled into the background).int
viewToModel
(JTextComponent tc, Point pt) Deprecated.int
viewToModel
(JTextComponent tc, Point pt, Position.Bias[] biasReturn) Deprecated.Methods declared in class TextUI
getToolTipText2D, modelToView2D, viewToModel2D
Modifier and TypeMethodDescriptionReturns the string to be used as the tooltip at the passed in location.modelToView2D
(JTextComponent t, int pos, Position.Bias bias) Converts the given location in the model to a place in the view coordinate system.int
viewToModel2D
(JTextComponent t, Point2D pt, Position.Bias[] biasReturn) Provides a mapping from the view coordinate space to the logical coordinate space of the model.Methods declared in class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
Modifier and TypeMethodDescriptionboolean
contains
(JComponent c, int x, int y) Returnstrue
if the specified x,y location is contained within the look and feel's defined shape of the specified component.getAccessibleChild
(JComponent c, int i) Returns thei
thAccessible
child of the object.int
Returns the number of accessible children in the object.Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Modifier and TypeMethodDescriptionprotected Object
clone()
Creates and returns a copy of this object.boolean
Indicates whether some other object is "equal to" this one.protected void
finalize()
Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class
<?> getClass()
Returns the runtime class of thisObject
.int
hashCode()
Returns a hash code value for this object.final void
notify()
Wakes up a single thread that is waiting on this object's monitor.final void
Wakes up all threads that are waiting on this object's monitor.toString()
Returns a string representation of the object.final void
wait()
Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final void
wait
(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final void
wait
(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Constructor Details
-
BasicTextAreaUI
public BasicTextAreaUI()Constructs a new BasicTextAreaUI object.
-
-
Method Details
-
createUI
Creates a UI for a JTextArea.- Parameters:
ta
- a text area- Returns:
- the UI
-
getPropertyPrefix
Fetches the name used as a key to look up properties through the UIManager. This is used as a prefix to all the standard text properties.- Specified by:
getPropertyPrefix
in classBasicTextUI
- Returns:
- the name ("TextArea")
-
propertyChange
This method gets called when a bound property is changed on the associated JTextComponent. This is a hook which UI implementations may change to reflect how the UI displays bound properties of JTextComponent subclasses. This is implemented to rebuild the View when the WrapLine or the WrapStyleWord property changes.- Overrides:
propertyChange
in classBasicTextUI
- Parameters:
evt
- the property change event
-
getPreferredSize
The method is overridden to take into account caret width.- Overrides:
getPreferredSize
in classBasicTextUI
- Parameters:
c
- the editor component- Returns:
- the preferred size
- Throws:
IllegalArgumentException
- if invalid value is passed- Since:
- 1.5
- See Also:
-
getMinimumSize
The method is overridden to take into account caret width.- Overrides:
getMinimumSize
in classBasicTextUI
- Parameters:
c
- the editor component- Returns:
- the minimum size
- Throws:
IllegalArgumentException
- if invalid value is passed- Since:
- 1.5
- See Also:
-
create
Creates a view for an element.- Specified by:
create
in interfaceViewFactory
- Overrides:
create
in classBasicTextUI
- Parameters:
elem
- the element- Returns:
- the view for the element
- See Also:
-
getBaseline
Returns the baseline.- Overrides:
getBaseline
in classComponentUI
- Parameters:
c
-JComponent
baseline is being requested forwidth
- the width to get the baseline forheight
- the height to get the baseline for- Returns:
- baseline or a value < 0 indicating there is no reasonable baseline
- Throws:
NullPointerException
- ifc
isnull
IllegalArgumentException
- if width or height is < 0- Since:
- 1.6
- See Also:
-
getBaselineResizeBehavior
Returns an enum indicating how the baseline of the component changes as the size changes.- Overrides:
getBaselineResizeBehavior
in classComponentUI
- Parameters:
c
-JComponent
to return baseline resize behavior for- Returns:
- an enum indicating how the baseline changes as the component size changes
- Throws:
NullPointerException
- ifc
isnull
- Since:
- 1.6
- See Also:
-
TextUI.modelToView2D(JTextComponent, int, Position.Bias)