|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RectanglePainter | |
|---|---|
| com.javadocking.drag.painter |
Contains the functionality for painting a representation of the Dockable,
when it is dragged. |
| Uses of RectanglePainter in com.javadocking.drag.painter |
|---|
| Classes in com.javadocking.drag.painter that implement RectanglePainter | |
|---|---|
class |
DefaultRectanglePainter
This rectangle painter paints the border of a rectangle and it can fill the rectangle. |
| Methods in com.javadocking.drag.painter that return RectanglePainter | |
|---|---|
RectanglePainter |
RectangleDragComponentFactory.getRectanglePainter()
Gets the painter that paints the rectangles on the javax.swing.JComponents returned by this factory. |
| Methods in com.javadocking.drag.painter with parameters of type RectanglePainter | |
|---|---|
void |
RectangleDragComponentFactory.setRectanglePainter(RectanglePainter rectanglePainter)
Sets the painter that paints the rectangles on the javax.swing.JComponents returned by this factory. |
| Constructors in com.javadocking.drag.painter with parameters of type RectanglePainter | |
|---|---|
OldWindowDockableDragPainter(RectanglePainter rectanglePainter)
Constructs a Swing dockable drag painter that uses a RectangleDragComponentFactory
as drag component factory. |
|
RectangleDragComponentFactory(RectanglePainter rectanglePainter)
Constructs a rectangle drag component factory that uses the given painter for painting the rectangles on the javax.swing.JComponent. |
|
RectangleDragComponentFactory(RectanglePainter rectanglePainter,
boolean drawLabel)
Constructs a rectangle drag component factory that uses the given painter for painting the rectangles on the javax.swing.JComponent. |
|
SwDockableDragPainter(RectanglePainter rectanglePainter)
Constructs a Swing dockable drag painter that uses a RectangleDragComponentFactory
as drag component factory. |
|
SwDockableDragPainter(RectanglePainter rectanglePainter,
boolean onlyComponentDocks)
Constructs a Swing dockable drag painter that uses a RectangleDragComponentFactory
as drag component factory. |
|
TransparentWindowDockableDragPainter(RectanglePainter rectanglePainter)
Constructs a dockable drag painter. |
|
TransparentWindowDockableDragPainter(RectanglePainter rectanglePainter,
boolean drawLabel)
Constructs a dockable drag painter. |
|
WindowDockableDragPainter(RectanglePainter rectanglePainter)
Constructs a dockable drag painter. |
|
WindowDockableDragPainter(RectanglePainter rectanglePainter,
boolean drawLabel)
Constructs a dockable drag painter. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||