Class SynthTextAreaUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TextUI
javax.swing.plaf.basic.BasicTextUI
javax.swing.plaf.basic.BasicTextAreaUI
javax.swing.plaf.synth.SynthTextAreaUI
- All Implemented Interfaces:
SynthConstants, SynthUI, ViewFactory
Provides the look and feel for a plain text editor in the
Synth look and feel. 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.
- Since:
- 1.7
-
Nested Class Summary
Nested classes/interfaces declared in class BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighterModifier and TypeClassDescriptionstatic classDefault implementation of the interfaceCaret.static classDefault implementation of the interfaceHighlighter. -
Field Summary
Fields declared in interface SynthConstants
DEFAULT, DISABLED, ENABLED, FOCUSED, MOUSE_OVER, PRESSED, SELECTEDModifier and TypeFieldDescriptionstatic final intIndicates the region is the default.static final intPrimary state indicating the region is not enabled.static final intPrimary state indicating the component is enabled.static final intIndicates the region has focus.static final intPrimary state indicating the mouse is over the region.static final intPrimary state indicating the region is in a pressed state.static final intIndicates the region is selected. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIcreateUI(JComponent ta) Creates a UI object for a JTextArea.Returns the Context for the specified component.protected voidpaint(SynthContext context, Graphics g) Paints the specified component.protected voidPaints a background for the view.voidpaintBorder(SynthContext context, Graphics g, int x, int y, int w, int h) Paints the border.protected voidThis method gets called when a bound property is changed on the associated JTextComponent.voidupdate(Graphics g, JComponent c) Notifies this UI delegate to repaint the specified component.Methods declared in class BasicTextAreaUI
create, getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, getPropertyPrefixModifier and TypeMethodDescriptionCreates a view for an element.intgetBaseline(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 StringFetches the name used as a key to look up properties through the UIManager.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, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, viewToModel, viewToModelModifier and TypeMethodDescriptionCreates a view for an element.protected CaretCreates the object to use for a caret.protected HighlighterCreates the object to use for adding highlights.protected KeymapCreates the keymap to use for the text component, and installs any necessary bindings into it.voiddamageRange(JTextComponent tc, int p0, int p1) Causes the portion of the view responsible for the given part of the model to be repainted.voiddamageRange(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 JTextComponentFetches the text component associated with this UI implementation.Fetches the EditorKit for the UI.protected StringFetches the name of the keymap that will be installed/used by default for this UI.Gets the maximum size for the editor component.intgetNextVisualPositionFrom(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 RectangleGets the allocation (that is the allocated size) for the root view.protected voidInitializes component properties, such as font, foreground, background, caret color, selection color, selected text color, disabled text color, border, and margin.protected voidRegisters keyboard actions.protected voidInstalls listeners for the UI.voidInstalls the UI for a component.protected voidFlags model changes.modelToView(JTextComponent tc, int pos) Deprecated.modelToView(JTextComponent tc, int pos, Position.Bias bias) Deprecated.final voidpaint(Graphics g, JComponent c) Paints the interface.protected voidPaints the interface safely with a guarantee that the model won't change from the view of this thread.protected final voidSets the current root of the view hierarchy and calls invalidate().protected voidSets the component properties that have not been explicitly overridden tonull.protected voidUnregisters keyboard actions.protected voidUninstalls listeners for the UI.voidDeinstalls the UI for a component.intviewToModel(JTextComponent tc, Point pt) Deprecated.intviewToModel(JTextComponent tc, Point pt, Position.Bias[] biasReturn) Deprecated.Methods declared in class TextUI
getToolTipText2D, modelToView2D, viewToModel2DModifier 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.intviewToModel2D(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, getAccessibleChildrenCountModifier and TypeMethodDescriptionbooleancontains(JComponent c, int x, int y) Returnstrueif 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 theithAccessiblechild of the object.intReturns the number of accessible children in the object.Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()Creates and returns a copy of this object.booleanIndicates whether some other object is "equal to" this one.protected voidfinalize()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.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(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 voidwait(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
-
SynthTextAreaUI
public SynthTextAreaUI()Constructs aSynthTextAreaUI.
-
-
Method Details
-
createUI
Creates a UI object for a JTextArea.- Parameters:
ta- a text area- Returns:
- the UI object
-
getContext
Returns the Context for the specified component.- Specified by:
getContextin interfaceSynthUI- Parameters:
c- Component requesting SynthContext.- Returns:
- SynthContext describing component.
-
update
Notifies this UI delegate to repaint the specified component. This method paints the component background, then calls thepaint(SynthContext,Graphics)method.In general, this method does not need to be overridden by subclasses. All Look and Feel rendering code should reside in the
paintmethod.- Overrides:
updatein classBasicTextUI- Parameters:
g- theGraphicsobject used for paintingc- the component being painted- See Also:
-
paint
Paints the specified component.- Parameters:
context- context for the component being paintedg- theGraphicsobject used for painting- See Also:
-
paintBackground
Paints a background for the view. This will only be called if isOpaque() on the associated component is true. The default is to paint the background color of the component. Overridden to do nothing.- Overrides:
paintBackgroundin classBasicTextUI- Parameters:
g- the graphics context
-
paintBorder
Paints the border.- Specified by:
paintBorderin interfaceSynthUI- Parameters:
context- a component contextg-Graphicsto paint onx- the X coordinatey- the Y coordinatew- width of the borderh- height of the border
-
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:
propertyChangein classBasicTextAreaUI- Parameters:
evt- the property change event
-
TextUI.modelToView2D(JTextComponent, int, Position.Bias)