public class SubstanceWidgetSupport
extends org.pushingpixels.lafwidget.LafWidgetSupport
| Constructor and Description |
|---|
SubstanceWidgetSupport() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
getArrowIcon(int orientation) |
javax.swing.JComponent |
getComponentForHover(javax.swing.JInternalFrame.JDesktopIcon desktopIcon) |
javax.swing.Icon |
getLockIcon(java.awt.Component c) |
int |
getLookupButtonSize() |
int |
getLookupIconSize() |
javax.swing.Icon |
getNumberIcon(int number) |
int |
getRolloverTabIndex(javax.swing.JTabbedPane tabbedPane) |
javax.swing.Icon |
getSearchIcon(int dimension,
java.awt.ComponentOrientation componentOrientation) |
java.awt.Insets |
getTabAreaInsets(javax.swing.JTabbedPane tabbedPane) |
java.awt.Rectangle |
getTabRectangle(javax.swing.JTabbedPane tabbedPane,
int tabIndex) |
boolean |
hasLockIcon(java.awt.Component comp) |
void |
markButtonAsFlat(javax.swing.AbstractButton button) |
void |
paintPasswordStrengthMarker(java.awt.Graphics g,
int x,
int y,
int width,
int height,
org.pushingpixels.lafwidget.utils.LafConstants.PasswordStrength pStrength) |
void |
setTabAreaInsets(javax.swing.JTabbedPane tabbedPane,
java.awt.Insets tabAreaInsets) |
boolean |
toInstallExtraElements(java.awt.Component comp) |
boolean |
toInstallMenuSearch(javax.swing.JMenuBar menuBar) |
public javax.swing.JComponent getComponentForHover(javax.swing.JInternalFrame.JDesktopIcon desktopIcon)
getComponentForHover in class org.pushingpixels.lafwidget.LafWidgetSupportpublic boolean toInstallMenuSearch(javax.swing.JMenuBar menuBar)
toInstallMenuSearch in class org.pushingpixels.lafwidget.LafWidgetSupportpublic javax.swing.Icon getSearchIcon(int dimension,
java.awt.ComponentOrientation componentOrientation)
getSearchIcon in class org.pushingpixels.lafwidget.LafWidgetSupportpublic javax.swing.Icon getArrowIcon(int orientation)
getArrowIcon in class org.pushingpixels.lafwidget.LafWidgetSupportpublic javax.swing.Icon getNumberIcon(int number)
getNumberIcon in class org.pushingpixels.lafwidget.LafWidgetSupportpublic void markButtonAsFlat(javax.swing.AbstractButton button)
markButtonAsFlat in class org.pushingpixels.lafwidget.LafWidgetSupportpublic int getRolloverTabIndex(javax.swing.JTabbedPane tabbedPane)
getRolloverTabIndex in class org.pushingpixels.lafwidget.LafWidgetSupportpublic void setTabAreaInsets(javax.swing.JTabbedPane tabbedPane,
java.awt.Insets tabAreaInsets)
setTabAreaInsets in class org.pushingpixels.lafwidget.LafWidgetSupportpublic java.awt.Insets getTabAreaInsets(javax.swing.JTabbedPane tabbedPane)
getTabAreaInsets in class org.pushingpixels.lafwidget.LafWidgetSupportpublic java.awt.Rectangle getTabRectangle(javax.swing.JTabbedPane tabbedPane,
int tabIndex)
getTabRectangle in class org.pushingpixels.lafwidget.LafWidgetSupportpublic void paintPasswordStrengthMarker(java.awt.Graphics g,
int x,
int y,
int width,
int height,
org.pushingpixels.lafwidget.utils.LafConstants.PasswordStrength pStrength)
paintPasswordStrengthMarker in class org.pushingpixels.lafwidget.LafWidgetSupportpublic boolean hasLockIcon(java.awt.Component comp)
hasLockIcon in class org.pushingpixels.lafwidget.LafWidgetSupportpublic javax.swing.Icon getLockIcon(java.awt.Component c)
getLockIcon in class org.pushingpixels.lafwidget.LafWidgetSupportpublic boolean toInstallExtraElements(java.awt.Component comp)
toInstallExtraElements in class org.pushingpixels.lafwidget.LafWidgetSupportpublic int getLookupIconSize()
getLookupIconSize in class org.pushingpixels.lafwidget.LafWidgetSupportpublic int getLookupButtonSize()
getLookupButtonSize in class org.pushingpixels.lafwidget.LafWidgetSupport