com.swfm.mica.laf
Class MiCustomLookAndFeel

java.lang.Object
  extended bycom.swfm.mica.laf.MiCustomLookAndFeel
All Implemented Interfaces:
MiiCustomLookAndFeel

public class MiCustomLookAndFeel
extends java.lang.Object
implements MiiCustomLookAndFeel

Version:
%I% %G%
Author:
Michael L. Davis

Constructor Summary
MiCustomLookAndFeel()
           
 
Method Summary
 void appendActionHandler(MiiAction h)
           
 void appendEventHandler(MiiEventHandler h)
           
 void applyCustomLookAndFeel(MiPart widget)
           
 MiiCustomLookAndFeel fromSpecification(java.lang.String spec)
           
 void removeCustomLookAndFeel(MiPart widget)
           
 void setBackgroundRenderer(MiiDeviceRenderer r)
           
 java.lang.String toSpecification()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiCustomLookAndFeel

public MiCustomLookAndFeel()
Method Detail

appendEventHandler

public void appendEventHandler(MiiEventHandler h)

appendActionHandler

public void appendActionHandler(MiiAction h)

setBackgroundRenderer

public void setBackgroundRenderer(MiiDeviceRenderer r)

applyCustomLookAndFeel

public void applyCustomLookAndFeel(MiPart widget)
Specified by:
applyCustomLookAndFeel in interface MiiCustomLookAndFeel

removeCustomLookAndFeel

public void removeCustomLookAndFeel(MiPart widget)
Specified by:
removeCustomLookAndFeel in interface MiiCustomLookAndFeel

toSpecification

public java.lang.String toSpecification()
Specified by:
toSpecification in interface MiiCustomLookAndFeel

fromSpecification

public MiiCustomLookAndFeel fromSpecification(java.lang.String spec)
Specified by:
fromSpecification in interface MiiCustomLookAndFeel