| java.util.Hashtable com.javelin.swinglets.SUIDefaults
SUIDefaults | public class SUIDefaults extends Hashtable (Code) | | SUIDefault contains default resources for a LookAndFeel.
author: Robin Sharp |
getBorder | public Border getBorder(Object key)(Code) | | Get the value as a Border, otherwise return null.
|
getDimension | public Dimension getDimension(Object key)(Code) | | Get the value as a Dimension, otherwise return null.
|
getInt | public int getInt(Object key)(Code) | | Get the value as an Integer, otherwise return null.
|
getString | public String getString(Object key)(Code) | | Get the value as a String, otherwise return null.
|
getTabbedCellRenderer | public Class getTabbedCellRenderer(Object key)(Code) | | Get the value as a STabbedCellRenderer class.
|
getTableCellRenderer | public Class getTableCellRenderer(Object key)(Code) | | Get the STableCellRenderer class.
|
getTreeCellRenderer | public Class getTreeCellRenderer(Object key)(Code) | | Get the value as a STreeCellRenderer class.
|
getUIClass | public Class getUIClass(Object key)(Code) | | Get the value as a SUI Class, otherwise return null.
|
|
|