Uses of Package
mro.util.properties

Packages that use mro.util.properties
infomat.algorithms   
infomat.view   
mro.util.properties   
mro.util.properties.dialog   
 

Classes in mro.util.properties used by infomat.algorithms
HasProperties
          An interface for classes that has a Properties-object.
Properties
           This class works a bit like java.util.Properties.
PropertyNotFoundException
          Thrown when a user tries to set a Property (see Properties.setProperty(java.lang.String, java.lang.Object)) that is not in the Properties.
 

Classes in mro.util.properties used by infomat.view
HasProperties
          An interface for classes that has a Properties-object.
Properties
           This class works a bit like java.util.Properties.
PropertyNotFoundException
          Thrown when a user tries to set a Property (see Properties.setProperty(java.lang.String, java.lang.Object)) that is not in the Properties.
 

Classes in mro.util.properties used by mro.util.properties
Properties
           This class works a bit like java.util.Properties.
Property
          A property of some kind with description.
PropertyGroup
           
PropertyNameConflictException
          Thrown when adding a new Property with a name matching one already in the Properties.
PropertyNotFoundException
          Thrown when a user tries to set a Property (see Properties.setProperty(java.lang.String, java.lang.Object)) that is not in the Properties.
PropertyValueDescription
           
 

Classes in mro.util.properties used by mro.util.properties.dialog
Properties
           This class works a bit like java.util.Properties.