Uses of Interface
org.chorem.jtimer.ui.system.SystemInfo

Packages that use SystemInfo
org.chorem.jtimer.ui.system System interface using JNA to get system information. 
org.chorem.jtimer.ui.system.unix Linux specific system info implementation. 
org.chorem.jtimer.ui.system.win32 Windows specific system info implementation. 
org.chorem.jtimer.ui.tasks Job used to run tasks. 
 

Uses of SystemInfo in org.chorem.jtimer.ui.system
 

Fields in org.chorem.jtimer.ui.system declared as SystemInfo
protected static SystemInfo SystemInfoFactory.instance
          Single instance
 

Methods in org.chorem.jtimer.ui.system that return SystemInfo
static SystemInfo SystemInfoFactory.getSystemInfo()
          Return system info depending on system.
 

Uses of SystemInfo in org.chorem.jtimer.ui.system.unix
 

Classes in org.chorem.jtimer.ui.system.unix that implement SystemInfo
 class UnixSystemInfo
          Linux system info.
 

Uses of SystemInfo in org.chorem.jtimer.ui.system.win32
 

Classes in org.chorem.jtimer.ui.system.win32 that implement SystemInfo
 class Win32SystemInfo
          Win32 System info.
 

Uses of SystemInfo in org.chorem.jtimer.ui.tasks
 

Fields in org.chorem.jtimer.ui.tasks declared as SystemInfo
protected  SystemInfo RunTaskJob.systemInfo
          System information (idle...)
 



Copyright © 2007-2009 CodeLutin. All Rights Reserved.