Uses of Interface
org.wcb.autohome.interfaces.IMacro

Packages that use IMacro
org.wcb.autohome   
org.wcb.autohome.factories   
org.wcb.autohome.implementations   
org.wcb.autohome.interfaces   
 

Uses of IMacro in org.wcb.autohome
 

Methods in org.wcb.autohome with parameters of type IMacro
 void AutoHomeSession.saveMacro(IMacro mac)
          Save the IMacro to the file system in memory.
 void AutoHomeSession.deleteMacro(IMacro mac)
          Removes the indicated macro from the file system.
 

Uses of IMacro in org.wcb.autohome.factories
 

Methods in org.wcb.autohome.factories with parameters of type IMacro
 com.jpeterson.x10.module.Macro HAGateway.buildMacros(IMacro im)
          Takes a macro name to parse the properties file with and finds the macro and associated events to return a macro grouping.
 void DeviceFactory.saveMacro(IMacro macro)
          Moved saving macro information in the hash table
 void DeviceFactory.deleteMacro(IMacro macro)
          Moved saving macro information in the hash table
 

Uses of IMacro in org.wcb.autohome.implementations
 

Classes in org.wcb.autohome.implementations that implement IMacro
 class Macro
          Filename: $Id: Macro.java,v 1.3 2004/02/28 00:21:49 wbogaardt Exp $ Abstract: This class is a serialized place holder for a Macro object it there for has elements that are needed for the IMacro interface which is handled by the GUI.
 

Methods in org.wcb.autohome.implementations that return IMacro
 IMacro[] MacroTrigger.getMacros()
          This method returns an array of IMacros which are stored as the first element in the array as the start macro and the second element is the stop macro Start and stop macros are also associated mainly with timer based triggers and not trigger or action related.
 

Methods in org.wcb.autohome.implementations with parameters of type IMacro
 void MacroTrigger.setMacros(IMacro[] mac)
          Allows seting of the Macro by name and not by type which should be IMacro
 

Constructors in org.wcb.autohome.implementations with parameters of type IMacro
MacroTrigger(int t, IX10Module iModule, java.lang.String desc, java.lang.String act, java.util.Calendar start, java.util.Calendar end, IMacro[] m)
          Full constructor to build a macro trigger
Macro(IMacro newO)
          Clone constructor using the interface
 

Uses of IMacro in org.wcb.autohome.interfaces
 

Methods in org.wcb.autohome.interfaces that return IMacro
 IMacro[] IMacroTrigger.getMacros()
           
 

Methods in org.wcb.autohome.interfaces with parameters of type IMacro
 void IDeviceRemote.saveMacro(IMacro mac)
           
 void IDeviceRemote.deleteMacro(IMacro mac)
           
 



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.