|
JIDE Common Layer 2.7.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
javax.swing.UIDefaults
com.jidesoft.plaf.office2003.Office2003Theme
com.jidesoft.plaf.office2003.BasicOffice2003Theme
public class BasicOffice2003Theme
BasicOffice2003Theme is a special Office2003 theme that uses a base color to calculate all other colors used by JIDE components. This is done regardless what current XP theme you are using.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.UIDefaults |
---|
javax.swing.UIDefaults.ActiveValue, javax.swing.UIDefaults.LazyInputMap, javax.swing.UIDefaults.LazyValue, javax.swing.UIDefaults.ProxyLazyValue |
Field Summary |
---|
Fields inherited from class com.jidesoft.plaf.office2003.Office2003Theme |
---|
_uiDefaultsSelection |
Constructor Summary | |
---|---|
BasicOffice2003Theme(java.lang.String themeName)
|
Method Summary | |
---|---|
java.awt.Color |
getBaseColor()
Gets the base color for this theme. |
void |
setBaseColor(java.awt.Color color,
boolean derivedSelectionColor,
java.lang.String prefix)
Sets the base color. |
Methods inherited from class com.jidesoft.plaf.office2003.Office2003Theme |
---|
getThemeName, setThemeName |
Methods inherited from class javax.swing.UIDefaults |
---|
addPropertyChangeListener, addResourceBundle, firePropertyChange, get, get, getBoolean, getBoolean, getBorder, getBorder, getColor, getColor, getDefaultLocale, getDimension, getDimension, getFont, getFont, getIcon, getIcon, getInsets, getInsets, getInt, getInt, getPropertyChangeListeners, getString, getString, getUI, getUIClass, getUIClass, getUIError, put, putDefaults, removePropertyChangeListener, removeResourceBundle, setDefaultLocale |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicOffice2003Theme(java.lang.String themeName)
Method Detail |
---|
public void setBaseColor(java.awt.Color color, boolean derivedSelectionColor, java.lang.String prefix)
color
- the base color.derivedSelectionColor
- if deriving selection colors from the base color. Selection color is used in
places like JideButton's background and DockableFrame's title pane background.prefix
- the prefix is for the expand/collapse icon on collapsible pane. Available prefixes are
"default", "blue", "homestead", "metallic", and "gray". You can decide which one to use depending
on what base color is. In most cases, "default" works just fine. But if your base color has more blue,
using "blue" will produce a better result. If green, you can use "homestead".public java.awt.Color getBaseColor()
setBaseColor(java.awt.Color,boolean,String)
method.
|
JIDE Common Layer 2.7.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |