Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingWidget
-
-
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.extras.api.tabbed
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.extras.api.tabbed Modifier and Type Class Description classTabHoverPreviewWidgetAdds tab preview thumbnail on tab mouse hover.classTabOverviewDialogWidgetAdds tab overview dialog to tabbed panes.classTabPagerWidgetAdds tab pager to tabbed panes. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal
Methods in org.pushingpixels.radiance.theming.internal that return types with arguments of type RadianceThemingWidget Modifier and Type Method Description <T extends javax.swing.JComponent>
java.util.Set<RadianceThemingWidget<T>>RadianceThemingWidgetRepository. getMatchingWidgets(T jcomp)Returns a set of widgets that match the specified component. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui with type parameters of type RadianceThemingWidget Modifier and Type Field Description private java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceButtonUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceDesktopIconUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceEditorPaneUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceFormattedTextFieldUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceMenuBarUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadiancePasswordFieldUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceRootPaneUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceScrollBarUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceScrollPaneUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceTabbedPaneUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceTextAreaUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceTextFieldUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceTextPaneUI. themingWidgetsprivate java.util.Set<RadianceThemingWidget<javax.swing.JComponent>>RadianceTreeUI. themingWidgets -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.animation.effects
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.animation.effects Modifier and Type Class Description classGhostAnimationWidgetWidget that tracks changes to the button for ghost effects. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.desktop
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.desktop Modifier and Type Class Description classDesktopIconHoverPreviewWidgetAdds internal frame thumbnail preview on desktop icon mouse hover. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.menu
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.menu Modifier and Type Class Description classMenuSearchWidgetAdds menu search panel to menu bars. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.scroll
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.scroll Modifier and Type Class Description classAutoScrollWidgetWidget that decorates scroll panes with auto scroll.classScrollPaneSelectorWidgetWidget that decorates scroll panes with selector. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.text
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.text Modifier and Type Class Description classCapsLockPasswordBorderWidgetAdds visual indication when caps-lock key is on in focused password fields.classEditContextMenuWidgetAdds edit context menu on text components.classLockBorderWidgetAdds visual indication on non-editable text components.classPasswordStrengthCheckerWidgetAdds password strength indication on password fields.classSelectAllOnFocusGainWidgetAdds "select all on focus gain" behaviour on text components.classSelectOnEscapeWidgetAdds "select / deselect on Escape key press" behaviour on text components. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.tree.dnd
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.theming.internal.widget.tree.dnd Modifier and Type Class Description classTreeDragAndDropWidgetTreeWrapper is used to handle drag and drop and popup menus in any JTree. -
Uses of RadianceThemingWidget in org.pushingpixels.radiance.tools.themingdebugger
Subclasses of RadianceThemingWidget in org.pushingpixels.radiance.tools.themingdebugger Modifier and Type Class Description classRootPaneTitlePaneUiDebuggerTo use this in your app, callRadianceThemingCortex.GlobalScope.registerWidget(String, Class, boolean)
-