Uses of Class
org.jogre.common.util.JogrePropertyHash

Packages that use JogrePropertyHash
org.jogre.common This package contains classes which are common to both a client or a server. 
org.jogre.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of JogrePropertyHash in org.jogre.common
 

Methods in org.jogre.common that return JogrePropertyHash
 JogrePropertyHash Table.getProperties()
          Return the properties hash.
 

Methods in org.jogre.common with parameters of type JogrePropertyHash
 void TableList.addTable(String username, boolean isPublic, JogrePropertyHash properties)
          Add a new Table object to the HashMap.
 

Constructors in org.jogre.common with parameters of type JogrePropertyHash
Table(int tableNumber, String username, boolean isPublic, JogrePropertyHash properties)
          Create a table and 1 user (owner)
 

Uses of JogrePropertyHash in org.jogre.common.comm
 

Methods in org.jogre.common.comm that return JogrePropertyHash
 JogrePropertyHash ITransmittableWithProps.getProperties()
          Return the properties hash.
 JogrePropertyHash CommTableAction.getProperties()