com.ibm.as400.ui.tools
Class SelectionBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.ibm.as400.ui.tools.SelectionBorder
- All Implemented Interfaces:
- Serializable, Border
public class SelectionBorder
extends AbstractBorder
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_defaultColor
protected Color m_defaultColor
m_primaryColor
protected Color m_primaryColor
m_bPrimary
protected boolean m_bPrimary
m_resizable
protected boolean m_resizable
SelectionBorder
public SelectionBorder()
paintBorder
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
- Specified by:
paintBorder in interface Border
- Overrides:
paintBorder in class AbstractBorder
setResizable
public void setResizable(boolean b)
isResizable
public boolean isResizable()
setDefaultColor
public void setDefaultColor(Color c)
setPrimaryColor
public void setPrimaryColor(Color c)
setAsPrimarySelection
public void setAsPrimarySelection(boolean b)
isPrimarySelection
public boolean isPrimarySelection()
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
getBorderInsets in interface Border
- Overrides:
getBorderInsets in class AbstractBorder
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque in interface Border
- Overrides:
isBorderOpaque in class AbstractBorder