|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractPreview | |
| com.tensegrity.gui.swing.control.preview | This package contains interfaces and implementations for all sort of preview panels used to show previews on Stroke-, Font- or PaintFormats. |
| com.tensegrity.gui.swing.dialog | This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API. |
| com.tensegrity.gui.swing.dialog.panel | The package for all format panel implementations. |
| Uses of AbstractPreview in com.tensegrity.gui.swing.control.preview |
| Subclasses of AbstractPreview in com.tensegrity.gui.swing.control.preview | |
class |
DefaultPreview
This class provides a default implementation of a Preview
control. |
| Uses of AbstractPreview in com.tensegrity.gui.swing.dialog |
| Fields in com.tensegrity.gui.swing.dialog declared as AbstractPreview | |
protected AbstractPreview |
FormatDialog.preview
Instance of the preview for this format panel dialog. |
| Methods in com.tensegrity.gui.swing.dialog that return AbstractPreview | |
protected AbstractPreview |
ShapeFormatDialog.getMarkerPreview(double direction)
Returns a Preview for marker where the preview'd arrow is directed to the given direction. |
protected AbstractPreview |
FormatDialog.getPreview(int type)
Returns the Preview according to the given type. |
| Methods in com.tensegrity.gui.swing.dialog with parameters of type AbstractPreview | |
protected javax.swing.JPanel |
ShapeFormatDialog.createMarkerPreview(AbstractPreview preview)
Creates a wrapper panel for the given Preview instance. |
protected javax.swing.JPanel |
ShapeFormatDialog.createPreviewPanel(AbstractPreview preview)
Creates a Preview Panel consisting where the given preview is placed into a panel which again will be wrapped by another panel. |
| Uses of AbstractPreview in com.tensegrity.gui.swing.dialog.panel |
| Fields in com.tensegrity.gui.swing.dialog.panel declared as AbstractPreview | |
protected AbstractPreview |
FormatStroke.preview
The preview instance to apply changes on. |
| Methods in com.tensegrity.gui.swing.dialog.panel that return AbstractPreview | |
AbstractPreview |
FormatColor.getPreview()
|
AbstractPreview |
FormatFont.getPreview()
|
AbstractPreview |
FormatStroke.getPreview()
|
AbstractPreview |
FormatMarker.getPreview()
|
abstract AbstractPreview |
AbstractFormat.getPreview()
Returns an AbstractPreview instance used by this panel or
null, if no such Preview is in use. |
AbstractPreview |
FormatPaint.getPreview()
|
AbstractPreview |
FormatStyle.getPreview()
|
| Constructors in com.tensegrity.gui.swing.dialog.panel with parameters of type AbstractPreview | |
FormatColor(boolean basic,
boolean brightness,
boolean hue,
boolean memory,
boolean preview,
boolean valueTable,
UIManager uiManager,
AbstractPreview abstractPreview)
Creates the FormatColor panel according to the state of the passed flags. |
|
FormatFont(UIManager uiManager,
AbstractPreview preview)
Creates the FormatFont panel by using the given UIManager and given Preview instance. |
|
FormatStroke(UIManager uiManager,
AbstractPreview preview,
java.lang.String title)
Constructor for FormatStroke creates a new FormatStroke panel. |
|
FormatStroke(UIManager uiManager,
AbstractPreview preview)
Constructor for FormatStroke creates a new FormatStroke panel. |
|
FormatStroke(UIManager uiManager,
AbstractPreview preview,
javax.swing.JPanel previewPanel,
java.lang.String title)
Constructor for FormatStroke creates a new FormatStroke panel with the given PreviewPanel. |
|
FormatMarker(UIManager uiManager,
AbstractPreview preview)
Constructor for FormatMarker. |
|
FormatMarker(UIManager uiManager,
AbstractPreview preview,
javax.swing.JPanel previewPanel)
This constructor allows you to pass a Panel to be used as preview panel for this formatter. |
|
FormatPaint(UIManager uiManager,
AbstractPreview preview,
java.lang.String title)
Constructor for FormatPaint. |
|
FormatPaint(UIManager uiManager,
AbstractPreview preview)
Constructor for FormatPaint. |
|
FormatPaint(UIManager uiManager,
AbstractPreview preview,
javax.swing.JPanel previewPanel,
java.lang.String title)
Constructor for FormatPaint. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||