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

Packages that use RefreshInterface
org.wcb.autohome   
 

Uses of RefreshInterface in org.wcb.autohome
 

Classes in org.wcb.autohome that implement RefreshInterface
 class EventsPanel
          * Project: Alice X10 Home Automation
Filename: $Id: EventsPanel.java,v 1.18 2004/07/22 03:06:49 wbogaardt Exp $
Abstract: Used to display detail information on the events panel and run the displays the events table.
 class MacroPanel
          This displays the macro panels which contains controlling the CM11A through storable macros.
 class MacroSequencePanel
          Filename: $Id: MacroSequencePanel.java,v 1.16 2004/02/28 00:21:46 wbogaardt Exp $ Abstract: This panel handles a macro and the sequence of events its suppose to perform.
 class MacroTriggerPanel
          Filename: $Id: MacroTriggerPanel.java,v 1.20 2004/07/22 03:06:49 wbogaardt Exp $ Abstract: This class renders the trigger panel where you can add or modify a particular macro trigger.
 class MonitorPanel
          Copyright (C) 1999 Walter Bogaardt This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 

Methods in org.wcb.autohome that return RefreshInterface
 RefreshInterface MonitorPanel.getInterface()
          This gets reference to this panel so that the refresh interface can be used.
 RefreshInterface MacroTriggerPanel.getInterface()
          This returns an instance of the MessageInterface that is used in this class to control the various messages.
 RefreshInterface MacroSequencePanel.getInterface()
          This returns an instance of the MessageInterface that is used in this class to control the various messages.
 RefreshInterface MacroPanel.getInterface()
          This returns an instance of the MessageInterface that is used in this class to control the various messages.
 RefreshInterface EventsPanel.getInterface()
          This returns an instance of the MessageInterface that is used in this class to control the various messages.
 

Methods in org.wcb.autohome with parameters of type RefreshInterface
 void ModulePanel.setRefreshEventPanel(RefreshInterface refresh)
          Allow the EventsPanel to refresh the listing of X10Modules added.
 void ModulePanel.setRefreshMacroPanel(RefreshInterface refresh)
          Allow the Macro trigger and Macro Sequence panels to refresh themselves with the new listing of X10Modules that have been added.
 void ModulePanel.setRefreshMonitorPanel(RefreshInterface refresh)
          Allows the Monitor panel to refresh itself with the new listing of X10Modules to monitor.
 

Constructors in org.wcb.autohome with parameters of type RefreshInterface
MacroSequencePanel(RefreshInterface refresh)
          The MacroSequencePanel allows setting up of CM11A macros.
 



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