com.swfm.mica.laf
Class MiCustomLookAndFeelSound

java.lang.Object
  extended bycom.swfm.mica.laf.MiCustomLookAndFeelSound
All Implemented Interfaces:
MiiCustomLookAndFeel, MiiTypes

public class MiCustomLookAndFeelSound
extends java.lang.Object
implements MiiCustomLookAndFeel, MiiTypes

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

Field Summary
   
Constructor Summary
MiCustomLookAndFeelSound()
           
MiCustomLookAndFeelSound(java.lang.String soundFileName, int startActionType)
           
MiCustomLookAndFeelSound(java.lang.String soundFileName, int startActionType, int endActionType)
           
MiCustomLookAndFeelSound(java.lang.String soundFileName, MiEvent startEvent)
           
MiCustomLookAndFeelSound(java.lang.String soundFileName, MiEvent startEvent, MiEvent endEvent)
           
 
Method Summary
 void applyCustomLookAndFeel(MiPart part)
           
 MiiCustomLookAndFeel fromSpecification(java.lang.String spec)
           
static MiCustomLookAndFeelSound fromString(java.lang.String spec)
           
 void removeCustomLookAndFeel(MiPart part)
           
 java.lang.String toSpecification()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiCustomLookAndFeelSound

public MiCustomLookAndFeelSound()

MiCustomLookAndFeelSound

public MiCustomLookAndFeelSound(java.lang.String soundFileName,
                                int startActionType)

MiCustomLookAndFeelSound

public MiCustomLookAndFeelSound(java.lang.String soundFileName,
                                int startActionType,
                                int endActionType)

MiCustomLookAndFeelSound

public MiCustomLookAndFeelSound(java.lang.String soundFileName,
                                MiEvent startEvent,
                                MiEvent endEvent)

MiCustomLookAndFeelSound

public MiCustomLookAndFeelSound(java.lang.String soundFileName,
                                MiEvent startEvent)
Method Detail

applyCustomLookAndFeel

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

removeCustomLookAndFeel

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

fromSpecification

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

toSpecification

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

fromString

public static MiCustomLookAndFeelSound fromString(java.lang.String spec)