Class | Description |
---|---|
GetAllSkins |
Test application that shows the use of the
SubstanceLookAndFeel.getAllSkins() API. |
GetAllTabCloseListeners_Global |
Test application that shows the use of the
SubstanceLookAndFeel.getAllTabCloseListeners() API. |
GetAllTabCloseListeners_Specific |
Test application that shows the use of the
SubstanceLookAndFeel.getAllTabCloseListeners(JTabbedPane) API. |
GetCurrentSkin |
Test application that shows the use of the
SubstanceLookAndFeel.getCurrentSkin(java.awt.Component) API. |
GetDecorationType |
Test application that shows the use of the
SubstanceLookAndFeel.getDecorationType(java.awt.Component) API called
on different components. |
GetFontPolicy |
Test application that shows the use of the
SubstanceLookAndFeel.getFontPolicy() API. |
RegisterSkinChangeListener |
Test application that shows the use of the
SubstanceLookAndFeel.registerSkinChangeListener(SkinChangeListener)
API. |
RegisterTabCloseChangeListener_GeneralMultiple |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a tab close listener that listens on multiple tab
closing on a specific tabbed pane. |
RegisterTabCloseChangeListener_GeneralMultipleVetoable |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a vetoable tab close listener that listens on multiple
tab closing on a specific tabbed pane. |
RegisterTabCloseChangeListener_GeneralSingle |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a tab close listener that listens on single tab closing
on a specific tabbed pane. |
RegisterTabCloseChangeListener_GeneralSingleVetoable |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a vetoable tab close listener that listens on single tab
closing on a specific tabbed pane. |
RegisterTabCloseChangeListener_SpecificMultiple |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(JTabbedPane, org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a tab close listener that listens on multiple tab
closing on a specific tabbed pane. |
RegisterTabCloseChangeListener_SpecificMultipleVetoable |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(JTabbedPane, org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a vetoable tab close listener that listens on multiple
tab closing on a specific tabbed pane. |
RegisterTabCloseChangeListener_SpecificSingle |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(JTabbedPane, org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a tab close listener that listens on single tab closing
on a specific tabbed pane. |
RegisterTabCloseChangeListener_SpecificSingleVetoable |
Test application that shows the use of the
SubstanceLookAndFeel#registerTabCloseChangeListener(JTabbedPane, org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a vetoable tab close listener that listens on single tab
closing on a specific tabbed pane. |
SetDecorationType |
Test application that shows the use of the
SubstanceLookAndFeel.setDecorationType(JComponent, org.jvnet.substance.painter.decoration.DecorationAreaType)
API. |
SetDecorationTypeMix |
Test application that shows the use of the
SubstanceLookAndFeel.setDecorationType(JComponent, DecorationAreaType)
API called on different components. |
SetFontPolicy |
Test application that shows the use of the
SubstanceLookAndFeel.setFontPolicy(FontPolicy) API. |
SetSkin_ClassName |
Test application that shows the use of the
SubstanceLookAndFeel.setSkin(String) API. |
SetSkin_Instance |
Test application that shows the use of the
SubstanceLookAndFeel#setSkin(org.jvnet.substance.skin.SubstanceSkin)
API. |
SetUseConstantThemesOnDialogs |
Test application that shows the use of the
SubstanceLookAndFeel.setToUseConstantThemesOnDialogs(boolean) API. |
SetWidgetVisible |
Test application that shows the use of the
SubstanceLookAndFeel#setWidgetVisible(JRootPane, boolean, SubstanceWidgetType...)
API. |
UnregisterSkinChangeListener |
Test application that shows the use of the
SubstanceLookAndFeel.registerSkinChangeListener(SkinChangeListener)
API. |
UnregisterTabCloseChangeListener_General |
Test application that shows the use of the
SubstanceLookAndFeel#unregisterTabCloseChangeListener(org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a tab close listener that listens on single tab closing
on a specific tabbed pane. |
UnregisterTabCloseChangeListener_Specific |
Test application that shows the use of the
SubstanceLookAndFeel#unregisterTabCloseChangeListener(JTabbedPane, org.jvnet.substance.tabbed.BaseTabCloseListener)
API with registering a tab close listener that listens on single tab closing
on a specific tabbed pane. |