net.sf.doolin.gui.system
Class SystemInformationModel

java.lang.Object
  extended by net.sf.doolin.bus.bean.Bean
      extended by net.sf.doolin.gui.system.SystemInformationModel
All Implemented Interfaces:
Serializable, IBean

public class SystemInformationModel
extends Bean

Model that contains information about the system.

Author:
Damien Coraboeuf
See Also:
Serialized Form

Constructor Summary
SystemInformationModel()
          Constructor.
 
Method Summary
 ca.odell.glazedlists.EventList<SystemInformation> getSystemInformationList()
           
 
Methods inherited from class net.sf.doolin.bus.bean.Bean
getBeanNotificationSupport, getParentBean, notify, setParentBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInformationModel

public SystemInformationModel()
Constructor.

Method Detail

getSystemInformationList

public ca.odell.glazedlists.EventList<SystemInformation> getSystemInformationList()
Returns:
the systemInformationList


Copyright © 2011. All Rights Reserved.