Uses of Package
org.jminor.common.model

Packages that use org.jminor.common.model
org.jminor.common.db   
org.jminor.common.db.criteria   
org.jminor.common.db.pool   
org.jminor.common.db.tools   
org.jminor.common.model   
org.jminor.common.model.combobox   
org.jminor.common.model.valuemap   
org.jminor.common.server   
org.jminor.common.server.loadtest   
org.jminor.common.ui   
org.jminor.common.ui.control   
org.jminor.common.ui.input   
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
org.jminor.framework.db   
org.jminor.framework.db.criteria   
org.jminor.framework.db.provider   
org.jminor.framework.domain   
org.jminor.framework.server   
org.jminor.framework.server.monitor   
org.jminor.framework.server.provider   
org.jminor.framework.tools   
org.jminor.framework.tools.generator   
org.jminor.framework.tools.testing   
 

Classes in org.jminor.common.model used by org.jminor.common.db
LogEntry
          A class encapsulating a log entry for logging method calls.
MethodLogger
          A cyclycal method logger.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.common.db.criteria
Conjunction
          AND / OR
 

Classes in org.jminor.common.model used by org.jminor.common.db.pool
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.common.db.tools
CancelException
          Used when actions must be cancelled from deep within a call stack.
LoadTest
          Specifies a class for running multiple application instances for load testing purposes.
LoadTest.ScenarioException
          An exception originating from a scenario run
LoadTest.UsageScenario
          Specifies a load test usage scenario.
LoadTestModel
          A default LoadTest implementation.
LoadTestModel.AbstractUsageScenario
          An abstract usage scenario.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.common.model
Attribute
          Specifies a simple attribute.
CancelException
          Used when actions must be cancelled from deep within a call stack.
ColumnSearchModel
          Specifies a search model based on a table column, search parameters, search type, upper bound and lower bound, as well as relevant events and states.
Conjunction
          AND / OR
Deserializer.DeserializeException
          An exception occurring during deserialization
Event
          A synchronous event class.
EventObserver
          Specifies an Event observer.
FilterCriteria
          An interface describing a filtering criteria.
FilteredModel
          Specifies a data model that can be filtered.
FilteredTableModel
          Specifies a table model that can be filtered.
IdSource
          A enum representing the possible ways of retrieving a new ID value.
Item
          A class encapsulating an item and caption.
ItemRandomizer
          ItemRandomizer provides a way for randomly choosing an item based on a weight value.
ItemRandomizer.RandomItem
           
ItemRandomizerModel
          A default ItemRandomizer implementation.
LoadTest
          Specifies a class for running multiple application instances for load testing purposes.
LoadTest.ScenarioException
          An exception originating from a scenario run
LoadTest.UsageScenario
          Specifies a load test usage scenario.
LogEntry
          A class encapsulating a log entry for logging method calls.
Refreshable
          Specifies an object that can be refreshed.
SearchType
          Enumerating the possible ways of searching.
Serializer.SerializeException
          An exception occurring during serialization
SortingDirective
          Specifies sorting directives.
State
          A class encapsulating a simple boolean state, providing a change event.
State.AggregateState
          A state which behaves according to a set of states, either ANDing or ORing those together when determining its own state.
State.StateGroup
          A StateGroup deactivates all other states when a state in the group is activated.
StateObserver
          Specifies a State observer.
User
          A class encapsulating a username and password.
Util.HashKeyProvider
          Provides objects of type K, derived from a value of type V, for hashing said value via .hashCode().
 

Classes in org.jminor.common.model used by org.jminor.common.model.combobox
FilterCriteria
          An interface describing a filtering criteria.
FilteredModel
          Specifies a data model that can be filtered.
Item
          A class encapsulating an item and caption.
Refreshable
          Specifies an object that can be refreshed.
 

Classes in org.jminor.common.model used by org.jminor.common.model.valuemap
EventObserver
          Specifies an Event observer.
Refreshable
          Specifies an object that can be refreshed.
StateObserver
          Specifies a State observer.
 

Classes in org.jminor.common.model used by org.jminor.common.server
LogEntry
          A class encapsulating a log entry for logging method calls.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.common.server.loadtest
ItemRandomizer.RandomItem
           
LoadTest.UsageScenario
          Specifies a load test usage scenario.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.common.ui
CancelException
          Used when actions must be cancelled from deep within a call stack.
ColumnSearchModel
          Specifies a search model based on a table column, search parameters, search type, upper bound and lower bound, as well as relevant events and states.
EventObserver
          Specifies an Event observer.
FilteredTableModel
          Specifies a table model that can be filtered.
ItemRandomizer
          ItemRandomizer provides a way for randomly choosing an item based on a weight value.
ItemRandomizer.RandomItem
           
LoadTest
          Specifies a class for running multiple application instances for load testing purposes.
SearchType
          Enumerating the possible ways of searching.
StateObserver
          Specifies a State observer.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.common.ui.control
EventObserver
          Specifies an Event observer.
State
          A class encapsulating a simple boolean state, providing a change event.
StateObserver
          Specifies a State observer.
 

Classes in org.jminor.common.model used by org.jminor.common.ui.input
EventObserver
          Specifies an Event observer.
Item
          A class encapsulating an item and caption.
 

Classes in org.jminor.common.model used by org.jminor.framework.client.model
AbstractFilteredTableModel
          A TableModel implentation that supports filtering, searching and sorting.
CancelException
          Used when actions must be cancelled from deep within a call stack.
ColumnSearchModel
          Specifies a search model based on a table column, search parameters, search type, upper bound and lower bound, as well as relevant events and states.
Conjunction
          AND / OR
DefaultColumnSearchModel
          A default ColumnSearchModel model implementation.
Event
          A synchronous event class.
EventObserver
          Specifies an Event observer.
FilterCriteria
          An interface describing a filtering criteria.
FilteredModel
          Specifies a data model that can be filtered.
FilteredTableModel
          Specifies a table model that can be filtered.
Refreshable
          Specifies an object that can be refreshed.
SortingDirective
          Specifies sorting directives.
StateObserver
          Specifies a State observer.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.client.ui
CancelException
          Used when actions must be cancelled from deep within a call stack.
ColumnSearchModel
          Specifies a search model based on a table column, search parameters, search type, upper bound and lower bound, as well as relevant events and states.
EventObserver
          Specifies an Event observer.
Refreshable
          Specifies an object that can be refreshed.
Serializer.SerializeException
          An exception occurring during serialization
StateObserver
          Specifies a State observer.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.db
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.db.criteria
SearchType
          Enumerating the possible ways of searching.
 

Classes in org.jminor.common.model used by org.jminor.framework.db.provider
StateObserver
          Specifies a State observer.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.domain
Attribute
          Specifies a simple attribute.
Column
          Describes a database column
Deserializer
          Deserializes a string into a list of values
IdSource
          A enum representing the possible ways of retrieving a new ID value.
Item
          A class encapsulating an item and caption.
Serializer
          Serializes a list of values into a string.
 

Classes in org.jminor.common.model used by org.jminor.framework.server
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.server.monitor
EventObserver
          Specifies an Event observer.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.server.provider
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.tools
ProgressReporter
          Specifies a simple progress reporting object
 

Classes in org.jminor.common.model used by org.jminor.framework.tools.generator
AbstractFilteredTableModel
          A TableModel implentation that supports filtering, searching and sorting.
User
          A class encapsulating a username and password.
 

Classes in org.jminor.common.model used by org.jminor.framework.tools.testing
CancelException
          Used when actions must be cancelled from deep within a call stack.
LoadTest
          Specifies a class for running multiple application instances for load testing purposes.
LoadTest.UsageScenario
          Specifies a load test usage scenario.
LoadTestModel
          A default LoadTest implementation.
LoadTestModel.AbstractUsageScenario
          An abstract usage scenario.
User
          A class encapsulating a username and password.