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

Packages that use IX10Module
org.wcb.autohome   
org.wcb.autohome.factories   
org.wcb.autohome.implementations   
org.wcb.autohome.interfaces   
org.wcb.autohome.model   
org.wcb.autohome.util   
org.wcb.plugins.beans   
 

Uses of IX10Module in org.wcb.autohome
 

Methods in org.wcb.autohome with parameters of type IX10Module
 void ModulePanel.addNewRow(IX10Module rowData)
          Adds a new row to the table model
 void ModulePanel.updateRow(IX10Module rowData)
          Updates the currently selected row from the details panel information.
 void ModuleDetailPanel.updateView(IX10Module module)
          UPdates the ModulePanel with the new installed x10 device.
 void AutoHomeSession.sendCommandToX10Module(IX10Module x10module, int iCmd)
          This controls the appliance modules for only On/Off events The commands are either X10DeviceConstants.OFF_ACTION = 0 X10DeviceConstants.ON_ACTION = 1
 void AutoHomeSession.lampIntensity(IX10Module x10Evt, int cmnd, int iPercentage)
          This controls the lights for only for dim and brighten events
 

Uses of IX10Module in org.wcb.autohome.factories
 

Methods in org.wcb.autohome.factories with parameters of type IX10Module
 void HAGateway.lampIntensity(IX10Module x10Evt, int cmnd, int iPercentage)
          This controls the lights for only for dim and brighten events
 void HAGateway.deviceCommands(IX10Module x10evt, int cmnd)
          This controls the appliance modules for only On/Off events
 

Uses of IX10Module in org.wcb.autohome.implementations
 

Classes in org.wcb.autohome.implementations that implement IX10Module
 class X10Module
          Filename: $Id: X10Module.java,v 1.6 2004/02/28 00:21:49 wbogaardt Exp $ Abstract: Represents the X10 module which is either an appliance or light controller.
 

Methods in org.wcb.autohome.implementations that return IX10Module
 IX10Module X10MonitorEvent.getMonitoringModule()
          Return the module that is being monitored by this this monitoring event.
 IX10Module X10Events.getModule()
          The X10 Module associated with this event
 IX10Module RunEvent.getX10Module()
          Returns the x10 module to run only if the Run type is a value of 0.
 IX10Module MacroTrigger.getX10Module()
          The X10 Module associated witht he macro trigger.
 IX10Module MacroEvent.getX10Module()
          Gets the X10module object interface for this event.
 

Methods in org.wcb.autohome.implementations with parameters of type IX10Module
 void X10MonitorEvent.setMonitoringModule(IX10Module iModule)
          Set the module to be monitored to this monitoring object
 void X10Events.setDeviceModule(IX10Module imodule)
          Set the x10 module device to this event
 void RunEvent.setX10Module(IX10Module module)
          the x10 module to run only if the Run type is a value of 0.
 void MacroTrigger.setX10Module(IX10Module imod)
          Sets the X10 module that will execute based on the trigger.
 void MacroEvent.setX10Module(IX10Module iMod)
          Sets the x10 module identifier
 

Constructors in org.wcb.autohome.implementations with parameters of type IX10Module
X10MonitorEvent(IX10Module iMod, java.lang.String sDesc)
          Create a basic montitor event object passing in the X10 module being monitored and the description of the monitoring.
X10Module(IX10Module newO)
          clone constructor using the interface class to create the object
X10Events(IX10Module iModule, java.lang.String desc, java.lang.String act, java.util.Calendar time)
          This creates the X10Event with the bar minimum parameters to make a functional event.
RunEvent(int iT, IX10Module mod, int iAction)
          The Constructor takes a run type see setRunType() method the X10Module interface, and the action to take place.
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
MacroEvent(java.lang.String n, IX10Module iMod, int act)
          Macro events are events that take place when a stored macro is executed
 

Uses of IX10Module in org.wcb.autohome.interfaces
 

Methods in org.wcb.autohome.interfaces that return IX10Module
 IX10Module IX10MonitorEvent.getMonitoringModule()
           
 IX10Module IX10Events.getModule()
           
 IX10Module IRunEvent.getX10Module()
           
 IX10Module IMacroTrigger.getX10Module()
           
 IX10Module IMacroEvent.getX10Module()
           
 

Methods in org.wcb.autohome.interfaces with parameters of type IX10Module
 void IX10MonitorEvent.setMonitoringModule(IX10Module iModule)
           
 void IX10Events.setDeviceModule(IX10Module module)
           
 void IRunEvent.setX10Module(IX10Module module)
           
 void IMacroTrigger.setX10Module(IX10Module imod)
           
 void IMacroEvent.setX10Module(IX10Module iMod)
           
 void IHAGateway.lampIntensity(IX10Module x10Evt, int cmnd, int units)
           
 void IHAGateway.deviceCommands(IX10Module x10evt, int cmnd)
           
 

Uses of IX10Module in org.wcb.autohome.model
 

Methods in org.wcb.autohome.model with parameters of type IX10Module
 void ModuleTableModel.addRow(IX10Module newRow)
          Add a row of IX10Module object and fire data table change event.
 

Uses of IX10Module in org.wcb.autohome.util
 

Methods in org.wcb.autohome.util with parameters of type IX10Module
 void ModuleTablePopup.setModule(IX10Module x10)
           
 

Uses of IX10Module in org.wcb.plugins.beans
 

Methods in org.wcb.plugins.beans with parameters of type IX10Module
 java.lang.String ModuleController.getHtmlImage(IX10Module imodule)
          Takes the interface of a X10 module and returns a string, which displays an HTML image
 



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