Java Doc for SubstanceNebulaLookAndFeel.java in  » Swing-Library » substance-look-feel » org » jvnet » substance » skin » 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.skin 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jvnet.substance.SubstanceLookAndFeel
   org.jvnet.substance.skin.SubstanceNebulaLookAndFeel

SubstanceNebulaLookAndFeel
public class SubstanceNebulaLookAndFeel extends SubstanceLookAndFeel (Code)
Standalone look-and-feel that uses the Nebula skin from NebulaSkin . You can set this look-and-feel by:
  • -Dswing.defaultlaf=org.jvnet.substance.skin.SubstanceNebulaLookAndFeel
  • UIManager.setLookAndFeel("org.jvnet.substance.skin.SubstanceNebulaLookAndFeel");
  • UIManager.setLookAndFeel(new SubstanceNebulaLookAndFeel());

author:
   Kirill Grouchnikov
since:
   version 4.0




Method Summary
public  StringgetID()
    
public  StringgetName()
    
public  voidinitialize()
    



Method Detail
getID
public String getID()(Code)



getName
public String getName()(Code)



initialize
public void initialize()(Code)



Fields inherited from org.jvnet.substance.SubstanceLookAndFeel
final public static String BACKGROUND_COMPOSITE(Code)(Java Doc)
final public static FadeKind BORDER_ANIMATION_KIND(Code)(Java Doc)
final public static String BORDER_PAINTER_PROPERTY(Code)(Java Doc)
final public static String BUTTON_NO_MIN_SIZE_PROPERTY(Code)(Java Doc)
final public static String BUTTON_OPEN_SIDE_PROPERTY(Code)(Java Doc)
final public static String BUTTON_PAINT_NEVER_PROPERTY(Code)(Java Doc)
final public static String BUTTON_SHAPER_PROPERTY(Code)(Java Doc)
final public static String BUTTON_SIDE_PROPERTY(Code)(Java Doc)
final public static String COLORIZATION_FACTOR(Code)(Java Doc)
final public static String COMBO_BOX_POPUP_FLYOUT_ORIENTATION(Code)(Java Doc)
final public static String COMBO_POPUP_PROTOTYPE(Code)(Java Doc)
final public static String CONFIG_FILE(Code)(Java Doc)
final public static String CORNER_RADIUS(Code)(Java Doc)
final public static String DEBUG_UI_MODE(Code)(Java Doc)
final public static String ENABLE_INVERTED_THEMES(Code)(Java Doc)
final public static String ENABLE_NEGATED_THEMES(Code)(Java Doc)
final public static String FLAT_PROPERTY(Code)(Java Doc)
final public static String FOCUS_KIND(Code)(Java Doc)
final public static String GRADIENT_PAINTER_PROPERTY(Code)(Java Doc)
final public static String GRIP_PAINTER(Code)(Java Doc)
final public static String HEAP_STATUS_PANEL(Code)(Java Doc)
final public static String MENU_GUTTER_FILL_KIND(Code)(Java Doc)
final public static String NO_EXTRA_ELEMENTS(Code)(Java Doc)
final public static String OVERLAY_PROPERTY(Code)(Java Doc)
final public static String PAINT_ACTIVE_PROPERTY(Code)(Java Doc)
final public static String PASSWORD_ECHO_PER_CHAR(Code)(Java Doc)
final public static String PLUGIN_XML(Code)(Java Doc)
final public static String SCROLL_PANE_BUTTONS_POLICY(Code)(Java Doc)
final protected static String SUBSTANCE_FONT_POLICY_KEY(Code)(Java Doc)
final public static String TABBED_PANE_CLOSE_BUTTONS_MODIFIED_ANIMATION(Code)(Java Doc)
final public static String TABBED_PANE_CLOSE_BUTTONS_PROPERTY(Code)(Java Doc)
final public static String TABBED_PANE_CLOSE_CALLBACK(Code)(Java Doc)
final public static String TABBED_PANE_CONTENT_BORDER_KIND(Code)(Java Doc)
final public static String TABBED_PANE_TEXT_ALIGNMENT_KIND(Code)(Java Doc)
final public static String TABBED_PANE_VERTICAL_ORIENTATION(Code)(Java Doc)
final public static String TABBED_PANE_VERTICAL_ORIENTATION_ROTATE_ICONS(Code)(Java Doc)
final public static String THEME_PROPERTY(Code)(Java Doc)
final public static String TITLE_PAINTER_PROPERTY(Code)(Java Doc)
final public static String TRACE_FILE(Code)(Java Doc)
final public static FadeKind TREE_DECORATIONS_ANIMATION_KIND(Code)(Java Doc)
final public static FadeKind TREE_SMART_SCROLL_ANIMATION_KIND(Code)(Java Doc)
final public static String USE_THEMED_DEFAULT_ICONS(Code)(Java Doc)
final public static String WATERMARK_IGNORE(Code)(Java Doc)
final public static String WATERMARK_IMAGE_KIND(Code)(Java Doc)
final public static String WATERMARK_IMAGE_OPACITY(Code)(Java Doc)
final public static String WATERMARK_IMAGE_PROPERTY(Code)(Java Doc)
final public static String WATERMARK_PROPERTY(Code)(Java Doc)
final public static String WATERMARK_TO_BLEED(Code)(Java Doc)
final public static String WINDOW_MODIFIED(Code)(Java Doc)
protected static Map<Class<?>, ControlBackgroundComposite> backgroundComposites(Code)(Java Doc)
protected static Set<BorderPainterChangeListener> borderPainterChangeListeners(Code)(Java Doc)
protected static PluginManager borderPainterPlugins(Code)(Java Doc)
protected static Set<ButtonShaperChangeListener> buttonShaperChangeListeners(Code)(Java Doc)
protected static ComponentPluginManager componentPlugins(Code)(Java Doc)
protected KeyboardFocusManager currentKeyboardFocusManager(Code)(Java Doc)
protected PropertyChangeListener focusOwnerChangeListener(Code)(Java Doc)
protected static Set<GradientPainterChangeListener> gradientPainterChangeListeners(Code)(Java Doc)
protected static Set<String> ignoreAnimationsSet(Code)(Java Doc)
protected static boolean isDebugUiMode(Code)(Java Doc)
protected static Set<LocaleChangeListener> localeChangeListeners(Code)(Java Doc)
protected static Map<String, SubstanceMixTheme> mixedThemes(Code)(Java Doc)
protected static PluginManager painterPlugins(Code)(Java Doc)
protected static ParamReader paramReader(Code)(Java Doc)
protected static PluginManager shaperPlugins(Code)(Java Doc)
protected static Set<SkinChangeListener> skinChangeListeners(Code)(Java Doc)
protected static PluginManager skinPlugins(Code)(Java Doc)
protected static Set<ThemeChangeListener> themeChangeListeners(Code)(Java Doc)
protected static PluginManager themePlugins(Code)(Java Doc)
protected static PluginManager titlePainterPlugins(Code)(Java Doc)
protected static boolean toBleedWatermark(Code)(Java Doc)
protected static boolean toEnableInvertedThemes(Code)(Java Doc)
protected static boolean toEnableNegatedThemes(Code)(Java Doc)
protected static boolean toShowExtraElements(Code)(Java Doc)
protected static boolean toUseConstantThemesOnDialogs(Code)(Java Doc)
protected static Set<WatermarkChangeListener> watermarkChangeListeners(Code)(Java Doc)
protected static PluginManager watermarkPlugins(Code)(Java Doc)

Methods inherited from org.jvnet.substance.SubstanceLookAndFeel
public static void addMixedTheme(SubstanceMixTheme mixedTheme)(Code)(Java Doc)
public static void addMixedTheme(SubstanceTheme... themes)(Code)(Java Doc)
public static void addMixedThemeBy(SubstanceTheme mainTheme)(Code)(Java Doc)
public static ColorScheme getActiveColorScheme()(Code)(Java Doc)
public static Map<String, BorderPainterInfo> getAllBorderPainters()(Code)(Java Doc)
public static Map<String, ButtonShaperInfo> getAllButtonShapers()(Code)(Java Doc)
public static Map<String, GradientPainterInfo> getAllGradientPainters()(Code)(Java Doc)
public static Map<String, SkinInfo> getAllSkins()(Code)(Java Doc)
public static Set<BaseTabCloseListener> getAllTabCloseListeners()(Code)(Java Doc)
public static Set<BaseTabCloseListener> getAllTabCloseListeners(JTabbedPane tabbedPane)(Code)(Java Doc)
public static Map<String, ThemeInfo> getAllThemes()(Code)(Java Doc)
public static Map<String, WatermarkInfo> getAllWatermarks()(Code)(Java Doc)
public static synchronized ControlBackgroundComposite getBackgroundComposite(Component component)(Code)(Java Doc)
public static SubstanceBorderPainter getCurrentBorderPainter()(Code)(Java Doc)
public static String getCurrentBorderPainterName()(Code)(Java Doc)
public static SubstanceButtonShaper getCurrentButtonShaper()(Code)(Java Doc)
public static String getCurrentButtonShaperName()(Code)(Java Doc)
public static SubstanceDecorationPainter getCurrentDecorationPainter()(Code)(Java Doc)
public static SubstanceGradientPainter getCurrentGradientPainter()(Code)(Java Doc)
public static String getCurrentGradientPainterName()(Code)(Java Doc)
public static SubstanceHighlightPainter getCurrentHighlightPainter()(Code)(Java Doc)
public static SubstanceTextPainter getCurrentTextPainter()(Code)(Java Doc)
public static String getCurrentThemeName()(Code)(Java Doc)
public static SubstanceWatermark getCurrentWatermark()(Code)(Java Doc)
public static String getCurrentWatermarkName()(Code)(Java Doc)
public static ColorScheme getDefaultColorScheme()(Code)(Java Doc)
public UIDefaults getDefaults()(Code)(Java Doc)
public String getDescription()(Code)(Java Doc)
public static ColorScheme getDisabledColorScheme()(Code)(Java Doc)
public static FontPolicy getFontPolicy()(Code)(Java Doc)
public String getID()(Code)(Java Doc)
public static ImageWatermarkKind getImageWatermarkKind()(Code)(Java Doc)
public static float getImageWatermarkOpacity()(Code)(Java Doc)
public static synchronized ResourceBundle getLabelBundle()(Code)(Java Doc)
public static synchronized ResourceBundle getLabelBundle(Locale locale)(Code)(Java Doc)
public static Set<LocaleChangeListener> getLocaleListeners()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public static ParamReader getParamReader()(Code)(Java Doc)
public static Set getPlugins()(Code)(Java Doc)
public boolean getSupportsWindowDecorations()(Code)(Java Doc)
public static SubstanceTheme getTheme()(Code)(Java Doc)
public static JComponent getTitlePaneComponent(Window window)(Code)(Java Doc)
public static boolean hasMixedThemes()(Code)(Java Doc)
public static void hideMenuSearchPanels()(Code)(Java Doc)
public static void ignoreAnimationsOnClass(Class componentClazz)(Code)(Java Doc)
public static void ignoreAnimationsOnClass(String componentClazzName)(Code)(Java Doc)
protected void initClassDefaults(UIDefaults table)(Code)(Java Doc)
protected void initComponentDefaults(UIDefaults table)(Code)(Java Doc)
public void initialize()(Code)(Java Doc)
public static boolean isDebugUiMode()(Code)(Java Doc)
public boolean isNativeLookAndFeel()(Code)(Java Doc)
public boolean isSupportedLookAndFeel()(Code)(Java Doc)
public static boolean isToUseConstantThemesOnDialogs()(Code)(Java Doc)
public static void permanentlyHideHeapStatusPanel(JRootPane pane)(Code)(Java Doc)
public static void permanentlyShowHeapStatusPanel(JRootPane pane)(Code)(Java Doc)
public static void registerBorderPainterChangeListener(BorderPainterChangeListener borderPainterChangeListener)(Code)(Java Doc)
public static void registerButtonShaperChangeListener(ButtonShaperChangeListener buttonShaperChangeListener)(Code)(Java Doc)
public static void registerGradientPainterChangeListener(GradientPainterChangeListener gradientPainterChangeListener)(Code)(Java Doc)
public static void registerLocaleChangeListener(LocaleChangeListener localeListener)(Code)(Java Doc)
public static void registerSkinChangeListener(SkinChangeListener skinChangeListener)(Code)(Java Doc)
public static void registerTabCloseChangeListener(BaseTabCloseListener tabCloseListener)(Code)(Java Doc)
public static void registerTabCloseChangeListener(JTabbedPane tabbedPane, BaseTabCloseListener tabCloseListener)(Code)(Java Doc)
public static void registerThemeChangeListener(ThemeChangeListener themeChangeListener)(Code)(Java Doc)
public static void registerWatermarkChangeListener(WatermarkChangeListener watermarkChangeListener)(Code)(Java Doc)
public static void removeMixedTheme(SubstanceMixTheme mixedTheme)(Code)(Java Doc)
public static void removeMixedThemeBy(SubstanceTheme mainTheme)(Code)(Java Doc)
public static synchronized void resetLabelBundle()(Code)(Java Doc)
public static synchronized void setBackgroundComposite(Class clazz, ControlBackgroundComposite composite)(Code)(Java Doc)
public static boolean setCurrentBorderPainter(String borderPainterClassName)(Code)(Java Doc)
public static boolean setCurrentBorderPainter(SubstanceBorderPainter currentBorderPainter)(Code)(Java Doc)
public static boolean setCurrentButtonShaper(String buttonShaperClassName)(Code)(Java Doc)
public static boolean setCurrentButtonShaper(SubstanceButtonShaper currentButtonShaper)(Code)(Java Doc)
public static boolean setCurrentDecorationPainter(SubstanceDecorationPainter newDecorationPainter)(Code)(Java Doc)
public static boolean setCurrentGradientPainter(String gradientPainterClassName)(Code)(Java Doc)
public static boolean setCurrentGradientPainter(SubstanceGradientPainter currentGradientPainter)(Code)(Java Doc)
public static boolean setCurrentHighlightPainter(SubstanceHighlightPainter newHighlightPainter)(Code)(Java Doc)
public static boolean setCurrentTextPainter(SubstanceTextPainter newTextPainter)(Code)(Java Doc)
public static boolean setCurrentTheme(String themeClassName)(Code)(Java Doc)
public static boolean setCurrentTheme(ThemeInfo themeInfo)(Code)(Java Doc)
public static boolean setCurrentTheme(SubstanceTheme theme)(Code)(Java Doc)
public static boolean setCurrentWatermark(String watermarkClassName)(Code)(Java Doc)
public static boolean setCurrentWatermark(SubstanceWatermark currentWatermark)(Code)(Java Doc)
public static void setDecorationType(JComponent comp, DecorationAreaType type)(Code)(Java Doc)
public static void setFontPolicy(FontPolicy fontPolicy)(Code)(Java Doc)
public static void setImageWatermarkKind(ImageWatermarkKind kind)(Code)(Java Doc)
public static void setImageWatermarkOpacity(float opacity)(Code)(Java Doc)
public static void setLabelBundleClassLoader(ClassLoader labelBundleClassLoader)(Code)(Java Doc)
public static boolean setSkin(SubstanceSkin skin)(Code)(Java Doc)
public static boolean setSkin(String skinClassName)(Code)(Java Doc)
public static void setToUseConstantThemesOnDialogs(boolean toUseConstantThemesOnDialogs)(Code)(Java Doc)
public static void showMenuSearchPanels()(Code)(Java Doc)
public static void stopThreads()(Code)(Java Doc)
public static boolean toBleedWatermark()(Code)(Java Doc)
public static boolean toEnableInvertedThemes()(Code)(Java Doc)
public static boolean toEnableNegatedThemes()(Code)(Java Doc)
public static boolean toIgnoreAnimation(Class componentClazz)(Code)(Java Doc)
public static boolean toShowExtraElements()(Code)(Java Doc)
public void uninitialize()(Code)(Java Doc)
public static void unregisterBorderPainterChangeListener(BorderPainterChangeListener borderPainterChangeListener)(Code)(Java Doc)
public static void unregisterButtonShaperChangeListener(ButtonShaperChangeListener buttonShaperChangeListener)(Code)(Java Doc)
public static void unregisterGradientPainterChangeListener(GradientPainterChangeListener gradientPainterChangeListener)(Code)(Java Doc)
public static void unregisterLocaleChangeListener(LocaleChangeListener localeListener)(Code)(Java Doc)
public static void unregisterSkinChangeListener(SkinChangeListener skinChangeListener)(Code)(Java Doc)
public static void unregisterTabCloseChangeListener(BaseTabCloseListener tabCloseListener)(Code)(Java Doc)
public static void unregisterTabCloseChangeListener(JTabbedPane tabbedPane, BaseTabCloseListener tabCloseListener)(Code)(Java Doc)
public static void unregisterThemeChangeListener(ThemeChangeListener themeChangeListener)(Code)(Java Doc)
public static void unregisterWatermarkChangeListener(WatermarkChangeListener watermarkChangeListener)(Code)(Java Doc)

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