| org.jvnet.substance.utils.params.ParamReader
All known Subclasses: org.jvnet.substance.utils.params.JvmFlagsParamReader, org.jvnet.substance.utils.params.PropertiesFileParamReader,
ParamReader | public interface ParamReader (Code) | | Base interface for parameter readers. This class is for internal use only.
author: Kirill Grouchnikov |
getBorderPainterProperty | public String getBorderPainterProperty()(Code) | | Returns the value that specifies the global Substance border
painter. If not null , should be a fully-qualified class
name of a class that implements
SubstanceBorderPainter .
The value that specifies the global Substance borderpainter. If not null , should be a fully-qualifiedclass name of a class that implementsSubstanceBorderPainter. |
getButtonShaperProperty | public String getButtonShaperProperty()(Code) | | Returns the value that specifies the global Substance button
shaper. If not null , should be a fully-qualified class
name of a class that implements
SubstanceButtonShaper .
The value that specifies the global Substance buttonshaper. If not null , should be a fully-qualifiedclass name of a class that implementsSubstanceButtonShaper. |
getGradientPainterProperty | public String getGradientPainterProperty()(Code) | | Returns the value that specifies the global Substance gradient
painter. If not null , should be a fully-qualified class
name of a class that implements
SubstanceGradientPainter .
The value that specifies the global Substance gradientpainter. If not null , should be a fully-qualifiedclass name of a class that implementsSubstanceGradientPainter. |
getThemeProperty | public String getThemeProperty()(Code) | | Returns the value that specifies the global Substance theme. If
not null , should be a fully-qualified class name of a
class that extends
SubstanceTheme .
The value that specifies the global Substance theme. Ifnot null , should be a fully-qualified class nameof a class that extends SubstanceTheme. |
getTraceFileNameProperty | public String getTraceFileNameProperty()(Code) | | Returns the name of the trace file. The trace file will contain output of
the memory analyser which can be used to pinpoint the memory leaks.
The name of the trace file for memory analysis. Ifnull , the tracing mechanism will not beactivated. |
getWatermarkImageKindProperty | public ImageWatermarkKind getWatermarkImageKindProperty()(Code) | | Returns the value that specifies the kind of image-based watermark. This
value is relevant only if the
ParamReader.getWatermarkProperty() returns the
class name of
SubstanceImageWatermark .
The value that specifies the kind of image-based watermark. |
getWatermarkImageOpacityProperty | public Float getWatermarkImageOpacityProperty()(Code) | | Returns the value that specifies the opacity of image-based watermark.
This value is relevant only if the
ParamReader.getWatermarkProperty() returns the class name of
SubstanceImageWatermark .
The value that specifies the opacity of image-based watermark. |
getWatermarkImageProperty | public String getWatermarkImageProperty()(Code) | | Returns the value that specifies the image location for image-based
watermark. This value is relevant only if the
ParamReader.getWatermarkProperty() returns the class name of
SubstanceImageWatermark . The value can point at either the local
file or remote HTTP-based file.
The value that specifies the image location for image-basedwatermark. |
getWatermarkProperty | public String getWatermarkProperty()(Code) | | Returns the value that specifies the global Substance watermark.
If not null , should be a fully-qualified class name of a
class that implements
SubstanceWatermark .
The value that specifies the global Substance watermark.If not null , should be a fully-qualified classname of a class that implements SubstanceWatermark. |
isDebugUiMode | public boolean isDebugUiMode()(Code) | | Returns the indication whether Substance is running the
application under debug UI mode.
true if Substance is running theapplication under debug UI mode, false otherwise. |
toBleedWatermark | public boolean toBleedWatermark()(Code) | | Returns indication whether the watermark should "bleed" through usuallu
opaque controls, such as trees, lists, tables and text controls (text
field, text area, etc).
Indication whether the watermark should "bleed" through usualluopaque controls. |
toEnableInvertedThemes | public boolean toEnableInvertedThemes()(Code) | | Returns the indication whether Substance should enable inverted
color themes.
true if Substance should enable invertedcolor themes, false otherwise. |
toEnableNegatedThemes | public boolean toEnableNegatedThemes()(Code) | | Returns the indication whether Substance should enable negated
color themes.
true if Substance should enable negatedcolor themes, false otherwise. |
toShowExtraElementProperty | public boolean toShowExtraElementProperty()(Code) | | Returns the indication whether Substance can add additional UI
elements (such as system menu items, menu search panel).
true if Substance can add additional UIelements (such as system menu items, menu search panel),false otherwise. |
toShowHeapStatusPanelProperty | public String toShowHeapStatusPanelProperty()(Code) | | Returns the indication for showing the heap status panel in the
custom-decorated title panes. If the value is null , no
heap status panel will be shown, if the value is an empty string, the
heap status panel will be shown. Otherwise, the value is taken to be the
filename for logging the heap status information (and the heap status
panel will be shown).
Indication for showing the heap status panel in thecustom-decorated title panes. Possible return values:- If the value is
null , no heap status panelwill be shown. - If the value is an empty string, the heap status panel willbe shown.
- Otherwise, the value is taken to be the filename for loggingthe heap status information (and the heap status panel will beshown).
|
|
|