|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.tgo.resource.IltDefaultLookAndFeel
public class IltDefaultLookAndFeel
This class models the default implementation of a JTGO Look and Feel.
JTGO Look and Feel is responsible for storing information about how object attributes, states and alarm information is mapped to decorations in order to create the graphic representation.
| Constructor Summary | |
|---|---|
IltDefaultLookAndFeel(String lfname)
Default constructor |
|
| Method Summary | |
|---|---|
Hashtable |
getDefaults()
This method is called once by IltUIManager.setLookAndFeel to
create the look and feel specific configuration table. |
String |
getName()
Returns a String that identifies this look and feel. |
void |
initialize()
IltSettings.setLookAndFeel calls this method before the first call
to getDefaults. |
void |
lazyInitialize(Object key)
Hook which allows the look & feel implementation to perform lazy initialization of values. |
void |
uninitialize()
IltSettings.setLookAndFeel calls this method just before replacing
this look and feel by a new one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IltDefaultLookAndFeel(String lfname)
lfname - Look and Feel name| Method Detail |
|---|
public String getName()
String that identifies this look and feel.
getName in interface IltLookAndFeelpublic Hashtable getDefaults()
IltUIManager.setLookAndFeel to
create the look and feel specific configuration table.
getDefaults in interface IltLookAndFeelpublic void lazyInitialize(Object key)
When overriding this method, always call its super class implementation.
lazyInitialize in interface IltLookAndFeelkey - Setting that is being set or queriedIltSettings.SetValue(Object, Object),
IltSettings.GetValue(Object)public void initialize()
IltSettings.setLookAndFeel calls this method before the first call
to getDefaults.
initialize in interface IltLookAndFeelpublic void uninitialize()
IltSettings.setLookAndFeel calls this method just before replacing
this look and feel by a new one.
uninitialize in interface IltLookAndFeelIltSettings.setLookAndFeel(IltLookAndFeel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||