|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.LookAndFeelManager
@Deprecated public class LookAndFeelManager
Manages the set of LookAndFeel instances. LookAndFeel instances can be registered per-Agent basis.
LookAndFeel| Method Summary | |
|---|---|
static LookAndFeelManager |
createDefaultLookAndFeelManager()
Deprecated. Creates a LookAndFeelManager with default LookAndFeels registered. |
static LookAndFeelManager |
getDefaultLookAndFeelManager()
Deprecated. Returns the shared instanceof of LookAndFeelManager. |
LookAndFeel |
getLookAndFeel(UIXRenderingContext context)
Deprecated. Gets the LookAndFeel for the specified RenderingContext. |
LookAndFeel |
getLookAndFeelById(java.lang.String id)
Deprecated. Returns the LookAndFeel instance with the specified id. |
LookAndFeelScorer |
getLookAndFeelScorer(LookAndFeel laf)
Deprecated. Returns the LookAndFeelScorer for the specified LookAndFeel. |
void |
registerLookAndFeel(LookAndFeelScorer scorer,
LookAndFeel laf)
Deprecated. Registers the specified LookAndFeel to be used with the specified scorer. |
void |
registerUIExtension(UIExtension extension)
Deprecated. Adds a UIExtension to this manager. |
void |
unregisterLookAndFeel(LookAndFeelScorer scorer)
Deprecated. Unregisters the LookAndFeel for the specified scorer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LookAndFeelManager getDefaultLookAndFeelManager()
public static LookAndFeelManager createDefaultLookAndFeelManager()
public LookAndFeel getLookAndFeel(UIXRenderingContext context)
public LookAndFeel getLookAndFeelById(java.lang.String id)
id - A non-null string which represents the id of a LookAndFeelLookAndFeel.getId()public LookAndFeelScorer getLookAndFeelScorer(LookAndFeel laf)
public void registerLookAndFeel(LookAndFeelScorer scorer,
LookAndFeel laf)
public void unregisterLookAndFeel(LookAndFeelScorer scorer)
public void registerUIExtension(UIExtension extension)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||