Uses of Interface
org.ourgrid.peer.ui.UIManager

Packages that use UIManager
org.ourgrid.peer.community.obtainer   
org.ourgrid.peer.manager   
org.ourgrid.peer.ui   
org.ourgrid.peer.ui.command   
 

Uses of UIManager in org.ourgrid.peer.community.obtainer
 

Methods in org.ourgrid.peer.community.obtainer with parameters of type UIManager
 void EBCommunityObtainerFacade.config(EBGumpClient ebGumpClient, UIManager uimanager)
           
 

Constructors in org.ourgrid.peer.community.obtainer with parameters of type UIManager
EBCommunityObtainer(EBGumpClient consumer, CommunicationLayer communication, UIManager uimanager)
           
EBCommunityObtainer(EBGumpClient consumer, UIManager uimanager)
           
 

Uses of UIManager in org.ourgrid.peer.manager
 

Methods in org.ourgrid.peer.manager with parameters of type UIManager
 void EBPeerManagerFacade.config(EBCommunityObtainerFacade communityObtainerFacade, ObjectID remoteAccessID, ObjectID brokerAccessID, UIManager peerUIManager)
           
 

Constructors in org.ourgrid.peer.manager with parameters of type UIManager
EBPeerManager(GumpClientThreadManager consumerThreadManager, ObjectID remoteAccessID, ObjectID brokerAccessID, UIManager uiManager)
          Default constructor.
EBPeerManager(RequestManager reqManager, AllocationManager allocationManager, GumpClientThreadManager consumerThreadManager, UIManager uiManager)
          This constructor should be directly used only by tests.
 

Uses of UIManager in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui that return UIManager
static UIManager PeerUIManager.getInstance()
           
 

Uses of UIManager in org.ourgrid.peer.ui.command
 

Methods in org.ourgrid.peer.ui.command with parameters of type UIManager
 void PeerStopper.run(java.lang.String[] params, UIManager manager)
           
 void PeerStatus.run(java.lang.String[] params, UIManager manager)
          Main method.
 void PeerStarter.run(java.lang.String[] params, UIManager manager)
           
 void PeerSetter.run(java.lang.String[] params, UIManager manager)
          Main method.
 void GUIStarter.run(java.lang.String[] params, UIManager manager)
          Main method.
 void Command.run(java.lang.String[] params, UIManager manager)
          Executes the main function of the command that implements this.