Java Doc for ParamReader.java in  » Swing-Library » substance-look-feel » org » jvnet » substance » utils » params » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Swing Library » substance look feel » org.jvnet.substance.utils.params 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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




Method Summary
public  StringgetBorderPainterProperty()
     Returns the value that specifies the global Substance border painter.
public  StringgetButtonShaperProperty()
     Returns the value that specifies the global Substance button shaper.
public  StringgetGradientPainterProperty()
     Returns the value that specifies the global Substance gradient painter.
public  StringgetThemeProperty()
     Returns the value that specifies the global Substance theme.
public  StringgetTraceFileNameProperty()
     Returns the name of the trace file.
public  ImageWatermarkKindgetWatermarkImageKindProperty()
     Returns the value that specifies the kind of image-based watermark.
public  FloatgetWatermarkImageOpacityProperty()
     Returns the value that specifies the opacity of image-based watermark.
public  StringgetWatermarkImageProperty()
     Returns the value that specifies the image location for image-based watermark.
public  StringgetWatermarkProperty()
     Returns the value that specifies the global Substance watermark.
public  booleanisDebugUiMode()
     Returns the indication whether Substance is running the application under debug UI mode.
public  booleantoBleedWatermark()
     Returns indication whether the watermark should "bleed" through usuallu opaque controls, such as trees, lists, tables and text controls (text field, text area, etc).
public  booleantoEnableInvertedThemes()
     Returns the indication whether Substance should enable inverted color themes.
public  booleantoEnableNegatedThemes()
     Returns the indication whether Substance should enable negated color themes.
public  booleantoShowExtraElementProperty()
     Returns the indication whether Substance can add additional UI elements (such as system menu items, menu search panel).
public  StringtoShowHeapStatusPanelProperty()
     Returns the indication for showing the heap status panel in the custom-decorated title panes.



Method Detail
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).



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.