|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Painter | |
---|---|
org.jdesktop.swingx | Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. |
org.jdesktop.swingx.decorator | Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList. |
org.jdesktop.swingx.icon | Contains Swing Icon classes used by JDNC's Swing Extensions. |
org.jdesktop.swingx.painter | Contains classes and interfaces used by painter enabled components. |
org.jdesktop.swingx.plaf | Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. |
org.jdesktop.swingx.plaf.basic | Provides basic implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. |
org.jdesktop.swingx.prompt | |
org.jdesktop.swingx.renderer | Contains implementation of renderers used by JXTable, JXTreeTable and related classes. |
Uses of Painter in org.jdesktop.swingx |
---|
Classes in org.jdesktop.swingx that implement Painter | |
---|---|
static class |
JXMultiSplitPane.DividerPainter
Draws a single Divider. |
Methods in org.jdesktop.swingx that return Painter | |
---|---|
Painter |
JXPanel.getBackgroundPainter()
Returns the current background painter. |
Painter |
JXMultiSplitPane.getBackgroundPainter()
|
Painter |
JXLabel.getBackgroundPainter()
Returns the current background painter. |
Painter |
JXButton.getBackgroundPainter()
Returns the current background painter. |
Painter |
JXLabel.getForegroundPainter()
Returns the current foregroundPainter. |
Painter |
JXButton.getForegroundPainter()
|
Painter |
JXTitledPanel.getTitlePainter()
|
Methods in org.jdesktop.swingx with parameters of type Painter | |
---|---|
void |
JXPanel.setBackgroundPainter(Painter p)
Sets a Painter to use to paint the background of this JXPanel. |
void |
JXMultiSplitPane.setBackgroundPainter(Painter p)
Specifies a Painter to use to paint the background of this JXPanel. |
void |
JXLabel.setBackgroundPainter(Painter p)
Sets a Painter to use to paint the background of this component By default there is already a single painter installed which draws the normal background for this component according to the current Look and Feel. |
void |
JXButton.setBackgroundPainter(Painter p)
|
void |
JXLabel.setForegroundPainter(Painter painter)
Sets a new foregroundPainter on the label. |
void |
JXButton.setForegroundPainter(Painter p)
|
void |
JXTitledPanel.setTitlePainter(Painter p)
Set the Painter to use for painting the title section of the JXTitledPanel. |
Uses of Painter in org.jdesktop.swingx.decorator |
---|
Methods in org.jdesktop.swingx.decorator that return Painter | |
---|---|
Painter |
PainterHighlighter.getPainter()
Returns to Painter used in this Highlighter. |
Methods in org.jdesktop.swingx.decorator with parameters of type Painter | |
---|---|
void |
PainterHighlighter.setPainter(Painter painter)
Sets the Painter to use in this Highlighter, may be null. |
Constructors in org.jdesktop.swingx.decorator with parameters of type Painter | |
---|---|
PainterHighlighter(HighlightPredicate predicate,
Painter painter)
Instantiates a PainterHighlighter with the given painter and predicate. |
|
PainterHighlighter(Painter painter)
Instantiates a PainterHighlighter with the given Painter and default predicate. |
Uses of Painter in org.jdesktop.swingx.icon |
---|
Methods in org.jdesktop.swingx.icon that return Painter | |
---|---|
Painter |
PainterIcon.getPainter()
|
Methods in org.jdesktop.swingx.icon with parameters of type Painter | |
---|---|
void |
PainterIcon.setPainter(Painter painter)
|
Uses of Painter in org.jdesktop.swingx.painter |
---|
Classes in org.jdesktop.swingx.painter that implement Painter | |
---|---|
class |
AbstractAreaPainter<T>
The abstract base class for all painters that fill a vector path area. |
class |
AbstractLayoutPainter<T>
An abstract base class for any painter which can be positioned. |
class |
AbstractPainter<T>
A convenient base class from which concrete Painter implementations may
extend. |
class |
AlphaPainter<T>
Applies an alpha value to an entire stack of painters. |
class |
BusyPainter
A specific painter that paints an "infinite progress" like animation. |
class |
CapsulePainter
Draws a capsule. |
class |
CheckerboardPainter
A Painter implementation that paints a checkerboard pattern. |
class |
CompoundPainter<T>
A Painter implementation composed of an array of Painter s. |
class |
GlossPainter
A Painter implementation that simulates a gloss effect. |
class |
ImagePainter
A Painter instance that paints an image. |
class |
MattePainter
A Painter implementation that uses a Paint to fill the entire background area. |
class |
PinstripePainter
A fun Painter that paints pinstripes. |
class |
RectanglePainter
A painter which paints square and rounded rectangles |
class |
ShapePainter
A Painter that paints java.awt.Shapes. |
class |
TextPainter
A painter which draws text. |
Fields in org.jdesktop.swingx.painter declared as Painter | |
---|---|
static Painter<java.lang.Object> |
Painters.EMPTY_PAINTER
|
Methods in org.jdesktop.swingx.painter that return Painter | |
---|---|
Painter |
PainterGlasspane.getPainter()
|
Painter[] |
CompoundPainter.getPainters()
Gets the array of painters used by this CompoundPainter |
Methods in org.jdesktop.swingx.painter with parameters of type Painter | |
---|---|
void |
PainterGlasspane.setPainter(Painter painter)
|
void |
CompoundPainter.setPainters(Painter... painters)
Sets the array of Painters to use. |
Constructors in org.jdesktop.swingx.painter with parameters of type Painter | |
---|---|
CompoundPainter(Painter... painters)
Convenience constructor for creating a CompoundPainter for an array of painters. |
|
PainterPaint.PainterPaintContext(Painter<T> painter,
T object)
|
|
PainterPaint(Painter<T> painter,
T object)
|
Uses of Painter in org.jdesktop.swingx.plaf |
---|
Classes in org.jdesktop.swingx.plaf that implement Painter | |
---|---|
class |
PainterUIResource<T extends JComponent>
An implementation of Painter as a UIResource. |
Methods in org.jdesktop.swingx.plaf that return Painter | |
---|---|
static Painter<?> |
UIManagerExt.getPainter(java.lang.Object key)
Returns a painter from the defaults. |
static Painter<?> |
UIManagerExt.getPainter(java.lang.Object key,
java.util.Locale l)
Returns a painter from the defaults that is appropriate for the given locale. |
Constructors in org.jdesktop.swingx.plaf with parameters of type Painter | |
---|---|
PainterUIResource(Painter<? super T> p)
Creates a new instance of PainterUIResource with the specified delegate painter. |
|
PromptTextUI.PainterHighlighter(Painter painter)
|
Uses of Painter in org.jdesktop.swingx.plaf.basic |
---|
Methods in org.jdesktop.swingx.plaf.basic that return Painter | |
---|---|
protected Painter |
BasicHeaderUI.createBackgroundPainter()
|
Uses of Painter in org.jdesktop.swingx.prompt |
---|
Methods in org.jdesktop.swingx.prompt that return Painter | ||
---|---|---|
static
|
PromptSupport.getBackgroundPainter(T textComponent)
Get the background painter of the textComponent , when no
text is present. |
Methods in org.jdesktop.swingx.prompt with parameters of type Painter | ||
---|---|---|
static
|
PromptSupport.setBackgroundPainter(Painter<? super T> background,
T textComponent)
Sets the prompts background painter on textComponent and
repaints the component to reflect the changes. |
Uses of Painter in org.jdesktop.swingx.renderer |
---|
Fields in org.jdesktop.swingx.renderer declared as Painter | |
---|---|
protected Painter |
JXRendererHyperlink.painter
|
protected Painter |
JRendererLabel.painter
|
protected Painter |
JRendererCheckBox.painter
|
Methods in org.jdesktop.swingx.renderer that return Painter | |
---|---|
Painter<?> |
WrappingIconPanel.getPainter()
|
Painter<?> |
PainterAware.getPainter()
|
Painter |
JXRendererHyperlink.getPainter()
|
Painter |
JRendererLabel.getPainter()
|
Painter |
JRendererCheckBox.getPainter()
|
Methods in org.jdesktop.swingx.renderer with parameters of type Painter | |
---|---|
void |
JXRendererHyperlink.setPainter(Painter painter)
|
void |
JRendererLabel.setPainter(Painter painter)
|
void |
JRendererCheckBox.setPainter(Painter painter)
|
void |
WrappingIconPanel.setPainter(Painter<?> painter)
Sets the delegate's Painter if it is of type PainterAware. |
void |
PainterAware.setPainter(Painter<?> painter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |