| java.lang.Object javax.swing.border.AbstractBorder org.netbeans.lib.profiler.ui.components.XPStyleBorder
BORDER_STATE_DEFAULT | final public static int BORDER_STATE_DEFAULT(Code) | | |
BORDER_STATE_FOCUSED | final public static int BORDER_STATE_FOCUSED(Code) | | |
BORDER_STATE_SELECTED | final public static int BORDER_STATE_SELECTED(Code) | | |
XPStyleBorder | public XPStyleBorder(Color foreground, Color background)(Code) | | Creates a new instance of CustomTaskButtonBorder
|
XPStyleBorder | public XPStyleBorder(Color foreground, Color background, int state)(Code) | | |
getBackgroundColor | public Color getBackgroundColor()(Code) | | |
getBorderState | public int getBorderState()(Code) | | |
getForegroundColor | public Color getForegroundColor()(Code) | | |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
isDefault | public boolean isDefault()(Code) | | |
isFocused | public boolean isFocused()(Code) | | |
isSelected | public boolean isSelected()(Code) | | |
setBackgroundColor | public void setBackgroundColor(Color background)(Code) | | |
setBorderState | public void setBorderState(int state)(Code) | | |
setDefault | public void setDefault()(Code) | | |
setFocused | public void setFocused()(Code) | | |
setForegroundColor | public void setForegroundColor(Color foreground)(Code) | | |
setSelected | public void setSelected()(Code) | | |
Methods inherited from javax.swing.border.AbstractBorder | public int getBaseline(Component c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c, Insets insets)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component c, Border b, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|