Uses of Package
ca.sqlpower.wabit

Packages that use ca.sqlpower.wabit
ca.sqlpower.wabit   
ca.sqlpower.wabit.dao   
ca.sqlpower.wabit.dao.session   
ca.sqlpower.wabit.enterprise.client   
ca.sqlpower.wabit.enterprise.client.security   
ca.sqlpower.wabit.image   
ca.sqlpower.wabit.olap   
ca.sqlpower.wabit.report   
ca.sqlpower.wabit.report.chart   
ca.sqlpower.wabit.rs   
ca.sqlpower.wabit.swingui   
ca.sqlpower.wabit.swingui.action   
ca.sqlpower.wabit.swingui.enterprise   
ca.sqlpower.wabit.swingui.query   
ca.sqlpower.wabit.swingui.report   
ca.sqlpower.wabit.swingui.tree   
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit
AbstractWabitObject
           
CleanupExceptions
          If errors occur during cleanup this object will contain the exceptions and error messages.
ObjectDependentException
          Special exception type that defines an object to still be depended on by another object.
OlapConnectionMapping
          This interface maps an Olap4jDataSource to an open OlapConnection.
QueryCache
          This method will be able to execute and cache the results of a query.
QueryCache.WabitObjectOrder
          FIXME This enum defines the WabitObject child classes a QueryCache takes as well as the ordinal order of these child classes such that the class going before does not depend on the class that goes after.
ResultSetAndUpdateCountCollection
          Contains a set of result sets and update counts that are returned by executing a query.
ServerListEvent
          This event notes which server was changed.
ServerListListener
          This interface defines methods that will be called when server information is added or removed from the context.
StreamingResultSetCollectionEvent
          An event that defines which collection of result sets has stopped streaming on all of its result sets.
StreamingResultSetCollectionListener
          This listener will be notified when all of the streaming result sets in a ResultSetAndUpdateCountCollection have stopped streaming.
VariableContext
          An interface for providing variable names and their associated values.
WabitBackgroundWorker
          A Wabit Background Worker is a Wabit Object that encapsulates some sort of background processing.
WabitChildEvent
          An event that is passed to listeners when a child is added to or removed from its parent.
WabitChildEvent.EventType
          The type of event that signals if a child is being added or removed.
WabitColumnItem
          This WabitItem is more specific to a column in a table.
WabitConstantItem
          Defines a WabitItem to be in the constants table.
WabitConstantsContainer
          This class represents a specific implementation of WabitContainer that wraps the constants container in a Query.
WabitContainer
          This container wraps any other kind of Container to allow attaching WabitListeners that will be notified appropriately when events happen on the container.
WabitDataSource
          An implementation of WabitObject that wraps a data sources.
WabitItem
          This type of Item wraps any other type of item to let other classes attach WabitListeners to the delegate.
WabitListener
          This listener can be added to any WabitObjects and is notified of property and child changes.
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
WabitSessionContext
          A WabitSessionContext provides the basic non-session-specific services that all Wabit code can depend upon.
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
WabitWorkspace.WabitObjectOrder
          FIXME This enum defines the WabitObject child classes a WabitWorkspace takes as well as the ordinal order of these child classes such that the class going before does not depend on the class that goes after.
WorkspaceGraphModelEdge
          Each edge is made up of a parent WabitObject and a child WabitObject.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.dao
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
WabitSessionContext
          A WabitSessionContext provides the basic non-session-specific services that all Wabit code can depend upon.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.dao.session
OlapConnectionMapping
          This interface maps an Olap4jDataSource to an open OlapConnection.
WabitChildEvent
          An event that is passed to listeners when a child is added to or removed from its parent.
WabitListener
          This listener can be added to any WabitObjects and is notified of property and child changes.
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.enterprise.client
AbstractWabitObject
           
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
WabitSessionContext
          A WabitSessionContext provides the basic non-session-specific services that all Wabit code can depend upon.
WabitSessionImpl
           
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.enterprise.client.security
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.image
AbstractWabitObject
           
WabitObject
           
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.olap
AbstractWabitObject
           
OlapConnectionMapping
          This interface maps an Olap4jDataSource to an open OlapConnection.
ResultSetAndUpdateCountCollection
          Contains a set of result sets and update counts that are returned by executing a query.
WabitBackgroundWorker
          A Wabit Background Worker is a Wabit Object that encapsulates some sort of background processing.
WabitObject
           
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.report
AbstractWabitObject
           
CleanupExceptions
          If errors occur during cleanup this object will contain the exceptions and error messages.
QueryCache
          This method will be able to execute and cache the results of a query.
VariableContext
          An interface for providing variable names and their associated values.
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.report.chart
AbstractWabitObject
           
CleanupExceptions
          If errors occur during cleanup this object will contain the exceptions and error messages.
WabitObject
           
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.rs
ResultSetAndUpdateCountCollection
          Contains a set of result sets and update counts that are returned by executing a query.
WabitBackgroundWorker
          A Wabit Background Worker is a Wabit Object that encapsulates some sort of background processing.
WabitObject
           
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.swingui
OlapConnectionMapping
          This interface maps an Olap4jDataSource to an open OlapConnection.
QueryCache
          This method will be able to execute and cache the results of a query.
ServerListListener
          This interface defines methods that will be called when server information is added or removed from the context.
VariableContext
          An interface for providing variable names and their associated values.
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
WabitSessionContext
          A WabitSessionContext provides the basic non-session-specific services that all Wabit code can depend upon.
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
WorkspaceGraphModel
          This graph takes a WabitObject for its root and makes a graph model that represents all of the root's dependencies.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.swingui.action
QueryCache
          This method will be able to execute and cache the results of a query.
WabitDataSource
          An implementation of WabitObject that wraps a data sources.
WabitObject
           
WabitSession
          The basic interface for a Wabit session.
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.swingui.enterprise
WabitChildEvent
          An event that is passed to listeners when a child is added to or removed from its parent.
WabitListener
          This listener can be added to any WabitObjects and is notified of property and child changes.
WabitSessionContext
          A WabitSessionContext provides the basic non-session-specific services that all Wabit code can depend upon.
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.swingui.query
QueryCache
          This method will be able to execute and cache the results of a query.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.swingui.report
WabitObject
           
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
 

Classes in ca.sqlpower.wabit used by ca.sqlpower.wabit.swingui.tree
WabitObject
           
WabitSessionContext
          A WabitSessionContext provides the basic non-session-specific services that all Wabit code can depend upon.
WabitWorkspace
          The WabitWorkspace is the root WabitObject of a WabitSession.
 



Copyright © 2009. All Rights Reserved.