Uses of Interface
ghm.follow.systemInterface.SystemInterface

Packages that use SystemInterface
ghm.follow Contains classes for printing the contents of text files to which information is being added asynchronously. 
ghm.follow.event   
ghm.follow.systemInterface   
 

Uses of SystemInterface in ghm.follow
 

Methods in ghm.follow that return SystemInterface
 SystemInterface FollowApp.getSystemInterface()
           
 

Methods in ghm.follow with parameters of type SystemInterface
 void FollowApp.setSystemInterface(SystemInterface systemInterface)
           
 

Uses of SystemInterface in ghm.follow.event
 

Fields in ghm.follow.event declared as SystemInterface
protected  SystemInterface WindowTracker.systemInterface
           
 

Constructors in ghm.follow.event with parameters of type SystemInterface
WindowTracker(FollowAppAttributes attributes, javax.swing.JTabbedPane tabbedPane, SystemInterface systemInterface)
          Construct a new WindowTracker which will write window position/size to the supplied FollowAppAttributes object.
 

Uses of SystemInterface in ghm.follow.systemInterface
 

Classes in ghm.follow.systemInterface that implement SystemInterface
 class DefaultSystemInterface
          Default implementation of SystemInterface for the Follow application.
 



Copyright © 2008. All Rights Reserved.