A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

a - Variable in class com.objectwave.utility.AWTEventMulticaster
 
AbstractBroker - class com.objectwave.persist.AbstractBroker.
Can assist with the basic implementation of a broker.
AbstractBroker() - Constructor for class com.objectwave.persist.AbstractBroker
 
AbstractConnectionFactory - class com.objectwave.persist.broker.AbstractConnectionFactory.
Some basic methods that our connection factories may use.
AbstractConnectionFactory() - Constructor for class com.objectwave.persist.broker.AbstractConnectionFactory
Constructor for the AbstractConnectionFactory object
abstractDef - Variable in class com.objectwave.sourceModel.ClassSpec
 
AbstractLayout - class com.objectwave.tools.propertyEditor.AbstractLayout.
 
AbstractLayout() - Constructor for class com.objectwave.tools.propertyEditor.AbstractLayout
 
AbstractLayout(int, int) - Constructor for class com.objectwave.tools.propertyEditor.AbstractLayout
 
accept() - Method in interface com.objectwave.uiWidget.DoublePickIF
 
acceptChanges() - Method in class com.objectwave.appSupport.OkCancelModel
 
acceptChanges() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
acceptChanges() - Method in interface com.objectwave.viewUtility.PropertyPanel
 
acceptChanges(boolean) - Method in class com.objectwave.appSupport.OkCancelModel
If we don't close, we just chain (start a new) the transactions.
AccessBroker - class com.objectwave.persist.broker.AccessBroker.
Used for connecting to MS Access database.
AccessBroker() - Constructor for class com.objectwave.persist.broker.AccessBroker
 
accessed(Field, Object[], Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
We are accessing Field and the contents of field F may be in a state of flux.
AccessObjectFormatter - class com.objectwave.persist.broker.AccessObjectFormatter.
Customize the formatting of dates for MS Access.
AccessObjectFormatter.Test - class com.objectwave.persist.broker.AccessObjectFormatter.Test.
 
AccessObjectFormatter.Test() - Constructor for class com.objectwave.persist.broker.AccessObjectFormatter.Test
 
AccessObjectFormatter() - Constructor for class com.objectwave.persist.broker.AccessObjectFormatter
Constructor for the AccessObjectFormatter object
AccessSecurityIF - interface com.objectwave.transactionalSupport.AccessSecurityIF.
We may want to implement security at a field access level.
AccessSecurityManager - class com.objectwave.transactSecurity.AccessSecurityManager.
Used to provide security on every business object access.
AccessSecurityManager() - Constructor for class com.objectwave.transactSecurity.AccessSecurityManager
 
accessString(short) - Static method in class com.objectwave.classFile.ClassFile
Returns a string that represents what the access flags are set for.
acquireLocks(List) - Method in class com.objectwave.utility.LockManager
Acquire locks for all of the objects in the List, or none of them.
acquireLocks(Object[], int) - Method in class com.objectwave.transactionalSupport.TransactionManager.MyLockManager
Aquire locks for all of the objects in the Vector, or none of them.
acquireLocksOrig(Object[], int) - Method in class com.objectwave.transactionalSupport.TransactionManager.MyLockManager
Deprecated. Redesigned.
action(Object) - Method in class com.objectwave.viewUtility.VectorToButtons
 
ActionIF - interface com.objectwave.utility.ActionIF.
Used in conjunction with at least viewUtility.VectorToButtons, this interface allows the user to specify a certain action to perform when some state is entered.
actionPerformed(ActionEvent) - Method in class com.objectwave.appSupport.OkCancelDetail
 
actionPerformed(ActionEvent) - Method in class com.objectwave.printerSupport.printing
 
actionPerformed(ActionEvent) - Method in class com.objectwave.uiControl.TreeListControl
Dispatch request.
actionPerformed(ActionEvent) - Method in class com.objectwave.uiControl.ListControl
 
actionPerformed(ActionEvent) - Method in class com.objectwave.uiWidget.VariablePanel
 
actionPerformed(ActionEvent) - Method in class com.objectwave.uiWidget.QuickPick
 
actionPerformed(ActionEvent) - Method in class com.objectwave.uiWidget.MessageBox
 
actionPerformed(ActionEvent) - Method in class com.objectwave.uiWidget.LoginDialog
 
actionPerformed(ActionEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in class com.objectwave.viewUtility.TextFieldChangeListener
When the control performs and action, and the event has not been handled, call the onChange method.
actionPerformed(ActionEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
I normally avoid this 'case' style of programming, but in this case it is conveinent.
actionPerformed(ActionEvent) - Method in class com.objectwave.tools.SearchFrame
Method to handle events for the ActionListener interface.
actionPerformed(ActionEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyListField
 
actionPerformed(ActionEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
Browse for file.
actionPerformed(ActionEvent) - Method in class com.objectwave.tools.propertyEditor.JConfigureTest
 
activated() - Method in class com.objectwave.uiWidget.ChoiceGui
 
activated() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
actualClose() - Method in class com.objectwave.appSupport.OkCancelModel
I control the closing
actualCommit() - Method in class com.objectwave.persist.BrokerTransactionLog
Called by super class when we are ready to really commit the values.
actualCommit() - Method in class com.objectwave.transactionalSupport.TransactionLog
Actually commit all of my known changes.
actualFind(DbFile, SQLQuery, Persistence) - Method in class com.objectwave.persist.broker.FileBroker
 
adapt - Variable in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
adapt - Variable in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
adapt - Variable in class com.objectwave.persist.examples.DomainObject
 
adapt - Variable in class com.objectwave.persist.invert.PersistenceBase
 
adapt - Variable in class com.objectwave.transactionalSupport.test.DomainObject
 
add() - Method in class com.objectwave.persist.gui.DeleteTreeUI
 
add(Action) - Method in class com.objectwave.uiWidget.ButtonPanel
Append a new menuitem to the end of the menu which dispatches the specified Action object.
add(Action) - Method in class com.objectwave.viewUtility.PopupMenu
Append a new menuitem to the end of the menu which dispatches the specified Action object.
add(ActionListener, ActionListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(Class, Object) - Method in class com.objectwave.event.ObjectListenerList
 
add(ComponentListener, ComponentListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(ContainerListener, ContainerListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(ItemListener, ItemListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(MouseListener, MouseListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(Object) - Method in class com.objectwave.uiControl.ChoiceControl
 
add(Object) - Method in class com.objectwave.utility.TreeCollection
Adds new elements to the root of the tree.
add(String) - Method in class com.objectwave.uiControl.ListControl
 
add(String) - Method in class com.objectwave.uiControl.ChoiceControl
 
add(String[]) - Method in class com.objectwave.uiControl.ListControl
 
add(String[]) - Method in class com.objectwave.uiControl.ChoiceControl
 
add(TextListener, TextListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
 
add(UnitTest) - Method in class com.objectwave.test.TestRunner
Assemble a list of tests from the provided testFactory.
add(WindowListener, WindowListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
addAccessor(ClassGen, ConstantPoolGen, Field, FieldGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addAccessorMutator(ClassGen, ConstantPoolGen, Field, FieldGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addActionListener(ActionListener) - Method in class com.objectwave.uiWidget.StateCheckBox
adds an ActionListener to the button
addActionListener(ActionListener) - Method in class com.objectwave.utility.Timer
Add an action listener to be notified at every clock tick.
addAllChoices() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
addAttribute(Attribute) - Method in class com.objectwave.persist.value.Value
Adds a feature to the Attribute attribute of the Value object
addAttribute(AttributeInfo) - Method in class com.objectwave.classFile.ClassFile
Add a new optional class Attribute.
addAttribute(String, byte[]) - Method in class com.objectwave.classFile.ClassFile
We have to add an item and then get the item so we get the correct ConstantPoolInfo instance.
addCalledMethods(Vector, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.MethodInfo
Populate the Vector 'result' with all of the methods that this method invokes.
addCalledMethods(Vector, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
 
addChangeListener(ChangeListener) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
addChangeListener(ChangeListener) - Method in interface com.objectwave.viewUtility.PropertyPanel
 
addChildSession(Session) - Method in class com.objectwave.transactionalSupport.Session
Adds a child session explicitly to this session.
addChoices() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
addClassDecl(String, Class, StringBuffer) - Method in class com.objectwave.sourceGenerator.ReflectedClassSource
Adds a feature to the ClassDecl attribute of the ReflectedClassSource object
addClassElement(ClassElement, Vector, boolean) - Static method in class com.objectwave.sourceGenerator.SourceCodeGenerator
Generic source generation routine used by various SourceCodeGenerators.
addClassObjectAccessListener(ObjectAccessListener, Class) - Method in class com.objectwave.transactSecurity.AccessSecurityManager
Add a listener for access to instances of 'type'.
addClassToSkip(String) - Method in class com.objectwave.customClassLoader.FileClassLoader
Add the name of a class that should not be loaded by this class loader.
addClient(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
addCollection(String, String) - Method in class com.objectwave.persist.collectionAdapters.SupportedCollections
 
addCollectionCache(Class) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
addCollectionQuery(String, SQLQuery) - Method in interface com.objectwave.persist.RDBPersistence
 
addCollectionQuery(String, SQLQuery) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
To provide support for collections, we needed to do something clever.
addCollectionSupport(String) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
addColumn(FlexGridColumn) - Method in class com.objectwave.viewUtility.FlexGridLayout
Add a column constraint to the layout manager.
addColumnList(String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Used for adding one element May update the instance variable 'first' to indicate that at least one column has been added to the column list buffer.
addColumnList(String[]) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Add a list of columns to our list of columns.
addColumnList(String[]) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Deprecated.  
addColumnValue(String, Object) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 
addCommandChildren(TreeCollection, Object, String, StringBuffer) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
While similar to FormatCommands, this method builds the child nodes in the tree.
addComponent(Font, String, Container, Component, boolean) - Static method in class com.objectwave.viewUtility.WidgetFunctions
A very common operation when building GUI panels is to do a
addConnection(RDBConnection) - Method in class com.objectwave.persist.broker.RDBConnectionPool
The other way the pool works is maintains the list of connections.
addConstantPoolItem(ConstantPoolInfo) - Method in class com.objectwave.classFile.ClassFile
Add a single constant pool item and return its index.
addConstantPoolItems(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
Add some items to the constant pool.
addConstraint(Constraint) - Method in class com.objectwave.persist.SQLQuery
Add a constraint to the query.
addConstraint(Constraint) - Method in class com.objectwave.persist.value.Value
Adds a feature to the Constraint attribute of the Value object
addConstraint(String, Class) - Static method in class com.objectwave.persist.constraints.ConstraintFactory
 
addConsumer(PacketListener) - Method in class com.objectwave.appArch.WindowModel
Don't really connect to me.
addConsumer(PacketListener) - Method in interface com.objectwave.appArch.PresentationModelIF
 
addConsumer(PacketListener) - Method in class com.objectwave.appArch.EventSupport
 
addData(Object) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
addDefaultMethods(ClassGen, ConstantPoolGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addDefaultPrimaryAttribute(ArrayList) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Add primary attribute type with a column name of databaseIdentifer.
addDefaultPrimaryAttribute(ArrayList) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Add primary attribute type with a column name of databaseIdentifer.
addDefaultPrimaryAttribute(ArrayList) - Method in class com.objectwave.persist.examples.DomainObject
Add primary attribute type with a column name of databaseIdentifer.
addDefaultPrimaryAttribute(ArrayList) - Method in class com.objectwave.persist.invert.PersistenceBase
Add primary attribute type with a column name of databaseIdentifer.
addDetail(Class, String, Object) - Method in class com.objectwave.configuration.PropertyObjects
Add the propertyDetail parameter to some internal collection using the context and categoryId as keys.
addDetail(PropertySource, String, Object) - Method in class com.objectwave.configuration.PropertyObjects
Allow configuration services to add detail objects that are not created by this instance.
addDocParam(String, String) - Method in class com.objectwave.sourceModel.CommentElement
Add a new param to the first JavaDoc comment.
addEditorReference(ConstantPoolGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addElement(Object) - Method in interface com.objectwave.persist.CollectionAdapter
Add the object to this collection.
addElement(Object) - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
Add the object to this collection.
addElement(Object) - Method in class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
Add the object to this collection.
addElement(Object) - Method in class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
Add the object to this collection.
addElement(Object) - Method in class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
Add the object to this collection.
addElement(Object) - Method in class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
Add the object to this collection.
addElement(Object) - Method in class com.objectwave.utility.OrderedVector
 
addEntry(String, Component) - Method in class com.objectwave.tools.propertyEditor.FieldPanel
 
addEntry(String, String) - Method in class com.objectwave.tools.propertyEditor.FieldPanel
 
addEnumerationColumn() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
addEnumerationColumn(String) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
addEventListener(EventListener) - Method in class com.objectwave.event.SimplePacketSupport
 
addException(String) - Method in class com.objectwave.sourceModel.MethodDef
Add the String identified by the parameter as an exception thrown by this method.
addFactoryMethod(ClassGen, ConstantPoolGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addFailCache(Class) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
addField(ClassGen, ConstantPoolGen, Field) - Method in class com.objectwave.persist.bcel.FinalClass
 
addField(String, String, String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Create ui widgets to represent the fields and add them the 'card' that represents the path.
addField(String, String, String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Create ui widgets to represent the fields and add them the 'card' that represents the path.
addFields(ClassGen, ConstantPoolGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addFields(Class, StringBuffer) - Method in class com.objectwave.sourceGenerator.ReflectedClassSource
Adds a feature to the Fields attribute of the ReflectedClassSource object
addFields(String, String[]) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
addFileName(Object) - Method in class com.objectwave.utility.FileList
 
addFocusListener(FocusListener) - Method in class com.objectwave.tools.propertyEditor.PropertyRectangleField
 
addFocusListener(FocusListener) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
 
addInitializer(String) - Method in class com.objectwave.sourceModel.VariableDef
 
addInternal(EventListener, EventListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(Object) - Method in class com.objectwave.uiControl.ListControl
 
addItem(Object, int, Color) - Method in class com.objectwave.uiWidget.PieChart
Pass an object instead of a name so that it can be accessed later.
addItem(Object, int, Color) - Method in class com.objectwave.uiWidget.JGraph
Pass an object instead of a name so that it can be accessed later.
addItem(Object, int, Color) - Method in class com.objectwave.uiWidget.Histogram
Pass an object instead of a name so that it can be accessed later.
addItem(String, int) - Method in class com.objectwave.uiWidget.PieChart
 
addItem(String, int) - Method in class com.objectwave.uiWidget.JGraph
 
addItem(String, int) - Method in class com.objectwave.uiWidget.Histogram
 
addItem(String, int) - Method in class com.objectwave.uiWidget.Graph
 
addItem(String, int, Color) - Method in class com.objectwave.uiWidget.PieChart
 
addItem(String, int, Color) - Method in class com.objectwave.uiWidget.JGraph
 
addItem(String, int, Color) - Method in class com.objectwave.uiWidget.Histogram
 
addItem(String, int, Color) - Method in class com.objectwave.uiWidget.Graph
 
addItemListener(ItemListener) - Method in class com.objectwave.uiWidget.JGraph
 
addJavaDef(JavaClassDef) - Method in class com.objectwave.sourceModel.JavaModel
Add a new JavaClassDef to the our JavaModel.
addJoinField(JoinField) - Method in class com.objectwave.persist.AttributeTypeColumn
Adds a feature to the JoinField attribute of the AttributeTypeColumn object
addLayoutComponent(Component, Object) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
addLayoutComponent(Component, Object) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Adds the specified component to this deck layout's internal table, by name.
addLayoutComponent(Component, Object) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Add the specified component from the layout.
addLayoutComponent(String, Component) - Method in class com.objectwave.viewUtility.StretchLayout
addLayoutComponent method comment.
addLayoutComponent(String, Component) - Method in class com.objectwave.viewUtility.FunLayout
 
addLayoutComponent(String, Component) - Method in class com.objectwave.viewUtility.FlexGridLayout
Add a componenth to the layout.
addLayoutComponent(String, Component) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Deprecated. replaced by addLayoutComponent(Component, Object)
addLayoutComponent(String, Component) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Adds the specified component with the specified name to the layout.
addListSelectionListener(ListSelectionListener) - Method in class com.objectwave.uiWidget.ComponentList
Add a listener to the list that's notified each time a change to the selection occurs.
addLoginListener(LoginListener) - Method in class com.objectwave.uiWidget.LoginDialog
 
addMethod(String, String, String, Class[]) - Method in class com.objectwave.tools.MethodBuilder
Define a method in our list of methods.
addMethodSource(Method, Class, StringBuffer) - Method in class com.objectwave.sourceGenerator.ReflectedClassSource
Adds a feature to the BodySource attribute of the ReflectedClassSource object
addMouseListener() - Method in class com.objectwave.uiWidget.JLinkLabel
Adds a feature to the MouseListener attribute of the JLinkLabel object
addMutator(ClassGen, ConstantPoolGen, Field, FieldGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addName(String) - Method in class com.objectwave.sourceModel.VariableDef
 
addNotify() - Method in class com.objectwave.appSupport.OkCancelDetail
 
addNotify() - Method in class com.objectwave.uiWidget.SimpleFontChooser
 
addNotify() - Method in class com.objectwave.uiWidget.QuickPick
 
addNotify() - Method in class com.objectwave.uiWidget.LoginDialog
 
addObject(Class, Object) - Method in class com.objectwave.utility.ClassTree
 
addObject(Object) - Method in class com.objectwave.uiControl.ListControl
 
addObject(Object) - Method in class com.objectwave.uiControl.ChoiceControl
 
addObject(ObjectEditingView) - Method in class com.objectwave.transactionalSupport.TransactionLog
Add the object to the list of modified transactions.
addObjectAccessListener(ObjectAccessListener) - Method in class com.objectwave.transactSecurity.AccessSecurityManager
Add a listener for each and every object access.
addObjects(Enumeration) - Method in class com.objectwave.uiControl.ListControl
 
addObjects(Object[]) - Method in class com.objectwave.uiControl.ListControl
 
addObjects(Vector) - Method in class com.objectwave.uiControl.ListControl
 
addObjects(Vector) - Method in class com.objectwave.uiControl.ChoiceControl
 
addObjectToList(Object) - Method in class com.objectwave.uiControl.ListControl
 
addObjectToList(Object) - Method in class com.objectwave.uiControl.ChoiceControl
 
addObjectToList(String) - Method in class com.objectwave.uiControl.ListControl
 
addObjectToList(String) - Method in class com.objectwave.uiControl.ChoiceControl
 
addOkActionListener(ActionListener) - Method in class com.objectwave.viewUtility.HeaderFooterSelection
Register a listener with the ok button for this dialog, so that custom behavior can be defined for when the ok button is clicked.
addOrderBy(Vector, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
This can not be called until the SQL is completely built...other than the Order by clause.
addOrderByField(String) - Method in class com.objectwave.persist.SQLQuery
Add a new element to our list of order by clauses.
addOrderByField(String, boolean) - Method in class com.objectwave.persist.SQLQuery
Add a new element to our list of order by clauses.
addOrderByImpl(String, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Assemble a string buffer that will represent the order by part of a Sql statement.
addPacketListener(EventListener) - Method in class com.objectwave.event.SimplePacketSupport
Deprecated.  
addPacketListener(PacketListener) - Method in class com.objectwave.event.PacketSupport
 
addPacketListener(PacketListener) - Method in interface com.objectwave.event.PacketProducerIF
 
addPacketListener(PacketListener) - Method in class com.objectwave.appArch.EventSupport
 
addPath() - Method in class com.objectwave.tools.propertyEditor.JConfigure
Let the user add a path to the list of paths.
addPath(String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
This will add the path to the hash of FieldPanels if it is not already there.
addPath(String) - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
addPath(String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
This will add the path to the hash of FieldPanels if it is not already there.
addPopupMenuListener(PopupMenuListener) - Method in class com.objectwave.viewUtility.PopupMenu
Add a PopupMenu listener
addPresentationModel(PresentationModelIF) - Method in class com.objectwave.appArch.WindowModel
 
addPresentationModel(PresentationModelIF) - Method in interface com.objectwave.appArch.PresentationModelIF
 
addPresentationModel(PresentationModelIF) - Method in class com.objectwave.appArch.PresentationModel
 
addPresentationModel(PresentationModelIF) - Method in class com.objectwave.appArch.EventPool
Add them to the event pool.
addPresentationModel(PresentationModelIF) - Method in class com.objectwave.appArch.gui.EditModel
 
addProducer(PacketProducerIF) - Method in class com.objectwave.appArch.WindowModel
Don't really connect to me.
addProducer(PacketProducerIF) - Method in interface com.objectwave.appArch.PresentationModelIF
 
addProducer(PacketProducerIF) - Method in class com.objectwave.appArch.EventSupport
 
addProperty() - Method in class com.objectwave.tools.propertyEditor.JConfigure
Let the user add properties.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.event.PacketSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.utility.FileList
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.appArch.UIManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.appArch.EventSupport
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.templateMerge.KnownTemplates
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Adds a feature to the PropertyChangeListener attribute of the TemplateGuiVIF object
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Add yourself to be notified of property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.tools.JavaDocSearchPanel
The addPropertyChangeListener method was generated to support the propertyChange field.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.objectwave.tools.propertyEditor.PropertyField
Add or remove a PropertyChange listener.
addRelationChangedListener(RelationChangedListener) - Method in class com.objectwave.sourceModel.JavaRelation
 
address - Variable in class com.objectwave.persist.xml.TestXMLCompany
 
addSecurityListener(SecurityListener) - Method in class com.objectwave.appArch.security.SecuritySupport
 
addSecurityListener(SecurityListener) - Method in class com.objectwave.appArch.security.SecurityController
 
addSeparator() - Method in class com.objectwave.uiWidget.ButtonPanel
 
addSeparator() - Method in class com.objectwave.viewUtility.PopupMenu
Delegate to the real popup menu.
addSetupMethod(ClassGen, ConstantPoolGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addSimpleAttribute(ClassFile) - Method in class com.objectwave.classFile.ChangeClass
 
addStatement(SQLModifier, Class, PreparedStatement) - Method in class com.objectwave.persist.broker.RDBConnection
Add a prepared statement to this connection's path.
addStaticBroker(String, Broker) - Static method in class com.objectwave.persist.BrokerFactory
This method is for adding a broker to the static list which is not an RBDBroker or is a special case thereof which cannot be handled by the lazy-initialization system.
addStaticBroker(String, String) - Static method in class com.objectwave.persist.BrokerFactory
Add a static broker type to the factory.
addStaticBroker(String, String, String) - Static method in class com.objectwave.persist.BrokerFactory
Add a static broker type to the factory.
addStaticMethod(ClassGen, ConstantPoolGen) - Method in class com.objectwave.persist.bcel.FinalClass
 
addStatusEventListener(StatusEventListener) - Method in class com.objectwave.event.StatusManager
 
addSubTransaction(TransactionLog) - Method in class com.objectwave.transactionalSupport.TransactionLog
Create a nested transaction.
addSupport(String, String) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
 
addSymbol(String, String) - Method in class com.objectwave.utility.SymbolReplacer
 
addTag(TagElement) - Method in class com.objectwave.sourceModel.TagTable
Adds a feature to the Tag attribute of the TagTable object
addTemplate(MergeTemplate) - Method in class com.objectwave.templateMerge.MergeTemplate
 
addTemplate(MergeTemplate) - Method in class com.objectwave.templateMerge.KnownTemplates
 
addTestFromFile(String, TestRunner) - Static method in class com.objectwave.test.BatchRunner
Similar but different than the other jar method.
addToken(InformationToken) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
addToken(InformationToken, String) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
addToStream(ObjectOutputStream) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Preserve certain fields related to persistence.
addTransactionSupport(String, Class) - Method in class com.objectwave.transactionalSupport.TransactionManager
Register the 'name' with the class.
addTransactionSupport(String, Class) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Register the 'name' with the class.
addTransientMenuItem(Action) - Method in class com.objectwave.viewUtility.PopupMenu
Append a new menuitem to the end of the menu which dispatches the specified Action object.
addTransientSeparator() - Method in class com.objectwave.viewUtility.PopupMenu
Delegate to the real popup menu.
addTreeModelListener(TreeModelListener) - Method in class com.objectwave.persist.gui.DeleteTree
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(TreeModelListener) - Method in class com.objectwave.utility.TreeCollection
Implement TreeModel
addValueList(Object[]) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Deprecated.  
addVetoableChangeListener(VetoableChangeListener) - Method in class com.objectwave.viewUtility.PopupMenu
Add a VetoableListener to the listener list.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.objectwave.appArch.UIManager
 
addWhereClause(String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Add the clause to our list of where clauses.
addWhereClause(String) - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
adjustExceptionTable(short) - Method in class com.objectwave.classFile.CodeAttributeInfo
 
adjustHorizontal(int, MouseTracker) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
adjustmentValueChanged(AdjustmentEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustPosition(Component, FlexGridColumn, int, int, int, int) - Method in class com.objectwave.viewUtility.FlexGridLayout
Determine the bounds of "component" within a given cell (x,y,width,height) using it's current bounds and "columnLayout".
adjustVertical(int, MouseTracker) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
aFakeField - Static variable in class com.objectwave.persist.mapping.MapInformation
Description of the Field
after(DateWithoutTime) - Method in class com.objectwave.persist.util.DateWithoutTime
 
age - Variable in class com.objectwave.persist.bcel.examples.Person
 
age - Variable in class com.objectwave.persist.examples.InvertPerson
 
alive - Variable in class com.objectwave.simpleSockets.ServeClient
 
alive - Variable in class com.objectwave.appArch.Queue
 
AlivePolicy - class com.objectwave.networkUtility.AlivePolicy.
 
AlivePolicy() - Constructor for class com.objectwave.networkUtility.AlivePolicy
 
ALL - Static variable in interface com.objectwave.appArch.security.Prototypes
 
allCalledMethods() - Method in class com.objectwave.classFile.ClassFile
 
allNextParsers() - Static method in class com.objectwave.sourceParser.ClassSpecParser
All the elements that could be part of a Class definition (between the '{' and '}' in a class definition).
allowingMultipleInstances - Variable in class com.objectwave.appArch.WindowModel
 
alreadyConfigured() - Method in class com.objectwave.logging.log4j.Log4jImpl
 
alreadyHandled - Variable in class com.objectwave.viewUtility.TextFieldChangeListener
 
altBuf - Variable in class com.objectwave.utility.BufferedRandomAccessFile
 
alterVendorConnection(Connection) - Method in class com.objectwave.persist.broker.RDBConnection
Callback hook from connectionSource to allow vendor specific modification to the connection object.
alterVendorConnection(Connection) - Method in class com.objectwave.persist.broker.OracleConnection
Establish the connection to the database.
anchor - Variable in class com.objectwave.viewUtility.FlexGridColumn
 
and(SecurityType) - Method in class com.objectwave.appArch.security.SecurityType
Used to create access privledges Example: WORLD.has(WRITE).and(OWNER.has(EXECUTE));
announceLife(String) - Method in class com.objectwave.networkUtility.AlivePolicy
 
annualIncome - Variable in class com.objectwave.persist.examples.TestPerson
 
annualIncome - Variable in class com.objectwave.persist.examples.TestEntity
 
AnyOfGui - class com.objectwave.persist.constraints.gui.AnyOfGui.
Define & manage the "any of" and "not any of" constraints.
AnyOfGui() - Constructor for class com.objectwave.persist.constraints.gui.AnyOfGui
 
appendClassProfile(Class, long, long) - Method in class com.objectwave.transactSecurity.UserProfilePolicy
Do a bitwise or with any existing class profiles for this class.
appendObject(Persistence, byte[]) - Method in class com.objectwave.persist.file.DbFile
 
ApplicationBootstrap - class com.objectwave.appArch.ApplicationBootstrap.
 
ApplicationBootstrap - class com.objectwave.socketClassServer.ApplicationBootstrap.
Usage java com.objectwave.socketClassServer.ApplicationBootstrap [host] [port] A system property of ow.objectsever= <10000>(some number where some number is going to be the object server port) will start this as an object server.
ApplicationBootstrap(String) - Constructor for class com.objectwave.appArch.ApplicationBootstrap
 
ApplicationBootstrap(String) - Constructor for class com.objectwave.socketClassServer.ApplicationBootstrap
 
ApplicationBootstrap(String, boolean) - Constructor for class com.objectwave.appArch.ApplicationBootstrap
 
ApplicationBootstrap(String, String, int, boolean) - Constructor for class com.objectwave.socketClassServer.ApplicationBootstrap
 
arcX - Variable in class com.objectwave.uiWidget.PieChart
 
arcY - Variable in class com.objectwave.uiWidget.PieChart
 
args - Variable in class com.objectwave.appArch.admin.Command
 
ArrangeGrid(Container) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
ARRAYCACHE - Static variable in class com.objectwave.transactionalSupport.ThreadContext
 
ArrayEnumeration - class com.objectwave.utility.ArrayEnumeration.
This is a handy class to perform an enumeration over any object array.
ArrayEnumeration(Object[]) - Constructor for class com.objectwave.utility.ArrayEnumeration
 
ArrayListCollectionAdapter - class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter.
Collection Adapters were introduced to support multiple collection types within the JavaGrinder Framework.
ArrayListCollectionAdapter() - Constructor for class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
 
ASCIZ - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
ask() - Static method in class com.objectwave.uiWidget.SimpleFontChooser
 
ask(Font) - Static method in class com.objectwave.uiWidget.SimpleFontChooser
 
asNoLongerProxy(RDBPersistentAdapter, Persistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Copy the data from the object found in the database into the object that was representing our proxy.
assertEquals(double, double, double) - Method in interface com.objectwave.test.TestContext
Asserts that two doubles are equal.
assertEquals(long, long) - Method in interface com.objectwave.test.TestContext
Asserts that two longs are equal.
assertEquals(Object, Object) - Method in interface com.objectwave.test.TestContext
Asserts that two objects are equal.
assertEquals(String, double, double, double) - Method in interface com.objectwave.test.TestContext
Asserts that two doubles are equal.
assertEquals(String, long, long) - Method in interface com.objectwave.test.TestContext
Asserts that two longs are equal.
assertEquals(String, Object, Object) - Method in interface com.objectwave.test.TestContext
Asserts that two objects are equal.
assertTrue(boolean) - Method in interface com.objectwave.test.TestContext
Asserts that a condition is true.
assertTrue(String, boolean) - Method in class com.objectwave.persist.broker.RDBConnectionPool.Test
Description of the Method
assertTrue(String, boolean) - Method in class com.objectwave.transactionalSupport.Session.Test
 
assertTrue(String, boolean) - Method in interface com.objectwave.test.TestContext
Asserts that a condition is true.
assignedList - Variable in class com.objectwave.templateMerge.KnownTemplates
 
assignStaticField(Field, ConstantPoolGen, InstructionList) - Method in class com.objectwave.persist.bcel.FinalClass
_aField = clazz.getDeclaredField(
assignTemplate(Object, MergeTemplate) - Method in class com.objectwave.templateMerge.KnownTemplates
 
assocation - Variable in class com.objectwave.utility.Timer
 
associate(Persistence, RecordHeader) - Method in class com.objectwave.persist.file.DbFile
Match the Object with it's RecordHeader
associate(String, String) - Method in class com.objectwave.configuration.xml.ObjectBuilder
 
asTreeCollection() - Method in class com.objectwave.templateMerge.KnownTemplates
 
AsynchStatusManager - class com.objectwave.appArch.AsynchStatusManager.
Set the default status manager to be an instance of this class if you wish to support asynchronous events.
AsynchStatusManager() - Constructor for class com.objectwave.appArch.AsynchStatusManager
 
Attribute - class com.objectwave.persist.value.Attribute.
 
ATTRIBUTE - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
Attribute() - Constructor for class com.objectwave.persist.value.Attribute
 
AttributeInfo - class com.objectwave.classFile.AttributeInfo.
This class defines the generic Attribute type for Java class files.
AttributeInfo() - Constructor for class com.objectwave.classFile.AttributeInfo
 
AttributeInfo(ConstantPoolInfo, byte[]) - Constructor for class com.objectwave.classFile.AttributeInfo
 
attributes() - Method in class com.objectwave.persist.value.Value
 
attributeSearch - Variable in class com.objectwave.persist.SQLQuery
 
AttributeSortComparator - class com.objectwave.persist.value.AttributeSortComparator.
 
AttributeSortComparator() - Constructor for class com.objectwave.persist.value.AttributeSortComparator
 
AttributeTypeColumn - class com.objectwave.persist.AttributeTypeColumn.
A class that is used to describe an object's attribute.
AttributeTypeColumn() - Constructor for class com.objectwave.persist.AttributeTypeColumn
Subclasses such as wrapper classes may need this.
AttributeTypeColumn(Class, Field, Type) - Constructor for class com.objectwave.persist.AttributeTypeColumn
Used to create instance links that can not be proxied.
AttributeTypeColumn(Class, String, Field, Type) - Constructor for class com.objectwave.persist.AttributeTypeColumn
 
AttributeTypeColumn(Persistence, String, Field, Type) - Constructor for class com.objectwave.persist.AttributeTypeColumn
 
AttributeTypeColumn(String, Field, Type) - Constructor for class com.objectwave.persist.AttributeTypeColumn
Most often used for ATTRIBUTE types.
AUTO_WIDTH - Static variable in class com.objectwave.viewUtility.FlexGridColumn
The column width will be determined to be the maximum width of all of the column's components' preferredSize.
autoRange - Variable in class com.objectwave.uiWidget.Histogram
 
availableForPool - Variable in class com.objectwave.persist.sqlConstruction.SQLObject
 
AWTEventMulticaster - class com.objectwave.utility.AWTEventMulticaster.
A version of sun's implementation.
AWTEventMulticaster(EventListener, EventListener) - Constructor for class com.objectwave.utility.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.

B

b - Variable in class com.objectwave.utility.AWTEventMulticaster
 
back - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
backClicked() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Go back to the previous page.
backRelation - Variable in class com.objectwave.sourceModel.JavaRelation
 
backupOriginal(JavaRelation) - Method in class com.objectwave.sourceModel.JavaRelation
 
backupOriginal(JavaRelation) - Method in class com.objectwave.sourceModel.JavaAssociation
 
barBase - Variable in class com.objectwave.uiWidget.Histogram
 
BarChart - class com.objectwave.uiWidget.BarChart.
Widget for displaying bar charts.
BarChart(String, int, int) - Constructor for class com.objectwave.uiWidget.BarChart
To space the items evenly, we keep an increment variable to indicate the amount we will shift to the right for each item.
basicNew() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Create a new instance of the persistentObject.
BasicPropertySource - class com.objectwave.configuration.BasicPropertySource.
Common behavior that should help all PropertySource concrete classes.
BasicPropertySource() - Constructor for class com.objectwave.configuration.BasicPropertySource
Constructor for the BasicPropertySource object
BasicTestBroker - class com.objectwave.persist.broker.BasicTestBroker.
Generic test suite to exercise a broker instance.
BasicTestBroker() - Constructor for class com.objectwave.persist.broker.BasicTestBroker
Constructor for the BasicTestBroker object
BatchRunner - class com.objectwave.test.BatchRunner.
Recurse from the current user directory and find all .class files that are UnitTest and add to our list of tests.
BatchRunner() - Constructor for class com.objectwave.test.BatchRunner
 
batchUpdate(boolean, int) - Method in class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
 
BcelTest - class com.objectwave.persist.bcel.examples.BcelTest.
A class to exercise some of the basic capabilities of the BCEL libraries.
BcelTest() - Constructor for class com.objectwave.persist.bcel.examples.BcelTest
 
before(DateWithoutTime) - Method in class com.objectwave.persist.util.DateWithoutTime
 
beginCheckLiving() - Method in class com.objectwave.networkUtility.AlivePolicy
 
beginTransaction() - Method in interface com.objectwave.persist.Broker
 
beginTransaction() - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
beginTransaction() - Method in class com.objectwave.persist.broker.RDBConnection
If the database supports transactions this method would begin the transaction.
beginTransaction() - Method in class com.objectwave.persist.broker.RDBBroker
If the database supports transactions this method would begin the transaction.
beginTransaction() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
beginTransaction() - Method in class com.objectwave.persist.broker.NullBroker
 
beginTransaction() - Method in class com.objectwave.persist.broker.FileBroker
Do transactions make sense?
BELOW - Static variable in class com.objectwave.utility.PointManipulator
 
BetweenGui - class com.objectwave.persist.constraints.gui.BetweenGui.
 
BetweenGui() - Constructor for class com.objectwave.persist.constraints.gui.BetweenGui
 
betweenMax - Variable in class com.objectwave.persist.constraints.ConstraintBetween
Description of the Field
betweenMin - Variable in class com.objectwave.persist.constraints.ConstraintBetween
Description of the Field
BinaryTree - class com.objectwave.utility.BinaryTree.
A simple implementation of a binary tree.
BinaryTree() - Constructor for class com.objectwave.utility.BinaryTree
 
BinaryTree(SorterComparisonIF) - Constructor for class com.objectwave.utility.BinaryTree
 
bind(QueueElement) - Method in class com.objectwave.appArch.Queue
Wake us up if we are waiting.
bind(Socket) - Method in class com.objectwave.simpleSockets.ServeHTTPClient
Simply associate the socket that represents this client connection with this instance.
bind(Socket) - Method in class com.objectwave.simpleSockets.ServeClient
Bind this awaiting client to the provided socket.
bindBlob(PreparedStatement, byte[], int) - Method in class com.objectwave.persist.ObjectFormatter
 
bindBlob(PreparedStatement, byte[], int) - Method in class com.objectwave.persist.broker.OracleObjectFormatter
 
bindValue(PreparedStatement, int, Object, int, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Bind the data to the PreparedStatement at the specified index.
bindValues(PreparedStatement, Class, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
bindValues(PreparedStatement, Class, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Bind data to a prepared statement.
bindValues(PreparedStatement, Class, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLInsert
No value add other than specifying it is an INSERT statement.
bkColor - Variable in class com.objectwave.appSupport.OkCancelDetail
 
bletch(Date) - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
blue - Static variable in class com.objectwave.uiWidget.JGraph
 
body(Object, OutputStream, Enumeration) - Method in class com.objectwave.templateMerge.MergeTemplate
 
bool - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
boss - Variable in class com.objectwave.persist.bcel.examples.Employee
 
boss - Variable in class com.objectwave.persist.examples.ExampleEmployee
 
BOTH - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
bottom - Variable in class com.objectwave.uiWidget.JGraph
 
bottom - Variable in class com.objectwave.uiWidget.Graph
 
bottom - Variable in class com.objectwave.uiWidget.ColorSelector
 
bottom - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
bottomMult - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
bottomOf(Component, int, int) - Static method in class com.objectwave.utility.PointManipulator
 
brok - Variable in class com.objectwave.persist.SQLQuery
 
broker - Static variable in class com.objectwave.persist.broker.RDBBroker
 
broker - Variable in class com.objectwave.persist.broker.BasicTestBroker
 
Broker - interface com.objectwave.persist.Broker.
The API for persistence.
BrokerFactory - class com.objectwave.persist.BrokerFactory.
Factory may be an incorrect name.
BrokerFactory() - Constructor for class com.objectwave.persist.BrokerFactory