Uses of Package
com.glaivestone.javax.util

Packages that use com.glaivestone.javax.util
com.glaivestone.javax.execution Mechanisms to support dynamically-bound code execution and to provide a simple framework for managing an application execution session. 
com.glaivestone.javax.io Extensions to the standard Java java.io package. 
com.glaivestone.javax.util Extensions to the standard Java java.util package. 
com.glaivestone.mv Provides a simple framework for building applications following the model-view design pattern of separating UI and presentation (view) from fundamental application state and logic (model). 
com.glaivestone.mv.swing Provides Swing views, data models, and services for the Glaivestone MV model-view application framework. 
com.glaivestone.toolbox.mv.text Simple text windows. 
 

Classes in com.glaivestone.javax.util used by com.glaivestone.javax.execution
ConfirmationEventObject
          A ConfirmationEventObject is used for confirmation event notifications representing a proposal which can be vetoed by a listener.
EventManager
          An EventManager manages event listener lists for one or more types of events.
VetoException
          A VetoException is thrown to indicate disagreement with a proposal.
 

Classes in com.glaivestone.javax.util used by com.glaivestone.javax.io
StatusValue
          A multi-state status value.
 

Classes in com.glaivestone.javax.util used by com.glaivestone.javax.util
Association
          This interface represents a key-value pair.
AssociationIterator
          This interface is an Iterator over Association objects (key-value pairs).
AssociationList
          This interface represents a list of Association objects (key-value pairs).
Itr
          An Iterator used for List objects.
VetoException
          A VetoException is thrown to indicate disagreement with a proposal.
 

Classes in com.glaivestone.javax.util used by com.glaivestone.mv
ConfirmationEventObject
          A ConfirmationEventObject is used for confirmation event notifications representing a proposal which can be vetoed by a listener.
EventManager
          An EventManager manages event listener lists for one or more types of events.
VetoException
          A VetoException is thrown to indicate disagreement with a proposal.
 

Classes in com.glaivestone.javax.util used by com.glaivestone.mv.swing
EventManager
          An EventManager manages event listener lists for one or more types of events.
 

Classes in com.glaivestone.javax.util used by com.glaivestone.toolbox.mv.text
EventManager
          An EventManager manages event listener lists for one or more types of events.
VetoException
          A VetoException is thrown to indicate disagreement with a proposal.
 


GFL 1.1 API