Uses of Class
org.ourgrid.peer.ui.PeerUIManager.Notifiables

Packages that use PeerUIManager.Notifiables
org.ourgrid.peer.ui   
 

Uses of PeerUIManager.Notifiables in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui that return PeerUIManager.Notifiables
static PeerUIManager.Notifiables PeerUIManager.Notifiables.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PeerUIManager.Notifiables[] PeerUIManager.Notifiables.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ourgrid.peer.ui with parameters of type PeerUIManager.Notifiables
 void UIManager.registerNewMonitorable(PeerUIManager.Notifiables notifiableType, ObjectID objectID)
           
 void PeerUIManager.registerNewMonitorable(PeerUIManager.Notifiables notifiableType, ObjectID objectID)
           
 void UIManager.registerNewMonitorable(PeerUIManager.Notifiables notifiableType, java.lang.String monitorableAddress)
           
 void PeerUIManager.registerNewMonitorable(PeerUIManager.Notifiables notifiableType, java.lang.String monitorableAddress)
           
 void UIManager.unregisterNewMonitorable(PeerUIManager.Notifiables consumer, ObjectID consumerID)
           
 void PeerUIManager.unregisterNewMonitorable(PeerUIManager.Notifiables notifiableType, ObjectID objectID)
           
 void UIManager.unregisterNewMonitorable(PeerUIManager.Notifiables notifiableType, java.lang.String monitorableAddress)
           
 void PeerUIManager.unregisterNewMonitorable(PeerUIManager.Notifiables notifiableType, java.lang.String monitorableAddress)