|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SkinPersonality
Skin Personality.
Method Summary | |
---|---|
javax.swing.ListCellRenderer |
createListCellRenderer()
Description of the Method |
javax.swing.table.TableCellRenderer |
createTableHeaderRenderer()
Deprecated. replaced by getTableHeaderRenderer which returns a shared instance |
java.awt.Insets |
getComboBoxInsets()
Gets the ComboBoxInsets attribute of the SkinPersonality object |
java.awt.Dimension |
getComboBoxPreferredSize(javax.swing.JComboBox c)
Gets the ComboBoxPreferredSize attribute of the SkinPersonality object |
javax.swing.table.TableCellRenderer |
getTableHeaderRenderer()
Gets the TableHeaderRenderer attribute of the SkinPersonality object |
boolean |
paintBackground(java.awt.Graphics g,
java.awt.Component c)
Description of the Method |
boolean |
paintComboBox(java.awt.Graphics g,
javax.swing.JComboBox c,
java.awt.Rectangle bounds,
boolean hasFocus,
boolean isRollover)
Description of the Method |
boolean |
paintDialog(java.awt.Graphics g,
java.awt.Component c)
Description of the Method |
boolean |
paintFocus(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method |
boolean |
paintMenu(java.awt.Graphics g,
javax.swing.JMenu c)
Description of the Method |
boolean |
paintMenuItem(java.awt.Graphics g,
javax.swing.JMenuItem c)
Description of the Method |
Methods inherited from interface com.l2fprod.gui.plaf.skin.SkinComponent |
---|
installSkin, status, uninstallSkin |
Method Detail |
---|
boolean paintDialog(java.awt.Graphics g, java.awt.Component c)
g
- Description of Parameterc
- Description of Parameter
boolean paintFocus(java.awt.Graphics g, javax.swing.JComponent c)
g
- Description of Parameterc
- Description of Parameter
boolean paintMenu(java.awt.Graphics g, javax.swing.JMenu c)
g
- Description of Parameterc
- Description of Parameter
boolean paintMenuItem(java.awt.Graphics g, javax.swing.JMenuItem c)
g
- Description of Parameterc
- Description of Parameter
boolean paintBackground(java.awt.Graphics g, java.awt.Component c)
g
- Description of Parameterc
- Description of Parameter
boolean paintComboBox(java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus, boolean isRollover)
g
- Description of Parameterc
- Description of Parameterbounds
- Description of ParameterhasFocus
- Description of Parameter
java.awt.Insets getComboBoxInsets()
java.awt.Dimension getComboBoxPreferredSize(javax.swing.JComboBox c)
c
- Description of Parameter
javax.swing.ListCellRenderer createListCellRenderer()
javax.swing.table.TableCellRenderer createTableHeaderRenderer()
javax.swing.table.TableCellRenderer getTableHeaderRenderer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |