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
 
brokerGeneratedPrimaryKeys - Variable in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
BrokerPropertyDetail - class com.objectwave.persist.properties.BrokerPropertyDetail.
The properties for configuration of the RDBBroker.
BrokerPropertyDetail() - Constructor for class com.objectwave.persist.properties.BrokerPropertyDetail
Constructor for the BrokerPropertyDetail object
BrokerPropertyIF - interface com.objectwave.persist.BrokerPropertyIF.
Brokers may have properties associated with them.
brokerPropertySource - Variable in class com.objectwave.persist.broker.RDBBroker
 
BrokerPropertySource - class com.objectwave.persist.properties.BrokerPropertySource.
This class is stateless and really acts like a finder for property support.
BrokerPropertySource() - Constructor for class com.objectwave.persist.properties.BrokerPropertySource
Constructor for the BrokerPropertySource object
BrokerPropertySource(BrokerPropertyDetail) - Constructor for class com.objectwave.persist.properties.BrokerPropertySource
Bypass the traditional initialization and use the provided parameter as the source of property values.
BrokerPropertySource(String) - Constructor for class com.objectwave.persist.properties.BrokerPropertySource
A custom category allows user of this class to define the category.
BrokerTransactionLog - class com.objectwave.persist.BrokerTransactionLog.
Provide some database specific transactional stuff.
BrokerTransactionLog() - Constructor for class com.objectwave.persist.BrokerTransactionLog
 
BrokerTransactionLog(String) - Constructor for class com.objectwave.persist.BrokerTransactionLog
 
browseBody() - Method in class com.objectwave.templateMerge.MergeTemplate
Return a StringBuffer containing what this template should generate.
browseLayoutBuffer(boolean) - Method in class com.objectwave.templateMerge.MergeTemplate
Templates can contain other templates.
BrowserControl - class com.objectwave.viewUtility.BrowserControl.
A simple, static class to display a URL in the system browser.
BrowserControl() - Constructor for class com.objectwave.viewUtility.BrowserControl
 
BufferedRandomAccessFile - class com.objectwave.utility.BufferedRandomAccessFile.
Extension fo the RandomAccessFile to use currBuf.bytesfered I/O as much as possible.
BufferedRandomAccessFile.FileBufferStruct - class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct.
 
BufferedRandomAccessFile.FileBufferStruct() - Constructor for class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
 
BufferedRandomAccessFile.Test - class com.objectwave.utility.BufferedRandomAccessFile.Test.
Description of the Class
BufferedRandomAccessFile.Test() - Constructor for class com.objectwave.utility.BufferedRandomAccessFile.Test
 
BufferedRandomAccessFile(File, String) - Constructor for class com.objectwave.utility.BufferedRandomAccessFile
Constructor for the BufferedRandomAccessFile object
BufferedRandomAccessFile(File, String, int) - Constructor for class com.objectwave.utility.BufferedRandomAccessFile
Constructor for the BufferedRandomAccessFile object
BuggyLocalVariableAttributeInfo - class com.objectwave.classFile.BuggyLocalVariableAttributeInfo.
A specific attribute info.
BuggyLocalVariableAttributeInfo() - Constructor for class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
 
BuggyLocalVariableAttributeInfo(ConstantPoolInfo, byte[]) - Constructor for class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
 
buildAttributeModifierValues(SQLModifier, RDBPersistence, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Inserts and updates need to add the columns and the values of the columns to the sql object.
buildAttributes(Persistence, RDBPersistence, RDBPersistence, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Set all of the attribute values that were found from the query.
buildAttributeWhereClause(SQLQuery, SQLSelect, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Look at all of our attribute values.
buildCollectionProxies(Persistence, RDBPersistence, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Create a SQLQuery object that will find the elements in this collection.
buildCountStatement(SQLSelect, SQLQuery) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Update the sql object with the information necessary to perform a count statement as requested by the query obj.
buildDatabase(HypersonicBroker) - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
 
buildDatabase(HypersonicBroker) - Method in class com.objectwave.persist.broker.HypersonicBroker.Test
 
buildDeleteStatement(SQLDelete, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Builds a delete sql object.
buildDeleteWhereClause(SQLDelete, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Builds the where clause for a delete sql object.
buildFindStatement(RDBPersistence, RDBPersistence, SQLSelect) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Create a find statement.
buildFindStatement(RDBPersistence, RDBPersistence, SQLSelect, List) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Create a find statement.
buildFindStatement(SQLSelect, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
 
buildFindStatement(SQLSelect, RDBPersistence, RDBPersistence, List) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
 
buildFindStatement(SQLSelect, SQLQuery) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Build a SQLSelect object from the SQLQuery.
buildFkProxy(AttributeTypeColumn, Object[], Persistence, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Build proxy for ForeignKey references.
buildForeignKeyModifierValues(SQLModifier, RDBPersistence, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Check all of the foreignKey fields in pObj for its update values.
buildForeignKeyObjects(Persistence, RDBPersistence, RDBPersistence, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Fill all the foreign key instance variables in obj as defined in the foreign key map.
buildForeignKeyWhereClause(SQLQuery, SQLSelect, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Builds the where clause from the values of the foreign key instance variables that are not nil as defined in the foreign key map.
buildInsertStatement(SQLInsert, RDBPersistence, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Create the SQLAssembler that will enable us to create an insert statement.
buildInstanceLinkModifierValues(SQLModifier, RDBPersistence, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Check all of the instance link references of pObj for its update values.
buildInstanceLinkObjects(Persistence, RDBPersistence, RDBPersistence, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Fill all the instance link instance variables in obj as defined in the instance link map.
buildInstanceLinkWhereClause(SQLQuery, SQLSelect, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Builds the where clause from the values of the instance link instance variables that are not nil as defined in the instance link map.
buildObject(Persistence, byte[], Object) - Method in class com.objectwave.persist.file.ObjectBuilder
Build the Object from the byte []
buildObject(RDBPersistence, RDBPersistence, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Builds a new object from the data in record.
buildPrimaryKeyString(Persistence) - Static method in class com.objectwave.persist.file.DbFile
 
buildProxy(AttributeTypeColumn, Object, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Build a proxy for an instance link.
buildUpdateStatement(SQLUpdate, RDBPersistence, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Create a sql object that will be used to generate the sql statement.
buildUpdateWhereClause(SQLUpdate, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
 
buildWhereClause(SQLObject, RDBPersistence) - Static method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Builds the where clause for a sql object.
buttonPanel - Variable in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
ButtonPanel - class com.objectwave.uiWidget.ButtonPanel.
A utiltiy class for creating a panel of buttons.
ButtonPanel.ActionChangedListener - class com.objectwave.uiWidget.ButtonPanel.ActionChangedListener.
Expanded from the default of JPopupMenu to include updates the icon.
buttonPanel() - Method in class com.objectwave.appSupport.OkCancelDetail
 
buttonPanel() - Method in class com.objectwave.uiWidget.QuickPick
 
buttonPanel() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
buttonPanel() - Method in class com.objectwave.uiWidget.MessageBox
 
ButtonPanel() - Constructor for class com.objectwave.uiWidget.ButtonPanel
 
bytes - Variable in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Field
bytes - Variable in class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
bytesToString(byte[], StringBuffer) - Method in class com.objectwave.utility.ObjectFormatter
Convert the byte array into a string buffer representing the hexidecimal equivalent of the data.

C

c(int, int) - Static method in class com.objectwave.utility.Combinatoric
 
cachedCount - Variable in class com.objectwave.persist.broker.RDBConnection
 
CachedRandomAccessFile - class com.objectwave.utility.CachedRandomAccessFile.
Extension fo the RandomAccessFile to cache the file until flush() is called.
CachedRandomAccessFile.FileBlock - class com.objectwave.utility.CachedRandomAccessFile.FileBlock.
 
CachedRandomAccessFile.FileBlock(int) - Constructor for class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Constructor for the FileBlock object
CachedRandomAccessFile.Test - class com.objectwave.utility.CachedRandomAccessFile.Test.
Description of the Class
CachedRandomAccessFile.Test() - Constructor for class com.objectwave.utility.CachedRandomAccessFile.Test
 
CachedRandomAccessFile(File, String, int, boolean) - Constructor for class com.objectwave.utility.CachedRandomAccessFile
Constructor for the CachedRandomAccessFile object
cachedStatements - Variable in class com.objectwave.persist.broker.RDBConnection
 
cachedUpdateStmt - Variable in class com.objectwave.persist.broker.RDBConnection
 
cacheWindow(WindowModelIF, Class, WindowListener) - Method in class com.objectwave.appArch.UIManager
 
cacheWindow(WindowModelIF, Class, WindowListener, Object[]) - Method in class com.objectwave.appArch.UIManager
 
cacheWindow(WindowModelIF, WindowListener) - Method in class com.objectwave.appArch.UIManager
 
calcTotalOf(int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
calcTotals() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
callback(String, String) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl.Test
 
CallbackHolder - class com.objectwave.appArch.admin.CallbackHolder.
Holder for callback objects in the Command Callback Service
CallbackHolder.Test - class com.objectwave.appArch.admin.CallbackHolder.Test.
Unit test of the ProcessDescriptor.
CallbackHolder.Test() - Constructor for class com.objectwave.appArch.admin.CallbackHolder.Test
 
CallbackHolder(Object, String, String, String, String[], String[]) - Constructor for class com.objectwave.appArch.admin.CallbackHolder
Constructor that initializes the CallbackHolder.
CallbackObject - class com.objectwave.appArch.admin.CallbackObject.
Holder for callback objects in the Command Callback Service Might make this an Inner class Needs to include argument accessors
CallbackService - class com.objectwave.appArch.admin.CallbackService.
Use this service register command callbacks and properties.
CallbackService.Test - class com.objectwave.appArch.admin.CallbackService.Test.
 
CallbackService.Test() - Constructor for class com.objectwave.appArch.admin.CallbackService.Test
 
CallbackService() - Constructor for class com.objectwave.appArch.admin.CallbackService
 
callClassForName(Field, Class[], ConstantPoolGen, InstructionList, int) - Method in class com.objectwave.persist.bcel.FinalClass
Only do anything if the class is different from the current
cancel - Variable in class com.objectwave.tools.propertyEditor.JConfigureTest
 
cancel() - Method in class com.objectwave.appSupport.OkCancelModel
 
cancel() - Method in interface com.objectwave.uiWidget.DoublePickIF
 
cancelButton - Variable in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
cancelClicked() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Clear the result properties and attempt to close the Window.
cancelled - Variable in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
cancelRequest() - Method in class com.objectwave.uiWidget.LoginDialog
 
cancelSearch() - Method in class com.objectwave.tools.JavaDocSearchPanel
 
canContain(String) - Method in class com.objectwave.utility.PathReader
 
capacity() - Method in class com.objectwave.utility.OrderedVector
 
cascadedDelete() - Method in class com.objectwave.persist.gui.DeleteTreeUI
Delete the selected object.
cbFileTypesStateChanged() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
cbPreDataChanged() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
CclpURLConnection - class com.objectwave.customClassLoader.cclp.CclpURLConnection.
My new URL protocol CCLP is handled by this connection.
CclpURLConnection(URL) - Constructor for class com.objectwave.customClassLoader.cclp.CclpURLConnection
 
center - Variable in class com.objectwave.uiWidget.PieChart
 
CENTER - Static variable in class com.objectwave.viewUtility.FlexGridColumn
Different anchoring values.
CENTER - Static variable in class com.objectwave.tools.viewUtility.TablePrinter
 
centerWindow(Window) - Static method in class com.objectwave.viewUtility.WindowControl
 
centerWindow(Window) - Method in class com.objectwave.viewUtility.PropertyDialog
 
ceo - Variable in class com.objectwave.persist.bcel.examples.Company
 
chainCommit() - Method in class com.objectwave.transactionalSupport.TransactionLog
Similar to commit, however, the current transaction is not removed.
ChangeClass - class com.objectwave.classFile.ChangeClass.
A class that allows the manipulation of byte codes.
ChangeClass() - Constructor for class com.objectwave.classFile.ChangeClass
 
changeComment(String) - Method in class com.objectwave.sourceModel.MethodDef
Side effect of changing the 'fullText' attribute for this object.
changeComment(String) - Method in class com.objectwave.sourceModel.ClassSpec
Side effect of changing the 'fullText' attribute for this object.
changed - Variable in class com.objectwave.viewUtility.PropertyPanelAdapter
 
changedUpdate(DocumentEvent) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
changedUpdate(DocumentEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyTextField
 
changedUpdate(DocumentEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
Respond to document events to indicate that the propertyValue has changed.
ChangeEventFactoryIF - interface com.objectwave.event.ChangeEventFactoryIF.
Any object may wish to install property change listeners on objects at runtime.
changeLayoutDimensions(Container) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
changeRelation(JavaRelation) - Method in interface com.objectwave.sourceModel.RelationChangedListener
 
changes(TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
An enumeration of ObjectChangeRequest objects for this particular transaction log;
changes(TransactionLog) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
An enumeration of ObjectChangeRequest objects for this particular transaction log.
changes(TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
An enumeration of ObjectChangeRequest objects for this particular transaction log;
changeSupport - Variable in class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
 
characters(char[], int, int) - Method in class com.objectwave.templateMerge.XMLTemplateRead
This method will read the characters in an XML document.
characters(char[], int, int) - Method in class com.objectwave.templateMerge.JspStyleRead
This method will read the characters in an XML document.
checkAttributeValues(boolean, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
If the subject is retrieved from the database, only check the primary key in the query.
checkConnection() - Method in class com.objectwave.persist.broker.RDBConnection
Verify that there is already a connection to the relational database.
checkConnection(RDBConnection) - Method in interface com.objectwave.persist.broker.SqlConnectionFactory
Create or retrieve the connection to use for accessing the database.
checkConnection(RDBConnection) - Method in class com.objectwave.persist.broker.EjbConnectionSource
 
checkConnection(RDBConnection) - Method in class com.objectwave.persist.broker.DefaultConnectionSource
 
checkConstrainedColumns(Persistence, RDBPersistence) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
 
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.CrossField
Do nothing - now uses the other constraint check method
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
Check if the dataField is in the list of previously defined fields.
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.ConstraintIsNull
This method was created in VisualAge.
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
Check if the dataField is in the list of previously defined fields.
checkConstraint(Object, Object) - Method in class com.objectwave.persist.constraints.Constraint
Check to see if a given object passes this constraint.
checkConstraint(SQLQuery, Persistence, Object, Object) - Method in class com.objectwave.persist.constraints.CrossField
 
checkConstraint(SQLQuery, Persistence, Object, Object) - Method in class com.objectwave.persist.constraints.Constraint
 
checkExecuteAccess(Object, Object) - Method in class com.objectwave.appArch.security.SecurityController
 
checkFieldForWhereClause(AttributeTypeColumn, SQLQuery, SQLSelect, Persistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
 
checkFinished(String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Has the side effect of changing the state of the FINISHED button.
checkForeignValues(RDBPersistence, RDBPersistence, ArrayList) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
 
checkForWarning(SQLWarning) - Method in class com.objectwave.persist.broker.AbstractConnectionFactory
 
checkInstanceValues(RDBPersistence, RDBPersistence, ArrayList) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
 
checkKey(int, String) - Method in class com.objectwave.uiWidget.ButtonPanel
Ensures that the key is a valid.
checkMagic(DataInputStream) - Method in class com.objectwave.classFile.ClassFile
 
checkNext(String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Has the side effect of changing the state of the NEXT button.
checkObjectPool(Persistence, RDBPersistence, RDBPersistence, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
See if we can find the Obj in the object pool.
checkObjectPool(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
Checks the object pool for a search done by primary key.
checkReadAccess(Object, Field) - Method in interface com.objectwave.transactionalSupport.AccessSecurityIF
 
checkReadAccess(Object, Field) - Method in class com.objectwave.transactSecurity.AccessSecurityManager
Being notified from the that someone wants to get values from the provide parameter.
checkReadAccess(Object, Object) - Method in class com.objectwave.appArch.security.SecurityController
 
checkReadWriteExecute(Object, Object) - Method in class com.objectwave.appArch.security.SecurityController
-1 = no rights.
checkRequired(String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Check to see that all required fields have values.
checkWriteAccess(Object, Field) - Method in interface com.objectwave.transactionalSupport.AccessSecurityIF
 
checkWriteAccess(Object, Field) - Method in class com.objectwave.transactSecurity.AccessSecurityManager
Being notified from the that someone wants to set values on the provide parameter.
checkWriteAccess(Object, Object) - Method in class com.objectwave.appArch.security.SecurityController
 
ChoiceControl - class com.objectwave.uiControl.ChoiceControl.
 
ChoiceControl(Choice, Container) - Constructor for class com.objectwave.uiControl.ChoiceControl
 
ChoiceGui - class com.objectwave.uiWidget.ChoiceGui.
A generic screen that allows one to have two lists and shift values from one list to the other.
ChoiceGui() - Constructor for class com.objectwave.uiWidget.ChoiceGui
 
ChoiceGui(Object[], Object[]) - Constructor for class com.objectwave.uiWidget.ChoiceGui
 
ChoiceGui(Object[], Object[], boolean) - Constructor for class com.objectwave.uiWidget.ChoiceGui
a filter of 'true' will remove values from pos that are found in sel
chosenListWasModified() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
CLASS - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
ClassBodyGenerator - class com.objectwave.sourceGenerator.ClassBodyGenerator.
Manipulates java class info objects to include the various methods generated via the templates.
ClassBodyGenerator(JavaClassInfo) - Constructor for class com.objectwave.sourceGenerator.ClassBodyGenerator
 
ClassCreator - interface com.objectwave.persist.invert.ClassCreator.
 
classDescriptor - Static variable in class com.objectwave.persist.examples.TestPerson
 
classDescriptor - Static variable in class com.objectwave.persist.examples.TestCompany
 
classDescriptor - Static variable in class com.objectwave.persist.examples.ManySideTwo
 
classDescriptor - Static variable in class com.objectwave.persist.examples.ManySideOne
 
classDescriptor - Static variable in class com.objectwave.persist.examples.JoinObject
 
classDescriptor - Static variable in class com.objectwave.persist.examples.ExamplePerson
 
classDescriptor - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 
classElement - Variable in class com.objectwave.sourceGenerator.ClassInformation
 
ClassElement - interface com.objectwave.sourceModel.ClassElement.
A source code file can be broken down into elements.
ClassFile - class com.objectwave.classFile.ClassFile.
This class is used to manipulate Java class files in strange and mysterious ways.
ClassFile.Test - class com.objectwave.classFile.ClassFile.Test.
 
ClassFile.Test() - Constructor for class com.objectwave.classFile.ClassFile.Test
 
ClassFile() - Constructor for class com.objectwave.classFile.ClassFile
 
ClassHeaderGenerator - class com.objectwave.sourceGenerator.ClassHeaderGenerator.
Add imports to a JavaClassDef.
ClassHeaderGenerator(JavaClassDef) - Constructor for class com.objectwave.sourceGenerator.ClassHeaderGenerator
 
classInfo - Variable in class com.objectwave.sourceModel.JavaClassDef
 
ClassInformation - class com.objectwave.sourceGenerator.ClassInformation.
Used to define a bunch of 'InformationToken's that know how to get data from a JavaClassDef.
ClassInformation() - Constructor for class com.objectwave.sourceGenerator.ClassInformation
 
className - Variable in class com.objectwave.sourceModel.ClassSpec
 
classOfField(String, Object) - Static method in class com.objectwave.persist.constraints.Constraint
This is a handy method for formatting output and validating input for specific fields.
ClassParser - interface com.objectwave.sourceParser.ClassParser.
A class that can parse source code by the source code reader must implment this interface.
ClassSpec - class com.objectwave.sourceModel.ClassSpec.
Simply a class element like all others (methods, variables,...) however this one is an innerclass.
ClassSpec() - Constructor for class com.objectwave.sourceModel.ClassSpec
Initialize the full and trail text to be empty Strings.
ClassSpecParser - class com.objectwave.sourceParser.ClassSpecParser.
Parse java source code for a class definition.
ClassSpecParser() - Constructor for class com.objectwave.sourceParser.ClassSpecParser
 
ClassTree - class com.objectwave.utility.ClassTree.
A utility class that is similar to hashtable in that an object (or objects) are associated with a class.
ClassTree() - Constructor for class com.objectwave.utility.ClassTree
 
ClassTree(boolean) - Constructor for class com.objectwave.utility.ClassTree
 
ClassTree(boolean, boolean) - Constructor for class com.objectwave.utility.ClassTree
 
clean() - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
clean() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
When returning the object to the ObjectPool, the object must be 'clean'.
clean() - Method in class com.objectwave.persist.sqlConstruction.SQLObject
Restore the object to the state it was in at instantiation time.
clean() - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
We pool these objects for reuse.
clean() - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
clean() - Method in class com.objectwave.transactionalSupport.ObjectModified
 
clean() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
 
cleanUp() - Method in class com.objectwave.uiWidget.QuickPick
 
cleanUp() - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
cleanupArgs(String[]) - Static method in class com.objectwave.tools.GenerateTemplateInto
Sometimes I pass -D arguments on the command line by mistake
cleanupSelect(SQLSelect, GrinderResultSet) - Method in class com.objectwave.persist.broker.RDBBroker
Return the sqlObject to the statementFactory.
clear() - Method in class com.objectwave.uiControl.ListControl
 
clear() - Method in class com.objectwave.uiControl.ChoiceControl
 
clear() - Method in class com.objectwave.uiWidget.PieChart
 
clear() - Method in class com.objectwave.uiWidget.JGraph
 
clear() - Method in class com.objectwave.uiWidget.Histogram
 
clear() - Method in class com.objectwave.utility.OrderedVector
 
clear() - Method in class com.objectwave.utility.BinaryTree
toss out the tree and start anew.
clearChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Drop any changes associated with a specified transaction log.
clearChanges(TransactionLog) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
DO NOT USE THIS METHOD.
clearChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Drop any changes associated with a specified transaction log.
clearChanges(TransactionLog, boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Drop any changes associated with a specified transaction log.
clearChanges(TransactionLog, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Drop any changes associated with a specified transaction log.
clearColumnList() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Empty the list of columns.
clearConnection() - Method in class com.objectwave.persist.broker.RDBConnection
Only in the event of a very bad thing should this method be invoked.
clearInstance() - Static method in class com.objectwave.appArch.admin.CallbackService.Test
 
clearQueue() - Method in class com.objectwave.utility.ThreadPoolManager
Remove all runnable objects waiting to execute.
ClearSymbols() - Method in class com.objectwave.utility.SymbolReplacer
 
clearUpChanges() - Method in class com.objectwave.transactionalSupport.TransactionLog
Remove the changes from this object.
clientDied(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
clientDied(long) - Method in class com.objectwave.simpleSockets.MutexServer
 
clientLeft(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
clientLeft(long) - Method in class com.objectwave.simpleSockets.MutexServer
 
ClientSocket - class com.objectwave.simpleSockets.ClientSocket.
A Socket Wrapper class.
ClientSocket(InetAddress, int) - Constructor for class com.objectwave.simpleSockets.ClientSocket
 
ClientSocket(Socket) - Constructor for class com.objectwave.simpleSockets.ClientSocket
 
ClientSocket(String, int) - Constructor for class com.objectwave.simpleSockets.ClientSocket
 
ClientSocket(URL, int) - Constructor for class com.objectwave.simpleSockets.ClientSocket
 
clone() - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Create an almost copy.
clone() - Method in class com.objectwave.persist.broker.ObjectPoolQuery
 
clone() - Method in class com.objectwave.persist.constraints.Constraint
Publicize the clone method.
clone() - Method in class com.objectwave.persist.file.FileQuery
 
clone() - Method in class com.objectwave.appArch.admin.DataItem
 
clone() - Method in class com.objectwave.appArch.admin.Command
 
cloneCollection(Object) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
Attempt to clone the collection.
cloneSignature() - Method in class com.objectwave.sourceModel.MethodDef
Create a copy of this method with a empty body implementation.
cloneSignature(String) - Method in class com.objectwave.sourceModel.MethodDef
Useful for copying the signature Since all interface methods are abstract, and that is a common method def we would like to clone, the abstract portion of the signature is dropped.
cloneSpec() - Method in class com.objectwave.sourceModel.ClassSpec
 
close() - Method in class com.objectwave.persist.GrinderResultSet
 
close() - Method in interface com.objectwave.persist.Broker
Tell the broker the application is done with it.
close() - Method in class com.objectwave.persist.AbstractBroker
Default of close is to do nothing
close() - Method in class com.objectwave.persist.broker.RemoteBeanBroker
Tell the broker the application is done with it.
close() - Method in class com.objectwave.persist.broker.RDBBroker
A 'closed' RDBBroker will flush it's object pool cache and close all open connections.
close() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Drop the object pool
close() - Method in class com.objectwave.persist.broker.FileBroker
Shutdown gracefully.
close() - Method in class com.objectwave.persist.file.DbFile
Close the file and release any locks we may have.
close() - Method in class com.objectwave.simpleSockets.ClientSocket
 
close() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
close() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
close() - Method in class com.objectwave.networkUtility.UDPUtils
 
close() - Method in class com.objectwave.socketClassServer.SocketClassLoader
 
closeApplication() - Method in interface com.objectwave.tools.DocSearchIF
Called when closing the application.
closer - Variable in class com.objectwave.appArch.WindowModel
 
closeRequested() - Method in class com.objectwave.viewUtility.PropertyDialog
 
closing(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
closing(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
closing(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
CodeAttributeInfo - class com.objectwave.classFile.CodeAttributeInfo.
A specific attribute info.
CodeAttributeInfo() - Constructor for class com.objectwave.classFile.CodeAttributeInfo
 
CodeAttributeInfo(ConstantPoolInfo, byte[]) - Constructor for class com.objectwave.classFile.CodeAttributeInfo
 
collapseAt(Object) - Method in class com.objectwave.uiControl.TreeListControl
 
COLLECTION - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
collectionAdapter - Variable in class com.objectwave.persist.SQLQuery
 
CollectionAdapter - interface com.objectwave.persist.CollectionAdapter.
This class enables the generic persistence framework to support multiple collection types.
collectionTypes - Static variable in class com.objectwave.sourceModel.CommonDef
 
ColorSelector - class com.objectwave.uiWidget.ColorSelector.
 
ColorSelector() - Constructor for class com.objectwave.uiWidget.ColorSelector
 
columnList - Variable in class com.objectwave.persist.sqlConstruction.SQLSelect
 
columnList - Variable in class com.objectwave.persist.sqlConstruction.SQLModifier
 
columnListBuffer - Variable in class com.objectwave.persist.sqlConstruction.SQLSelect
 
columnName - Variable in class com.objectwave.persist.constraints.Constraint
 
com.objectwave.appArch - package com.objectwave.appArch
An attempt to capture some common application architecture related code, such as: Screen Flow, Security, and application initialization.
com.objectwave.appArch.admin - package com.objectwave.appArch.admin
Allow applications to dynamically add commands that can be invoked by outside requests.
com.objectwave.appArch.gui - package com.objectwave.appArch.gui
 
com.objectwave.appArch.security - package com.objectwave.appArch.security
Provide a unix style security that can very easily be added and removed from a system.
com.objectwave.appSupport - package com.objectwave.appSupport
 
com.objectwave.classFile - package com.objectwave.classFile
Useful for the manipulation of java class byte codes.
com.objectwave.configuration - package com.objectwave.configuration
Provide a mechanism for allowing run time configuration of an application.
com.objectwave.configuration.bean - package com.objectwave.configuration.bean
 
com.objectwave.configuration.example - package com.objectwave.configuration.example
 
com.objectwave.configuration.xml - package com.objectwave.configuration.xml
 
com.objectwave.corba - package com.objectwave.corba
 
com.objectwave.crypto - package com.objectwave.crypto
 
com.objectwave.customClassLoader - package com.objectwave.customClassLoader
A way to seamlessly execute applications on remote platforms.
com.objectwave.customClassLoader.cclp - package com.objectwave.customClassLoader.cclp
 
com.objectwave.event - package com.objectwave.event
Provides a mechanism for Status events and basis for our application architecture with Events.
com.objectwave.exception - package com.objectwave.exception
 
com.objectwave.logging - package com.objectwave.logging
Introduction
The logging package was created to maintain a buffer between ObjectWave code and third party dependencies.
com.objectwave.logging.log4j - package com.objectwave.logging.log4j
 
com.objectwave.naming - package com.objectwave.naming
 
com.objectwave.naming.servlet - package com.objectwave.naming.servlet
 
com.objectwave.networkUtility - package com.objectwave.networkUtility
 
com.objectwave.persist - package com.objectwave.persist
Persistence is the process by which an object lives beyond the life of the currently executing Virtual Machine.
com.objectwave.persist.bcel - package com.objectwave.persist.bcel
 
com.objectwave.persist.bcel.examples - package com.objectwave.persist.bcel.examples
 
com.objectwave.persist.bean - package com.objectwave.persist.bean
 
com.objectwave.persist.broker - package com.objectwave.persist.broker
 
com.objectwave.persist.collectionAdapters - package com.objectwave.persist.collectionAdapters
 
com.objectwave.persist.constraints - package com.objectwave.persist.constraints
 
com.objectwave.persist.constraints.gui - package com.objectwave.persist.constraints.gui
 
com.objectwave.persist.examples - package com.objectwave.persist.examples
 
com.objectwave.persist.file - package com.objectwave.persist.file
 
com.objectwave.persist.gui - package com.objectwave.persist.gui
 
com.objectwave.persist.invert - package com.objectwave.persist.invert
 
com.objectwave.persist.mapping - package com.objectwave.persist.mapping
 
com.objectwave.persist.objectConstruction - package com.objectwave.persist.objectConstruction
 
com.objectwave.persist.properties - package com.objectwave.persist.properties
 
com.objectwave.persist.sqlConstruction - package com.objectwave.persist.sqlConstruction
 
com.objectwave.persist.util - package com.objectwave.persist.util
 
com.objectwave.persist.value - package com.objectwave.persist.value
This package was a work in progress and never completed.
com.objectwave.persist.xml - package com.objectwave.persist.xml
 
com.objectwave.persist.xml.test - package com.objectwave.persist.xml.test
 
com.objectwave.printerSupport - package com.objectwave.printerSupport
 
com.objectwave.simpleSockets - package com.objectwave.simpleSockets
 
com.objectwave.socketClassServer - package com.objectwave.socketClassServer
 
com.objectwave.sourceGenerator - package com.objectwave.sourceGenerator
 
com.objectwave.sourceModel - package com.objectwave.sourceModel
 
com.objectwave.sourceParser - package com.objectwave.sourceParser
 
com.objectwave.templateMerge - package com.objectwave.templateMerge
Templates provide the ability to create documents by merging application data with a predefined ascii based template.
com.objectwave.templateMerge.gui - package com.objectwave.templateMerge.gui
 
com.objectwave.test - package com.objectwave.test
A set of core classes to help with unit testing efforts.
com.objectwave.tools - package com.objectwave.tools
 
com.objectwave.tools.propertyEditor - package com.objectwave.tools.propertyEditor
 
com.objectwave.tools.uiWidget - package com.objectwave.tools.uiWidget
 
com.objectwave.tools.utility - package com.objectwave.tools.utility
 
com.objectwave.tools.viewUtility - package com.objectwave.tools.viewUtility
 
com.objectwave.transactionalSupport - package com.objectwave.transactionalSupport
Provide the core functionality the allows us to 'commit' and 'rollback' changes to TransactionalObjects.
com.objectwave.transactionalSupport.test - package com.objectwave.transactionalSupport.test
 
com.objectwave.transactionalSupport.xa - package com.objectwave.transactionalSupport.xa
 
com.objectwave.transactSecurity - package com.objectwave.transactSecurity
 
com.objectwave.uiControl - package com.objectwave.uiControl
Wrappers for existing UI widgets.
com.objectwave.uiWidget - package com.objectwave.uiWidget
A new and complete uiWidget.
com.objectwave.utility - package com.objectwave.utility
Common behavior that is best served by one (or few) class(es).
com.objectwave.viewUtility - package com.objectwave.viewUtility
This directory contains UI behavioral abstractions.
Combinations - class com.objectwave.utility.Combinations.
The Combinations class provides an enumeration of all subsets of a group of n objects taken r at a time.
Combinations(Object[], int) - Constructor for class com.objectwave.utility.Combinations
Create a Combination to enumerate through all subsets of the supplied Object array, selecting “m” at a time.
Combinatoric - class com.objectwave.utility.Combinatoric.
The class Combinatoric contains methods for performing basic combinatoric operations such as counting numbers of permutations and combinations.
Combinatoric() - Constructor for class com.objectwave.utility.Combinatoric
 
CombinatoricException - exception com.objectwave.utility.CombinatoricException.
 
CombinatoricException(String) - Constructor for class com.objectwave.utility.CombinatoricException
 
Command - class com.objectwave.appArch.admin.Command.
 
Command() - Constructor for class com.objectwave.appArch.admin.Command
Constructor for the Command object
Command(String, String, DataItem[], DataItem[]) - Constructor for class com.objectwave.appArch.admin.Command
Constructor for the Command object
CommentElement - class com.objectwave.sourceModel.CommentElement.
Holds a meta-model representation of comments.
CommentElement() - Constructor for class com.objectwave.sourceModel.CommentElement
CommentElement constructor comment.
CommentParser - class com.objectwave.sourceParser.CommentParser.
Assumes that there is no leading whitespace to the string passed in.
CommentParser() - Constructor for class com.objectwave.sourceParser.CommentParser
 
CommentSearch - class com.objectwave.sourceParser.CommentSearch.
 
CommentSearch() - Constructor for class com.objectwave.sourceParser.CommentSearch
CommentSearch constructor comment.
commit() - Method in interface com.objectwave.persist.Broker
 
commit() - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
commit() - Method in class com.objectwave.persist.broker.RDBConnection
Issues a database Commit.
commit() - Method in class com.objectwave.persist.broker.RDBBroker
Issues a database Commit.
commit() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
commit() - Method in class com.objectwave.persist.broker.NullBroker
 
commit() - Method in class com.objectwave.persist.broker.FileBroker
Description of the Method
commit() - Method in class com.objectwave.transactionalSupport.TransactionLog
If this is a subtransaction (created via startTransaction) don't actually commit the changes.
commit() - Method in class com.objectwave.transactionalSupport.Session
Commit any changes made during this transaction.
commit(boolean) - Method in class com.objectwave.persist.BrokerTransactionLog
Copy the values from the object editing view into the domain object.
commit(boolean) - Method in class com.objectwave.persist.mapping.NullChange
 
commit(boolean) - Method in class com.objectwave.transactionalSupport.ObjectModified
Place the new value into the domain object.
commit(boolean) - Method in interface com.objectwave.transactionalSupport.ObjectChangeRequest
Commit the change.
commit(boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
Place the new value into the domain object.
commit(Session) - Method in class com.objectwave.transactionalSupport.TransactionLog
If using sessions, there is no need to manage a contextList.
commit(Session) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
Do the actual commit
commit(TransactionLog, boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
In the event that we call setValue(aVal) to change an object.
commit(TransactionLog, boolean) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Commit the changes found in the transaction log to the transactional object.
commit(TransactionLog, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
In the event that we call setValue(aVal) to change an object.
commit(Xid, boolean) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
commitBuffer() - Method in class com.objectwave.utility.BufferedRandomAccessFile
If modified, write buffered bytes to the delegate file
commitRootLevelTransaction() - Method in class com.objectwave.transactionalSupport.TransactionLog
This is a root level transaction, actually do what need to do to commit.
commitSubTransaction() - Method in class com.objectwave.transactionalSupport.TransactionLog
A sub transaction just migrates changes to the parent transaction.
committing - Variable in class com.objectwave.transactionalSupport.TransactionLog
 
CommonDef - class com.objectwave.sourceModel.CommonDef.
Method definition and variable definitions have common datatypes.
CommonDef() - Constructor for class com.objectwave.sourceModel.CommonDef
 
company - Variable in class com.objectwave.persist.bcel.examples.Employee
 
company - Variable in class com.objectwave.persist.examples.ExampleEmployee
 
Company - class com.objectwave.persist.bcel.examples.Company.
 
COMPANY - Static variable in class com.objectwave.persist.examples.TestEntity
 
Company() - Constructor for class com.objectwave.persist.bcel.examples.Company
 
compare(Object, Object) - Method in class com.objectwave.persist.value.AttributeSortComparator
 
compare(Object, Object) - Method in interface com.objectwave.utility.SorterComparisonIF
Compare two objects.
compareData(String, int[]) - Method in class com.objectwave.templateMerge.InformationToken
Allow the user to require data to be of a certain type.
CompareGui - class com.objectwave.persist.constraints.gui.CompareGui.
 
CompareGui() - Constructor for class com.objectwave.persist.constraints.gui.CompareGui
 
compareTo(Object) - Method in class com.objectwave.persist.JoinField
 
compareTo(Object) - Method in class com.objectwave.persist.AttributeTypeColumn
compares
comparison - Variable in class com.objectwave.utility.SkipListMap
 
component - Variable in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
componentAdded(ContainerEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentHidden(ComponentEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
ComponentList - class com.objectwave.uiWidget.ComponentList.
A list box of components.
ComponentList() - Constructor for class com.objectwave.uiWidget.ComponentList
 
componentMoved(ComponentEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentResized(ComponentEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentShown(ComponentEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
configuration(String) - Static method in class com.objectwave.exception.ExceptionBuilder
Throw this exception if there was some problem with the application was configured.
ConfigurationException - exception com.objectwave.exception.ConfigurationException.
Title: Description: Copyright: Copyright (c) 2001 Company:
ConfigurationException(String) - Constructor for class com.objectwave.exception.ConfigurationException
 
ConfigurationProperties - class com.objectwave.appArch.ConfigurationProperties.
A utility class that will load property information in from a property file.
ConfigurationProperties() - Constructor for class com.objectwave.appArch.ConfigurationProperties
ConfigurationProperties constructor comment.
ConfigurationProperties(Properties) - Constructor for class com.objectwave.appArch.ConfigurationProperties
ConfigurationProperties constructor comment.
configurationService - Variable in class com.objectwave.configuration.BasicPropertySource
 
ConfigurationService - interface com.objectwave.configuration.ConfigurationService.
The abstract set of features provided by the configuration service.
ConfigurationService - interface com.objectwave.configuration.bean.ConfigurationService.
For details on the Ejb supported configuration service, please see com.objectwave.configuration.bean.SetupEjbConfigurationService.
ConfigurationServiceBean - class com.objectwave.configuration.bean.ConfigurationServiceBean.
 
ConfigurationServiceBean() - Constructor for class com.objectwave.configuration.bean.ConfigurationServiceBean
 
ConfigurationServiceFactory - class com.objectwave.configuration.ConfigurationServiceFactory.
Usage of these classes are hidden within a finder object created for your properties.
ConfigurationServiceFactory() - Constructor for class com.objectwave.configuration.ConfigurationServiceFactory
Constructor for the ConfigurationServiceFactory object
ConfigurationServiceHome - interface com.objectwave.configuration.bean.ConfigurationServiceHome.
 
configure - Variable in class com.objectwave.tools.propertyEditor.JConfigureTest
 
configure(Broker) - Method in interface com.objectwave.persist.BrokerPropertyIF
 
configure(Properties) - Method in class com.objectwave.tools.MethodBuilder
Configure the MethodBuilder with property information.
ConfigureTreeModel - class com.objectwave.tools.propertyEditor.ConfigureTreeModel.
 
ConfigureTreeModel() - Constructor for class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
ConfigureTreeNode - class com.objectwave.tools.propertyEditor.ConfigureTreeNode.
 
ConfigureTreeNode(String) - Constructor for class com.objectwave.tools.propertyEditor.ConfigureTreeNode
 
connect() - Method in class com.objectwave.customClassLoader.cclp.CclpURLConnection
When we 'connect' we locate the CustomClassLoader for which we are going to retrieve data.
connect(Object, String, Object) - Method in class com.objectwave.configuration.xml.ObjectBuilder
Connects the child to the parent object
connect(RDBConnection) - Method in class com.objectwave.persist.broker.DefaultConnectionSource
 
connection - Variable in class com.objectwave.persist.broker.RDBConnection
 
connectionPerThread - Variable in class com.objectwave.persist.broker.RDBBroker
 
connectionPool - Variable in class com.objectwave.persist.broker.RDBBroker
 
connectionSource - Variable in class com.objectwave.persist.broker.RDBConnection
 
connectToMailServer() - Method in class com.objectwave.networkUtility.SendMail
 
connectUrl - Variable in class com.objectwave.persist.broker.RDBConnection
 
ConsoleImpl - class com.objectwave.logging.ConsoleImpl.
Display logging information to the System.out stream.
ConsoleImpl.Test - class com.objectwave.logging.ConsoleImpl.Test.
 
ConsoleImpl.Test() - Constructor for class com.objectwave.logging.ConsoleImpl.Test
 
ConsoleImpl() - Constructor for class com.objectwave.logging.ConsoleImpl
 
ConstantPoolInfo - class com.objectwave.classFile.ConstantPoolInfo.
This class defines an entry in the constant pool for a Java class.
ConstantPoolInfo() - Constructor for class com.objectwave.classFile.ConstantPoolInfo
 
ConstantPoolInfo(double) - Constructor for class com.objectwave.classFile.ConstantPoolInfo
 
ConstantPoolInfo(float) - Constructor for class com.objectwave.classFile.ConstantPoolInfo
 
ConstantPoolInfo(int) - Constructor for class com.objectwave.classFile.ConstantPoolInfo
 
ConstantPoolInfo(long) - Constructor for class com.objectwave.classFile.ConstantPoolInfo
Construct a new ConstantPoolInfo object that is of type LONG
ConstantPoolInfo(String) - Constructor for class com.objectwave.classFile.ConstantPoolInfo
 
ConstantValueAttributeInfo - class com.objectwave.classFile.ConstantValueAttributeInfo.
A specific attribute info.
ConstantValueAttributeInfo() - Constructor for class com.objectwave.classFile.ConstantValueAttributeInfo
 
ConstantValueAttributeInfo(ConstantPoolInfo, byte[]) - Constructor for class com.objectwave.classFile.ConstantValueAttributeInfo
 
constraint - Variable in class com.objectwave.persist.SQLQuery
 
Constraint - class com.objectwave.persist.constraints.Constraint.
Abstract class for all query constraints.
Constraint - class com.objectwave.persist.value.Constraint.
 
Constraint() - Constructor for class com.objectwave.persist.constraints.Constraint
 
Constraint() - Constructor for class com.objectwave.persist.value.Constraint
 
ConstraintAnyOf - class com.objectwave.persist.constraints.ConstraintAnyOf.
Define & manage the "any of" and "not any of" constraints.
ConstraintAnyOf.Test - class com.objectwave.persist.constraints.ConstraintAnyOf.Test.
Unit test of some simple AnyOf values.
ConstraintAnyOf.Test() - Constructor for class com.objectwave.persist.constraints.ConstraintAnyOf.Test
 
ConstraintAnyOf() - Constructor for class com.objectwave.persist.constraints.ConstraintAnyOf
 
ConstraintBetween - class com.objectwave.persist.constraints.ConstraintBetween.
 
ConstraintBetween.Test - class com.objectwave.persist.constraints.ConstraintBetween.Test.
Unit test of some simple Between values.
ConstraintBetween.Test() - Constructor for class com.objectwave.persist.constraints.ConstraintBetween.Test
 
ConstraintBetween() - Constructor for class com.objectwave.persist.constraints.ConstraintBetween
 
ConstraintBoolean - class com.objectwave.persist.constraints.ConstraintBoolean.
Use this to create multiple constraints on a single field.
ConstraintBoolean.Test - class com.objectwave.persist.constraints.ConstraintBoolean.Test.
Unit test of some simple Between values.
ConstraintBoolean.Test() - Constructor for class com.objectwave.persist.constraints.ConstraintBoolean.Test
 
ConstraintBoolean(boolean, Constraint, Constraint) - Constructor for class com.objectwave.persist.constraints.ConstraintBoolean
 
ConstraintCompare - class com.objectwave.persist.constraints.ConstraintCompare.
The constraint object to handle the following comparison capabilities.
ConstraintCompare() - Constructor for class com.objectwave.persist.constraints.ConstraintCompare
 
ConstraintFactory - class com.objectwave.persist.constraints.ConstraintFactory.
A factory for the generation and management of Constraint objects.
ConstraintFactory() - Constructor for class com.objectwave.persist.constraints.ConstraintFactory
 
ConstraintGuiIF - interface com.objectwave.persist.constraints.ConstraintGuiIF.
 
ConstraintGuiSelection - class com.objectwave.persist.constraints.ConstraintGuiSelection.
A 'map' of Constraint classes to GUI objects.
ConstraintGuiSelection() - Constructor for class com.objectwave.persist.constraints.ConstraintGuiSelection
 
ConstraintIsNull - class com.objectwave.persist.constraints.ConstraintIsNull.
 
ConstraintIsNull() - Constructor for class com.objectwave.persist.constraints.ConstraintIsNull
 
constraints - Variable in class com.objectwave.persist.SQLQuery
 
constraints() - Method in class com.objectwave.persist.value.Value
 
ConstraintSelection - class com.objectwave.persist.constraints.gui.ConstraintSelection.
For selecting constraints.
ConstraintSelection() - Constructor for class com.objectwave.persist.constraints.gui.ConstraintSelection
 
ConstraintSubSelect - class com.objectwave.persist.constraints.ConstraintSubSelect.
Define & manage the "any of" and "not any of" constraints.
ConstraintSubSelect() - Constructor for class com.objectwave.persist.constraints.ConstraintSubSelect
 
constrainWhereClause(SQLSelect, Persistence, Persistence) - Method in class com.objectwave.persist.broker.RDBBroker
Limit the query to only those instances that exist as foreign keys in the parameter p.
constructQueryString() - Method in class com.objectwave.persist.constraints.CrossField
 
constructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
Create as string representing an anOf constraint.
constructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintIsNull
 
constructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
constructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
constructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
constructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
Create as string representing an anOf constraint.
constructQueryString() - Method in class com.objectwave.persist.constraints.Constraint
Return the string which will appear in the query string.
contains(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaModel
Doe the 'info' already exist in this model.
contains(MergeTemplate) - Method in class com.objectwave.templateMerge.KnownTemplates
 
contains(Object) - Method in class com.objectwave.uiControl.ListControl
 
contains(Object) - Method in class com.objectwave.utility.TreeCollection
Does the object exist in this collection.
contains(Object) - Method in class com.objectwave.utility.OrderedVector
Return true if object is in collection.
contains(Object) - Method in class com.objectwave.utility.NonUniqueHashtable
 
contains(Object) - Method in class com.objectwave.utility.BinaryTree
 
contains(Object, List) - Method in class com.objectwave.persist.broker.SaveObjectsStrategy
Do an identity compare to determine if the List contains the object.
contains(Object, ObjectEditingView[], int) - Static method in class com.objectwave.transactionalSupport.TransactionLog
An identity contains.
contains(String) - Method in class com.objectwave.utility.JarReader
 
contains(TransactionalObjectIF) - Method in class com.objectwave.transactionalSupport.TransactionLog
Can the domainObject be found in the current transaction?
containsAnyChanges() - Method in interface com.objectwave.persist.RDBPersistence
 
containsAnyChanges() - Method in class com.objectwave.transactionalSupport.ObjectEditor
Are there ANY changes for ANY transaction log for this object.
containsAnyChanges() - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Broader in scope than isDirty.
containsAnyChanges() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Are there ANY changes for ANY transaction log for this object.
containsAttributeChanges(TransactionLog) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
If we have any changes which are not the result of a collection change, return true.
containsAttributeChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
If we have any changes which are not the result of a collection change, return true.
containsAttributeChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
If we have any changes which are not the result of a collection change, return true.
containsSubTemplates(MergeTemplate, Vector) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Change by Zhou Cai Change this method to be public static
containsTag(String) - Method in class com.objectwave.sourceModel.CommentElement
Search the list of comment elements for one that may contain this tag.
contentRequest - Static variable in class com.objectwave.socketClassServer.SocketClassLoader
 
context - Variable in class com.objectwave.transactionalSupport.WrapClassLoader
 
ContextFactory - class com.objectwave.naming.ContextFactory.
 
CONTINUOUS - Static variable in class com.objectwave.utility.Timer
Description of the Field
controlPanel - Variable in class com.objectwave.uiWidget.DoubleList
 
convert(QueryException) - Method in interface com.objectwave.persist.SQLConvertExceptionIF
Convert the generic QueryException into a specific query exception
convert(SQLException, String) - Method in interface com.objectwave.persist.SQLConvertExceptionIF
Convert the SQLException into a specific query exception
convertArray(Object) - Method in class com.objectwave.utility.ObjectFormatter
Convert a native array into a string value.
convertArrays(Object[], AttributeTypeColumn[]) - Method in class com.objectwave.persist.ObjectFormatter
If we have an Array of a scalar datatype, we may store that in the database as a long string.
convertException(QueryException) - Method in class com.objectwave.persist.AbstractBroker
This will ALWAYS return an exception.
convertException(SQLException, String) - Method in class com.objectwave.persist.AbstractBroker
This will ALWAYS return an exception.
convertException(SQLException, String) - Method in class com.objectwave.persist.broker.OracleBroker
 
convertException(SQLException, String) - Method in class com.objectwave.persist.broker.HypersonicBroker
 
convertFromASCII(String) - Static method in class com.objectwave.utility.StringManipulator
Decode from printable ASCII: all characters < 32 and > 127 were encoded using '#' as the escape character.
convertObjectReference(Persistence, RDBPersistence, Persistence, Field) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
Convert a "Persistence" object into the simple numeric value that is to go into the database.
convertPrimitive(Class, String) - Method in class com.objectwave.utility.ObjectFormatter
Convert the string value to the correct primitive type.
convertString(Class, String) - Method in class com.objectwave.utility.ObjectFormatter
When converting to an array, we need every element to be inserted into the array to be of the correct object type.
convertToASCII(String) - Static method in class com.objectwave.utility.StringManipulator
Encode to printable ASCII: all characters < 32 and > 127 are encoded using '#' as the escape character.
convertToASCII(String, String) - Static method in class com.objectwave.utility.StringManipulator
 
convertToReversePolish(Vector) - Method in class com.objectwave.utility.StringCalculator
A call to createSymbols must be made prior to calling this method.
convertType(AttributeTypeColumn, Object) - Method in class com.objectwave.persist.ObjectFormatter
Convert the data represented by 'obj' to the correct data type as specified by 'col'.
convertType(Class, Object) - Method in class com.objectwave.persist.file.FileObjectFormatter
Convert the object from its database representation to its actual value in the business object.
convertType(Class, Object) - Method in class com.objectwave.utility.ObjectFormatter
Convert the object from its database representation to its actual value in the business object.
convertTypes(Object[], AttributeTypeColumn[]) - Method in class com.objectwave.persist.ObjectFormatter
If we have an Array of a scalar datatype, we may store that in the database as a long string.
copyConstantPoolFromOneToOther(ClassFile, ClassFile) - Method in class com.objectwave.classFile.ChangeClass
 
copyFrom(Persistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Update the current persistent object with the values from the argument.
copyValuesFrom(SQLModifier) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
We have one cached SQLModifier object for prepared statements.
copyValuesFrom(SQLModifier) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Used by prepared statements to copy the values from on SQLModifier to another.
count - Static variable in class com.objectwave.simpleSockets.SimpleServer
 
count - Variable in class com.objectwave.tools.propertyEditor.DeckLayout
 
count() - Method in class com.objectwave.persist.SQLQuery
Return a collection of persistent objects of the type of this current query's subject.
count() - Method in class com.objectwave.utility.AWTEventMulticaster
 
count(AWTEventMulticaster, int) - Method in class com.objectwave.utility.AWTEventMulticaster
 
count(SQLQuery) - Method in interface com.objectwave.persist.Broker
 
count(SQLQuery) - Method in class com.objectwave.persist.AbstractBroker
Get the number of objects that match this would be found by this query.
count(SQLQuery) - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
count(SQLQuery) - Method in interface com.objectwave.persist.bean.JGrinderQuery
 
count(SQLQuery) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
count(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
This is the entry point for the find.
count(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Get the number of objects that match this would be found by this query.
countTestCases() - Method in class com.objectwave.test.TestRunner
 
create() - Method in interface com.objectwave.persist.bean.JGrinderQueryHome
 
create() - Method in class com.objectwave.persist.bean.JGrinderQueryBeanTestClient1
 
create() - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
create() - Method in interface com.objectwave.configuration.bean.ConfigurationServiceHome
 
create(Class, String) - Static method in class com.objectwave.utility.ScalarTypeFactory
Use the registered ScalarTypeGenerator to create a new instance of the ScalarType object.
create(int) - Static method in class com.objectwave.classFile.ConstantPoolInfo
Factory approach to creating instances.
create(RandomAccessFile) - Static method in class com.objectwave.persist.file.RecordHeader
Create instances from the RandomAccessFile
create(String) - Method in class com.objectwave.transactionalSupport.SessionManager
Create a new session object with the provided name.
create(String, Class) - Method in class com.objectwave.naming.ContextFactory
 
create(String, String) - Method in class com.objectwave.naming.ContextFactory
 
createActionChangeListener(JButton) - Method in class com.objectwave.uiWidget.ButtonPanel
 
createActionChangeListener(JMenuItem) - Method in class com.objectwave.viewUtility.PopupMenu
 
createAdapter(Persistence) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Create the new ObjectEditingView instance that is to be our 'adapter' to the persistent object.
createAdapter(Persistence) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Create the new ObjectEditingView instance that is to be our 'adapter' to the persistent object.
createAdapter(Persistence) - Method in class com.objectwave.persist.examples.DomainObject
Create the new ObjectEditingView instance that is to be our 'adapter' to the persistent object.
createAdapter(Persistence) - Method in class com.objectwave.persist.invert.PersistenceBase
Create the new ObjectEditingView instance that is to be our 'adapter' to the persistent object.
createAdapter(Persistence) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Create the new ObjectEditingView instance that is to be our 'adapter' to the persistent object.
createAndJoin(String) - Static method in class com.objectwave.transactionalSupport.Session
A convience method for creating and joining a session in one step.
createAnyOfString(StringBuffer) - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
createArray(Class, String) - Method in class com.objectwave.utility.ObjectFormatter
Convert a string value into a Native Array.
createAttributeSelect(SQLQuery, String[], SQLSelect) - Method in class com.objectwave.persist.broker.RDBBroker
Create the SQLSelect statement for the findAttributes(SQLQuery,String[]) method.
createBaseFromTemplate(Class) - Method in class com.objectwave.persist.bcel.Generator
 
createCache() - Method in class com.objectwave.appArch.WindowModel
 
createClass(ClassInformation, String) - Method in class com.objectwave.sourceGenerator.SourceCodeGenerator
This should probably be removed from this class.
createCommand(CallbackHolder) - Method in class com.objectwave.appArch.admin.CallbackService
 
createConstantPoolToCallMethod(Class, String, Class[]) - Method in class com.objectwave.classFile.ChangeClass
Use this to create all the ConstantPoolInfo object necessary for a call to the specified method.
createConstraint(String) - Static method in class com.objectwave.persist.constraints.ConstraintFactory
 
createDetail(PropertySource, String) - Method in class com.objectwave.configuration.PropertyObjects
 
createFinalClass(Class) - Method in class com.objectwave.persist.bcel.Generator
Generate the persistent class definition for our domain object
createInstance(RDBPersistence, RDBPersistence, Object) - Static method in class com.objectwave.persist.examples.TestEntity
Create a new instance of the correct type based on the value of classValue.
createInstance(RDBPersistence, RDBPersistence, Object) - Method in class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter
Extensions of this class will probably want to override this method to return Persistence objects of a given type.
createInstance(String) - Method in interface com.objectwave.utility.ScalarTypeGeneratorIF
This method will create an instance of a specific implementation of ScalarType,
createJoinObject(SQLSelect, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Takes care of building a find statement for obj and join it to sql.
createJoinObject(SQLSelect, RDBPersistence, RDBPersistence, List) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Takes care of building a find statement for obj and join it to sql.
createMouseListener() - Method in class com.objectwave.uiWidget.ComponentList
This is a dispatcher.
createNewObject(RDBPersistence, RDBPersistence, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Create a new object of the correct class.
createNumber(Class, Number) - Method in class com.objectwave.utility.ObjectFormatter
If the SQL type was "NUMERIC", then we need to check to see if the Double that NUMBERIC values are converted to should really be an Integer or a Long.
createObject(String, Attributes) - Method in class com.objectwave.configuration.xml.ObjectBuilder
 
createParallelChild(Session) - Static method in class com.objectwave.transactionalSupport.Session
This will create a parallel child with a name that is constructed from the parent name.
createParallelChild(String, Session) - Static method in class com.objectwave.transactionalSupport.Session
Creates a child session for a parallel master with the given name and master session.
createParallelMaster(String) - Static method in class com.objectwave.transactionalSupport.Session
This has been added simply for the uniformity of the API.
createParallelMaster(String, int) - Static method in class com.objectwave.transactionalSupport.Session
Creates a ParallelMaster session with the given name and the given parallelRollbackPolicy.
createPersistentClass(Class) - Method in class com.objectwave.persist.bcel.Generator
 
createPersistentClass(Class) - Method in interface com.objectwave.persist.invert.ClassCreator
 
createPopupMenu() - Method in class com.objectwave.persist.gui.DeleteTreeUI
Create a popup menu listing all of the tableColumnModel's elements.
createReaderFromClassFile(File) - Method in class com.objectwave.tools.GenerateTemplateInto
 
createScalarType(Class, String) - Method in class com.objectwave.utility.ObjectFormatter
To support custom 'scalar' types (types that will be stored in the database as a string, but will in fact be an object in the object model) a ScalarFactory was introduced.
createSelectionModel() - Method in class com.objectwave.uiWidget.ComponentList
Returns an instance of DefaultListSelectionModel.
createSuite(UnitTest) - Static method in class com.objectwave.test.TestRunner
Use reflection to create all of the tests.
createSymbols(String) - Method in class com.objectwave.utility.StringCalculator
 
createSymbols(String, boolean) - Method in class com.objectwave.utility.StringCalculator
 
createTest(String, TestContext) - Method in class com.objectwave.test.UnitTestBaseImpl
 
createTest(String, TestContext) - Method in interface com.objectwave.test.UnitTest
 
createTreeModel() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Using the KnownMergeTemplates found in 'workingTemplates', create a TreeModel.
createWhereClause(String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Add the alias to the column name & append the compare statement.
createWindow(WindowModelIF, Class, Object[]) - Method in class com.objectwave.appArch.UIManager
 
creationStrategy - Variable in class com.objectwave.configuration.PropertyFactory
 
CreationStrategy - interface com.objectwave.configuration.CreationStrategy.
Different ways to get a Properties object.
CRITICAL - Static variable in class com.objectwave.event.StatusType
 
CrossField - class com.objectwave.persist.constraints.CrossField.
Use this to create multiple constraints on a multiple fields.
CrossField.Test - class com.objectwave.persist.constraints.CrossField.Test.
Unit test of some simple Between values.
CrossField.Test() - Constructor for class com.objectwave.persist.constraints.CrossField.Test
 
CrossField(boolean, Constraint, Constraint) - Constructor for class com.objectwave.persist.constraints.CrossField
 
CRYPTO_PREFIX - Static variable in class com.objectwave.tools.LockFile
Encrypted files are given this prefix to be verified when decrypting to ensure that the proper password has been used.
CryptoInputStream - class com.objectwave.crypto.CryptoInputStream.
Read data blocks encrypted via an instance of the CryptoOutputStream class.
CryptoInputStream(InputStream, String) - Constructor for class com.objectwave.crypto.CryptoInputStream
Construct the CryptoInputStream object.
CryptoOutputStream - class com.objectwave.crypto.CryptoOutputStream.
Encrypt bytes written to this stream into 16-byte blocks using the Square cryptography algorithm.
CryptoOutputStream(OutputStream, String) - Constructor for class com.objectwave.crypto.CryptoOutputStream
Construct an instance of CryptoOutputStream for writing securely encrypted data to the unserlying output stream.
currBuf - Variable in class com.objectwave.utility.BufferedRandomAccessFile
 
currColor - Variable in class com.objectwave.uiWidget.JGraph
 
currentHeadCount - Variable in class com.objectwave.persist.bcel.examples.Company
 
currentPage - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
currentPkey - Variable in class com.objectwave.persist.broker.GlobalSequence
 
currentText - Variable in class com.objectwave.viewUtility.TextFieldChangeListener
 
currentValue() - Method in class com.objectwave.persist.mapping.NullChange
 
currentValue() - Method in class com.objectwave.transactionalSupport.ObjectModified
 
currentValue() - Method in interface com.objectwave.transactionalSupport.ObjectChangeRequest
 
currentValue() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
 
customInitialize() - Method in class com.objectwave.persist.properties.BrokerPropertySource
 
customizeDetail(BrokerPropertySource, boolean) - Method in class com.objectwave.persist.broker.RDBBroker
Allows subclasses to setup any values they deem necessary prior to any values being fetched from the source.
CustomReportIF - interface com.objectwave.persist.constraints.gui.CustomReportIF.
Used by the ConstraintSelection class.

D

DataAvailable - class com.objectwave.event.DataAvailable.
Largely used to indicate that new data is available and is being introduced to the system.
DataAvailable(Object, String, Object) - Constructor for class com.objectwave.event.DataAvailable
 
DataChanged - class com.objectwave.event.DataChanged.
Existing data that was previously introduced with 'DataAvailable' has changed.
dataChanged() - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
DataChanged(Object, String, Object, Object) - Constructor for class com.objectwave.event.DataChanged
 
dataContains(Component) - Method in class com.objectwave.uiWidget.ComponentList
 
dataExchange - Variable in class com.objectwave.transactionalSupport.ObjectEditor
 
DataItem - class com.objectwave.appArch.admin.DataItem.
 
DataItem() - Constructor for class com.objectwave.appArch.admin.DataItem
Constructor for the DataItem object
DataItem(String, String, String, String) - Constructor for class com.objectwave.appArch.admin.DataItem
Constructor for the DataItem object
dataLen - Variable in class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
DataRequest - class com.objectwave.event.DataRequest.
I want specific data.
DataRequest(Object, String, Object) - Constructor for class com.objectwave.event.DataRequest
 
dataValidation(String) - Static method in class com.objectwave.exception.ExceptionBuilder
 
DataValidationException - exception com.objectwave.exception.DataValidationException.
A generic exception to represent any situation that where the provided data is incorrect.
DataValidationException(String) - Constructor for class com.objectwave.exception.DataValidationException
 
dateCompare(Date, Date, String) - Method in class com.objectwave.persist.constraints.ConstraintCompare
Compare the two dates with the specified comparison operation.
dateFormat - Static variable in class com.objectwave.logging.ConsoleImpl
 
DateHelper - class com.objectwave.utility.DateHelper.
Convenience and helper methods relating to the java.lang.Date class.
DateHelper() - Constructor for class com.objectwave.utility.DateHelper
DateHelper constructor comment.
DateWithoutTime - class com.objectwave.persist.util.DateWithoutTime.
When building a SQLInsert statement, we had a problem where we had no way of knowing if a given field of class java.util.Date should be formatted to be accepted as a DATE or a DATETIME.
DateWithoutTime() - Constructor for class com.objectwave.persist.util.DateWithoutTime
Constructor for the DateWithoutTime object
DateWithoutTime(Date) - Constructor for class com.objectwave.persist.util.DateWithoutTime
Constructor for the DateWithoutTime object
DateWithoutTime(long) - Constructor for class com.objectwave.persist.util.DateWithoutTime
Constructor for the DateWithoutTime object
DbFile - class com.objectwave.persist.file.DbFile.
An abstraction of a flat file that is contain data for a particular persistent object.
DbFile(String) - Constructor for class com.objectwave.persist.file.DbFile
Create a RandomAccessFile with the provided file name to hold 'database' records.
dbFiles - Variable in class com.objectwave.persist.broker.FileBroker
Description of the Field
debug - Variable in class com.objectwave.classFile.ClassFile
Description of the Field
debug - Variable in class com.objectwave.simpleSockets.ServeClient
 
debug - Variable in class com.objectwave.viewUtility.StretchLayout
 
debug(Object, String) - Static method in class com.objectwave.logging.MessageLog
Display information helpful for debugging applications.
debug(Object, String) - Method in interface com.objectwave.logging.LogIF
 
debug(Object, String) - Method in class com.objectwave.logging.ConsoleImpl
Dump text to string with a priority of debug.
debug(Object, String) - Method in class com.objectwave.logging.log4j.Log4jImpl
 
debug(Object, String, Throwable) - Static method in class com.objectwave.logging.MessageLog
Display information helpful for debugging applications.
debug(Object, String, Throwable) - Method in interface com.objectwave.logging.LogIF
 
debug(Object, String, Throwable) - Method in class com.objectwave.logging.ConsoleImpl
Dump text to string with a priority of debug.
debug(Object, String, Throwable) - Method in class com.objectwave.logging.log4j.Log4jImpl
 
debugOn - Variable in class com.objectwave.logging.ConsoleImpl
 
debugOn - Static variable in class com.objectwave.templateMerge.TemplatePreprocessor
 
DebugOutput - class com.objectwave.utility.DebugOutput.
This type was created in VisualAge.
DebugOutput() - Constructor for class com.objectwave.utility.DebugOutput
DebugOutput constructor comment.
DebugOutput(int) - Constructor for class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
DebugOutput(int, String) - Constructor for class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
DebugOutput(int, String, DateFormat) - Constructor for class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
deck - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
deck - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
DeckLayout - class com.objectwave.tools.propertyEditor.DeckLayout.
DeckLayout treats each component in the container as a card.
DeckLayout() - Constructor for class com.objectwave.tools.propertyEditor.DeckLayout
 
DeckLayout(boolean) - Constructor for class com.objectwave.tools.propertyEditor.DeckLayout
 
DeckLayout(int, int) - Constructor for class com.objectwave.tools.propertyEditor.DeckLayout
 
DeckLayout(int, int, boolean) - Constructor for class com.objectwave.tools.propertyEditor.DeckLayout
 
deckRequired - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
decks - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
decks - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
declareClass() - Method in class com.objectwave.persist.bcel.FinalClass
 
decodeFromString(String) - Method in class com.objectwave.utility.SymbolReplacer
 
decrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareOfb
 
decrypt(byte[], int, int) - Method in interface com.objectwave.crypto.SquareMode
 
decrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareEcb
 
decrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareCts
 
decrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareCfb
 
decrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareCbc
 
DEFAULT_DATASOURCE - Static variable in class com.objectwave.persist.broker.EjbConnectionSource
 
defaultBroker - Static variable in class com.objectwave.persist.SQLQuery
 
defaultBroker() - Method in class com.objectwave.persist.broker.RDBBroker
This method enables different default brokers.
defaultBroker() - Method in class com.objectwave.persist.broker.OracleBroker
Implemented as an instance method to support method overriding.
defaultBroker() - Method in class com.objectwave.persist.broker.HypersonicBroker
Implemented as an instance method to support method overriding.
defaultBroker() - Method in class com.objectwave.persist.broker.FileMakerBroker
Implemented as an instance method to support method overriding.
defaultBroker() - Method in class com.objectwave.persist.broker.AccessBroker
Implemented as an instance method to support method overriding.
defaultConfigurationService - Static variable in class com.objectwave.configuration.ConfigurationServiceFactory
 
DefaultConfigurationService - class com.objectwave.configuration.DefaultConfigurationService.
Set the values of the property object from the properties provided by the property factory.
DefaultConfigurationService.Test - class com.objectwave.configuration.DefaultConfigurationService.Test.
 
DefaultConfigurationService.Test() - Constructor for class com.objectwave.configuration.DefaultConfigurationService.Test
 
DefaultConfigurationService() - Constructor for class com.objectwave.configuration.DefaultConfigurationService
Constructor for the DefaultConfigurationService object
DefaultConnectionSource - class com.objectwave.persist.broker.DefaultConnectionSource.
Create new instances for the provided jgrinderConnection if a connection does not already exist.
DefaultConnectionSource() - Constructor for class com.objectwave.persist.broker.DefaultConnectionSource
Constructor for the DefaultConnectionSource object
DefaultCreationStrategy - class com.objectwave.configuration.DefaultCreationStrategy.
This class will first look for a system property called .properties.
DefaultCreationStrategy() - Constructor for class com.objectwave.configuration.DefaultCreationStrategy
Constructor for the DefaultCreationStrategy object
DefaultEjbSetup - class com.objectwave.persist.bean.DefaultEjbSetup.
Do the necessary setup for JGrinder to work in an Ejb environment, assuming all of the defaults.
DefaultEjbSetup() - Constructor for class com.objectwave.persist.bean.DefaultEjbSetup
Constructor for the DefaultEjbSetup object
defaultFileTypes() - Static method in class com.objectwave.uiWidget.MultipleFileSelector
 
defaultFormatter - Variable in class com.objectwave.persist.broker.ObjectQuerySupport
 
defaultFormatter - Static variable in class com.objectwave.persist.file.ObjectBuilder
 
defaultJndiName - Variable in class com.objectwave.transactionalSupport.xa.EjbTransactionManager
 
defaultObjectFormatter - Static variable in class com.objectwave.persist.constraints.Constraint
 
defaultTemplate - Static variable in class com.objectwave.tools.propertyEditor.JConfigure
 
defaultValue(Object) - Static method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Some objects will have a default value.
defineArguments(StringBuffer, Reader) - Method in class com.objectwave.sourceParser.MethodDefParser
Today the arguments simply define what type of objects this method is going to deal with.
defineClass(String, JavaClass) - Method in class com.objectwave.persist.bcel.MyLoader
 
defineFieldsFor(String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
defineFont() - Method in class com.objectwave.uiWidget.SimpleFontChooser
 
defineMethods(LineNumberReader) - Method in class com.objectwave.tools.MethodBuilder
By default, the key to the method list is the method name.
defineMethods(String) - Method in class com.objectwave.tools.MethodBuilder
Define methods of the format ClassName.methodName(parameterType, parameterType)
definePath() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
defineSelectList(Persistence, String[], SQLSelect) - Method in class com.objectwave.persist.broker.RDBBroker
Modify the sqlObj parameter to contain only those columns specified by the 'paths' parameter.
delegateTo(JavaClassDef, JavaClassDef) - Static method in class com.objectwave.sourceGenerator.DelegatorGenerator
 
DelegatorGenerator - class com.objectwave.sourceGenerator.DelegatorGenerator.
Class to generate a delegate.
DelegatorGenerator() - Constructor for class com.objectwave.sourceGenerator.DelegatorGenerator
 
delete() - Method in interface com.objectwave.persist.Persistence
 
delete() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
delete() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
delete() - Method in class com.objectwave.persist.examples.DomainObject
 
delete() - Method in class com.objectwave.persist.gui.DeleteTreeUI
Delete the selected object.
delete() - Method in class com.objectwave.persist.invert.PersistenceBase
 
delete() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Remove this object from the persistent store.
delete() - Method in class com.objectwave.persist.xml.TestXMLPerson.Test
 
delete() - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
 
delete() - Method in class com.objectwave.transactionalSupport.test.DomainObject
 
delete(Persistence) - Method in interface com.objectwave.persist.Broker
 
delete(Persistence) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
delete(Persistence) - Method in class com.objectwave.persist.broker.RDBBroker
Remove the specified object from the database.
delete(Persistence) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
delete(Persistence) - Method in class com.objectwave.persist.broker.NullBroker
 
delete(Persistence) - Method in class com.objectwave.persist.broker.FileBroker
Remove the provided object from the persistence mechanism.
delete(Persistence) - Method in class com.objectwave.persist.file.DbFile
You can only delete objects that were retieved from the file broker.
delete(TreePath) - Method in class com.objectwave.persist.gui.DeleteTree
 
deleteAll() - Method in class com.objectwave.persist.SQLQuery
Delete all records that match the search criteria.
deleteAll(SQLQuery) - Method in interface com.objectwave.persist.Broker
 
deleteAll(SQLQuery) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
The return type of object allows the support of multiple collection types.
deleteAll(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
Delete all objects matching the passed search criteria.
deleteAll(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Crude implementation.
deleteAll(SQLQuery) - Method in class com.objectwave.persist.broker.NullBroker
 
deleteAll(SQLQuery) - Method in class com.objectwave.persist.broker.FileBroker
Description of the Method
deleteCascade(DeleteTree.TreeNode[], TreePath) - Method in class com.objectwave.persist.gui.DeleteTree
 
deleteMethod(String, String) - Method in class com.objectwave.classFile.ClassFile
Delete a named method from this class.
deleteObjects(ArrayList) - Method in interface com.objectwave.persist.Broker
 
deleteObjects(ArrayList) - Method in class com.objectwave.persist.AbstractBroker
This default implementation may not be the most efficient, but it should work.
deleteObjects(ArrayList) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
deleteObjects(ArrayList) - Method in class com.objectwave.persist.broker.RDBBroker
Delete all of the objects in the objs collection.
deleteObjects(ArrayList) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
deleteObjects(ArrayList, int) - Method in class com.objectwave.persist.broker.RDBBroker
We may have several objects to delete.
deletePath() - Method in class com.objectwave.tools.propertyEditor.JConfigure
Let the user delete the selected path;
deleteProperty() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
deleteRow(int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
DeleteTree - class com.objectwave.persist.gui.DeleteTree.
Used to delete elements from the database.
DeleteTree(Persistence) - Constructor for class com.objectwave.persist.gui.DeleteTree
 
DeleteTreeUI - class com.objectwave.persist.gui.DeleteTreeUI.
This class will allow one to 'look' at persistent objects and perform some basic operations on these objects.
deriveColumnName(Constraint) - Method in class com.objectwave.persist.constraints.CrossField
Has the side effect of modifying the constraint to have a persistent object if one does not already exist.
deriveXmlFileName(String, PropertySource) - Method in class com.objectwave.configuration.xml.XmlBootstrap
 
description - Variable in class com.objectwave.appArch.admin.DataItem
 
description - Variable in class com.objectwave.appArch.admin.Command
 
deserialize() - Method in class com.objectwave.persist.bean.SerIt
 
DetailModel - class com.objectwave.appSupport.DetailModel.
The behavior for a detail frame.
DetailModel() - Constructor for class com.objectwave.appSupport.DetailModel
If you create a detail model using this constructor, it will behove you to call setWindowClass(Class) and setSubjectClass(String) prior to really doing anything with this model.
DetailModel(String, Class) - Constructor for class com.objectwave.appSupport.DetailModel
 
DetailModel(String, Class, Object[]) - Constructor for class com.objectwave.appSupport.DetailModel
The subjectClass is used when analyzing events.
determineAndCreateInstance(RDBPersistence, RDBExtendablePersistentAdapter, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
The first data element should be the type id of the class.
determinePieces(ClassSpec, Reader, Vector) - Static method in class com.objectwave.sourceParser.ClassSpecParser
We are now parsing code that is found within a class definition.
determinePrimaryKey(Object, AttributeTypeColumn) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Ignore primary keys that are blank or zero.
determinePrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.RDBBroker
Sometimes we can not determine the primary key until after the insert has been completed ( MS-Access ).
determinePrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.FileMakerBroker
Determine the primary key for the provided persistent object.
determinePrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.AccessBroker
Determine the primary key for the provided persistent object.
determineVarValue(String, LineNumberReader, Object, int[]) - Method in class com.objectwave.tools.MethodBuilder
 
dirFilter - Static variable in class com.objectwave.utility.FileFinder
 
disable() - Method in class com.objectwave.viewUtility.DisableComponent
Disable Container and all of it's children, grandchildren, etc.
disable(Component) - Method in class com.objectwave.viewUtility.DisableComponent
 
DisableComponent - class com.objectwave.viewUtility.DisableComponent.
 
DisableComponent(Component) - Constructor for class com.objectwave.viewUtility.DisableComponent
 
dispatch(EventListener, EventObject) - Method in interface com.objectwave.event.Dispatcher
 
Dispatcher - interface com.objectwave.event.Dispatcher.
Used in conjunction with SimplePacketSupport.
display(PrintStream) - Method in class com.objectwave.classFile.ClassFile
Write out a text version of this class.
displayBusinessObject() - Method in class com.objectwave.appSupport.OkCancelModel
 
displayBusinessObject() - Method in class com.objectwave.appSupport.DetailModel
Upon opening, this method is called.
displayBusinessObject() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
displayBusinessObject() - Method in class com.objectwave.uiWidget.MessageBox
 
displayBusinessObject() - Method in class com.objectwave.uiWidget.ChoiceGui
 
displayBusinessObject() - Method in interface com.objectwave.appArch.gui.SubjectRenderIF
 
displayBusinessObject() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
displayBusinessObject() - Method in class com.objectwave.templateMerge.gui.TemplateGui
Display the tree of Templates.
displayBusinessObject() - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
displayCode(StringBuffer, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
Only called by the MethodInfo class if the System parameter of ow.showAttributes is set to non-null.
displayComponent(JComponent, Rectangle) - Static method in class com.objectwave.viewUtility.WidgetFunctions
Display any component (probably most commonly a JPanel) in it's very own frame.
displayLabel(JLabel, int, int, int) - Method in class com.objectwave.uiWidget.PieChart
 
displayLabelOld(GraphItem, int, int, int, Graphics) - Method in class com.objectwave.uiWidget.PieChart
 
displayObject() - Method in interface com.objectwave.persist.constraints.ConstraintGuiIF
 
displayObject() - Method in class com.objectwave.persist.constraints.gui.IsNullGui
 
displayObject() - Method in class com.objectwave.persist.constraints.gui.CompareGui
 
displayObject() - Method in class com.objectwave.persist.constraints.gui.BetweenGui
 
displayObject() - Method in class com.objectwave.persist.constraints.gui.AnyOfGui
 
displayObject(Constraint) - Method in class com.objectwave.persist.constraints.ConstraintGuiSelection
 
DisplayPair - class com.objectwave.utility.DisplayPair.
Just like pair, this is an association between two objects.
DisplayPair() - Constructor for class com.objectwave.utility.DisplayPair
DisplayPair constructor comment.
DisplayPair(Object, Object) - Constructor for class com.objectwave.utility.DisplayPair
DisplayPair constructor comment.
displaySubject() - Method in class com.objectwave.appArch.gui.EditModel
 
displayThrowsClause(StringBuffer) - Method in class com.objectwave.classFile.MethodInfo
If the MethodInfo has exceptions declared, put them in the 'throws' clause.
displayType(int, ResultSet, int) - Method in class com.objectwave.persist.objectConstruction.RDBTypeConversion
Used for debugging.
displayURL(String) - Static method in class com.objectwave.viewUtility.BrowserControl
Display a file in the system browser.
distinct - Variable in class com.objectwave.persist.SQLQuery
 
doCalculation(String) - Method in class com.objectwave.tools.MethodBuilder
The parameter may be math that needs to be processed.
DocSearchIF - interface com.objectwave.tools.DocSearchIF.
 
doInsert - Static variable in class com.objectwave.persist.broker.RDBConnection
 
DomainObject - class com.objectwave.persist.examples.DomainObject.
A possible root Business object for an application.
DomainObject - class com.objectwave.transactionalSupport.test.DomainObject.
A possible root Business object for an application.
DomainObject.Test - class com.objectwave.persist.examples.DomainObject.Test.
 
DomainObject.Test() - Constructor for class com.objectwave.persist.examples.DomainObject.Test
 
DomainObject() - Constructor for class com.objectwave.persist.examples.DomainObject
 
DomainObject() - Constructor for class com.objectwave.transactionalSupport.test.DomainObject
 
donTestHypersonic() - Method in class com.objectwave.persist.value.ValueObjectTest.Test
Don't run these tests since this code is not ready for deployment.
Dos2Unix - class com.objectwave.utility.Dos2Unix.
 
Dos2Unix() - Constructor for class com.objectwave.utility.Dos2Unix
 
doSearch() - Method in class com.objectwave.tools.JavaDocSearchPanel
 
doTabEvent(KeyEvent) - Method in class com.objectwave.uiWidget.JTableTabbing
 
doThis(String, String) - Method in class com.objectwave.tools.MethodBuilder.Test
 
DOUBLE - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
doubleClickList() - Method in class com.objectwave.uiControl.TreeListControl
 
DoubleList - class com.objectwave.uiWidget.DoubleList.
Provides a pick list of elements
DoubleList(DoubleListPanel, Object[], Object[]) - Constructor for class com.objectwave.uiWidget.DoubleList
 
DoubleList(Object[], Object[]) - Constructor for class com.objectwave.uiWidget.DoubleList
 
DoubleListPanel - class com.objectwave.uiWidget.DoubleListPanel.
 
DoubleListPanel() - Constructor for class com.objectwave.uiWidget.DoubleListPanel
 
DoublePickIF - interface com.objectwave.uiWidget.DoublePickIF.
 
DoubleQuickPick - class com.objectwave.uiWidget.DoubleQuickPick.
A widget for displaying a quick dialog containing two lists of items.
DoubleQuickPick(Frame, boolean, DoublePickIF) - Constructor for class com.objectwave.uiWidget.DoubleQuickPick
 
DoubleQuickPick(Object[], Frame, boolean) - Constructor for class com.objectwave.uiWidget.DoubleQuickPick
 
doubleValue(String) - Static method in class com.objectwave.utility.StringManipulator
Return the string as a double.
dout(String) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Method for debuggin purposes only.
draw(Graphics, Point) - Method in class com.objectwave.printerSupport.newLine
 
drawArrowLine(Graphics, DrawRoutines.ArrowSpec) - Static method in class com.objectwave.viewUtility.DrawRoutines
 
drawLine(Graphics, Point, Point, int, int) - Static method in class com.objectwave.viewUtility.DrawRoutines
 
DrawRoutines - class com.objectwave.viewUtility.DrawRoutines.
 
DrawRoutines.ArrowSpec - class com.objectwave.viewUtility.DrawRoutines.ArrowSpec.
 
DrawRoutines.ArrowSpec(Point, Point, int, int, Color, Color, Color) - Constructor for class com.objectwave.viewUtility.DrawRoutines.ArrowSpec
Constructor for the ArrowSpec object
DrawRoutines() - Constructor for class com.objectwave.viewUtility.DrawRoutines
 
dropDatabase(HypersonicBroker) - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
 
dropDatabase(HypersonicBroker) - Method in class com.objectwave.persist.broker.HypersonicBroker.Test
 
dummyField - Variable in class com.objectwave.persist.examples.JoinObject
 
dumpAttributes(Vector, Class, Object, BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
dumpChanges() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
DumpClass - class com.objectwave.classFile.DumpClass.
Display information about class files.
DumpClass() - Constructor for class com.objectwave.classFile.DumpClass
 
dumpClassName(Class, BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
dumpConstants - Variable in class com.objectwave.classFile.ClassFile
Description of the Field
dumpContext(OutputStream) - Method in class com.objectwave.transactionalSupport.TransactionManager
Used for debugging.
dumpContext(Writer) - Method in class com.objectwave.transactionalSupport.TransactionManager
 
dumpFieldName(Field, BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
dumpFieldValue(Vector, Field, Object, BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
dumpFile(String, String[]) - Static method in class com.objectwave.classFile.DumpClass
 
dumpHeader(BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
DumpHex - class com.objectwave.tools.DumpHex.
 
DumpHex() - Constructor for class com.objectwave.tools.DumpHex
 
dumpIt(int[][]) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
dumpObject() - Method in class com.objectwave.sourceModel.VariableDef
 
dumpObject() - Method in class com.objectwave.sourceModel.PackageDef
 
dumpObject() - Method in class com.objectwave.sourceModel.MethodDef
 
dumpObject() - Method in class com.objectwave.sourceModel.JavaRelation
 
dumpObject() - Method in class com.objectwave.sourceModel.CommonDef
 
dumpObject() - Method in class com.objectwave.sourceModel.CommentElement
dumpObject method comment.
dumpObject() - Method in class com.objectwave.sourceModel.ClassSpec
 
dumpObject() - Method in interface com.objectwave.sourceModel.ClassElement
 
dumpObject(Object) - Method in class com.objectwave.tools.utility.XMLDump
This will dump those attributes which are public.
dumpObject(Vector, Object, BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
dumpSQLException(SQLException) - Method in class com.objectwave.persist.broker.RDBBroker
A SQLException was generated.
dumpSymbols(Vector) - Method in class com.objectwave.utility.StringCalculator
Used for debugging.
dumpSymbols(Vector, int, int) - Method in class com.objectwave.utility.StringCalculator
Used for debugging.
dumpToText(BufferedWriter) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
dumpToText(BufferedWriter) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Write ascii code to the buffer containing the MergeTemplate definitions.
dumpToText(Enumeration, BufferedWriter) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Write ascii code to the buffer containing the MergeTemplate definitions.
dumpToXML(BufferedWriter) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
dumpToXML(BufferedWriter) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Write the templates into the the buffer of an XML file.
dumpToXML(Enumeration, BufferedWriter) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Write the templates into the the buffer of an XML file.
dumpTree(OutputStream) - Method in class com.objectwave.utility.BinaryTree
 
duplicate() - Method in class com.objectwave.viewUtility.StretchLayoutConstraints
A publicized cloning method.
duplicate() - Method in class com.objectwave.viewUtility.FlexGridColumn
A publicized clone method

E

EAST - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
eatWhitespace(char[], int) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Return the next non-whitespace character (not a space, tab, newline, for formfeed).
edge - Variable in class com.objectwave.tools.propertyEditor.EdgeBorder
 
EdgeBorder - class com.objectwave.tools.propertyEditor.EdgeBorder.
 
EdgeBorder() - Constructor for class com.objectwave.tools.propertyEditor.EdgeBorder
 
EdgeBorder(int) - Constructor for class com.objectwave.tools.propertyEditor.EdgeBorder
 
editCellAt(int, int, EventObject) - Method in class com.objectwave.uiWidget.JTableTabbing
 
editedObjects - Variable in class com.objectwave.transactionalSupport.TransactionLog
It is a requirement that the editedObjects collection contain UNIQUE objects!!! No dups allowed.
editedObjectsCount - Variable in class com.objectwave.transactionalSupport.TransactionLog
 
EditModel - class com.objectwave.appArch.gui.EditModel.
Screens that will be copying values from UI widgets to business objects could subclass this model.
EditModel(String, Class) - Constructor for class com.objectwave.appArch.gui.EditModel
 
EditModel(String, Class, SubjectRenderIF) - Constructor for class com.objectwave.appArch.gui.EditModel
 
editor - Variable in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
editor - Variable in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
editor - Variable in class com.objectwave.persist.examples.DomainObject
 
editor - Variable in class com.objectwave.persist.invert.PersistenceBase
 
editor - Variable in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
editor - Variable in class com.objectwave.transactionalSupport.test.DomainObject
 
ejbActivate() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
ejbActivate() - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
 
ejbConfigServiceJndiName - Static variable in class com.objectwave.configuration.bean.EjbPropertyLookup
Access ejb locally java:comp/env/ejb/ConfigurationService
ejbConfigServicePropertyName - Static variable in class com.objectwave.configuration.bean.EjbPropertyLookup
 
EjbConnectionSource - class com.objectwave.persist.broker.EjbConnectionSource.
The connectUrl will be the DataSource JNDI name.
EjbConnectionSource() - Constructor for class com.objectwave.persist.broker.EjbConnectionSource
Constructor for the EjbConnectionSource object
ejbCreate() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
ejbCreate() - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
 
ejbPassivate() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
ejbPassivate() - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
 
EjbPropertyLookup - class com.objectwave.configuration.bean.EjbPropertyLookup.
Attempt to find configuration property values from a ConfigurationService enterprise bean.
EjbPropertyLookup.FakeProperty - class com.objectwave.configuration.bean.EjbPropertyLookup.FakeProperty.
An object that pretends to be a Properties object.
EjbPropertyLookup.FakeProperty() - Constructor for class com.objectwave.configuration.bean.EjbPropertyLookup.FakeProperty
 
EjbPropertyLookup() - Constructor for class com.objectwave.configuration.bean.EjbPropertyLookup
Constructor for the EjbPropertyLookup object
ejbRemove() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
ejbRemove() - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
 
EjbTransactionManager - class com.objectwave.transactionalSupport.xa.EjbTransactionManager.
Check to see if a transaction is in progress, if so, have our resource join it.
EjbTransactionManager() - Constructor for class com.objectwave.transactionalSupport.xa.EjbTransactionManager
Constructor for the EjbTransactionManager object
elementAt(int) - Method in class com.objectwave.utility.OrderedVector
 
elements() - Method in class com.objectwave.utility.TreeCollection
Return an enumeration of the entire contents of collection.
elements() - Method in class com.objectwave.utility.SkipListMap
 
elements() - Method in class com.objectwave.utility.OrderedVector
 
elements() - Method in class com.objectwave.utility.JarReader
 
elements() - Method in class com.objectwave.utility.BinaryTree
 
elements(boolean) - Method in class com.objectwave.utility.SkipListMap
 
elements(Class) - Method in class com.objectwave.persist.broker.ObjectPool
 
emailAddress - Variable in class com.objectwave.persist.bcel.examples.Employee
 
emailAddress - Variable in class com.objectwave.persist.examples.ManySideOne
 
emailAddress - Variable in class com.objectwave.persist.examples.ExampleEmployee
 
emitReply(String) - Method in class com.objectwave.simpleSockets.ServeClient
 
emitReplyStream(InputStream) - Method in class com.objectwave.simpleSockets.ServeClient
 
employee - Variable in class com.objectwave.persist.bcel.examples.Person
 
employee - Variable in class com.objectwave.persist.examples.ExamplePerson
 
Employee - class com.objectwave.persist.bcel.examples.Employee.
 
Employee() - Constructor for class com.objectwave.persist.bcel.examples.Employee
 
employeeId - Variable in class com.objectwave.persist.bcel.examples.Employee
 
employees - Variable in class com.objectwave.persist.bcel.examples.Company
 
employees - Variable in class com.objectwave.persist.xml.TestXMLCompany
 
enable() - Method in class com.objectwave.viewUtility.DisableComponent
 
enable(Component) - Method in class com.objectwave.viewUtility.DisableComponent
 
encodeToString() - Method in class com.objectwave.utility.SymbolReplacer
Encode as n sets of two, instead of 3 sets of n (for improved readability) "symbol,value" Final encoding example: "<;>;x,1;y,2;z,3"
encoding - Static variable in class com.objectwave.templateMerge.XMLTemplateWriter
Default encode method.
encrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareOfb
 
encrypt(byte[], int, int) - Method in interface com.objectwave.crypto.SquareMode
 
encrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareEcb
 
encrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareCts
 
encrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareCfb
 
encrypt(byte[], int, int) - Method in class com.objectwave.crypto.SquareCbc
 
end(Xid, int) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
endElement(String, String, String) - Method in class com.objectwave.persist.xml.XMLDecoder
This method will parse the collection in an XML document.
endElement(String, String, String) - Method in class com.objectwave.templateMerge.XMLTemplateRead
This method will parse the collection in an XML document.
endElement(String, String, String) - Method in class com.objectwave.templateMerge.JspStyleRead
This method will parse the collection in an XML document.
endIndex(String, int, int) - Method in class com.objectwave.templateMerge.InformationToken
Find the matching end to the open.
endJob() - Method in class com.objectwave.printerSupport.Printer
 
enforceMinimumSize(Component, int, int) - Static method in class com.objectwave.viewUtility.WindowControl
 
ensureCapacity(int) - Method in class com.objectwave.utility.OrderedVector
 
entityType - Variable in class com.objectwave.persist.examples.TestPerson
 
EOF - Static variable in class com.objectwave.tools.MethodBuilder
 
EQUAL_TO - Static variable in interface com.objectwave.utility.SorterComparisonIF
 
equals(AttributeTypeColumn) - Method in class com.objectwave.persist.AttributeTypeColumn
 
equals(Object) - Method in class com.objectwave.persist.JoinField
 
equals(Object) - Method in class com.objectwave.persist.constraints.Constraint
A rudimentary but effective equals() method for subclasses of Constraint.
equals(Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
equals(Object) - Method in class com.objectwave.persist.util.DateWithoutTime
 
equals(Object) - Method in class com.objectwave.persist.value.AttributeSortComparator
 
equals(Object) - Method in class com.objectwave.sourceModel.PackageDef
 
equals(Object) - Method in class com.objectwave.sourceModel.MethodParameter
 
equals(Object) - Method in class com.objectwave.sourceModel.MethodDef
A MethodDef is equal if it has the exact same signature.
equals(Object) - Method in class com.objectwave.sourceModel.CommonDef
 
equals(Object) - Method in class com.objectwave.templateMerge.InformationToken
Equality check: check for "nullness", then for class types, then for token and description strings.
equalsIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
error(Object, String, Throwable) - Static method in class com.objectwave.logging.MessageLog
There is has been an error.
error(Object, String, Throwable) - Method in interface com.objectwave.logging.LogIF
 
error(Object, String, Throwable) - Method in class com.objectwave.logging.ConsoleImpl
Dump text to string with a priority of error.
error(Object, String, Throwable) - Method in class com.objectwave.logging.log4j.Log4jImpl
 
errorlog(String) - Method in class com.objectwave.simpleSockets.SimpleServer
 
evaluateExpression(String) - Method in class com.objectwave.utility.StringCalculator
Parse the symbols from the string, convert their ordering for easier execution, and execute the expression.
EventPool - class com.objectwave.appArch.EventPool.
Any events generated by any of the Producers will be passed on to all PresentationModel consumers.
EventPool() - Constructor for class com.objectwave.appArch.EventPool
 
EventSupport - class com.objectwave.appArch.EventSupport.
Used to facilitate Events.
EventSupport() - Constructor for class com.objectwave.appArch.EventSupport
 
ExampleCompany - class com.objectwave.persist.examples.ExampleCompany.
 
ExampleCompany() - Constructor for class com.objectwave.persist.examples.ExampleCompany
ExampleCompany constructor comment.
ExampleEmployee - class com.objectwave.persist.examples.ExampleEmployee.
An example of a persistent business object that extends from DomainObject.
ExampleEmployee() - Constructor for class com.objectwave.persist.examples.ExampleEmployee
 
ExampleObject - class com.objectwave.transactionalSupport.ExampleObject.
An example of a persistent business object that extends from TransactionalObjectAdapter.
ExampleObject() - Constructor for class com.objectwave.transactionalSupport.ExampleObject
 
ExamplePerson - class com.objectwave.persist.examples.ExamplePerson.
An example of an object that uses persistence.
ExamplePerson() - Constructor for class com.objectwave.persist.examples.ExamplePerson
 
ExceptionAttributeInfo - class com.objectwave.classFile.ExceptionAttributeInfo.
A specific attribute info.
ExceptionAttributeInfo() - Constructor for class com.objectwave.classFile.ExceptionAttributeInfo
 
ExceptionAttributeInfo(ConstantPoolInfo, byte[]) - Constructor for class com.objectwave.classFile.ExceptionAttributeInfo
 
ExceptionBuilder - class com.objectwave.exception.ExceptionBuilder.
A factory for creating exceptions.
ExceptionBuilder() - Constructor for class com.objectwave.exception.ExceptionBuilder
 
exceptionConverter - Variable in class com.objectwave.persist.AbstractBroker
 
ExceptionListener - class com.objectwave.viewUtility.ExceptionListener.
This will popup a dialog box every time an exception is the source for a status event.
ExceptionListener() - Constructor for class com.objectwave.viewUtility.ExceptionListener
 
ExceptionLogger - class com.objectwave.utility.ExceptionLogger.
Any time an exception is the source of a StatusEvent, we'll log the time and the stack trace to the log file.
ExceptionLogger() - Constructor for class com.objectwave.utility.ExceptionLogger
 
execSql(String) - Method in class com.objectwave.persist.broker.RDBConnection
Execute and finish.
EXECUTE - Static variable in interface com.objectwave.appArch.security.Prototypes
 
EXECUTEBIT - Static variable in class com.objectwave.appArch.security.SecurityController
 
executeCommand(Command) - Method in class com.objectwave.appArch.admin.CallbackService
Execute the provided command object.
executeCommand(Command) - Method in class com.objectwave.appArch.admin.CallbackHolder
Execute the method of the callback object contained in the callbackHolder
executeCommand(String, String[]) - Method in class com.objectwave.appArch.admin.CallbackObject
 
executeExpression(Vector) - Method in class com.objectwave.utility.StringCalculator
Assuming that the "symbols" vector is a reverse-polish ordered sequence of CalcItem objects, evaluate the expression using a simple stack.
executeQuery(String, int) - Method in class com.objectwave.persist.broker.RDBConnection
Execute and finish.
exitApplication() - Method in class com.objectwave.appArch.UIManager
 
expandAt(Object) - Method in class com.objectwave.uiControl.TreeListControl
 
expandedValueOf(int) - Method in class com.objectwave.utility.SymbolExpander
 
expandedValueOf(String) - Method in class com.objectwave.utility.SymbolExpander
 
ExpandingObjectModifiedArrayCache - class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache.
Maintain a collection of ObjectModified objects.
ExpandingObjectModifiedArrayCache() - Constructor for class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
 
ExpandingObjectModifiedCache - class com.objectwave.transactionalSupport.ExpandingObjectModifiedCache.
Maintain a collection of ObjectModified objects.
ExpandingObjectModifiedCache() - Constructor for class com.objectwave.transactionalSupport.ExpandingObjectModifiedCache
Initialize this instance to be ready to cache Objects.
ExpandingSQLObjectCache - class com.objectwave.persist.sqlConstruction.ExpandingSQLObjectCache.
Maintain a collection of SQLObject objects.
ExpandingSQLObjectCache() - Constructor for class com.objectwave.persist.sqlConstruction.ExpandingSQLObjectCache
Initialize this instance to be ready to cache Objects.
expandString(String) - Method in class com.objectwave.utility.SymbolExpander
 
expandSymbolValues() - Method in class com.objectwave.utility.SymbolExpander
Run through the list of symbols
EXPIRED - Static variable in class com.objectwave.utility.Timer
Description of the Field
extendedClass - Variable in class com.objectwave.sourceModel.ClassSpec
 
ExtensiveTest - class com.objectwave.persist.bcel.examples.ExtensiveTest.
Exercise many aspects of the transparent persistence solution.
ExtensiveTest() - Constructor for class com.objectwave.persist.bcel.examples.ExtensiveTest
 
extractRequest(String) - Method in class com.objectwave.simpleSockets.ServeHTTPClient
Skip some of the HTTP request header information.
extractStringsDelimiter(String, int) - Static method in class com.objectwave.utility.StringManipulator
Break a string out into a vector, using the parameter 'ch' as a delimeter.
extractStringsDelimiter(String, String) - Static method in class com.objectwave.utility.StringManipulator
 

F

factorial(int) - Static method in class com.objectwave.utility.Combinatoric
 
FACTORY_INITIAL - Static variable in class com.objectwave.naming.ContextFactory
 
FACTORY_URL_PKG - Static variable in class com.objectwave.naming.ContextFactory
 
fax - Variable in class com.objectwave.persist.examples.TestPerson
 
fax - Variable in class com.objectwave.persist.examples.TestEntity
 
fax - Variable in class com.objectwave.persist.examples.TestCompany
 
fds - Variable in class com.objectwave.transactionalSupport.ObjectEditor
 
FieldInfo - class com.objectwave.classFile.FieldInfo.
This class defines a FieldInfo in the class file.
FieldInfo() - Constructor for class com.objectwave.classFile.FieldInfo
 
fieldIsConstrained(String) - Method in class com.objectwave.persist.SQLQuery
Determine if there is a constraint assigned for the provided field name.
FieldLayout - class com.objectwave.tools.propertyEditor.FieldLayout.
 
FieldLayout() - Constructor for class com.objectwave.tools.propertyEditor.FieldLayout
 
FieldLayout(int, int) - Constructor for class com.objectwave.tools.propertyEditor.FieldLayout
 
FieldLayoutTest - class com.objectwave.tools.propertyEditor.FieldLayoutTest.
 
FieldLayoutTest() - Constructor for class com.objectwave.tools.propertyEditor.FieldLayoutTest
 
FieldPanel - class com.objectwave.tools.propertyEditor.FieldPanel.
 
FieldPanel(String) - Constructor for class com.objectwave.tools.propertyEditor.FieldPanel
 
FIELDREF - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
FileBroker - class com.objectwave.persist.broker.FileBroker.
A broker that will write persistent objects out to files.
FileBroker.Test - class com.objectwave.persist.broker.FileBroker.Test.
Unit tests.
FileBroker.Test() - Constructor for class com.objectwave.persist.broker.FileBroker.Test
 
FileBroker() - Constructor for class com.objectwave.persist.broker.FileBroker
Initialize the local variables.
FileClassLoader - class com.objectwave.customClassLoader.FileClassLoader.
Loads class bytes from a file.
FileClassLoader(String) - Constructor for class com.objectwave.customClassLoader.FileClassLoader
Attempts to load from a local file using the relative "filePrefix", ie starting at the current directory.
fileFetch(String) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Not the most efficient way to serve a file to the browser, but this should not be used under heavy load.
FileFinder - class com.objectwave.utility.FileFinder.
Useful for doing directory listings or locating a specific file.
FileFinder.Test - class com.objectwave.utility.FileFinder.Test.
 
FileFinder.Test() - Constructor for class com.objectwave.utility.FileFinder.Test
 
FileFinder() - Constructor for class com.objectwave.utility.FileFinder
Constructor for the FileFinder object
FileFinder(File) - Constructor for class com.objectwave.utility.FileFinder
Constructor for the FileFinder object
FileFinderUI - class com.objectwave.tools.viewUtility.FileFinderUI.
Utility class to get an output or input stream for files.
FileFinderUI() - Constructor for class com.objectwave.tools.viewUtility.FileFinderUI
FileFinderUI constructor comment.
FileHandler - class com.objectwave.simpleSockets.FileHandler.
Use the class as a parameter to SimpleHTTP to create a trivial web server.
FileHandler() - Constructor for class com.objectwave.simpleSockets.FileHandler
 
FileList - class com.objectwave.utility.FileList.
This type was created in VisualAge.
FileList() - Constructor for class com.objectwave.utility.FileList
FileList constructor comment.
FileList(Object[]) - Constructor for class com.objectwave.utility.FileList
 
FileLock - class com.objectwave.utility.FileLock.
Write an int to the head of a RandomAccessFile to mark it as locked.
FileLock() - Constructor for class com.objectwave.utility.FileLock
 
FileMakerBroker - class com.objectwave.persist.broker.FileMakerBroker.
This will be the place for FileMaker specific implementation issues.
FileMakerBroker() - Constructor for class com.objectwave.persist.broker.FileMakerBroker
 
FileMakerObjectFormatter - class com.objectwave.persist.broker.FileMakerObjectFormatter.
This class converts data from Java type to FileMakerPro type.
FileMakerObjectFormatter() - Constructor for class com.objectwave.persist.broker.FileMakerObjectFormatter
Constructor for the FileMakerObjectFormatter object
filename - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
fileName - Variable in class com.objectwave.templateMerge.KnownTemplates
 
FileObjectFormatter - class com.objectwave.persist.file.FileObjectFormatter.
Convert the data to a file friendly format.
FileObjectFormatter() - Constructor for class com.objectwave.persist.file.FileObjectFormatter
 
filePos - Variable in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Field
filePos - Variable in class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
FilePropertyDetail - class com.objectwave.persist.properties.FilePropertyDetail.
 
FilePropertyDetail() - Constructor for class com.objectwave.persist.properties.FilePropertyDetail
Constructor for the FilePropertyDetail object
FilePropertySource - class com.objectwave.persist.properties.FilePropertySource.
Generated by Java Grinder This class is stateless and really acts like a finder for property support.
FilePropertySource.Test - class com.objectwave.persist.properties.FilePropertySource.Test.
 
FilePropertySource.Test() - Constructor for class com.objectwave.persist.properties.FilePropertySource.Test
 
FilePropertySource() - Constructor for class com.objectwave.persist.properties.FilePropertySource
Constructor for the FilePropertySource object
FileQuery - class com.objectwave.persist.file.FileQuery.
Description: Process SQLQueries to find data in our dbf files.
FileQuery.MyIterator - class com.objectwave.persist.file.FileQuery.MyIterator.
 
FileQuery.MyIterator() - Constructor for class com.objectwave.persist.file.FileQuery.MyIterator
 
FileQuery() - Constructor for class com.objectwave.persist.file.FileQuery
Used for creating test instances.
FileQuery(SQLQuery, DbFile, ObjectBuilder) - Constructor for class com.objectwave.persist.file.FileQuery
 
fill - Variable in class com.objectwave.viewUtility.FlexGridColumn
 
fill_arrowhead(int, int, int, int, int, int, double, Graphics) - Static method in class com.objectwave.viewUtility.DrawRoutines
Draw a filled arrowhead polygon at the second end of the given line (this does not draw the line).
fillBuffer() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
fillDomainObject() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
Subclass me to fill my values when my screen has changed.
fillinsSelected(Object[]) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
fillProperties(Properties) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Copy the values out of our model into the parameter.
fillSubject() - Method in class com.objectwave.appArch.gui.EditModel
 
FinalClass - class com.objectwave.persist.bcel.FinalClass.
This class will create the glue linking the persistence support to any random domain object.
FinalClass(Class, String) - Constructor for class com.objectwave.persist.bcel.FinalClass
Constructor for the FinalClass object
finalDef - Variable in class com.objectwave.sourceModel.ClassSpec
 
finalize() - Method in class com.objectwave.persist.broker.RDBConnection
Disconnect from database if not already done.
finalize() - Method in class com.objectwave.printerSupport.Printer
 
finalize() - Method in class com.objectwave.simpleSockets.ClientSocket
 
finalize() - Method in class com.objectwave.utility.Timer
 
finalize() - Method in class com.objectwave.utility.ThreadPoolManager
If we get garbaged collected, shutdown the thread pool.
finalize() - Method in class com.objectwave.appArch.AsynchStatusManager
 
finalize() - Method in class com.objectwave.appArch.ApplicationBootstrap
I'm not sure you want to do this.
finalize() - Method in class com.objectwave.crypto.SquareOfb
 
finalize() - Method in class com.objectwave.crypto.SquareCts
 
finalize() - Method in class com.objectwave.crypto.SquareCfb
 
finalize() - Method in class com.objectwave.crypto.SquareCbc
 
find() - Method in class com.objectwave.persist.SQLQuery
Return a collection of persistent objects of the type of this current query's subject.
find() - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Execute the query.
find(SQLQuery) - Method in interface com.objectwave.persist.Broker
The return type of object allows the support of multiple collection types.
find(SQLQuery) - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
find(SQLQuery) - Method in interface com.objectwave.persist.bean.JGrinderQuery
 
find(SQLQuery) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
find(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
Find all objects matching the passed search criteria.
find(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
find(SQLQuery) - Method in class com.objectwave.persist.broker.NullBroker
 
find(SQLQuery) - Method in class com.objectwave.persist.broker.FileBroker
The return type of object allows the support of multiple collection types.
find(String) - Static method in class com.objectwave.persist.value.ValueConstructor
 
find(String, Persistence) - Static method in class com.objectwave.persist.value.ValueConstructor
 
find(URL) - Static method in class com.objectwave.persist.value.ValueConstructor
 
find(URL, Persistence) - Static method in class com.objectwave.persist.value.ValueConstructor
 
findAttributes(SQLQuery, String[]) - Method in interface com.objectwave.persist.Broker
 
findAttributes(SQLQuery, String[]) - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
findAttributes(SQLQuery, String[]) - Method in interface com.objectwave.persist.bean.JGrinderQuery
 
findAttributes(SQLQuery, String[]) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
findAttributes(SQLQuery, String[]) - Method in class com.objectwave.persist.broker.RDBBroker
Used to optimize large queries.
findAttributes(SQLQuery, String[]) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
findAttributes(SQLQuery, String[]) - Method in class com.objectwave.persist.broker.NullBroker
 
findAttributes(SQLQuery, String[]) - Method in class com.objectwave.persist.broker.FileBroker
 
findAttributes(String[]) - Method in class com.objectwave.persist.SQLQuery
Return a vector of Object [].
findAttributeValue(Persistence, String) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
findClass(String) - Method in class com.objectwave.persist.bcel.MyLoader
 
findClass(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
 
findCollection() - Method in class com.objectwave.persist.SQLQuery
Return a collection of persistent objects of the type of this current query's subject.
findCollection(Class) - Method in class com.objectwave.persist.SQLQuery
Return a collection of persistent objects of the type of this current query's subject.
findColumnMap(String) - Method in interface com.objectwave.persist.RDBPersistence
From the provided path, find the Attribute type column it represents.
findColumnMap(String) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
From the provided path, find the Attribute type column it represents.
findColumnName(Persistence, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Find the aliased column name that matchs the path.
findColumnName(Persistence, String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Find the aliased column name that matchs the path.
findColumnSqlTypes(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
Determine the sql types of each column that will be a part of the query.
findEndTag(char[], int, int) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Find the next endTag, after matching nested pairs of beginTag, endTag.
findExecSql(SQLAssembler) - Method in class com.objectwave.persist.broker.RDBConnection
Used for executing any sql query statement.
findExecSql(SQLAssembler, boolean) - Method in class com.objectwave.persist.broker.RDBConnection
Used for executing any sql query statement.
findField(String) - Method in class com.objectwave.persist.constraints.Constraint
 
findFirstOf(char[], String, int, int) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Provide a custom method to find substrings in a char array.
findIdentifier(String, JavaClassDef) - Method in class com.objectwave.sourceModel.JavaModel
Try to find a 'JavaClassInfo' for the specified identifier.
findIn(Persistence) - Method in class com.objectwave.persist.SQLQuery
 
findMatch(AttributeTypeColumn[], Persistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The collection of types may contain a reference to the argument.
findMethod(String, Class) - Method in class com.objectwave.utility.ReflectiveHelper
Find the method called get so we can set the value.
findMethod(String, Class, Class) - Method in class com.objectwave.utility.ReflectiveHelper
Find the method called set so we can set the value.
findMutatorMethod(Object, String) - Method in class com.objectwave.configuration.xml.ObjectBuilder
Find a method called methodName.
findParentFrame(Component) - Static method in class com.objectwave.viewUtility.WidgetFunctions
A handy method to find the first ancestor of "component" which is a Frame.
findResults(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
This is the entry point for the find.
findSession(Xid) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
findSymbolInstance(String, String, int) - Method in class com.objectwave.utility.SymbolReplacer
 
findUnique() - Method in class com.objectwave.persist.SQLQuery
Find the one and only one persistent object that matches our Query conditions.
findUnique(SQLQuery) - Method in interface com.objectwave.persist.Broker
 
findUnique(SQLQuery) - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
findUnique(SQLQuery) - Method in interface com.objectwave.persist.bean.JGrinderQuery
 
findUnique(SQLQuery) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
findUnique(SQLQuery) - Method in class com.objectwave.persist.broker.RDBBroker
Find the one, and only one, object matching the search criteria.
findUnique(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
findUnique(SQLQuery) - Method in class com.objectwave.persist.broker.NullBroker
 
findUnique(SQLQuery) - Method in class com.objectwave.persist.broker.FileBroker
 
findValueToSet(String, Properties, String) - Method in class com.objectwave.configuration.DefaultConfigurationService
In the following example assume an attributeName of 'host' and a categoryId of 'com.objectwave.configuration.MyClass'.
finishBuildingQuery(SQLQuery, SQLSelect) - Method in class com.objectwave.persist.broker.RDBBroker
 
finishedClicked() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Attempt to close the Window.
finishParsing(String) - Method in class com.objectwave.sourceParser.CommentParser
The main entry point.
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.VariableDefParser
 
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.StaticDefParser
 
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.PackageDefParser
Parse until the ';'.
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.ObjectInitParser
 
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.MethodDetailParser
 
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.MethodDefParser
At the point this method is called, the parser has identified the method up to the opening '(' character.
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.ImportDefParser
Finish parsing the import.
finishParsing(StringBuffer, String[], Reader) - Method in class com.objectwave.sourceParser.ClassSpecParser
Attempt to successfully complete the parsing of a class definition.
finishParsing(StringBuffer, String[], Reader) - Method in interface com.objectwave.sourceParser.ClassParser
We've accepted ownership of parsing ths source code, now finish the job.
fireActionPerformed(ActionEvent) - Method in class com.objectwave.uiWidget.StateCheckBox
 
fireDataAvailable(String, Object) - Method in class com.objectwave.event.PacketSupport
 
fireDataAvailable(String, Object) - Method in interface com.objectwave.event.PacketProducerIF
 
fireDataAvailable(String, Object) - Method in class com.objectwave.appArch.EventSupport
 
fireDataChanged(String, Object, Object) - Method in class com.objectwave.event.PacketSupport
 
fireDataChanged(String, Object, Object) - Method in interface com.objectwave.event.PacketProducerIF
 
fireDataChanged(String, Object, Object) - Method in class com.objectwave.appArch.EventSupport
 
fireDataRequest(String, Object) - Method in class com.objectwave.event.PacketSupport
 
fireDataRequest(String, Object) - Method in interface com.objectwave.event.PacketProducerIF
 
fireDataRequest(String, Object) - Method in class com.objectwave.appArch.EventSupport
 
fireEvent(Class, String, Object) - Method in class com.objectwave.event.ObjectListenerList
Basically, find any Object of type listenerClass.
fireEvent(EventObject) - Method in class com.objectwave.event.SimplePacketSupport
Thread safe dispatching of an event.
fireInsertedEvent(TreeModelEvent) - Method in class com.objectwave.persist.gui.DeleteTree
 
fireInsertedEvent(TreeModelEvent) - Method in class com.objectwave.utility.TreeCollection
 
fireLoginEvent(LoginEvent) - Method in class com.objectwave.uiWidget.LoginDialog
 
fireObjectAccessEvent(ObjectAccessEvent) - Method in class com.objectwave.transactSecurity.AccessSecurityManager
Notify all listeners of an ObjectAccessEvent.
firePacket(PacketEvent) - Method in class com.objectwave.event.PacketSupport
Thread safe dispatching of an event.
firePacket(PacketEvent) - Method in interface com.objectwave.event.PacketProducerIF
 
firePacket(PacketEvent) - Method in class com.objectwave.appArch.EventSupport
 
firePropertyChange(String, Object, Object) - Method in class com.objectwave.utility.FileList
 
firePropertyChange(String, Object, Object) - Method in class com.objectwave.appArch.UIManager
 
firePropertyChange(String, Object, Object) - Method in class com.objectwave.appArch.EventSupport
 
firePropertyChange(String, Object, Object) - Method in class com.objectwave.tools.JavaDocSearchPanel
The firePropertyChange method was generated to support the propertyChange field.
firePropertyChange(String, Object, Object) - Method in class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
Support for reporting bound property changes.
fireSelectionEvent() - Method in class com.objectwave.uiWidget.JGraph
 
fireSelectionValueChanged(int, int, boolean) - Method in class com.objectwave.uiWidget.ComponentList
This method notifies JList ListSelectionListeners that the selection model has changed.
fireStatusEvent(Object, String) - Method in class com.objectwave.event.StatusManager
Convience method to fire an informational status event.
fireStatusEvent(Object, String, boolean) - Method in class com.objectwave.appArch.AsynchStatusManager
Convience method to fire an informational status event.
fireStatusEvent(StatusEvent) - Method in class com.objectwave.event.StatusManager
 
fireStatusEvent(StatusEvent, boolean) - Method in class com.objectwave.appArch.AsynchStatusManager
 
fireStatusEvent(String) - Static method in class com.objectwave.event.StatusManager
The MOST convient method in the bunch.
fireTableChanged(TableModelEvent) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
fireTableDataChanged() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
fireTableStructureChanged() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
fireTreeNodesChanged(TreeModelEvent) - Method in class com.objectwave.persist.gui.DeleteTree
e.path() returns the path the parent of the changed node(s).
fireTreeNodesChanged(TreeModelEvent) - Method in class com.objectwave.utility.TreeCollection
e.path() returns the path the parent of the changed node(s).
fireTreeNodesRemoved(TreeModelEvent) - Method in class com.objectwave.persist.gui.DeleteTree
 
fireTreeStructureChanged(TreeModelEvent) - Method in class com.objectwave.persist.gui.DeleteTree
 
fireVetoableChange(String, Object, Object) - Method in class com.objectwave.appArch.UIManager
 
first - Variable in class com.objectwave.utility.Pair
 
first(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Flips to the first card of the container.
firstElement() - Method in interface com.objectwave.persist.CollectionAdapter
 
firstElement() - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
 
firstElement() - Method in class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
 
firstElement() - Method in class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
 
firstElement() - Method in class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
 
firstElement() - Method in class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
 
firstNonBlankLine(String, LineNumberReader) - Method in class com.objectwave.tools.MethodBuilder
Starting with the varDecl parameter, find the fist non blank line in the rdr.
fixUpCode(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
If this method is copied into another class, it may become necessary to fix up all references to the constants in the original pool.
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.MethodInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.FieldInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ExceptionAttributeInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ConstantValueAttributeInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
 
fixUpConstants(ClassFile, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.AttributeInfo
 
fkLink - Variable in class com.objectwave.persist.examples.ManySideTwo
 
FlexGridColumn - class com.objectwave.viewUtility.FlexGridColumn.
Defines the constraints for a column of components in a FlexGridLayout container.
FlexGridColumn() - Constructor for class com.objectwave.viewUtility.FlexGridColumn
FlexGridColumn constructor comment.
FlexGridLayout - class com.objectwave.viewUtility.FlexGridLayout.
This is a new layout manager which targets the problem of laying out columns of components.
FlexGridLayout() - Constructor for class com.objectwave.viewUtility.FlexGridLayout
Empty constructor for FlexGridLayout.
FlexGridLayout(FlexGridColumn[]) - Constructor for class com.objectwave.viewUtility.FlexGridLayout
Constructor for FlexGridLayout which defines the column constraints.
FlexGridLayout(int) - Constructor for class com.objectwave.viewUtility.FlexGridLayout
This constructor will initialize numColumns column constraints, using FlexGridColumn's default values.
FLOAT - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
floatValue(String) - Static method in class com.objectwave.utility.StringManipulator
Return the string as a float.
flush() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
flush() - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
flush() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
flush() - Method in class com.objectwave.crypto.CryptoOutputStream
Flush the stream.
flushQueue() - Method in class com.objectwave.utility.Timer
Stop notifying the action listeners with actionEvents.
focusedItemValue - Variable in class com.objectwave.uiWidget.JGraph
 
focusGained(FocusEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
focusGained(FocusEvent) - Method in class com.objectwave.viewUtility.TextFieldChangeListener
When the control gains focus, 'remember' the current field text.
focusGained(FocusEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
 
focusLost(FocusEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent) - Method in class com.objectwave.viewUtility.TextFieldChangeListener
When the control loses focus, and the event has not been handled, call the onChange method.
focusLost(FocusEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
 
forceCommit() - Method in class com.objectwave.persist.BrokerTransactionLog
 
forceCommit() - Method in class com.objectwave.transactionalSupport.TransactionLog
Commit the values ignoring any transaction conflicts.
forceLoadClass(String) - Method in class com.objectwave.customClassLoader.FileClassLoader
 
forceRoot(Vector) - Method in class com.objectwave.persist.gui.DeleteTree
Force the root to contain the vector of children.
FOREIGN - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
foreignKeyBackRef(RDBPersistence) - Method in interface com.objectwave.persist.RDBPersistence
 
foreignKeyBackRef(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Find my instance link reference to the arguments foreign key reference.
foreignKeyJoinColumn(RDBPersistence, Field) - Method in interface com.objectwave.persist.RDBPersistence
 
foreignKeyJoinColumn(RDBPersistence, Field) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The foreignKeyJoin value is almost always the primaryKeyField of the other object.
foreignKeyJoinData(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The foreignKeyJoin value is almost always the primaryKeyField of the other object.
FOREVER - Static variable in class com.objectwave.utility.Timer
Description of the Field
forget(Xid) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
formatCategory(String) - Method in class com.objectwave.logging.ConsoleImpl
Decorate the text with any tracing information.
formatCategory(String) - Method in class com.objectwave.logging.log4j.Log4jImpl
Decorate the text with any tracing information.
formatClassName(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
 
formatClassName(String) - Method in class com.objectwave.socketClassServer.ServeClassRequest
Map the package name to the class.
formatColumnList(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
formatColumnList(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLInsert
The column portion of an insert statement.
formatCommands(TreeCollection, StringBuffer) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Format the BODY portion of the HTML document for all of the commands.
formatDate(Date, StringBuffer) - Method in class com.objectwave.persist.broker.OracleObjectFormatter
 
formatDate(Date, StringBuffer) - Method in class com.objectwave.persist.broker.FileMakerObjectFormatter
format the Date
formatDate(Date, StringBuffer) - Method in class com.objectwave.persist.broker.AccessObjectFormatter
Format for Access based dates.
formatDate(Date, StringBuffer) - Method in class com.objectwave.utility.ObjectFormatter
To facilitate overriding of this method, the formatting is broken out.
formatForUpdateClause(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
 
formatHTMLHeader(InputStream) - Static method in class com.objectwave.simpleSockets.ServeHTTPClient
Override this method to process your request.
formatMessage(String) - Method in class com.objectwave.logging.ConsoleImpl
 
formatMethod(String, String[], String) - Static method in class com.objectwave.sourceGenerator.ClassInformation
 
formatName(String) - Method in class com.objectwave.classFile.MethodInfo
Strip the '/' characters and replace them with '.'.
formatOrderBy(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
The point at which the order by portion of the Sql statement is added to our statement.
formatSelectList(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Format the beginning of the select statement.
formatSerializable(Serializable, StringBuffer) - Method in class com.objectwave.persist.broker.OracleObjectFormatter
To facilitate overriding of this method, the formatting is broken out.
formatSerializable(Serializable, StringBuffer) - Method in class com.objectwave.utility.ObjectFormatter
To facilitate overriding of this method, the formatting is broken out.
formatString(String) - Method in class com.objectwave.persist.constraints.Constraint
This is to abstract the need to get input in the correct format for a given field object, based on the class of the field indicated by getField() and getPersistence().
formatTable(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
Simply place the table name upon the provided StringBuffer.
formatTable(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLInsert
Simply add "INTO tableName" to the provided StringBuffer.
formatTable(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
formatTableList(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Format the list of tables that will be participating in this query.
formatTime(Time, StringBuffer) - Method in class com.objectwave.persist.broker.FileMakerObjectFormatter
format the Time
formatTitle(String) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
formatURL(URL) - Method in class com.objectwave.customClassLoader.FileClassLoader
 
formatValue(Object) - Method in class com.objectwave.utility.ObjectFormatter
Convert the Object to a string.
formatValue(Object, StringBuffer) - Method in class com.objectwave.persist.broker.FileMakerObjectFormatter
Override the super's method
formatValue(Object, StringBuffer) - Method in class com.objectwave.persist.file.FileObjectFormatter
Don't use superfulous tick ' characters.
formatValue(Object, StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLObject
Use the default object formatter is none is set.
formatValue(Object, StringBuffer) - Method in class com.objectwave.utility.ObjectFormatter
Common formatting routine used by most of the sqlAssembler objects.
formatValueList(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLInsert
The values portion of an insert statement.
formatWhereClause(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
Add the required where clause elements for this update.
formatWhereClause(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Constrain the result set with the where clause elements.
formatWhereClause(StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
formatWhereClauseElement(Pair, StringBuffer) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
Format the where clause to be like 'columnName = objectValue'.
forName(String) - Method in class com.objectwave.persist.xml.XMLDecoder
 
founders - Variable in class com.objectwave.persist.xml.TestXMLCompany
 
foundSymbolIdx - Variable in class com.objectwave.utility.SymbolReplacer
 
freeConnection() - Method in class com.objectwave.persist.broker.RDBConnection
Every connection is associated with a particular thread.
freeConnection(RDBConnection, Connection) - Method in interface com.objectwave.persist.broker.SqlConnectionFactory
Release the connection back into the wild.
freeConnection(RDBConnection, Connection) - Method in class com.objectwave.persist.broker.EjbConnectionSource
 
freeConnection(RDBConnection, Connection) - Method in class com.objectwave.persist.broker.DefaultConnectionSource
 
freeNormalConnection(RDBConnection, Connection) - Method in class com.objectwave.persist.broker.AbstractConnectionFactory
 
fromString(String) - Method in class com.objectwave.persist.constraints.CrossField
 
fromString(String) - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
fromString(String) - Method in class com.objectwave.persist.constraints.ConstraintIsNull
 
fromString(String) - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
fromString(String) - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
fromString(String) - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
fromString(String) - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
fromString(String) - Method in class com.objectwave.persist.constraints.Constraint
Parse the string.
fullText - Variable in class com.objectwave.sourceModel.CommentElement
 
fullText - Variable in class com.objectwave.sourceModel.ClassSpec
 
FunLayout - class com.objectwave.viewUtility.FunLayout.
 
FunLayout() - Constructor for class com.objectwave.viewUtility.FunLayout
 

G

Gateway - class com.objectwave.simpleSockets.Gateway.
A server that can sit between a client and a server to look like that server.
Gateway() - Constructor for class com.objectwave.simpleSockets.Gateway
 
Gateway(int) - Constructor for class com.objectwave.simpleSockets.Gateway
 
generateAge() - Method in class com.objectwave.persist.bcel.examples.Person
 
generateAge() - Method in class com.objectwave.persist.examples.InvertPerson
 
generateBody(String, ClassSpec) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
 
generateClassHeader(MergeTemplate) - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
 
generateClose(String, ClassSpec, boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the supplied template.
generateFile() - Method in class com.objectwave.utility.TempFileGenerator
Create a unique filename, create a file, and return the File object.
generateFile(String) - Method in class com.objectwave.utility.TempFileGenerator
Create a filename, create a file, and return the File object.
generateFileName() - Method in class com.objectwave.utility.TempFileGenerator
Return a filename that's guaranteed not to exist.
generateFileName(String) - Method in class com.objectwave.utility.TempFileGenerator
Generate a non-random filename (dir+base+mid+suffix)
generateForOn(Object, OutputStream) - Method in class com.objectwave.templateMerge.MergeTemplate
SourceCodeGeneration entry point.
generateHeader(MergeTemplate, ClassSpec) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the supplied template.
generateHeader(String, ClassSpec) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the supplied template.
generateId() - Method in class com.objectwave.persist.bcel.examples.Employee
 
generateId() - Method in class com.objectwave.persist.examples.InvertEmployee
 
generateImportTemplate(String) - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
Get the sourceCodeTemplate with the provided name.
generateInsertValues(RDBPersistence) - Method in class com.objectwave.persist.broker.RDBBroker
The default behavior is to generate insert values (the primary key ) prior to actually doing the insert.
generateInsertValues(RDBPersistence) - Method in class com.objectwave.persist.broker.AccessBroker
Override the default behavior since we can not determine pkey prior to insert.
generateNextAlias() - Static method in class com.objectwave.persist.sqlConstruction.SQLSelect
Create new alias and return it.
generateRandomLevel() - Method in class com.objectwave.utility.SkipListMap
 
generateStubs(MethodDef[], boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
This can be used to basically 'clone' a class.
generateTemplate(MergeTemplate) - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
A main entry point for import generation.
generateTemplate(MergeTemplate, boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
 
generateTemplate(MergeTemplate, ClassSpec, boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the supplied template.
generateTemplate(String) - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
A main entry point for import generation.
generateTemplate(String) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
 
generateTemplate(String, boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
This is expecting that the template in question will generate a method.
generateTemplate(String, ClassSpec) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the supplied template.
generateTemplate(String, ClassSpec, boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the supplied template.
GenerateTemplateInto - class com.objectwave.tools.GenerateTemplateInto.
Used to add the method signatures from one class to another class.
GenerateTemplateInto() - Constructor for class com.objectwave.tools.GenerateTemplateInto
 
generateTemplates(MergeTemplate[], String) - Method in class com.objectwave.tools.GenerateTemplateInto
 
generateTemplates(MergeTemplate[], String, String, String) - Method in class com.objectwave.tools.GenerateTemplateInto
Generate the templates into the body or header of the target class.
Generator - class com.objectwave.persist.bcel.Generator.
 
Generator.Test - class com.objectwave.persist.bcel.Generator.Test.
 
Generator.Test() - Constructor for class com.objectwave.persist.bcel.Generator.Test
 
Generator() - Constructor for class com.objectwave.persist.bcel.Generator
 
generators - Static variable in class com.objectwave.utility.ScalarTypeFactory
 
genericCopy(ClassFile, ClassFile) - Method in class com.objectwave.classFile.ChangeClass
Copy all of the constants from on class to another.
GenericTableModel - class com.objectwave.tools.viewUtility.GenericTableModel.
 
GenericTableModel.Column - class com.objectwave.tools.viewUtility.GenericTableModel.Column.
 
GenericTableModel() - Constructor for class com.objectwave.tools.viewUtility.GenericTableModel
 
genNextAlias() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Create new alias, update this object to know of this new alias, and return the char alias value.
get(Class) - Method in class com.objectwave.persist.broker.ObjectPool
 
get(Class, Object) - Method in class com.objectwave.persist.broker.ObjectPool
Get the entry in the pool with the corresponding class and unique identifier.
get(Field, boolean) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, byte) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, byte) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, byte) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, char) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, char) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, char) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, double) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, double) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, double) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, float) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, float) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, float) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, int) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, int) - Method in class com.objectwave.transactionalSupport.ObjectEditor
No longer uses the convience method.
get(Field, int) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, long) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, long) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, long) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
This is how we manage our proxies.
get(Field, Object) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, Object) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, Object) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, short) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
get(Field, short) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(Field, short) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Field, String) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
get(int, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, byte) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, char) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, double) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, float) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, int) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
No longer uses the convience method.
get(int, long) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, Object) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, short) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(int, String) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
get(Object) - Method in class com.objectwave.utility.TreeCollection
Returns the children at the specified key.
get(Object) - Method in class com.objectwave.utility.SkipListMap
 
get(Object) - Method in class com.objectwave.utility.OrderedVector
Get may seem like an odd function...I mean, if you have the object for the get param, I shouldn't need to get the object.
getAcceptNegatives() - Method in class com.objectwave.utility.StringCalculator.ParseNumber
 
getAccessor() - Method in class com.objectwave.transactionalSupport.ObjectModified
 
getAccessRights(Object, Object) - Method in class com.objectwave.appArch.security.SecuritySupport
Thread safe dispatching of an event.
getAccessRights(Object, Object) - Method in interface com.objectwave.appArch.security.SecurityListener
Return the access rights granted by this security listener.
getAccessRights(Object, Object) - Method in class com.objectwave.appArch.security.SecurityController
Thread safe dispatching of an event.
getActionCommand() - Method in class com.objectwave.uiWidget.StateCheckBox
 
getActions() - Method in class com.objectwave.tools.propertyEditor.JConfigure
By using actions to describe the input points, this will facilitate the creation of buttons or menu items.
getActions() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
These are the actions of the PropertyWizard.
getActualConnectionFactory() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Get the actual instance - Normal use should get this from the BrokerPropertySource
getActualConverter() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Gets the ActualConverter attribute of the BrokerPropertyDetail object
getActualPersistDriver() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
 
getActualStrategy() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Get an instance of the primary key strategy instead of the name
getAdapter() - Method in interface com.objectwave.persist.Persistence
Gets the Adapter attribute of the Persistence object
getAdapter() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the Adapter attribute of the DomainObject object
getAdapter() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the Adapter attribute of the DomainObject object
getAdapter() - Method in class com.objectwave.persist.examples.DomainObject
Gets the Adapter attribute of the DomainObject object
getAdapter() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the Adapter attribute of the DomainObject object
getAdapter() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Since we are the adapter, we should never have an adapter.
getAdapter() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the Adapter attribute of the DomainObject object
getAdditionalBeanInfo() - Method in class com.objectwave.uiWidget.StatusBarBeanInfo
Gets the AdditionalBeanInfo attribute of the StatusBarBeanInfo object
getAdditionalInfo() - Method in class com.objectwave.persist.QueryException
Additional information may be provided to assist with debugging efforts.
getAddress() - Method in class com.objectwave.persist.xml.TestXMLCompany
Gets the Address attribute of the TestXMLCompany object
getAge() - Method in class com.objectwave.persist.bcel.examples.Person
 
getAge() - Method in class com.objectwave.persist.examples.InvertPersonPersistence
 
getAge() - Method in class com.objectwave.persist.examples.InvertPerson
 
getAge() - Method in class com.objectwave.persist.value.PersonValue
Gets the Age attribute of the PersonValue object
getAge() - Method in class com.objectwave.persist.xml.test.Person
Gets the Age attribute of the Person object
getAlias() - Method in class com.objectwave.persist.constraints.CrossField
 
getAlias() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Alias are used to eliminate problems when the same database column name is found on two tables in a single select statement.
getAlign() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getAlign(boolean) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getAllClasses() - Method in class com.objectwave.sourceModel.JavaClassDef
Get all of the classes declared in this JavaClassDef.
getAllClassInfo() - Method in class com.objectwave.sourceModel.JavaModel
We could probably go stright to the javaInfos hashtable, but that may not be current??? Is this true?
getAllCommands() - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Get the callback commands from the CallbackService.
getAllCommandsHTML() - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Create an HTML body that will represent all of the regestered commands.
getAllFilenames() - Method in class com.objectwave.utility.FileFinder
Starting at the initial file location, search for all filenames matching the pattern string.
getAllFilenames(File) - Method in class com.objectwave.utility.FileFinder
Starting at the initialDirectory location, search for all filenames matching the pattern string.
getAllFilenames(File, boolean) - Method in class com.objectwave.utility.FileFinder
Starting at the initialDirectory location, search for all filenames matching the pattern string.
getAllFilenames(String) - Method in class com.objectwave.utility.FileFinder
Starting at the initialDirectory location, search for all filenames matching the pattern string.
getAllProperties() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
getAllRelations() - Method in class com.objectwave.sourceModel.JavaModel
Like getRelations except it will return all of the relations found in the current model.
getAllTokens() - Static method in class com.objectwave.templateMerge.TokenTableModel
 
getALong() - Method in class com.objectwave.transactionalSupport.ExampleObject
Generated accessors that route get and set methods through our ObjectEditor.
getAnnualIncome() - Method in class com.objectwave.persist.examples.TestPerson
 
getAnnualIncome() - Method in class com.objectwave.persist.examples.TestEntity
 
getAnnualIncome() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the AnnualIncome attribute of the TestXMLPerson object
getAnyOf() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
getAreaCode() - Method in class com.objectwave.persist.value.PersonValue
Gets the AreaCode attribute of the PersonValue object
getArg() - Method in class com.objectwave.sourceModel.TagElement
Gets the Arg attribute of the TagElement object
getArgsClassName(Class) - Method in class com.objectwave.classFile.ChangeClass
 
getArgumentDescriptions() - Method in class com.objectwave.appArch.admin.CallbackHolder
Return the argument descriptions as a string array object
getArguments() - Method in class com.objectwave.appArch.admin.CallbackHolder
Gets the Arguments attribute of the CallbackHolder object
getArgumentTypes() - Method in class com.objectwave.sourceModel.MethodDef
Just string values of the argument types.
getArgumentTypes(String) - Method in class com.objectwave.tools.MethodBuilder
Extract all of the fully qualified class names separated by a ',' and turn them into classes.
getArrayCache() - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
getAssignedTemplate(Object) - Method in class com.objectwave.templateMerge.KnownTemplates
 
getAttribute(int) - Method in class com.objectwave.persist.value.Value
Gets the Attribute attribute of the Value object
getAttribute(String) - Method in class com.objectwave.classFile.ClassFile
Return the attribute named 'name' from the class file.
getAttributeCount() - Method in class com.objectwave.persist.value.Value
Gets the AttributeCount attribute of the Value object
getAttributeCount(RDBPersistence, Object) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Convience method to count the number of pObj attributeColumns.
getAttributeData(Object[], Object[], int, int) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Deprecated. No long used.
getAttributeData(RDBPersistence) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Get the AttributeData from the persistent adapter
getAttributeDescriptions() - Method in interface com.objectwave.persist.RDBPersistence
 
getAttributeDescriptions() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getAttributeDescriptions() - Method in class com.objectwave.persist.mapping.MapInformation
 
getAttributeFullText() - Method in class com.objectwave.sourceModel.ClassSpec
 
getAttributeRelation(String, Field) - Static method in class com.objectwave.persist.AttributeTypeColumn
Convenience method for creating Attribute relations.
getBackRelation() - Method in class com.objectwave.sourceModel.JavaRelation
 
getBackRelation(JavaClassInfo, JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaModel
 
getBatchSize() - Method in class com.objectwave.persist.broker.OracleConnection
Method assumes a check to see if useBatch was null before this method was invoked.
getBeginTag() - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
getBetweenMax() - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
getBetweenMax() - Method in class com.objectwave.persist.value.Constraint
Gets the BetweenMax attribute of the Constraint object
getBetweenMin() - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
getBetweenMin() - Method in class com.objectwave.persist.value.Constraint
Gets the BetweenMin attribute of the Constraint object
getBlock(long) - Method in class com.objectwave.utility.CachedRandomAccessFile
Gets the Block attribute of the CachedRandomAccessFile object
getBody() - Method in class com.objectwave.sourceModel.CommentElement
 
getBody(String) - Method in class com.objectwave.templateMerge.XMLTemplateRead
read a string line by line and write them into a vector
getBody(String) - Method in class com.objectwave.templateMerge.JspStyleRead
read a string line by line and write them into a vector
getBorderInsets(Component) - Method in class com.objectwave.tools.propertyEditor.EdgeBorder
 
getBoss() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getBoss() - Method in class com.objectwave.persist.examples.ExampleEmployee
Gets the Boss attribute of the ExampleEmployee object
getBounds() - Method in class com.objectwave.uiWidget.GraphItem
 
getBroker() - Method in class com.objectwave.persist.SQLQuery
If the broker is explicitly set, use that broker.
getBroker() - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
 
getBroker() - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 
getBroker(String) - Static method in class com.objectwave.persist.BrokerFactory
Get any broker that's been registered via addStaticBroker.
getBrokerGeneratedPrimaryKeys() - Method in interface com.objectwave.persist.RDBPersistence
 
getBrokerGeneratedPrimaryKeys() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getBrokerGeneratedPrimaryKeys() - Method in class com.objectwave.persist.xml.XMLDecoder
 
getBrokerInstances() - Static method in class com.objectwave.persist.BrokerFactory
Gets the BrokerInstances attribute of the BrokerFactory class
getBrokerName() - Method in interface com.objectwave.persist.Persistence
Broker names allow an application to have multiple brokers.
getBrokerName() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Support for individual instances residing in their own brokers.
getBrokerName() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Support for individual instances residing in their own brokers.
getBrokerName() - Method in class com.objectwave.persist.examples.DomainObject
Support for individual instances residing in their own brokers.
getBrokerName() - Method in class com.objectwave.persist.invert.PersistenceBase
Support for individual instances residing in their own brokers.
getBrokerName() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getBrokerName() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Support for individual instances residing in their own brokers.
getBrokerPropertySource() - Method in class com.objectwave.persist.broker.RDBBroker
Does not matter if not synchronized, the source object is stateless.
getBufferedInputStream() - Method in class com.objectwave.simpleSockets.ClientSocket
 
getBufferedOutputStream() - Method in class com.objectwave.simpleSockets.ClientSocket
 
getBufferForTemplate(String, boolean) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Gets the BufferForTemplate attribute of the TemplateGuiVIF object
getBufferForTemplate(String, boolean) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Useful when displaying the way a template will look.
getButtonPanel() - Method in class com.objectwave.persist.gui.SelectAllowableClasses
 
getButtonPanel() - Method in class com.objectwave.uiWidget.LoginDialog
 
getButtonPanel() - Method in class com.objectwave.tools.uiWidget.SelectData
Return a button panel containing an OK and Cancel button.
getButtons() - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
getButtons() - Method in class com.objectwave.viewUtility.VectorToButtons
 
getByteCodeStream(String, String) - Static method in class com.objectwave.classFile.ClassFile
 
getBytesToNextRecord() - Method in class com.objectwave.persist.file.RecordHeader
 
getCallbackNames() - Method in class com.objectwave.appArch.admin.CallbackService
 
getCallbackObject() - Method in class com.objectwave.appArch.admin.CallbackObject
 
getCallbackObject() - Method in class com.objectwave.appArch.admin.CallbackHolder
 
getCapacity() - Method in class com.objectwave.utility.BinaryTree
Sum of all available nodes and all used nodes.
getCatchTypes(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
Null values in the resulting array are legal.
getCategoryId() - Method in class com.objectwave.configuration.BasicPropertySource
Get the default category id that would be generated for this object.
getCategoryId(Object) - Method in class com.objectwave.logging.ConsoleImpl
Categories are identified by the package name of the object.
getCategoryId(Object) - Method in class com.objectwave.logging.log4j.Log4jImpl
Categories are identified by the package name of the object.
getCategoryId(PropertySource) - Method in class com.objectwave.configuration.DefaultConfigurationService
Categories are identified by the full name of the property source object.
getCategoryId(PropertySource) - Method in interface com.objectwave.configuration.ConfigurationService
Gets the CategoryId attribute of the ConfigurationService object
getCategoryId(PropertySource) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
Categories are identified by the full name of the property source.
getCenterComponent() - Method in class com.objectwave.appSupport.OkCancelDetail
 
getCeo() - Method in class com.objectwave.persist.bcel.examples.Company
 
getCeo() - Method in class com.objectwave.persist.examples.ExampleCompany
Gets the Ceo attribute of the ExampleCompany object
getChangedObjects() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Those objects which are believed to have been changed in the current transaction.
getCheckBoxList() - Method in class com.objectwave.utility.FileList
 
getChild(Object, int) - Method in class com.objectwave.persist.gui.DeleteTree
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class com.objectwave.utility.TreeCollection
 
getChild(String) - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeNode
 
getChildConstraintFor(String) - Method in class com.objectwave.persist.SQLQuery
How do we deal with multiple constraints on a given field? Answer: we don't.
getChildCount(Object) - Method in class com.objectwave.persist.gui.DeleteTree
Returns the number of children of parent .
getChildCount(Object) - Method in class com.objectwave.utility.TreeCollection
 
getChildElements() - Method in class com.objectwave.sourceModel.PackageDef
This class will never have child elements.
getChildElements() - Method in class com.objectwave.sourceModel.CommonDef
 
getChildElements() - Method in class com.objectwave.sourceModel.CommentElement
getChildElements method comment.
getChildElements() - Method in class com.objectwave.sourceModel.ClassSpec
 
getChildElements() - Method in interface com.objectwave.sourceModel.ClassElement
 
getChildSessionCount() - Method in class com.objectwave.transactionalSupport.Session
Returns the number of child sessions currently associated to this session.
getChoiceList() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
getChoices() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
getChosen() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
getChosenList() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
getClassDependencies() - Method in class com.objectwave.classFile.ClassFile
 
getClassDescription() - Method in interface com.objectwave.persist.RDBPersistence
 
getClassDescription() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The mi contains the vector for the defined class.
getClassDescription() - Method in class com.objectwave.persist.mapping.MapInformation
 
getClassDescriptor() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
getClassDescriptor() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
getClassDescriptor() - Method in class com.objectwave.persist.examples.DomainObject
Use an instance method to access a static variable.
getClassDescriptor() - Method in class com.objectwave.persist.invert.PersistenceBase
 
getClassDescriptor() - Method in class com.objectwave.persist.xml.TestXMLPerson
Use an instance method to access a static variable.
getClassDescriptor() - Method in class com.objectwave.persist.xml.TestXMLCompany
Use an instance method to access a static variable.
getClassDescriptor() - Method in class com.objectwave.persist.xml.test.Person
Use an instance method to access a static variable.
getClassElement() - Method in class com.objectwave.sourceGenerator.ClassInformation
If we don't have one we we started with, well, then create one from the values that have been set.
getClasses() - Static method in class com.objectwave.persist.constraints.ConstraintFactory
 
getClassName() - Method in class com.objectwave.classFile.MethodReference
 
getClassName() - Method in class com.objectwave.classFile.ClassFile
 
getClassName() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getClassName() - Method in class com.objectwave.sourceModel.ClassSpec
 
getClassNames() - Method in class com.objectwave.sourceModel.JavaModel
 
getClassSpec() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getClassSpec(ClassElement[]) - Method in class com.objectwave.tools.MetaModel
A helper routine to get the class spec in the collection of ClassElements
getClientServer(SimpleServer, int) - Method in class com.objectwave.simpleSockets.SimpleServer
Override this method if you don't want to do anything special with the handling of clients.
getClientServer(SimpleServer, int, Thread) - Method in class com.objectwave.simpleSockets.WatchdogServer
Override this method if you don't want to do anything special with the handling of clients.
getClientServer(SimpleServer, int, Thread) - Method in class com.objectwave.simpleSockets.SimpleServer
 
getClientServer(SimpleServer, int, Thread) - Method in class com.objectwave.simpleSockets.SimpleHTTP
Override this method if you don't want to do anything special with the handling of clients.
getClientServer(SimpleServer, int, Thread) - Method in class com.objectwave.simpleSockets.Gateway
Override this method if you don't want to do anything special with the * handling of clients.
getClientServer(SimpleServer, int, Thread) - Method in class com.objectwave.socketClassServer.ObjectServer
All of the real work is done by another class.
getClientThreadPriority() - Method in class com.objectwave.simpleSockets.SimpleServer
Gets the ClientThreadPriority attribute of the SimpleServer object
getCodeAttributeInfo() - Method in class com.objectwave.classFile.MethodInfo
A null value as a result means that the code could not be located.
getCollectionAdapter() - Method in class com.objectwave.persist.SQLQuery
Used when building result sets.
getCollectionAdapter() - Method in class com.objectwave.persist.AttributeTypeColumn
 
getCollectionAdapter(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Get the collection adapter specified in the query.
getCollectionChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
getCollectionChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
getCollectionDescriptions() - Method in interface com.objectwave.persist.RDBPersistence
 
getCollectionDescriptions() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getCollectionDescriptions() - Method in class com.objectwave.persist.mapping.MapInformation
 
getCollectionObject() - Method in interface com.objectwave.persist.CollectionAdapter
Get the actual collection object.
getCollectionObject() - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
Get the actual collection object.
getCollectionObject() - Method in class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
Get the actual collection object.
getCollectionObject() - Method in class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
Get the actual collection object.
getCollectionObject() - Method in class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
Get the actual collection object.
getCollectionObject() - Method in class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
Get the actual collection object.
getCollectionQueries() - Method in interface com.objectwave.persist.RDBPersistence
 
getCollectionQueries() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getCollectionRelation(Class, Field) - Static method in class com.objectwave.persist.AttributeTypeColumn
Convenience method for creating Collection relations.
getCollectionTypeClassName() - Method in class com.objectwave.sourceModel.JavaAssociation
 
getCollectionTypes(RDBPersistence) - Method in interface com.objectwave.persist.RDBPersistence
 
getCollectionTypes(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Default is to return the collectionDescriptions.
getColor() - Method in class com.objectwave.uiWidget.GraphItem
 
getColumn(int) - Method in class com.objectwave.viewUtility.FlexGridLayout
Access the index'th column's constraints.
getColumnClass(int) - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Returns the lowest common denominator Class in the column.
getColumnClass(int) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
getColumnClass(int) - Method in class com.objectwave.templateMerge.TokenTableModel
 
getColumnClass(int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getColumnCount() - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Returns the number of columns managed by the data source object.
getColumnCount() - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
getColumnCount() - Method in class com.objectwave.templateMerge.TokenTableModel
 
getColumnCount() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getColumnList() - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 
getColumnName() - Method in class com.objectwave.persist.AttributeTypeColumn
Gets the ColumnName attribute of the AttributeTypeColumn object
getColumnName() - Method in class com.objectwave.persist.broker.SelectAndUpdate
 
getColumnName() - Method in class com.objectwave.persist.constraints.Constraint
 
getColumnName(int) - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Returns the name of the column at columnIndex.
getColumnName(int) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
getColumnName(int) - Method in class com.objectwave.templateMerge.TokenTableModel
 
getColumnName(int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getColumnName(String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Find out what the alias is for the provided table and append it to the 'colName'.
getColumns() - Method in class com.objectwave.viewUtility.FlexGridLayout
Return a reference to the column constraints.
getColumnSelection() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getCommand(String) - Method in class com.objectwave.appArch.admin.CallbackService
Convert a registered Callback object to aCommand
getComment() - Method in class com.objectwave.sourceModel.MethodDef
 
getComment() - Method in class com.objectwave.sourceModel.ClassSpec
 
getCommonBaseClassName(Class) - Method in class com.objectwave.persist.bcel.Generator
Gets the commonBaseClassName attribute of the Generator object
getCompany() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getCompany() - Method in class com.objectwave.persist.examples.ExampleEmployee
Gets the Company attribute of the ExampleEmployee object
getCompany() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the Company attribute of the TestXMLPerson object
getComparison() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
getComparison() - Method in class com.objectwave.utility.SkipListMap
 
getComparison() - Method in class com.objectwave.utility.OrderedVector
 
getComparison() - Method in class com.objectwave.utility.BinaryTree
 
getComparisonIndex() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
getComparisons() - Static method in class com.objectwave.persist.constraints.ConstraintCompare
 
getComponent() - Method in class com.objectwave.viewUtility.PopupMenu
The component in which the mouse was righclicked.
getComponent() - Method in class com.objectwave.viewUtility.DisableComponent
Gets the Component attribute of the DisableComponent object
getComponent(Constraint) - Method in class com.objectwave.persist.constraints.ConstraintGuiSelection
 
getComponent(String) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
 
getComponents() - Method in class com.objectwave.viewUtility.FlexGridLayout
Get the components.
getCompValue() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
getConfigObject() - Method in class com.objectwave.configuration.BasicPropertySource
A convience method.
getConfigurationClass(PropertySource, String) - Method in class com.objectwave.configuration.PropertyObjects
Gets the type to create for the specified categoryId
getConfigurationInstance() - Method in class com.objectwave.configuration.BasicPropertySource
The result of this method will be cast the appropriate type by the concrete subclass implementations.
getConfigurationInstance(String) - Method in class com.objectwave.configuration.BasicPropertySource
The result of this method will be cast the appropriate type by the concrete subclass implementations.
getConfigurationService() - Method in class com.objectwave.configuration.BasicPropertySource
Either get the default service, or the one overridden in my instance var.
getConfigurationService(Object) - Static method in class com.objectwave.configuration.ConfigurationServiceFactory
Gets the ConfigurationService that is appropriate for the provided context.
getConfigurationServiceHome() - Method in class com.objectwave.configuration.bean.EjbPropertyLookup
Attempt to locate the central Enterprise ConfigurationService home.
getConnection() - Method in class com.objectwave.persist.GrinderResultSet
 
getConnection() - Method in class com.objectwave.persist.broker.RDBConnectionPool
Every thread will attempt to get a connection to the database.
getConnection() - Method in class com.objectwave.persist.broker.RDBBroker
Using this method could be VERY dangerous.
getConnection() - Method in class com.objectwave.persist.broker.FileMakerBroker
Nevel use connection pool
getConnectionFactory() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Get the connection factory
getConnectionFactory() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
 
getConnectUrl() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the ConnectUrl attribute of the BrokerPropertyDetail object
getConnectUrl() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Get the value.
getConstantPoolItem(short) - Method in class com.objectwave.classFile.ClassFile
Return a constant pool item from this class.
getConstantRef(short) - Method in class com.objectwave.classFile.ClassFile
Gets the ConstantRef attribute of the ClassFile object
getConstraint() - Method in class com.objectwave.persist.AttributeTypeColumn
Gets the Constraint attribute of the AttributeTypeColumn object
getConstraint(int) - Method in class com.objectwave.persist.value.Value
Gets the Constraint attribute of the Value object
getConstraintCount() - Method in class com.objectwave.persist.value.Value
Gets the ConstraintCount attribute of the Value object
getConstraintFor(String) - Method in class com.objectwave.persist.SQLQuery
How do we deal with multiple constraints on a given field? Answer: we don't.
getConstraints() - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
getConstructor(WindowModelIF, Class, Object[], boolean) - Method in class com.objectwave.appArch.UIManager
Find the appropriate constructor for instantiation.
getContainsNewFiles() - Method in class com.objectwave.utility.FileList
 
getContent() - Method in class com.objectwave.customClassLoader.cclp.CclpURLConnection
Get the content...beware, not all objects are serializable.
getContent(URL) - Method in class com.objectwave.customClassLoader.URLClassLoader
Every custom class loader will need to be able to get the content from a modified URL.
getContent(URL) - Method in class com.objectwave.customClassLoader.MultiClassLoader
Every custom class loader will need to be able to get the content from a modified URL.
getContent(URL) - Method in class com.objectwave.customClassLoader.FileClassLoader
Gets the Content attribute of the FileClassLoader object
getContent(URL) - Method in class com.objectwave.socketClassServer.SocketClassLoader
Actually, this is called from a CCLP Protocol Handler
getContent(URL) - Method in class com.objectwave.tools.TraceClassLoader
 
getContext() - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
getContext() - Method in class com.objectwave.configuration.bean.JndiPropertyLookup.FakeProperty
Gets the Context attribute of the FakeProperty object
getContext() - Method in class com.objectwave.configuration.bean.EjbPropertyLookup
Gets the Context attribute of the FakeProperty object
getCplusplusStyle() - Method in class com.objectwave.sourceModel.CommentElement
 
getCStyle() - Method in class com.objectwave.sourceModel.CommentElement
 
getCurrentDefaultInstance() - Method in class com.objectwave.transactionalSupport.TransactionManager
The defaultInstance is the root transaction for the current context.
getCurrentFrame() - Method in class com.objectwave.appArch.UIManager
Used by the UIManager to attempt to get what ever component is the current frame.
getCurrentInstance() - Method in class com.objectwave.transactionalSupport.TransactionManager
Find the most nested transaction.
getCurrentInstance() - Static method in class com.objectwave.transactionalSupport.TransactionLog
Find the most nested transaction.
getCurrentInstance() - Method in class com.objectwave.transactionalSupport.xa.EjbTransactionManager
Enlist our XAResource as if a transaction is in progress
getCurrentInstance(TransactionLog) - Method in class com.objectwave.transactionalSupport.TransactionManager
Find the most nested transaction.
getCurrentTransaction() - Method in class com.objectwave.transactionalSupport.Session
It is probably better to use the commit(), rollback(), and startTransaction(String) methods rather than manually manipulating the transaction.
getCurrentWindow() - Method in class com.objectwave.appArch.UIManager
 
getCustomTitleRow() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getData() - Method in class com.objectwave.viewUtility.VectorToButtons
 
getData() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getData(Enumeration) - Method in class com.objectwave.utility.JarReader
 
getData(RandomAccessFile) - Method in class com.objectwave.persist.file.RecordHeader
Get the data from the file.
getData(String, String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Get data from the result properties.
getDatabaseBroker() - Static method in class com.objectwave.persist.BrokerFactory
This will invoke the 'createBroker' method on the instance of RDBBroker (or a subclass).
getDatabaseImpl() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the DatabaseImpl attribute of the BrokerPropertyDetail object
getDatabaseImpl() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Get the value.
getDatabaseMetaData() - Method in class com.objectwave.persist.broker.RDBConnection
 
getDataDirectory() - Method in class com.objectwave.persist.properties.FilePropertySource
Gets the DataDirectory attribute of the FilePropertySource object
getDataDirectory() - Method in class com.objectwave.persist.properties.FilePropertyDetail
 
getDataObject() - Method in class com.objectwave.sourceParser.VariableDefParser
 
getDataObject() - Method in class com.objectwave.sourceParser.PackageDefParser
 
getDataObject() - Method in class com.objectwave.sourceParser.MethodDetailParser
 
getDataObject() - Method in class com.objectwave.sourceParser.MethodDefParser
 
getDataObject() - Method in class com.objectwave.sourceParser.CommentParser
getDataObject method comment.
getDataObject() - Method in class com.objectwave.sourceParser.ClassSpecParser
 
getDataObject() - Method in interface com.objectwave.sourceParser.ClassParser
When we have finished parsing, the resulting ClassElement returned by getDataObject should represent our meta-model of that element.
getDateFormat() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
getDateForString(String) - Static method in class com.objectwave.utility.StringManipulator
 
getDateFrom(JTextField) - Static method in class com.objectwave.viewUtility.WidgetFunctions
Use a simple JTextField to get/set date values.
getDateFrom(String) - Static method in class com.objectwave.utility.DateHelper
Recognize a date from a string using a number of different formats.
getDebug() - Method in class com.objectwave.viewUtility.StretchLayout
 
getDebug() - Method in class com.objectwave.viewUtility.FlexGridLayout
Get the debuggin out put object.
getDecoratedName(String) - Method in class com.objectwave.persist.invert.PersistenceFactory
 
getDefault() - Static method in class com.objectwave.utility.DebugOutput
 
getDefaultBroker() - Static method in class com.objectwave.persist.SQLQuery
A SQLQuery object can be pegged to a specific broker.
getDefaultBroker() - Static method in class com.objectwave.persist.BrokerFactory
It is intedended that an Broker never be manually instantiated.
getDefaultBroker() - Static method in class com.objectwave.persist.broker.RDBBroker
Most systems will have only one database broker.
getDefaultBroker() - Static method in class com.objectwave.persist.broker.OracleBroker
Most systems will have only one database broker.
getDefaultBroker() - Static method in class com.objectwave.persist.broker.ObjectPoolBroker
 
getDefaultBroker() - Static method in class com.objectwave.persist.broker.HypersonicBroker
Most systems will have only one database broker.
getDefaultBroker() - Static method in class com.objectwave.persist.broker.FileMakerBroker
Most systems will have only one database broker.
getDefaultBroker() - Static method in class com.objectwave.persist.broker.AccessBroker
Most systems will have only one database broker.
getDefaultConnectionSource() - Method in class com.objectwave.persist.broker.RDBConnection
 
getDefaultDriverName() - Method in class com.objectwave.persist.broker.RDBBroker
For this broker, the ODBC driver is the default.
getDefaultDriverName() - Method in class com.objectwave.persist.broker.OracleBroker
Get the fully qualified class name of the preferred database driver.
getDefaultDriverName() - Method in class com.objectwave.persist.broker.HypersonicBroker
Get the fully qualified class name of the preferred database driver.
getDefaultFileName() - Static method in class com.objectwave.templateMerge.KnownTemplates
 
getDefaultFormatter() - Static method in class com.objectwave.persist.sqlConstruction.SQLObject
 
getDefaultInstance() - Method in class com.objectwave.transactionalSupport.TransactionManager
 
getDefaultInstance() - Static method in class com.objectwave.templateMerge.KnownTemplates
 
getDefaultKey(PropertySource) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
Gets the default key.
getDefaultManager() - Static method in class com.objectwave.transactionalSupport.SessionManager
 
getDefaultManager() - Static method in class com.objectwave.event.StatusManager
Gets the DefaultManager attribute of the StatusManager class
getDefaultManager() - Static method in class com.objectwave.appArch.UIManager
 
getDefaultManager() - Static method in class com.objectwave.appArch.security.SecurityController
 
getDefaultManager() - Static method in class com.objectwave.tools.viewUtility.PrintFunctions
 
getDefaultPoolSize() - Method in class com.objectwave.persist.broker.ObjectPool
 
getDefaultPort() - Static method in class com.objectwave.simpleSockets.WatchdogServer
 
getDefaultPrimaryKeyStrategy() - Method in class com.objectwave.persist.broker.RDBBroker
Default the primary key strategy to the SelectAndUpdate approach.
getDefaultPrimaryKeyStrategy() - Method in class com.objectwave.persist.broker.OracleBroker
Gets the DefaultPrimaryKeyStrategy attribute of the OracleBroker object
getDefaultProperties() - Static method in class com.objectwave.persist.BrokerFactory
 
getDefaultWindowListener() - Method in class com.objectwave.appArch.WindowModel
 
getDelay() - Method in class com.objectwave.utility.Timer
The time between clock ticks.
getDependentClasses() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getDependentClasses(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaModel
Return a vector containing 'JavaClassInfo's for the classes in this model interacting or relating to this class.
getDescription() - Method in class com.objectwave.templateMerge.InformationToken
A user friendly description
getDescriptions(Type, AttributeTypeColumn[]) - Method in class com.objectwave.persist.mapping.MapInformation
Utility method to create the caches of our AttributeTypeColumns.
getDetail(Object) - Method in interface com.objectwave.uiWidget.DoublePickIF
 
getDetail(PropertySource, String) - Method in class com.objectwave.configuration.PropertyObjects
Gets
getDetail(PropertySource, String) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
Find the existing detail object.
getDialog(Properties) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Convenience method for getting the property wizard as a dialog.
getDirectory() - Method in class com.objectwave.utility.TempFileGenerator
 
getDirectoryPanel() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
getDisplayInformation() - Method in class com.objectwave.tools.JavaDocSearchPanel
 
getDocHeader(String, String, String) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Start the HTML document and fill in the required fields.
getDocSearch() - Method in class com.objectwave.tools.SearchResults
Return the DocSearch property value.
getDocSearch() - Method in class com.objectwave.tools.SearchFrame
Return the DocSearch property value.
getDocSearchThis() - Method in class com.objectwave.tools.JavaDocSearchPanel
Method generated to support the promotion of the docSearchThis attribute.
getDocumentSource(PropertySource, String) - Method in class com.objectwave.configuration.xml.XmlBootstrap
Gets the DocumentSource attribute of the XmlBootstrap object.
getDomainClass() - Method in class com.objectwave.persist.value.Value
Gets the DomainClass attribute of the Value object
getDomainField(Field) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Get the value from the domain object at field 'adapt'.
getDomainObject() - Method in interface com.objectwave.persist.RDBPersistence
 
getDomainObject() - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
getDomainObject() - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
The object for which this EditingView represents.
getDomainObject() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
getDomainProperty() - Method in class com.objectwave.persist.value.Constraint
Gets the DomainProperty attribute of the Constraint object
getDomainProperty() - Method in class com.objectwave.persist.value.Attribute
Gets the DomainProperty attribute of the Attribute object
getEditedObjects() - Method in class com.objectwave.transactionalSupport.TransactionLog
 
getEjbConnection(RDBConnection) - Method in class com.objectwave.persist.broker.EjbConnectionSource
Lookup the DataSource from the JNDI location.
getElementsContaining(ClassElement[], String[], String[], boolean) - Method in class com.objectwave.sourceParser.CommentSearch
 
getElementsContaining(ClassElement[], String[], String[], boolean, OrderedVector) - Method in class com.objectwave.sourceParser.CommentSearch
 
getEmailAddress() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getEmailAddress() - Method in class com.objectwave.persist.examples.ManySideOne
Generated accessors that route get and set methods through our ObjectEditor.
getEmailAddress() - Method in class com.objectwave.persist.examples.ExampleEmployee
Generated accessors that route get and set methods through our ObjectEditor.
getEmailAddress() - Method in class com.objectwave.transactionalSupport.ExampleObject
Generated accessors that route get and set methods through our ObjectEditor.
getEmployee() - Method in class com.objectwave.persist.bcel.examples.Person
 
getEmployee() - Method in class com.objectwave.persist.bean.JGrinderQueryBeanTestClient1
Gets the Employee attribute of the JGrinderQueryBeanTestClient1 object
getEmployee() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
Gets the Employee attribute of the JGrinderQueryBean object
getEmployee() - Method in interface com.objectwave.persist.bean.JGrinderQuery
Gets the Employee attribute of the JGrinderQuery object
getEmployee() - Method in class com.objectwave.persist.examples.ExamplePerson
Gets the Employee attribute of the ExamplePerson object
getEmployeeId() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getEmployeeId() - Method in class com.objectwave.persist.examples.InvertEmployeePersistence
 
getEmployeeId() - Method in class com.objectwave.persist.examples.InvertEmployee
 
getEmployees() - Method in class com.objectwave.persist.bcel.examples.Company
 
getEmployees() - Method in class com.objectwave.persist.examples.ExampleCompany
 
getEmployees() - Method in class com.objectwave.persist.xml.TestXMLCompany
Gets the Employees attribute of the TestXMLCompany object
getEndTag() - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
getEntry(Class) - Static method in class com.objectwave.persist.examples.DomainObject
While this simplifies the development of Persistent objects, this approach will not peform optimally.
getEnumeration(Object) - Method in interface com.objectwave.templateMerge.InformationRetrieval
 
getEquals() - Method in class com.objectwave.persist.value.Constraint
Gets the Equals attribute of the Constraint object
getErrorColor() - Method in class com.objectwave.uiWidget.StatusBar
Gets the ErrorColor attribute of the StatusBar object
getExceptionConverter() - Method in class com.objectwave.persist.AbstractBroker
A converter is used to generate application specific exceptions
getExceptionConverter() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Get the instance to use as the converter - null is a legal return type
getExceptionConverter() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
 
getExceptionList() - Method in class com.objectwave.classFile.ExceptionAttributeInfo
 
getExceptions() - Method in class com.objectwave.sourceModel.MethodDef
 
getExistingWindow(WindowModelIF, Class, WindowListener, Object[]) - Method in class com.objectwave.appArch.UIManager
 
getExpandedValues() - Method in class com.objectwave.utility.SymbolExpander
 
getExpander() - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
getExpectedClass() - Method in class com.objectwave.persist.properties.FilePropertySource
Gets the ExpectedClass attribute of the LoggingPropertySource object
getExpectedClass() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Return the 'type' of the detail class to populate with configured values.
getExpectedClass() - Method in interface com.objectwave.configuration.PropertySource
A property source is used by an application to get properties that may be configured.
getExpectedClass() - Method in class com.objectwave.configuration.PropertyObjects.Test
Gets the ExpectedClass attribute of the Test object
getExpectedClass() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
Gets the ExpectedClass attribute of the Test object
getExpectedClass() - Method in class com.objectwave.configuration.example.TestPropertySource
Gets the ExpectedClass attribute of the TestPropertySource object
getExpectedClass() - Method in class com.objectwave.logging.log4j.LoggingPropertySource
Gets the ExpectedClass attribute of the LoggingPropertySource object
getExpectedClass() - Method in class com.objectwave.simpleSockets.SocketProperty
 
getExpressionValue(TagElement) - Method in class com.objectwave.sourceModel.TagReplace
Gets the ExpressionValue attribute of the TagReplace object
getExtendedClass() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getExtendedClass() - Method in class com.objectwave.sourceModel.ClassSpec
 
getExtension() - Method in class com.objectwave.persist.value.PersonValue
Gets the Extension attribute of the PersonValue object
getExtension() - Method in class com.objectwave.persist.xml.test.Phone
Gets the Extension attribute of the Phone object
getExternalCallName() - Method in class com.objectwave.appArch.admin.CallbackHolder
 
getFalseResults(Vector) - Method in class com.objectwave.utility.StringCalculator
Find all of the permutations that will make the symbols evalutate to false.
getFax() - Method in class com.objectwave.persist.examples.TestPerson
 
getFax() - Method in class com.objectwave.persist.examples.TestEntity
 
getFax() - Method in class com.objectwave.persist.examples.TestCompany
 
getFax() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the Fax attribute of the TestXMLPerson object
getFD() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Gets the FD attribute of the BufferedRandomAccessFile object
getField() - Method in class com.objectwave.persist.AttributeTypeColumn
Gets the Field attribute of the AttributeTypeColumn object
getField() - Method in class com.objectwave.persist.constraints.Constraint
A given constraint instance will be associated with a field.
getField(int) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Gets the Field attribute of the NoFieldObjectEditor object
getFieldDeclaration(Field) - Method in class com.objectwave.tools.utility.XMLDump
 
getFieldFor(String, Object) - Method in class com.objectwave.tools.MethodBuilder
Find the field specified in the object.
getFieldForName(Persistence, String) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Find the Field object represented by the provided field name
getFieldMap(TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
For the provided TransactionLog, get the list of known changes.
getFieldMap(TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
For the provided TransactionLog, get the list of known changes.
getFieldNames() - Method in class com.objectwave.tools.propertyEditor.FieldPanel
 
getFieldReference(String, int, Object) - Method in class com.objectwave.tools.MethodBuilder
Get the value represented by this string.
getFields() - Static method in class com.objectwave.persist.constraints.CrossField
Gets the Fields attribute of the CrossField class
getFields() - Static method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
getFields() - Static method in class com.objectwave.persist.constraints.ConstraintIsNull
 
getFields() - Static method in class com.objectwave.persist.constraints.ConstraintCompare
 
getFields() - Static method in class com.objectwave.persist.constraints.ConstraintBoolean
 
getFields() - Static method in class com.objectwave.persist.constraints.ConstraintBetween
 
getFields() - Static method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
getFields(Class) - Method in interface com.objectwave.tools.utility.XMLMarshalIF
 
getFields(Class) - Method in class com.objectwave.tools.utility.XMLDump
 
getFieldValue(Field, Object) - Method in interface com.objectwave.tools.utility.XMLMarshalIF
 
getFieldValue(Field, Object) - Method in class com.objectwave.tools.utility.XMLDump
 
getFieldValues() - Method in class com.objectwave.tools.propertyEditor.FieldPanel
 
getFile(String) - Method in class com.objectwave.persist.broker.FileBroker
 
getFileName() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Get the value of the FileName property
getFilePointer() - Method in class com.objectwave.utility.CachedRandomAccessFile
Gets the FilePointer attribute of the CachedRandomAccessFile object
getFilePointer() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Gets the FilePointer attribute of the BufferedRandomAccessFile object
getFinalRow() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getFirst() - Method in class com.objectwave.utility.Pair
This method was created in VisualAge.
getFirstName() - Method in class com.objectwave.persist.value.PersonValue
Gets the FirstName attribute of the PersonValue object
getFirstName() - Method in class com.objectwave.persist.xml.test.Person
Gets the FirstName attribute of the Person object
getFkLink() - Method in class com.objectwave.persist.examples.ManySideTwo
Gets the FkLink attribute of the ManySideTwo object
getFont() - Method in class com.objectwave.viewUtility.VectorToButtons
 
getFontSize() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getFooter() - Method in class com.objectwave.viewUtility.HeaderFooterSelection
Return the string given for the footer file name.
getForeignKeyDescriptions() - Method in interface com.objectwave.persist.RDBPersistence
 
getForeignKeyDescriptions() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getForeignKeyDescriptions() - Method in class com.objectwave.persist.mapping.MapInformation
 
getForeignKeyTypes(RDBPersistence) - Method in interface com.objectwave.persist.RDBPersistence
 
getForeignKeyTypes(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getForeignRelation(Class, String, Field) - Static method in class com.objectwave.persist.AttributeTypeColumn
Convenience method for creating Foreign relations.
getFounderOf() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the FounderOf attribute of the TestXMLPerson object
getFounders() - Method in class com.objectwave.persist.xml.TestXMLCompany
Gets the Founders attribute of the TestXMLCompany object
getFrame() - Method in class com.objectwave.uiWidget.JPanelButton
Access the JFrame managed by the JPanelButton.
getFullClassName() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getFullClassName() - Method in class com.objectwave.sourceModel.JavaClassDef
Really, return the full name of our main class.
getFullText() - Method in class com.objectwave.sourceModel.PackageDef
 
getFullText() - Method in class com.objectwave.sourceModel.CommonDef
 
getFullText() - Method in class com.objectwave.sourceModel.CommentElement
 
getFullText() - Method in class com.objectwave.sourceModel.ClassSpec
 
getFullText() - Method in interface com.objectwave.sourceModel.ClassElement
 
getFullTextNoChild() - Method in class com.objectwave.sourceModel.PackageDef
 
getFullTextNoChild() - Method in class com.objectwave.sourceModel.CommonDef
 
getFullTextNoChild() - Method in class com.objectwave.sourceModel.CommentElement
getFullTextNoChild method comment.
getFullTextNoChild() - Method in class com.objectwave.sourceModel.ClassSpec
 
getFullTextNoChild() - Method in interface com.objectwave.sourceModel.ClassElement
 
getGateway() - Method in class com.objectwave.simpleSockets.ServeHTTPClient
 
getGeneratedElements(String, ClassSpec) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
Generate the code, but don't update the object.
getGeneratedSourceReader(String, ClassSpec) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
This method will not instantiate an output stream.
getGreaterOrEqual() - Method in class com.objectwave.persist.value.Constraint
Gets the GreaterOrEqual attribute of the Constraint object
getGreaterThan() - Method in class com.objectwave.persist.value.Constraint
Gets the GreaterThan attribute of the Constraint object
getHashtable() - Method in class com.objectwave.viewUtility.StretchLayout
 
getHeader() - Method in class com.objectwave.utility.SkipListMap
 
getHeader() - Method in class com.objectwave.viewUtility.HeaderFooterSelection
Return the string given for the header file name.
getHgap() - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Get the horizontal gap between components.
getHost() - Method in class com.objectwave.socketClassServer.ObjectServerData
Gets the Host attribute of the ObjectServerData object
getHostName() - Method in class com.objectwave.socketClassServer.ObjectServerData
Gets the HostName attribute of the ObjectServerData object
getHtmlBorder() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getIcon(int) - Method in class com.objectwave.uiWidget.StatusBarBeanInfo
Gets the Icon attribute of the StatusBarBeanInfo object
getId() - Method in class com.objectwave.transactionalSupport.test.TestEntity
Gets the Id attribute of the TestEntity object
getIdentifier() - Method in class com.objectwave.sourceModel.PackageDef
 
getIdentifier() - Method in class com.objectwave.sourceModel.MethodParameter
 
getIdentifier() - Method in class com.objectwave.sourceModel.JavaRelation
 
getIdentifier() - Method in class com.objectwave.sourceModel.JavaAssociation
 
getIdxEnumeration() - Method in class com.objectwave.sourceGenerator.ClassInformation
 
getImplementors() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getImplementors() - Method in class com.objectwave.sourceModel.ClassSpec
 
getImplementsEnumeration() - Method in class com.objectwave.sourceGenerator.ClassInformation
 
getImportDefs(ClassElement[], boolean) - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
On the provided stream there are import definitions.
getImportEnumeration() - Method in class com.objectwave.sourceGenerator.ClassInformation
 
getImports() - Method in class com.objectwave.sourceModel.JavaClassDef
 
getImportStrings() - Method in class com.objectwave.sourceModel.JavaClassDef
Convience method.
getImportTag() - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
getIncludeThreadHash() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
getIndex() - Method in class com.objectwave.uiWidget.GraphItem
 
getIndex(Container, String) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
 
getIndexOfChild(Object, Object) - Method in class com.objectwave.persist.gui.DeleteTree
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class com.objectwave.utility.TreeCollection
 
getInfoReader() - Method in class com.objectwave.templateMerge.InformationToken
A special object that will be able to extract data from a specific object.
getInformationalColor() - Method in class com.objectwave.uiWidget.StatusBar
Gets the InformationalColor attribute of the StatusBar object
getInitialContext() - Method in class com.objectwave.naming.ContextFactory
Gets the InitialContext attribute of the ContextFactory object
getInitializer() - Method in class com.objectwave.sourceModel.VariableDef
 
getInitializers() - Method in class com.objectwave.sourceModel.VariableDef
Only those additional initializers above and beyond the normal one initializers .
getInitialValues() - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
getInnerClasses() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getInputFileStream() - Static method in class com.objectwave.tools.viewUtility.FileFinderUI
Uses generic UI Support for showing dialogs.
getInputStream() - Method in class com.objectwave.customClassLoader.cclp.CclpURLConnection
 
getInputStream(URL) - Method in class com.objectwave.customClassLoader.URLClassLoader
Every custom class loader will need to be able to get the input stream from a modified URL.
getInputStream(URL) - Method in class com.objectwave.customClassLoader.MultiClassLoader
Every custom class loader will need to be able to get the input stream from a modified URL.
getInputStream(URL) - Method in class com.objectwave.customClassLoader.FileClassLoader
Gets the InputStream attribute of the FileClassLoader object
getInputStream(URL) - Method in class com.objectwave.socketClassServer.SocketClassLoader
Actually, this is called from a CCLP Protocol Handler
getInputStream(URL) - Method in class com.objectwave.tools.TraceClassLoader
 
getInstance() - Static method in class com.objectwave.persist.constraints.ConstraintGuiSelection
 
getInstance() - Static method in class com.objectwave.persist.file.ObjectBuilder
Gets the Instance attribute of the ObjectBuilder class
getInstance() - Static method in class com.objectwave.persist.objectConstruction.RDBTypeConversion
 
getInstance() - Static method in class com.objectwave.persist.sqlConstruction.StatementFactory
Supports a singelton approach, but this is not how it is used.
getInstance() - Static method in class com.objectwave.appArch.admin.CallbackService
 
getInstance() - Static method in class com.objectwave.configuration.PropertyObjects
Gets
getInstance() - Static method in class com.objectwave.configuration.PropertyFactory
Gets the Instance attribute of the PropertyFactory class
getInstance() - Static method in class com.objectwave.naming.ContextFactory
Gets the Instance attribute of the ContextFactory class
getInstance(RDBPersistence, String) - Method in interface com.objectwave.persist.RDBPersistence
 
getInstance(RDBPersistence, String) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
In the event that we don't really want a new instance of the persistent object override this method to return the Persistent object you wish to have.
getInstance(RDBPersistence, String) - Method in class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter
This method must be extended by the custom implementation to return an instance of the correct type.
getInstance(String) - Static method in class com.objectwave.persist.objectConstruction.RDBTypeConversion
 
getInstance(String) - Static method in class com.objectwave.persist.objectConstruction.ProcessResultSet
We don't want singleton instances.
getInstance(String) - Static method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
 
getInstance(String[], Component, boolean) - Static method in class com.objectwave.uiWidget.QuickPick
 
getInstance(String[], Frame, boolean) - Static method in class com.objectwave.uiWidget.DoubleQuickPick
 
getInstance(String, Component, boolean) - Static method in class com.objectwave.uiWidget.MessageBox
If you wish to retain the 'bounds' of the previous message box, use this message to create your message boxes.
getInstance(String, String) - Static method in class com.objectwave.classFile.ClassFile
Create a new instance after locating the bytes.
getInstanceLink() - Method in class com.objectwave.persist.examples.ManySideTwo
Gets the InstanceLink attribute of the ManySideTwo object
getInstanceLinkDescriptions() - Method in interface com.objectwave.persist.RDBPersistence
 
getInstanceLinkDescriptions() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getInstanceLinkDescriptions() - Method in class com.objectwave.persist.mapping.MapInformation
 
getInstanceLinkTypes(RDBPersistence) - Method in interface com.objectwave.persist.RDBPersistence
 
getInstanceLinkTypes(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getInstanceLinkWCol() - Method in class com.objectwave.persist.examples.ManySideTwo
Gets the InstanceLinkWCol attribute of the ManySideTwo object
getInstanceRelation(Class, Field) - Static method in class com.objectwave.persist.AttributeTypeColumn
Convenience method for creating Instance relations.
getInstanceRelation(Class, String, Field) - Static method in class com.objectwave.persist.AttributeTypeColumn
Convenience method for creating Instance relations.
getInstanceWork(String, String) - Static method in class com.objectwave.classFile.ClassFile
Requires properly formatted parameters.
getInvalidtext() - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
getInvalidtext() - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
getInvalidText() - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
getItem(int) - Method in class com.objectwave.uiControl.ChoiceControl
 
getItemCount() - Method in class com.objectwave.uiControl.ChoiceControl
 
getItems() - Method in class com.objectwave.uiControl.ListControl
 
getItems() - Method in class com.objectwave.uiWidget.VariablePanel
 
getJavaClassDef() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getJavaClassDef(String) - Method in class com.objectwave.sourceModel.JavaModel
A single java file can have only 1 public class.
getJavaClassInfo(String) - Method in class com.objectwave.sourceModel.JavaModel
 
getJavaDoc() - Method in class com.objectwave.sourceModel.CommentElement
is this comment a javaDoc comment?
getJoinColumn() - Method in class com.objectwave.persist.JoinField
Gets the JoinColumn attribute of the JoinField object
getJoinConstraint() - Method in class com.objectwave.persist.SQLQuery
Gets the JoinConstraint attribute of the SQLQuery object
getJoinField() - Method in class com.objectwave.persist.JoinField
Gets the JoinField attribute of the JoinField object
getJoinFields() - Method in class com.objectwave.persist.AttributeTypeColumn
Gets the JoinFields attribute of the AttributeTypeColumn object
getJoinObjects() - Method in class com.objectwave.persist.examples.ManySideTwo
Gets the JoinObjects attribute of the ManySideTwo object
getJoinObjects() - Method in class com.objectwave.persist.examples.ManySideOne
Gets the JoinObjects attribute of the ManySideOne object
getJoinOn() - Method in class com.objectwave.persist.AttributeTypeColumn
By default, foreign key links join on the other object PrimaryKeyField.
getJustClassName(String) - Method in class com.objectwave.sourceGenerator.ReflectedClassSource
Gets the JustClassName attribute of the ReflectedClassSource object
getKey(Xid) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
getKeyListener() - Method in class com.objectwave.uiWidget.LoginDialog
 
getKnownClasses() - Method in class com.objectwave.persist.gui.DeleteTree
 
getKnownInterfaces(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaModel
Return a vector containing 'JavaClassInfo's for the interfaces in this model that are implemented by this class.
getKnownTokens() - Method in class com.objectwave.sourceGenerator.ClassInformation
 
getKnownTokens() - Method in interface com.objectwave.templateMerge.TokenProvider
 
getLabelifier() - Method in class com.objectwave.viewUtility.VectorToButtons
 
getLabels() - Method in class com.objectwave.viewUtility.VectorToButtons
 
getLastMethod() - Method in class com.objectwave.tools.MethodBuilder
The last method invoked and arguments that were supplied.
getLastName() - Method in class com.objectwave.persist.value.PersonValue
Gets the LastName attribute of the PersonValue object
getLastName() - Method in class com.objectwave.persist.xml.test.Person
Gets the LastName attribute of the Person object
getLastResultSet() - Method in class com.objectwave.persist.broker.RDBConnection
Gets the LastResultSet attribute of the RDBConnection object
getLayoutAlignmentX(Container) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Returns the alignment along the y axis.
getLeftSideItems() - Method in class com.objectwave.uiWidget.DoubleList
 
getLeftSideSelectedItems() - Method in class com.objectwave.uiWidget.DoubleList
 
getLessOrEqual() - Method in class com.objectwave.persist.value.Constraint
Gets the LessOrEqual attribute of the Constraint object
getLessThan() - Method in class com.objectwave.persist.value.Constraint
Gets the LessThan attribute of the Constraint object
getLevel() - Method in class com.objectwave.utility.SkipListMap
 
getLevel() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
getLike() - Method in class com.objectwave.persist.value.Constraint
Gets the Like attribute of the Constraint object
getLinkToOne() - Method in class com.objectwave.persist.examples.JoinObject
Generated accessors that route get and set methods through our ObjectEditor.
getLinkToTwo() - Method in class com.objectwave.persist.examples.JoinObject
Gets the LinkToTwo attribute of the JoinObject object
getList() - Method in class com.objectwave.templateMerge.KnownTemplates
 
getListener() - Method in interface com.objectwave.event.ChangeEventFactoryIF
Get or create a propery change listener.
getListOfObjects(Persistence) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Query the object pool for all objects that are of the expected type.
getListOfObjects(Persistence) - Method in class com.objectwave.persist.broker.ObjectPoolQuery
Query the object pool for all objects that are of the expected type.
getListOfObjects(Persistence) - Method in class com.objectwave.persist.file.FileQuery
Gets the ListOfObjects attribute of the FileQuery object
getLoaderInstance(Class) - Static method in class com.objectwave.persist.bcel.Generator
Create a new MyLoader instance for each different parent loader we discover.
getLocals() - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
 
getLocals() - Method in class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
 
getLocalVar(int) - Method in class com.objectwave.classFile.CodeAttributeInfo
If there is a local var table, find the local var at the index.
getLocalVarName(int) - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
 
getLocalVarNames() - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
 
getLocalVarNames() - Method in class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
 
getLock(RandomAccessFile) - Static method in class com.objectwave.utility.FileLock
Lock the provided file by setting the first int of the file to be a random number.
getLockManager() - Method in class com.objectwave.transactionalSupport.TransactionManager
Gets the LockManager attribute of the TransactionManager object
getLoggingEngine() - Static method in class com.objectwave.logging.MessageLog
This method returns the LogIF peer class for the MessageLog.
getMainClass() - Method in class com.objectwave.sourceModel.JavaClassDef
You can only have 1 public class in a single JavaClassDef.
getMainPanel() - Method in class com.objectwave.uiWidget.QuickPick
 
getMainPanel() - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
getMaps() - Method in class com.objectwave.persist.xml.XMLDecoder
Gets the Maps attribute of the XMLDecoder object
getMasterList() - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
getMasterList() - Method in interface com.objectwave.uiWidget.DoublePickIF
 
getMatches() - Method in class com.objectwave.persist.value.Constraint
Gets the Matches attribute of the Constraint object
getMaxLevel() - Method in class com.objectwave.utility.SkipListMap
 
getMe() - Method in class com.objectwave.appArch.admin.CallbackService.Test
Test methods.
getMessageDisplayTime() - Method in class com.objectwave.uiWidget.StatusBar
Gets the MessageDisplayTime attribute of the StatusBar object
getMethod() - Method in class com.objectwave.appArch.admin.CallbackHolder
 
getMethod(String, String, Object) - Method in class com.objectwave.tools.MethodBuilder
Look for a declared method at that method key.
getMethodArgs(LineNumberReader, String, Class[], Object) - Method in class com.objectwave.tools.MethodBuilder
Get the object values that are to be the parameters to the method.
getMethodByName(Class, String) - Method in class com.objectwave.tools.MethodBuilder
First, look for a method that takes no arguments with that method name.
getMethodDefinitions() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getMethodDescription() - Method in class com.objectwave.appArch.admin.CallbackHolder
 
getMethodName() - Method in class com.objectwave.appArch.admin.CallbackObject
 
getMethodName() - Method in class com.objectwave.appArch.admin.CallbackHolder
 
getMethodName() - Method in class com.objectwave.classFile.MethodReference
 
getMethodName() - Method in class com.objectwave.sourceModel.TagElement
Gets the MethodName attribute of the TagElement object
getMethodRelations() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getMethodsCalling(String, String[]) - Method in class com.objectwave.classFile.ClassFile
 
getMethodText() - Method in class com.objectwave.sourceModel.MethodDef
This is the information within the { }.
getMiddlePart(JPanel, GridBagLayout, GridBagConstraints) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
getMiscData() - Method in class com.objectwave.sourceGenerator.ClassInformation
 
getMiscData() - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
 
getMiscData() - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
 
getMiscData() - Method in class com.objectwave.tools.GenerateTemplateInto
Gets the MiscData attribute of the GenerateTemplateInto object
getModifiedCache() - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
getModifiedObjects(boolean) - Method in class com.objectwave.persist.BrokerTransactionLog
Select those objects that need to be saved to and delete from the relational database.
getModifier() - Method in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
getModifiers() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getMods(Field, ObjectModified[]) - Static method in class com.objectwave.transactionalSupport.ObjectEditor
Search the provided list of changes for change to the particular field.
getMods(int, NoFieldObjectModified[]) - Static method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Search the provided list of changes for change to the particular field.
getMoodyRating() - Method in class com.objectwave.persist.examples.TestEntity
 
getMoodyRating() - Method in class com.objectwave.persist.examples.TestCompany
 
getMouseListener() - Method in class com.objectwave.uiWidget.StateCheckBox
 
getMouseListener() - Method in class com.objectwave.uiWidget.JGraph
 
getMouseMotionListener() - Method in class com.objectwave.uiWidget.JGraph
 
getMouseMotionListener() - Method in class com.objectwave.uiWidget.Histogram
 
getMyWriter() - Method in class com.objectwave.simpleSockets.ServeHTTPClient
The Writer represents the client.
getName() - Method in class com.objectwave.persist.bcel.examples.Person
 
getName() - Method in class com.objectwave.persist.examples.TestPerson
 
getName() - Method in class com.objectwave.persist.examples.TestEntity
 
getName() - Method in class com.objectwave.persist.examples.TestCompany
 
getName() - Method in class com.objectwave.persist.examples.InvertPersonPersistence
 
getName() - Method in class com.objectwave.persist.examples.InvertPerson
 
getName() - Method in class com.objectwave.persist.examples.ExamplePerson
Generated accessors that route get and set methods through our ObjectEditor.
getName() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the Name attribute of the TestXMLPerson object
getName() - Method in class com.objectwave.persist.xml.TestXMLCompany
Gets the Name attribute of the TestXMLCompany object
getName() - Method in class com.objectwave.transactionalSupport.Session
All of the threads in the current session.
getName() - Method in class com.objectwave.transactionalSupport.test.TestEntity
Gets the Name attribute of the TestEntity object
getName() - Method in interface com.objectwave.configuration.PropertySource
A single property source may be used to managed a list several instances of property detail.
getName() - Method in class com.objectwave.configuration.PropertyObjects.Test
 
getName() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
 
getName() - Method in class com.objectwave.configuration.BasicPropertySource
A single property source may be used to managed a list several instances of property detail.
getName() - Method in class com.objectwave.simpleSockets.ServeClient
 
getName() - Method in interface com.objectwave.test.TestContext
Gets the Name attribute of the TestContext object
getName() - Method in class com.objectwave.utility.JarReader
 
getName() - Method in class com.objectwave.sourceModel.CommonDef
 
getName() - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeNode
 
getName(Container, int) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
 
getNameBase() - Method in class com.objectwave.utility.TempFileGenerator
 
getNames() - Method in class com.objectwave.sourceModel.VariableDef
Only those additional names above and beyond the normal one name.
getNames() - Method in class com.objectwave.templateMerge.KnownTemplates
 
getNameSuffix() - Method in class com.objectwave.utility.TempFileGenerator
 
getNewActions() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
These are the actions of the PropertyWizard.
getNewClassLoader() - Method in class com.objectwave.appArch.ApplicationBootstrap
This method could/should be overloaded to return any custom class loaders.
getNewClassLoader() - Method in class com.objectwave.socketClassServer.ApplicationBootstrap
 
getNewInstance() - Method in interface com.objectwave.persist.CollectionAdapter
Invoked when a new instance is needed.
getNewInstance() - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
 
getNewInstance() - Method in class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
 
getNewInstance() - Method in class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
 
getNewInstance() - Method in class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
 
getNewInstance() - Method in class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
 
getNewInstance(AttributeTypeColumn, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
 
getNewlinesInTitle() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getNewObjects() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Any objects that have a primary key field of < 0 are considered new.
getNewPropertyField(String, String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Get the PropertyField defined for this property.
getNewPropertyField(String, String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Get the PropertyField defined for this property.
getNewThread(Runnable) - Method in interface com.objectwave.test.TestContext
Gets the NewThread attribute of the TestContext object
getNewTransaction(String) - Method in class com.objectwave.transactionalSupport.TransactionManager
Attempt to create a new TransactionLog for the transaction type of 'name'.
getNewTransaction(String) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Attempt to create a new TransactionLog for the transaction type of 'name'.
getNewValue() - Method in class com.objectwave.event.DataChanged
 
getNewWindow(WindowModelIF, Class, WindowListener, Object[]) - Method in class com.objectwave.appArch.UIManager
 
getNext() - Method in class com.objectwave.sourceModel.CommentElement
There may be a list of comments following each other.
getNextAlias() - Static method in class com.objectwave.persist.sqlConstruction.SQLSelect
Use the static member 'nextAlias' to keep track of the next available alias.
getNextIdx() - Method in class com.objectwave.persist.file.DbFile
Get the next index value.
getNextParameter(int, char) - Method in class com.objectwave.classFile.MethodInfo
Attempt to determine the 'string' value that was used when writing the code.
getNonHtmlSeparator() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getNorthPanel() - Method in class com.objectwave.appSupport.OkCancelDetail
 
getNot() - Method in class com.objectwave.persist.constraints.Constraint
Gets the Not attribute of the Constraint object
getNot() - Method in class com.objectwave.persist.value.Constraint
Gets the Not attribute of the Constraint object
getNotEquals() - Method in class com.objectwave.persist.value.Constraint
Gets the NotEquals attribute of the Constraint object
getNullText() - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
getNumber() - Method in class com.objectwave.utility.StringCalculator.ParseNumber
 
getNumEmployees() - Method in class com.objectwave.persist.examples.TestEntity
 
getNumEmployees() - Method in class com.objectwave.persist.examples.TestCompany
 
getNumTokens() - Static method in class com.objectwave.templateMerge.TokenTableModel
 
getObject() - Method in class com.objectwave.uiWidget.GraphItem
 
getObject() - Method in class com.objectwave.utility.ObjectHolder
Gets the Object attribute of the ObjectHolder object
getObject(int) - Method in class com.objectwave.uiControl.ListControl
 
getObject(int) - Method in class com.objectwave.uiControl.ChoiceControl
 
getObjectArrays() - Method in class com.objectwave.persist.broker.RDBConnection
 
getObjectCache(ThreadLocal) - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
getObjectEditor() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the ObjectEditor attribute of the DomainObject object
getObjectEditor() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the ObjectEditor attribute of the DomainObject object
getObjectEditor() - Method in class com.objectwave.persist.examples.DomainObject
Gets the ObjectEditor attribute of the DomainObject object
getObjectEditor() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the ObjectEditor attribute of the DomainObject object
getObjectEditor() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getObjectEditor() - Method in interface com.objectwave.transactionalSupport.TransactionalObjectIF
This method must ALWAYS return a value.
getObjectEditor() - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
getObjectEditor() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the ObjectEditor attribute of the DomainObject object
getObjectFormatter() - Method in class com.objectwave.persist.constraints.Constraint
 
getObjectFormatter() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
getObjectFormatter() - Method in class com.objectwave.persist.sqlConstruction.SQLObject
 
getObjectIdentifier() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the ObjectIdentifier attribute of the DomainObject object
getObjectIdentifier() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the ObjectIdentifier attribute of the DomainObject object
getObjectIdentifier() - Method in class com.objectwave.persist.examples.DomainObject
Gets the ObjectIdentifier attribute of the DomainObject object
getObjectIdentifier() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the ObjectIdentifier attribute of the DomainObject object
getObjectInitializers() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getObjectLimit() - Method in class com.objectwave.persist.SQLQuery
 
getObjectModifiedFromCache() - Static method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedCache
The entry point to the instance related to the current thread, and to get the cached object.
getObjectModifiedFromCache() - Static method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
Entry point to get objects from the cache.
getObjectModifiedFromCacheWork() - Method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedCache
Get the cached object from this instance of ExpandingObjectModifiedCache.
getObjectModifiedFromCacheWork() - Method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
Attempt to lift an array out of the cache.
getObjectPool() - Method in class com.objectwave.persist.broker.RDBBroker
Object pool are an in memory cache of database objects.
getObjectPool() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Return the pool upon which this class in manipulating.
getObjectPool() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
 
getObjectPoolBroker() - Static method in class com.objectwave.persist.BrokerFactory
Gets the ObjectPoolBroker attribute of the BrokerFactory class
getObjectPoolBroker() - Method in class com.objectwave.persist.broker.RDBConnection
Every connection may end up manipulating the ObjectPool.
getObjects(Object) - Method in class com.objectwave.utility.ClassTree
 
getObjectServerName() - Method in class com.objectwave.appArch.ApplicationBootstrap
Overload this if you want this class to install a class loader.
getObjectServerName() - Method in class com.objectwave.socketClassServer.ApplicationBootstrap
 
getObjectsInList() - Method in class com.objectwave.uiControl.ListControl
 
getOffset(long) - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Gets the Offset attribute of the FileBlock object
getOid() - Method in class com.objectwave.persist.xml.test.PersonPhone
Gets the Oid attribute of the PersonPhone object
getOldValue() - Method in class com.objectwave.event.DataChanged
 
getOrCreateDetail(PropertySource, String) - Method in class com.objectwave.configuration.DefaultConfigurationService
Either find the existing detail object, or create a new instance if an exsting one is not found.
getOrCreateProperties(String, Object) - Method in class com.objectwave.configuration.PropertyFactory
 
getOrCreateProperties(String, Object) - Method in class com.objectwave.configuration.DefaultCreationStrategy
Get a properties object found at categoryId.properties.
getOrCreateProperties(String, Object) - Method in interface com.objectwave.configuration.CreationStrategy
Gets the OrCreateProperties attribute of the CreationStrategy object
getOrCreateProperties(String, Object) - Method in class com.objectwave.configuration.bean.JndiPropertyLookup
Gets the OrCreateProperties attribute of the JndiPropertyLookup object
getOrCreateProperties(String, Object) - Method in class com.objectwave.configuration.bean.EjbPropertyLookup
Return an new 'Property' object that will query the ConfigurationService enterprise bean for property values.
getOrderByList() - Method in class com.objectwave.persist.SQLQuery
Each string in the vector is a path to the field we wish to use.
getOriginalAssociation() - Method in class com.objectwave.sourceModel.JavaAssociation
 
getOriginalElements() - Method in class com.objectwave.sourceModel.JavaClassDef
 
getOriginalException() - Method in class com.objectwave.persist.QueryException
If an exception occurs within JavaGrinder it will eventually be wrapped by an instance of this class.
getOutputFileStream() - Static method in class com.objectwave.tools.viewUtility.FileFinderUI
 
getOutputStream() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
getOutputWriter() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
getOutputWriter() - Method in class com.objectwave.tools.utility.XMLDump
 
getOWValue(TagElement) - Method in class com.objectwave.sourceModel.TagReplace
Gets the OWValue attribute of the TagReplace object
getPackage() - Method in class com.objectwave.sourceModel.JavaClassDef
 
getPackageDecl(String, String) - Method in class com.objectwave.sourceGenerator.ReflectedClassSource
From the className and targetPackageName deterimine the package declartion for this generated class.
getPackageName() - Method in class com.objectwave.classFile.ClassFile
 
getPackageName(String) - Method in class com.objectwave.configuration.DefaultConfigurationService
Get the 'package name' from the class full name.
getPackageName(String) - Method in class com.objectwave.logging.log4j.Log4jImpl
Get the 'package name' from the class full name.
getPackageString() - Method in class com.objectwave.sourceModel.JavaClassDef
Convience method.
getPanel() - Method in class com.objectwave.uiWidget.JPanelButton
Access the panel contained by the JPanelButton.
getPanel() - Method in class com.objectwave.viewUtility.VectorToButtons
 
getParameters() - Method in class com.objectwave.sourceModel.MethodDef
A method will likely have parameters.
getParameterValues(Method, Object) - Method in class com.objectwave.configuration.xml.ObjectBuilder
Assumes that the method takes 1 and only 1 parameter on the provided method.
getParamType(Class) - Method in class com.objectwave.persist.bcel.FinalClass
Gets the paramType attribute of the FinalClass object
getParent(Object) - Method in class com.objectwave.utility.TreeCollection
 
getParentTransaction() - Method in class com.objectwave.transactionalSupport.TransactionLog
If I am a subtransaction, then I have a parent transaction.
getPassword() - Method in class com.objectwave.uiWidget.LoginEvent
 
getPaths() - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
getPaths(String, Vector, ConfigureTreeNode) - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
getPattern() - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
getPatternString() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
getPatternString() - Method in class com.objectwave.utility.FileFinder
Gets the PatternString attribute of the FileFinder object
getPersistDriver() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the PersistDriver attribute of the BrokerPropertyDetail object
getPersistDriver() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Get the value.
getPersistence() - Method in class com.objectwave.persist.constraints.Constraint
The field is specified as a field on a given persistent object.
getPersistence() - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
getPersistenceClass() - Method in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
This method was created in VisualAge.
getPersistentClass(Class) - Method in class com.objectwave.persist.invert.PersistenceFactory
 
getPersistentClassName(Class) - Method in class com.objectwave.persist.bcel.FinalClass
Gets the persistentClassName attribute of the FinalClass object
getPersistentObject() - Method in interface com.objectwave.persist.RDBPersistence
 
getPersistentObject() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Use this convenience method to do the casting of the domain object to a persistent object.
getPersistentType() - Method in class com.objectwave.persist.AttributeTypeColumn
A persistentType is the class of the persistent object we wish to build.
getPersistPassword() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the PersistPassword attribute of the BrokerPropertyDetail object
getPersistPassword() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Gets the PersistPassword attribute of the BrokerPropertyDetail object
getPersistUser() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the PersistUser attribute of the BrokerPropertyDetail object
getPersistUser() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Gets the PersistUser attribute of the BrokerPropertyDetail object
getPerson() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getPerson() - Method in class com.objectwave.persist.examples.InvertEmployeePersistence
 
getPerson() - Method in class com.objectwave.persist.examples.InvertEmployee
 
getPerson() - Method in class com.objectwave.persist.examples.ExampleEmployee
Gets the Person attribute of the ExampleEmployee object
getPerson() - Method in class com.objectwave.persist.xml.test.PersonPhone
Gets the Person attribute of the PersonPhone object
getPersonPhone() - Method in class com.objectwave.persist.xml.test.Person
Gets the PersonPhone attribute of the Person object
getPersonPhone2() - Method in class com.objectwave.persist.xml.test.Person
Gets the PersonPhone2 attribute of the Person object
getPhone() - Method in class com.objectwave.persist.examples.TestPerson
 
getPhone() - Method in class com.objectwave.persist.examples.TestEntity
 
getPhone() - Method in class com.objectwave.persist.examples.TestCompany
 
getPhone() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the Phone attribute of the TestXMLPerson object
getPhone() - Method in class com.objectwave.persist.xml.test.PersonPhone
Gets the Phone attribute of the PersonPhone object
getPhoneNumber() - Method in class com.objectwave.persist.value.PersonValue
Gets the PhoneNumber attribute of the PersonValue object
getPhoneNumber() - Method in class com.objectwave.persist.xml.test.Phone
Gets the PhoneNumber attribute of the Phone object
getPieWedgeCount() - Method in class com.objectwave.uiWidget.PieChart
The number of visible pie wedges.
getPool() - Method in class com.objectwave.persist.broker.RDBConnection
The associated connection pool of which this connection is a member.
getPopupComponent() - Method in class com.objectwave.viewUtility.PopupMenu
In the event we have nested components, this will get the deepest component at that point.
getPopupPoint() - Method in class com.objectwave.viewUtility.PopupMenu
The point within the 'component' that mouse was righclicked.
getPort() - Method in class com.objectwave.socketClassServer.ObjectServerData
Gets the Port attribute of the ObjectServerData object
getPossibleFillins() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
Right now we are limited to those defined by class information, however, I envision that this general architecture can be expanded to include many different types of generation.
getPossibleRelationships() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getPostBody() - Method in class com.objectwave.templateMerge.MergeTemplate
Just a string that should be generated after any sub templates.
getPostFormattedBody() - Method in class com.objectwave.templateMerge.MergeTemplate
Gets the PostFormattedBody attribute of the MergeTemplate object
getPostTagTable() - Method in class com.objectwave.templateMerge.MergeTemplate
Gets the PostTagTable attribute of the MergeTemplate object
getPostTokens() - Method in class com.objectwave.templateMerge.MergeTemplate
 
getPreBody() - Method in class com.objectwave.templateMerge.MergeTemplate
Just a string that should be generated before any sub templates.
getPreferredSize() - Method in class com.objectwave.uiWidget.JGraph
 
getPreferredSize() - Method in class com.objectwave.uiWidget.Graph
 
getPreferredSize() - Method in class com.objectwave.uiWidget.ColorSelector
 
getPrefix() - Method in class com.objectwave.persist.xml.test.Phone
Gets the Prefix attribute of the Phone object
getPrefix() - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
getPreFormattedBody() - Method in class com.objectwave.templateMerge.MergeTemplate
Gets the PreFormattedBody attribute of the MergeTemplate object
getPreparedString() - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
As with the getSqlStatement() method, this method trusts that there's an ordered, 1-1 mapping between the columns list and the values list.
getPreparedString() - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 
getPreparedString() - Method in class com.objectwave.persist.sqlConstruction.SQLInsert
As with the getSqlStatement() method, this method trusts that there's an ordered, 1-1 mapping between the columns list and the values list.
getPresentationModel() - Method in class com.objectwave.appSupport.OkCancelDetail
 
getPresentationModel() - Method in interface com.objectwave.appArch.ModelSupport
 
getPreTagTable() - Method in class com.objectwave.templateMerge.MergeTemplate
Gets the PreTagTable attribute of the MergeTemplate object
getPreTokens() - Method in class com.objectwave.templateMerge.MergeTemplate
 
getPreviewPageSize() - Method in class com.objectwave.printerSupport.Printer
 
getPrimaryAttributeDescription() - Method in interface com.objectwave.persist.RDBPersistence
 
getPrimaryAttributeDescription() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getPrimaryAttributeDescription() - Method in class com.objectwave.persist.mapping.MapInformation
 
getPrimaryAttributeDescription() - Method in class com.objectwave.persist.mapping.JoinAdapter
 
getPrimaryContact() - Method in class com.objectwave.persist.examples.TestCompany
 
getPrimaryKey() - Method in class com.objectwave.persist.file.RecordHeader
The pkey read from the record, or null if this record is not valid.
getPrimaryKeyColumn() - Method in interface com.objectwave.persist.RDBPersistence
 
getPrimaryKeyColumn() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The default primary key column name is the first entry in the attribute column name list.
getPrimaryKeyCount(RDBPersistence, Object) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Convience method to count the number of pObj primaryKeyColumns.
getPrimaryKeyDescriptions() - Method in interface com.objectwave.persist.RDBPersistence
 
getPrimaryKeyDescriptions() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
getPrimaryKeyDescriptions() - Method in class com.objectwave.persist.mapping.MapInformation
 
getPrimaryKeyField() - Method in interface com.objectwave.persist.RDBPersistence
 
getPrimaryKeyField() - Method in interface com.objectwave.persist.Persistence
Gets the PrimaryKeyField attribute of the Persistence object
getPrimaryKeyField() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the PrimaryKeyField attribute of the DomainObject object
getPrimaryKeyField() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the PrimaryKeyField attribute of the DomainObject object
getPrimaryKeyField() - Method in class com.objectwave.persist.examples.DomainObject
Gets the PrimaryKeyField attribute of the DomainObject object
getPrimaryKeyField() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the PrimaryKeyField attribute of the DomainObject object
getPrimaryKeyField() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Get the object found in my primary key field.
getPrimaryKeyField() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the PrimaryKeyField attribute of the DomainObject object
getPrimaryKeyFields() - Method in interface com.objectwave.persist.RDBPersistence
 
getPrimaryKeyFields() - Method in interface com.objectwave.persist.Persistence
Gets the PrimaryKeyFields attribute of the Persistence object
getPrimaryKeyFields() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the PrimaryKeyField attributes of the DomainObject object
getPrimaryKeyFields() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the PrimaryKeyField attributes of the DomainObject object
getPrimaryKeyFields() - Method in class com.objectwave.persist.examples.DomainObject
Gets the PrimaryKeyField attributes of the DomainObject object
getPrimaryKeyFields() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the PrimaryKeyField attributes of the DomainObject object
getPrimaryKeyFields() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Get the objects found in my primary key field.
getPrimaryKeyFields() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the PrimaryKeyFields attribute of the DomainObject object
getPrimaryKeyStrategy() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Get the primaryKeyStrategy.
getPrimaryKeyStrategy() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Gets the PrimaryKeyStrategy attribute of the BrokerPropertyDetail object
getPrinter() - Method in class com.objectwave.tools.viewUtility.PrintFunctions
 
getPrintStream() - Method in class com.objectwave.utility.LogOutput
 
getProbability() - Method in class com.objectwave.utility.SkipListMap
 
getPropagationID() - Method in class com.objectwave.event.PacketEvent
 
getProperties() - Method in class com.objectwave.logging.log4j.LoggingPropertySource
 
getProperties() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
There is no 'set' method for the properties object since the configuration service can't set this value.
getProperties() - Method in class com.objectwave.tools.propertyEditor.JConfigure
The source properties that are updated as changes occur in the JConfigure panel.
getProperty(String) - Method in interface com.objectwave.persist.BrokerPropertyIF
 
getProperty(String) - Method in class com.objectwave.configuration.bean.JndiPropertyLookup.FakeProperty
Gets the Property attribute of the FakeProperty object
getProperty(String) - Method in class com.objectwave.configuration.bean.EjbPropertyLookup.FakeProperty
Gets the Property attribute of the FakeProperty object
getProperty(String) - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
Gets the Property attribute of the ConfigurationServiceBean object
getProperty(String) - Method in interface com.objectwave.configuration.bean.ConfigurationService
Gets the Property attribute of the ConfigurationService object
getProperty(String, boolean) - Method in class com.objectwave.configuration.bean.EjbPropertyLookup.FakeProperty
Gets the Property attribute of the FakeProperty object
getProperty(String, String) - Method in interface com.objectwave.persist.BrokerPropertyIF
 
getProperty(String, String) - Method in class com.objectwave.configuration.bean.JndiPropertyLookup.FakeProperty
Gets the Property attribute of the FakeProperty object
getProperty(String, String) - Method in class com.objectwave.configuration.bean.EjbPropertyLookup.FakeProperty
Gets the Property attribute of the FakeProperty object
getProperty(String, String) - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
Gets the Property attribute of the ConfigurationServiceBean object
getProperty(String, String) - Method in interface com.objectwave.configuration.bean.ConfigurationService
Gets the Property attribute of the ConfigurationService object
getPropertyCallbackHolder(String, boolean) - Method in class com.objectwave.appArch.admin.CallbackService
A utility method used by this implementation to obtain the callback holder object.
getPropertyChange() - Method in class com.objectwave.tools.JavaDocSearchPanel
Accessor for the propertyChange field.
getPropertyCommand(String, boolean) - Method in class com.objectwave.appArch.admin.CallbackService
Get the Command Object that will allow you to get the property or set the property value.
getPropertyDescriptors() - Method in class com.objectwave.uiWidget.StatusBarBeanInfo
Gets the PropertyDescriptors attribute of the StatusBarBeanInfo object
getPropertyDetail() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Return the instance holding the property values.
getPropertyHolder(PropertySource) - Method in class com.objectwave.configuration.DefaultConfigurationService
Create and return an instance of the PropertyDetail.
getPropertyHolder(PropertySource) - Method in interface com.objectwave.configuration.ConfigurationService
Gets the PropertyHolder attribute of the ConfigurationService object
getPropertyHolder(PropertySource) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
Create and return an instance of the PropertyDetail.
getPropertyHolder(PropertySource, String) - Method in class com.objectwave.configuration.DefaultConfigurationService
Create and return an instance of the PropertyDetail.
getPropertyHolder(PropertySource, String) - Method in interface com.objectwave.configuration.ConfigurationService
Gets the PropertyHolder attribute of the ConfigurationService object
getPropertyHolder(PropertySource, String) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
For the provided property source and category, locate & populate the PropertyDetail.
getPropertyHolderFromParser(PropertySource, String, SAXParser) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
Locate the XML document for the context and category, parse it, and set values on a new PropertyDetail.
getPropertyName() - Method in class com.objectwave.event.PacketEvent
 
getPropertyNames() - Method in class com.objectwave.appArch.admin.CallbackService
Usefull for determining the property names.
getQueryConstraints() - Method in interface com.objectwave.persist.constraints.gui.CustomReportIF
 
getQueryStatement() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
getQuick(Class, Class, Object[], boolean) - Method in class com.objectwave.appArch.UIManager
 
getRDBAdapter(Persistence) - Method in class com.objectwave.persist.broker.SaveObjectsStrategy
A utility method that simplifies code.
getRDBAdapter(Persistence) - Method in class com.objectwave.persist.broker.RDBBroker
A utility method that simplifies code.
getRDBAdapter(Persistence) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
A utility method that simplifies code.
getRDBAdapter(Persistence) - Static method in class com.objectwave.persist.broker.FileBroker
A utility method that simplifies code.
getRDBAdapter(Persistence) - Static method in class com.objectwave.persist.file.ObjectBuilder
A utility method that simplifies code.
getReader() - Method in class com.objectwave.utility.CachedRandomAccessFile
Gets the Reader attribute of the CachedRandomAccessFile object
getReader() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Gets the Reader attribute of the BufferedRandomAccessFile object
getReader(String, String) - Method in class com.objectwave.tools.GenerateTemplateInto
Return a 'reader' that will be able to read Character values that will be in the form of a valid java source code file.
getReaderForClass(Class, String) - Method in class com.objectwave.tools.GenerateTemplateInto
Use reflection to create the source necessary to create a new file.
getReaderForClass(String, String) - Method in class com.objectwave.tools.GenerateTemplateInto
Use reflection to create the source necessary to create a new file.
getRecordHeader(Persistence) - Method in class com.objectwave.persist.file.DbFile
Locate the record header for this persistent object.
getRecordOffset() - Method in interface com.objectwave.persist.RDBPersistence
 
getRecordOffset() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Record offset is used when building the objects.
getRecordSize() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
The number of columns that are found by this select statement.
getReferenceAdapter(Persistence, AttributeTypeColumn) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Get the col value from the list element.
getRegisteredCallbackHolder(String) - Method in class com.objectwave.appArch.admin.CallbackService
Return the CallbackHolder for a given name
getRegisteredCallbacks() - Method in class com.objectwave.appArch.admin.CallbackService
 
getRegisteredProperties() - Method in class com.objectwave.appArch.admin.CallbackService
 
getRelatedClasses(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaModel
Return a vector containing 'JavaClassInfo's for the classes in this model relating to the specified argument.
getRelatedType() - Method in class com.objectwave.persist.AttributeTypeColumn
A relatedType is the class of the persistent object we wish to build.
getRelations(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaModel
 
getRelativePath(File) - Method in class com.objectwave.utility.FileFinder
Find the relative path to the provided file, using the initialFile as the source location.
getRelativePath(File, File) - Method in class com.objectwave.utility.FileFinder
Find the relative path between two files.
getRemoteReference() - Method in class com.objectwave.persist.bean.JGrinderQueryBeanTestClient1
 
getReplacementPattern() - Method in class com.objectwave.utility.SymbolReplacer
 
getReplyHandler() - Method in class com.objectwave.simpleSockets.ServeHTTPClient
 
getRequestClassName() - Method in class com.objectwave.socketClassServer.ObjectServerData
Gets the RequestClassName attribute of the ObjectServerData object
getResource(String) - Method in class com.objectwave.transactionalSupport.WrapClassLoader
 
getResource(String) - Method in class com.objectwave.utility.JarReader
Get the byte [] from the jar file associated with the file name.
getResource(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
This looks locally for the resource fist, then it returns our own CCLP url to retrieve this resource.
getResourceAsStream(String) - Method in class com.objectwave.transactionalSupport.WrapClassLoader
 
getResourceAsStream(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
Return the resource as a stream.
getResourceAsStream(String) - Method in class com.objectwave.socketClassServer.SocketClassLoader
Allows for this ClassLoader to provide class definitions.
getResult() - Method in class com.objectwave.configuration.xml.ObjectBuilder
 
getResult() - Method in class com.objectwave.utility.StringCalculator
 
getResultProperties() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
getResults() - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
getResults(StringCalculator, Vector, Vector, boolean) - Static method in class com.objectwave.utility.StringCalculator
 
getResultSet() - Method in class com.objectwave.persist.GrinderResultSet
 
getResultValues(Method, Object) - Method in class com.objectwave.appArch.admin.CallbackHolder
Extract the elements of a result array into the individual elements.
getReturnInstruction(Class) - Method in class com.objectwave.persist.bcel.FinalClass
Gets the returnInstruction attribute of the FinalClass object
getRightSideItems() - Method in class com.objectwave.uiWidget.DoubleList
 
getRightSideSelectedItems() - Method in class com.objectwave.uiWidget.DoubleList
 
getRoot() - Method in class com.objectwave.persist.gui.DeleteTree
Returns the root of the tree.
getRoot() - Method in class com.objectwave.utility.TreeCollection
 
getRootCause() - Method in class com.objectwave.exception.SystemException
 
getRowCount() - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Returns the number of records managed by the data source object.
getRowCount() - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
getRowCount() - Method in class com.objectwave.templateMerge.TokenTableModel
 
getRowCount() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getRowLimit() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
The result set is limited to the result of this method.
getRunnable(RDBPersistentAdapter.Test.FakeOne, Integer, TestContext, ExamplePerson) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
Gets the Runnable attribute of the Test object
getRunnable(String, Vector) - Method in class com.objectwave.utility.ThreadPoolManager.Test
Gets the Runnable attribute of the Test object
getSaveData(RDBPersistence) - Method in class com.objectwave.persist.file.ObjectBuilder
Convert the data in the object to a byte [] of data.
getScope() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getScope() - Method in class com.objectwave.sourceModel.CommonDef
 
getScope() - Method in class com.objectwave.sourceModel.ClassSpec
 
getSecond() - Method in class com.objectwave.utility.Pair
This method was created in VisualAge.
getSecurity() - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
getSeedString() - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
The seedstring will be included in the HTML header of the getAllCommands request.
getSelectColumnList(RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
Get a list of all of the columns to be used in the selecte statement.
getSelectedClassCount() - Method in interface com.objectwave.tools.DocSearchIF
 
getSelectedFiles() - Method in class com.objectwave.utility.FileList
This method was created in VisualAge.
getSelectedIndex() - Method in class com.objectwave.uiControl.ListControl
 
getSelectedIndex() - Method in class com.objectwave.uiControl.ChoiceControl
 
getSelectedItem() - Method in class com.objectwave.uiControl.ListControl
 
getSelectedItem() - Method in class com.objectwave.uiControl.ChoiceControl
 
getSelectedItem() - Method in class com.objectwave.uiWidget.JGraph
 
getSelectedItem(Point) - Method in class com.objectwave.uiWidget.PieChart
 
getSelectedItem(Point) - Method in class com.objectwave.uiWidget.JGraph
 
getSelectedItemLabel() - Method in class com.objectwave.uiWidget.JGraph
 
getSelectedObject() - Method in class com.objectwave.uiControl.ListControl
 
getSelectedObject() - Method in class com.objectwave.uiControl.ChoiceControl
 
getSelectedObjects() - Method in class com.objectwave.uiWidget.JGraph
(to satisfy the ItemSelectable interface)
getSelectedTemplateName() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Gets the SelectedTemplateName attribute of the TemplateGuiVIF object
getSelectedTemplateName() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
The currently selected template.
getSelection() - Method in class com.objectwave.uiWidget.QuickPick
 
getSelection() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
getSelection() - Method in class com.objectwave.uiWidget.ChoiceGui
 
getSelectionModel() - Method in class com.objectwave.uiWidget.ComponentList
Returns the value of the current selection model.
getSelectionPanel() - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
getSentMethods(String) - Method in class com.objectwave.sourceParser.MethodDetailParser
 
getSequenceColumnName() - Method in class com.objectwave.persist.broker.GlobalSequence
 
getSequenceColumnSuffix() - Method in class com.objectwave.persist.broker.TableSequence
Returns the suffix of the column which is queried to get the next sequence number for a given table.
getSequenceTableName() - Method in class com.objectwave.persist.broker.TableSequence
Returns the name of the table which is queried to get the next sequence number for a given table.
getSequenceTableName() - Method in class com.objectwave.persist.broker.GlobalSequence
When using Oracle, the default of DUAL works just fine - this may be true with other databases, but I have no idea.
getServerVerbose() - Method in class com.objectwave.simpleSockets.SocketPropertyDetail
Gets the ServerVerbose attribute of the SocketPropertyDetail object
getServerVerbose() - Method in class com.objectwave.simpleSockets.SocketProperty
Should the server log lots of messages?
getSession() - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
getSession() - Method in class com.objectwave.transactionalSupport.SessionManager
Get the session associated with the current thread.
getShareAccess() - Method in class com.objectwave.persist.properties.FilePropertySource
Gets the Verbose attribute of the FilePropertySource object
getShareAccess() - Method in class com.objectwave.persist.properties.FilePropertyDetail
 
getShowTree() - Method in class com.objectwave.tools.propertyEditor.JConfigure
This method was created in VisualAge.
getSingletonInstance() - Static method in class com.objectwave.sourceGenerator.InformationClass
Gets the SingletonInstance attribute of the InformationClass class
getSize() - Static method in class com.objectwave.persist.constraints.ConstraintFactory
 
getSize(Class) - Method in class com.objectwave.persist.broker.ObjectPool
Size to make the initial hashmap associated with each class.
getSocket() - Method in class com.objectwave.simpleSockets.ClientSocket
There just may be a need to get to the actual socket.
getSorterComparison() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
getSortOrder() - Method in class com.objectwave.persist.value.Attribute
Gets the SortOrder attribute of the Attribute object
getSource() - Method in class com.objectwave.event.SimplePacketSupport
 
getSource() - Method in class com.objectwave.event.PacketSupport
 
getSource() - Method in class com.objectwave.appArch.security.SecuritySupport
 
getSource() - Method in class com.objectwave.sourceParser.SourceCodeReader
 
getSource(Class, String) - Method in class com.objectwave.sourceGenerator.ReflectedClassSource
Gets the Source attribute of the ReflectedClassSource object
getSourceClass() - Method in class com.objectwave.sourceModel.JavaRelation
 
getSourceClassName() - Method in class com.objectwave.sourceModel.JavaRelation
 
getSourceDefinition() - Method in class com.objectwave.sourceModel.JavaRelation
 
getSourceDefinition() - Method in class com.objectwave.sourceModel.JavaAssociation
 
getSourceFile() - Method in class com.objectwave.persist.file.RecordIterator
The file upon which this class is iterating.
getSourceFile() - Method in class com.objectwave.persist.file.DbFile
 
getSourceLocation() - Method in class com.objectwave.classFile.ClassFile
The source location is the file system resource (file or from a jar) that should enable one to figure out the source of the bytes codes.
getSourceProperties() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
getSQLObjectFromCacheWork() - Method in class com.objectwave.persist.sqlConstruction.ExpandingSQLObjectCache
The entry point to the instance related to the current thread, and to get the cached object.
getSqlStatement() - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
getSqlStatement() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
 
getSqlStatement() - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Gets the SqlStatement attribute of the SQLModifier object
getSqlStatement() - Method in class com.objectwave.persist.sqlConstruction.SQLInsert
Assemble all of the information that has been gathered into a valid sql statement.
getSqlStatement() - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
getSqlStatement() - Method in interface com.objectwave.persist.sqlConstruction.SQLAssembler
 
getSqlTime() - Method in class com.objectwave.persist.broker.RDBConnectionPool
Gets the SqlTime attribute of the RDBConnectionPool object
getStartPosition(Component, Component) - Static method in class com.objectwave.utility.PointManipulator
 
getStartPosition(Component, Component, int, int) - Static method in class com.objectwave.utility.PointManipulator
 
getStartPosition(Component, Point) - Static method in class com.objectwave.utility.PointManipulator
 
getState() - Method in class com.objectwave.uiWidget.StateTextField
 
getState() - Method in class com.objectwave.uiWidget.StateCheckBox
 
getStatement() - Method in class com.objectwave.persist.GrinderResultSet
 
getStatement() - Method in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
getStaticInitializers() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getStaticInstance() - Static method in class com.objectwave.simpleSockets.MutexClient
 
getStaticInstance(String) - Static method in class com.objectwave.persist.constraints.ConstraintFactory
 
getStaticList() - Method in class com.objectwave.persist.constraints.CrossField
 
getStaticList() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
getStaticList() - Method in class com.objectwave.persist.constraints.ConstraintIsNull
 
getStaticList() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
getStaticList() - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
getStaticList() - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
getStaticList() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
getStaticList() - Method in class com.objectwave.persist.constraints.Constraint
Gets the StaticList attribute of the Constraint object
getStringDataFor(Object) - Method in interface com.objectwave.templateMerge.InformationRetrieval
 
getSubject() - Method in class com.objectwave.persist.SQLQuery
The main subject of this query.
getSubject() - Method in class com.objectwave.appArch.gui.EditModel
 
getSubjectClass() - Method in class com.objectwave.appSupport.OkCancelModel
Used to make error messages more meaningful.
getSubjectClass() - Method in class com.objectwave.appSupport.DetailModel
For more information, check out the mutator method.
getSubSelectField() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
getSubSelectQuery() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
getSubTransaction() - Method in class com.objectwave.transactionalSupport.TransactionLog
As a parent, I may have a subtransaction.
getSubTree(Object) - Method in class com.objectwave.utility.TreeCollection
 
getSuperClass() - Method in class com.objectwave.persist.bcel.FinalClass
Gets the superClass attribute of the FinalClass object
getSuperDescriptor() - Static method in class com.objectwave.persist.examples.DomainObject
A conveince method to get a copy of this static class descriptor.
getSymbols() - Method in class com.objectwave.utility.SymbolReplacer
 
getTable() - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
getTable() - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
getTableName() - Method in class com.objectwave.persist.broker.SelectAndUpdate
 
getTableName() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
getTableName() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
getTableName() - Method in class com.objectwave.persist.examples.DomainObject
Use an instance method to access a static variable.
getTableName() - Method in class com.objectwave.persist.invert.PersistenceBase
Notice the use of instance methods to access static variables.
getTableName() - Method in class com.objectwave.persist.xml.XMLDecoder
Gets the TableName attribute of the XMLDecoder object
getTableName() - Method in class com.objectwave.persist.xml.TestXMLPerson
Use an instance method to access a static variable.
getTableName() - Method in class com.objectwave.persist.xml.TestXMLCompany
Use an instance method to access a static variable.
getTableName() - Method in class com.objectwave.persist.xml.test.Person
Use an instance method to access a static variable.
getTableName() - Method in class com.objectwave.transactionalSupport.test.TestEntity
Gets the TableName attribute of the TestEntity object
getTableName() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the TableName attribute of the DomainObject object
getTableName(Object) - Method in interface com.objectwave.persist.RDBPersistence
 
getTableName(Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Return the object's table name.
getTabName() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
getTabName() - Method in interface com.objectwave.viewUtility.PropertyPanel
 
getTagList() - Method in class com.objectwave.sourceModel.TagTable
Gets the TagList attribute of the TagTable object
getTagName() - Method in class com.objectwave.sourceModel.TagElement
Gets the TagName attribute of the TagElement object
getTagValue(String) - Method in class com.objectwave.sourceModel.CommentElement
Look for the tag in our chain of comments.
getTagValue(TagElement) - Method in class com.objectwave.sourceModel.TagReplace
Gets the TagValue attribute of the TagReplace object
getTail() - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
 
getTargetDef(ClassElement[], String) - Method in class com.objectwave.tools.GenerateTemplateInto
 
getTargetException() - Method in class com.objectwave.transactionalSupport.UpdateException
The target exception is the reason this update exception occured.
getTargetFileName(String) - Method in class com.objectwave.persist.broker.FileBroker
 
getTargetSocket() - Method in class com.objectwave.simpleSockets.Gateway
 
getTemplate() - Method in class com.objectwave.sourceGenerator.SourceCodeGenerator
Generic method for getting the source code template to Generate an entire class.
getTemplate() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
getTemplate(String) - Method in class com.objectwave.templateMerge.KnownTemplates
 
getTemplateName() - Method in class com.objectwave.templateMerge.MergeTemplate
 
getTemplateNamed(String) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Find the template object with the given name.
getTemplates() - Method in class com.objectwave.templateMerge.XMLTemplateRead
Get the KnowTemplates which has all information in the XML file
getTemplates() - Method in class com.objectwave.templateMerge.MergeTemplate
 
getTemplates() - Method in class com.objectwave.templateMerge.JspStyleRead
Get the KnowTemplates which has all information in the XML file
getTemplateTreeModel() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Gets the TemplateTreeModel attribute of the TemplateGuiVIF object
getTemplateTreeModel() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Return the TreeModel.
getTestValues() - Method in class com.objectwave.templateMerge.TokenTableModel
 
getText() - Method in class com.objectwave.event.StatusEvent
 
getTextAlignment() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getTextField() - Method in class com.objectwave.viewUtility.TextFieldChangeListener
 
getTheRest() - Method in class com.objectwave.sourceModel.CommentElement
 
getThread() - Method in class com.objectwave.persist.broker.RDBConnection
Get the thread that is currently related to this connection.
getThread() - Method in class com.objectwave.appArch.Queue
 
getThreadGroup() - Method in class com.objectwave.utility.ThreadPoolManager
Get the threadGroup that contains all of the threads in the thread pool.
getThresholdList() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Get the Logging threshold configuration
getTime() - Method in class com.objectwave.persist.util.DateWithoutTime
Gets the Time attribute of the DateWithoutTime object
getTitle() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getTitle() - Method in class com.objectwave.persist.examples.TestPerson
 
getTitle() - Method in class com.objectwave.persist.examples.TestEntity
 
getTitle() - Method in class com.objectwave.persist.examples.ManySideTwo
Generated accessors that route get and set methods through our ObjectEditor.
getTitle() - Method in class com.objectwave.persist.examples.ManySideOne
Generated accessors that route get and set methods through our ObjectEditor.
getTitle() - Method in class com.objectwave.persist.examples.ExampleEmployee
Generated accessors that route get and set methods through our ObjectEditor.
getTitle() - Method in class com.objectwave.persist.xml.TestXMLPerson
Gets the Title attribute of the TestXMLPerson object
getTitle() - Method in class com.objectwave.transactionalSupport.ExampleObject
Generated accessors that route get and set methods through our ObjectEditor.
getTitle() - Method in class com.objectwave.uiWidget.GraphItem
 
getTitleAlignment() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getToken(int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getToken(String) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Used when restoring templates from a text file.
getTokenList() - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Gets the TokenList attribute of the MergeTemplateWriter class
getTokenProvider() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
getTokenProvider() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Gets the TokenProvider attribute of the TemplateGuiVIF object
getTokenProvider() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
The tokenProvider contains all of the information tokens that can used in the templates.
getTokenProvider() - Method in class com.objectwave.tools.GenerateTemplateInto
 
getTokens() - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
getTokens(String) - Method in class com.objectwave.templateMerge.XMLTemplateRead
read a String line by line and get the token array according the token name
getTokenString() - Method in class com.objectwave.templateMerge.InformationToken
A token that will be replaced with the data from the InfoReader
getTotalValue(int) - Method in class com.objectwave.uiWidget.PieChart
 
getTransactionTimeout() - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
Gets the TransactionTimeout attribute of the XaSession object
getTreeModel() - Method in class com.objectwave.tools.SearchResults
Return the TreeModel property value.
getTrueResults(Vector) - Method in class com.objectwave.utility.StringCalculator
Find all of the permutations that will make the symbols evalutate to true.
getType() - Method in class com.objectwave.persist.AttributeTypeColumn
Collection, Foreign, Instance, Attribute, PrimaryAttribute
getType() - Method in class com.objectwave.persist.constraints.CrossField
 
getType() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
getType() - Method in class com.objectwave.persist.constraints.ConstraintIsNull
 
getType() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
getType() - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
getType() - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
getType() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
getType() - Method in class com.objectwave.persist.constraints.Constraint
This is a unique, readable string identifying the constraint type (ex, anyof, null)
getType() - Method in class com.objectwave.event.StatusEvent
 
getType() - Method in class com.objectwave.sourceModel.MethodParameter
 
getType() - Method in class com.objectwave.sourceModel.JavaRelation
The type of the related object.
getType() - Method in class com.objectwave.sourceModel.CommonDef
 
getTypeAttributeRelation(String, Field) - Static method in class com.objectwave.persist.AttributeTypeColumn
 
getTypeClass() - Method in class com.objectwave.sourceModel.JavaRelation
 
getTypeId() - Method in class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter
 
getTypeIdentifierDescription() - Method in class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter
A special type that defines the data that is to be used to determine what type of object a database row is representing.
getTypes() - Static method in class com.objectwave.persist.constraints.ConstraintFactory
 
getUrl(Class, String) - Method in class com.objectwave.utility.FileFinder
Look for the fileName to be an abosolute reference to a file.
getUseHtml() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getUsePreparedStatements() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the UsePreparedStatements attribute of the BrokerPropertyDetail object
getUsePreparedStatements() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Gets the UsePreparedStatements attribute of the BrokerPropertyDetail object
getUserFilter() - Method in class com.objectwave.utility.FileFinder
Gets the UserFilter attribute of the FileFinder object
getUserName() - Method in class com.objectwave.uiWidget.LoginEvent
 
getUseVisibleColumnOrder() - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
getValue() - Method in class com.objectwave.event.DataRequest
 
getValue() - Method in class com.objectwave.event.DataAvailable
 
getValue() - Method in class com.objectwave.uiWidget.StateCheckBox
 
getValue() - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
getValue() - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
getValue() - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
getValue() - Method in class com.objectwave.uiWidget.GraphItem
 
getValue() - Method in class com.objectwave.tools.propertyEditor.PropertyTextField
 
getValue() - Method in class com.objectwave.tools.propertyEditor.PropertyRectangleField
Return the string value to place into the properties file.
getValue() - Method in class com.objectwave.tools.propertyEditor.PropertyPathField
Return the string value to place into the properties file.
getValue() - Method in class com.objectwave.tools.propertyEditor.PropertyListField
 
getValue() - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
Return the string value to place into the properties file.
getValue() - Method in interface com.objectwave.tools.propertyEditor.PropertyField
 
getValue() - Method in class com.objectwave.tools.propertyEditor.PropertyBooleanField
 
getValue(Field, Object) - Method in class com.objectwave.utility.ReflectiveHelper
Use the getMethod to get the value of the provided field.
getValue(Field, Object, TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
The main workhorse method for all of the get methods.
getValue(int, Object, TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
The main workhorse method for all of the get methods.
getValue(Persistence) - Method in class com.objectwave.persist.AttributeTypeColumn
Convenience method to allow one to retrieve a single attribute from a persistent object.
getValue(Persistence, Field[], Object[]) - Method in class com.objectwave.persist.AttributeTypeColumn
Convenience method to allow one to retrieve a single attribute from a persistent object.
getValueAt(int, int) - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Returns an attribute value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
getValueAt(int, int) - Method in class com.objectwave.templateMerge.TokenTableModel
 
getValueAt(int, int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
getValueClass() - Method in class com.objectwave.persist.value.Value
Gets the ValueClass attribute of the Value object
getValueField() - Method in class com.objectwave.persist.value.Attribute
Gets the ValueField attribute of the Attribute object
getValueList() - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 
getValues() - Method in class com.objectwave.utility.SymbolReplacer
 
getVariableDef(String) - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getVariableDefinitions() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getVariableEnumeration() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain the complete Variable declaration.
getVariableInitsEnumeration() - Method in class com.objectwave.sourceGenerator.ClassInformation
The Variable initializers.
getVariableIsCollection() - Method in class com.objectwave.sourceGenerator.InformationClass
Gets the VariableIsCollection attribute of the InformationClass object
getVariableIsCollectionEnumeration(boolean) - Method in class com.objectwave.sourceGenerator.ClassInformation
Only native arrays are considered collections.
getVariableName() - Method in class com.objectwave.sourceGenerator.InformationClass
This enumeration will contain just the Variable name.
getVariableName() - Method in class com.objectwave.sourceModel.JavaAssociation
 
getVariableNameEnumeration(boolean) - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain just the Variable name.
getVariableNotCollection() - Method in class com.objectwave.sourceGenerator.InformationClass
Gets the VariableNotCollection attribute of the InformationClass object
getVariableNotStatics() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain the complete Variable declaration.
getVariableNotTransient() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain the complete Variable declaration.
getVariableRelations() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
getVariableScope() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain the complete Variable declaration.
getVariableStatic() - Method in class com.objectwave.sourceGenerator.InformationClass
Gets the VariableStatic attribute of the InformationClass object
getVariableStatics() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain the complete Variable declaration.
getVariableTransient() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain the complete Variable declaration.
getVariableType() - Method in class com.objectwave.sourceGenerator.InformationClass
Gets the VariableType attribute of the InformationClass object
getVariableTypEnumeration() - Method in class com.objectwave.sourceGenerator.ClassInformation
This enumeration will contain just the Variable return type.
getVariableUpperName() - Method in class com.objectwave.sourceGenerator.InformationClass
Gets the VariableUpperName attribute of the InformationClass object
getVerbose() - Method in class com.objectwave.persist.properties.FilePropertySource
Gets the Verbose attribute of the FilePropertySource object
getVerbose() - Method in class com.objectwave.persist.properties.FilePropertyDetail
 
getVgap() - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Get the vertical gap between components.
getWarningColor() - Method in class com.objectwave.uiWidget.StatusBar
Gets the WarningColor attribute of the StatusBar object
getWhereClause() - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
getWhereClause() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Get the elements that will make up the where clause.
getWindow() - Method in class com.objectwave.appArch.WindowModel
 
getWindowList() - Method in class com.objectwave.appArch.UIManager
 
getWindowName(WindowModelIF) - Method in class com.objectwave.appArch.UIManager
 
getWorkers() - Method in class com.objectwave.persist.bcel.examples.Employee
 
getWorkers() - Method in class com.objectwave.persist.examples.ExampleEmployee
Gets the Workers attribute of the ExampleEmployee object
getWorkingTemplates() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
 
getWrap() - Method in class com.objectwave.transactionalSupport.Session
 
getWriter() - Method in class com.objectwave.utility.CachedRandomAccessFile
Gets the Writer attribute of the CachedRandomAccessFile object
getWriter() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Gets the Writer attribute of the BufferedRandomAccessFile object
getXgap() - Method in class com.objectwave.viewUtility.FlexGridLayout
Get the inter-column spacing value.
getXmlDefinition(String, Object) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Create the XMLDecoder object that will allow the creation of all of the map information.
getXmlDefinition(String, Object) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Create the XMLDecoder object that will allow the creation of all of the map information.
getXmlDefinition(String, Object) - Method in class com.objectwave.persist.examples.DomainObject
Create the XMLDecoder object that will allow the creation of all of the map information.
getXmlDefinition(String, Object) - Method in class com.objectwave.persist.invert.PersistenceBase
Create the XMLDecoder object that will allow the creation of all of the map information.
getXmlInputSource(PropertySource, String) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
Use an instance of XmlBootstrap to locate an XML document for the specified context and category.
getYgap() - Method in class com.objectwave.viewUtility.FlexGridLayout
Get the vertical spacing between components.
GlobalSequence - class com.objectwave.persist.broker.GlobalSequence.
Use a sequence called GLOBAL_UID_SEQ to generate primary key values.
GlobalSequence() - Constructor for class com.objectwave.persist.broker.GlobalSequence
Constructor for the GlobalSequence object
GOOD_PROB - Static variable in class com.objectwave.utility.SkipListMap
 
goodbye() - Method in class com.objectwave.simpleSockets.MutexClient
 
Graph - class com.objectwave.uiWidget.Graph.
 
Graph(String, int, int) - Constructor for class com.objectwave.uiWidget.Graph
 
GraphItem - class com.objectwave.uiWidget.GraphItem.
 
GraphItem(Object, int, Color) - Constructor for class com.objectwave.uiWidget.GraphItem
 
GraphItem(String, int, Color) - Constructor for class com.objectwave.uiWidget.GraphItem
 
graphItems - Variable in class com.objectwave.uiWidget.JGraph
 
GREATER_THAN - Static variable in interface com.objectwave.utility.SorterComparisonIF
 
greaterOrEqualIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
greaterThanIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
green - Static variable in class com.objectwave.uiWidget.JGraph
 
gridPosition(Component, Component) - Static method in class com.objectwave.utility.PointManipulator
 
gridPosition(Point, Point) - Static method in class com.objectwave.utility.PointManipulator
Determine's targets location relative to the origin.
GrinderResultSet - class com.objectwave.persist.GrinderResultSet.
Private class for use in this package for returning two elements from a method.
GrinderResultSet(ResultSet, Statement, RDBConnection) - Constructor for class com.objectwave.persist.GrinderResultSet
GrinderResultSet constructor comment.
GROUP - Static variable in interface com.objectwave.appArch.security.Prototypes
 
growLists(int) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 

H

handleConnection(Socket) - Method in class com.objectwave.simpleSockets.SimpleServer
handleConnection: Key method for starting server clients.
handleEvent(Event) - Method in class com.objectwave.uiWidget.MessageBox
Method to handle old AWT events
handleLookupSwitch(int, byte[], int, StringBuffer) - Method in class com.objectwave.classFile.CodeAttributeInfo
The lookupswith opcode has a variable length of data.
Handler - class com.objectwave.customClassLoader.cclp.Handler.
Needes for custom class loader support.
Handler() - Constructor for class com.objectwave.customClassLoader.cclp.Handler
 
handleSocketException(Exception) - Method in class com.objectwave.simpleSockets.ServeClient
Handle a socket exception during a readString().
has(SecurityType) - Method in class com.objectwave.appArch.security.UserType
Used to create access privledges Example: WORLD.has(WRITE); if you did WORLD.has(READ).and(GROUP); GROUP would have ALL rights WORLD would have ReadOnly OWNER would have zeros in read, write, and execute
hasBetweenMax() - Method in class com.objectwave.persist.value.Constraint
 
hasBetweenMin() - Method in class com.objectwave.persist.value.Constraint
 
hasChanged(boolean) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
hasChanged(boolean) - Method in class com.objectwave.viewUtility.PropertyDialog
 
hasChildElements() - Method in class com.objectwave.sourceModel.PackageDef
This class will never have child elements.
hasChildElements() - Method in class com.objectwave.sourceModel.CommonDef
 
hasChildElements() - Method in class com.objectwave.sourceModel.CommentElement
hasChildElements method comment.
hasChildElements() - Method in class com.objectwave.sourceModel.ClassSpec
 
hasChildElements() - Method in interface com.objectwave.sourceModel.ClassElement
 
hasDetail(PropertySource, String) - Method in class com.objectwave.configuration.PropertyObjects
 
hasDomainClass() - Method in class com.objectwave.persist.value.Value
 
hasDomainProperty() - Method in class com.objectwave.persist.value.Constraint
 
hasDomainProperty() - Method in class com.objectwave.persist.value.Attribute
 
hasEquals() - Method in class com.objectwave.persist.value.Constraint
 
hasExecuteAccess() - Method in class com.objectwave.appArch.security.SecurityType
 
hasGreaterOrEqual() - Method in class com.objectwave.persist.value.Constraint
 
hasGreaterThan() - Method in class com.objectwave.persist.value.Constraint
 
hashCode() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Make adapter instances hash on primary key value.
HashMapCollectionAdapter - class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter.
Collection Adapters were introduced to support multiple collection types within the JavaGrinder Framework.
HashMapCollectionAdapter() - Constructor for class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
 
HashtableCollectionAdapter - class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter.
Collection Adapters were introduced to support multiple collection types within the JavaGrinder Framework.
HashtableCollectionAdapter() - Constructor for class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
 
hasImplemented(JavaClassInfo, String) - Method in class com.objectwave.sourceModel.JavaModel
Should eventually be expanded to check all the known super classes.
hasImplemented(String) - Method in class com.objectwave.sourceModel.JavaClassInfo
Should probably be expaned to determine the entire namespace of the interface name.
hasLessOrEqual() - Method in class com.objectwave.persist.value.Constraint
 
hasLessThan() - Method in class com.objectwave.persist.value.Constraint
 
hasLike() - Method in class com.objectwave.persist.value.Constraint
 
hasMatches() - Method in class com.objectwave.persist.value.Constraint
 
hasMoreElements() - Method in class com.objectwave.utility.Permutations
 
hasMoreElements() - Method in class com.objectwave.utility.Combinations
 
hasMoreElements() - Method in class com.objectwave.utility.ArrayEnumeration
 
hasMultipleClasses() - Method in class com.objectwave.sourceModel.JavaClassDef
 
hasNext() - Method in class com.objectwave.persist.file.RecordIterator
Returns true if the iteration has more elements.
hasNext() - Method in class com.objectwave.persist.file.FileQuery.MyIterator
 
hasNot() - Method in class com.objectwave.persist.value.Constraint
 
hasNotEquals() - Method in class com.objectwave.persist.value.Constraint
 
hasReadAccess() - Method in class com.objectwave.appArch.security.SecurityType
 
hasSortOrder() - Method in class com.objectwave.persist.value.Attribute
 
hasTotalsRow() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
hasTransactions() - Method in class com.objectwave.transactionalSupport.TransactionManager
 
hasTransactions() - Static method in class com.objectwave.transactionalSupport.TransactionLog
 
hasValueClass() - Method in class com.objectwave.persist.value.Value
 
hasValueField() - Method in class com.objectwave.persist.value.Attribute
 
hasWriteAccess() - Method in class com.objectwave.appArch.security.SecurityType
 
HeaderFooterSelection - class com.objectwave.viewUtility.HeaderFooterSelection.
This class is a simple dialog which allows the user to specify files for the header and/or footer of some generated document.
HeaderFooterSelection(Frame, String, String) - Constructor for class com.objectwave.viewUtility.HeaderFooterSelection
 
heightChanges(Component) - Method in class com.objectwave.viewUtility.FunLayout
When the window containing the given component is stretched to a larger height, the given component will grow taller (and shorter when the window is shortened).
helpClicked() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
hexDump(byte[], int, Writer) - Static method in class com.objectwave.classFile.CodeAttributeInfo
This method will print a hex dump of the given byte array to the given output stream.
hexDump(byte[], int, Writer) - Static method in class com.objectwave.tools.DumpHex
This method will print a hex dump of the given byte array to the given output stream.
hgap - Variable in class com.objectwave.tools.propertyEditor.AbstractLayout
 
HIGH - Static variable in class com.objectwave.utility.DebugOutput
 
highlight - Variable in class com.objectwave.uiWidget.ComponentList
 
Histogram - class com.objectwave.uiWidget.Histogram.
This class displays a histogram (bar-graph) of the given data in the given scale.
Histogram() - Constructor for class com.objectwave.uiWidget.Histogram
 
hookEvents() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
hookEvents() - Method in class com.objectwave.uiWidget.ChoiceGui
 
hookEvents() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
Add the appropriate event listeners to our GUI widgets.
hookEvents() - Method in class com.objectwave.templateMerge.gui.TemplateGui
Add muy appropriate listeners everywhere.
hookupListeners() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
hookupSystemErr() - Static method in class com.objectwave.utility.LogOutput
 
hookupSystemOut() - Static method in class com.objectwave.utility.LogOutput
 
HORIZONTAL - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
HORIZONTAL - Static variable in class com.objectwave.viewUtility.DrawRoutines
 
HTTPCommandImpl - class com.objectwave.appArch.admin.HTTPCommandImpl.
Expose Command Callback functions through HTTP.
HTTPCommandImpl.Test - class com.objectwave.appArch.admin.HTTPCommandImpl.Test.
 
HTTPCommandImpl.Test() - Constructor for class com.objectwave.appArch.admin.HTTPCommandImpl.Test
 
HTTPCommandImpl() - Constructor for class com.objectwave.appArch.admin.HTTPCommandImpl
 
HypersonicBroker - class com.objectwave.persist.broker.HypersonicBroker.
HypersonicBroker - works with Hypersonic database http://hsql.oron.ch/
The following two SQL statements must be run to generate primary keys.
HypersonicBroker.Test - class com.objectwave.persist.broker.HypersonicBroker.Test.
 
HypersonicBroker.Test() - Constructor for class com.objectwave.persist.broker.HypersonicBroker.Test
 
HypersonicBroker() - Constructor for class com.objectwave.persist.broker.HypersonicBroker
 

I

id - Variable in class com.objectwave.simpleSockets.ServeClient
 
identifiers - Static variable in class com.objectwave.sourceGenerator.ClassInformation
 
identifyAttributes(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
 
identifyClassParts(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
 
identifyFields(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
 
identifyInterfaces(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
 
identifyMethods(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
 
ifNotNull(Object) - Static method in class com.objectwave.sourceGenerator.OWScript
 
ignoreLabels(boolean) - Method in class com.objectwave.viewUtility.DisableComponent
 
implementors - Variable in class com.objectwave.sourceModel.ClassSpec
 
ImportDefParser - class com.objectwave.sourceParser.ImportDefParser.
This class happens to look exactly like package def, except it is for imports.
ImportDefParser() - Constructor for class com.objectwave.sourceParser.ImportDefParser
 
importFromText(BufferedReader) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Entery point for reading in templates from a text file.
importFromText(BufferedReader) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
importFromText(BufferedReader) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Read ascii code from the buffer containing the MergeTemplate definitions.
importFromXML(Reader) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Entery point for reading in templates from a XML file.
importFromXML(Reader) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
These two meothod are added by Zhou Cai Used for import from and dump to an XML file
importFromXML(Reader) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Read ascii code from the buffer containing the MergeTemplate definitions.
importPropertyFile() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
imports - Variable in class com.objectwave.sourceModel.JavaClassDef
 
importURLs(char[]) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
(attempt to) import files indicated by the importTag.
incrementSqlTime(long) - Method in class com.objectwave.persist.broker.RDBConnectionPool
Used for metric information
indexOf(ConstantPoolInfo, ConstantPoolInfo[]) - Static method in class com.objectwave.classFile.ConstantPoolInfo
 
indexOf(Object) - Method in class com.objectwave.utility.OrderedVector
 
indexOf(String) - Method in class com.objectwave.utility.SymbolReplacer
 
info(Object, String) - Static method in class com.objectwave.logging.MessageLog
Informational messages.
info(Object, String) - Method in interface com.objectwave.logging.LogIF
 
info(Object, String) - Method in class com.objectwave.logging.ConsoleImpl
Dump text to string with a priority of info.
info(Object, String) - Method in class com.objectwave.logging.log4j.Log4jImpl
 
INFORMATIONAL - Static variable in class com.objectwave.event.StatusType
 
InformationClass - class com.objectwave.sourceGenerator.InformationClass.
use it to replace ClassInformation
InformationClass() - Constructor for class com.objectwave.sourceGenerator.InformationClass
Constructor for the InformationClass object
InformationClass(JavaClassDef) - Constructor for class com.objectwave.sourceGenerator.InformationClass
Constructor for the InformationClass object
InformationRetrieval - interface com.objectwave.templateMerge.InformationRetrieval.
Implementers of this interface know how to get data for an information token.
InformationToken - class com.objectwave.templateMerge.InformationToken.
Generic class for creating the ability to allow a developer to define a token and how to get the data to replace the values in that token.
InformationToken(String, InformationRetrieval, String) - Constructor for class com.objectwave.templateMerge.InformationToken
There are 3 mandatory elements of a token.
init() - Method in class com.objectwave.naming.servlet.StartupServlet
 
init() - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
init() - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
init() - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
init() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
init() - Method in class com.objectwave.sourceModel.TagReplace
 
init() - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
init(String) - Method in class com.objectwave.tools.GenerateTemplateInto
Load in the templates from the specified file name.
init(String) - Method in class com.objectwave.tools.propertyEditor.PropertyTextField
 
init(String) - Method in class com.objectwave.tools.propertyEditor.PropertyRectangleField
 
init(String) - Method in class com.objectwave.tools.propertyEditor.PropertyPathField
 
init(String) - Method in class com.objectwave.tools.propertyEditor.PropertyListField
 
init(String) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
 
init(String) - Method in interface com.objectwave.tools.propertyEditor.PropertyField
Return this or a new property field
init(String) - Method in class com.objectwave.tools.propertyEditor.PropertyBooleanField
 
initBuffer() - Method in class com.objectwave.tools.utility.XMLDump
 
initConfigService() - Static method in class com.objectwave.configuration.ConfigurationServiceFactory
Create a new instance of DefaultConfigurationService if one does not already exist.
initConfiguration() - Method in class com.objectwave.persist.broker.RDBBroker
To determine the values of userName, password, and connectUrl the configuration will first use what the attribute values contain.
initConstraints(CustomReportIF) - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
initDataElements(AttributeTypeColumn[], Persistence) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Use the AttributeTypeColumns to extract the data from the persistent subject.
initDataPanel() - Method in class com.objectwave.uiWidget.ComponentList
 
initDefaults() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Some of the PropertyFields may have default values.
initDefaultStrategy(PropertySource) - Method in class com.objectwave.configuration.xml.XmlConfigurationService
This allows users of the configuration service to not specify Xml path to class mappings.
initDefaultTemplates() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
initDescription() - Static method in class com.objectwave.persist.examples.DomainObject
 
initDescriptor() - Method in class com.objectwave.persist.examples.TestPerson
Describe how this class relates to the relational database.
initDescriptor() - Method in class com.objectwave.persist.examples.TestEntity
Describe how this class relates to the relational database.
initDescriptor() - Method in class com.objectwave.persist.examples.TestCompany
Describe how this class relates to the relational database.
initDescriptor() - Method in class com.objectwave.persist.examples.ManySideTwo
Describe how each attribute relates to the database.
initDescriptor() - Method in class com.objectwave.persist.examples.ManySideOne
Describe how each attribute relates to the database.
initDescriptor() - Method in class com.objectwave.persist.examples.JoinObject
Describe how each attribute relates to the database.
initDescriptor() - Method in class com.objectwave.persist.examples.ExamplePerson
Describe how each attribute relates to the database.
initDescriptor() - Method in class com.objectwave.persist.examples.ExampleEmployee
Describe how each attribute relates to the database.
initDescriptor() - Method in class com.objectwave.persist.examples.ExampleCompany
Describe how this class relates to the relational database.
initDescriptor() - Method in class com.objectwave.transactionalSupport.test.TestEntity
 
initDescriptor() - Method in class com.objectwave.transactionalSupport.test.DomainObject
 
initDescriptor(String, Persistence, RDBPersistentAdapter) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Read in the XML file and populate the persistent map information.
initDescriptor(String, Persistence, RDBPersistentAdapter) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Read in the XML file and populate the persistent map information.
initDescriptor(String, Persistence, RDBPersistentAdapter) - Method in class com.objectwave.persist.examples.DomainObject
Read in the XML file and populate the persistent map information.
initDescriptor(String, Persistence, RDBPersistentAdapter) - Method in class com.objectwave.persist.invert.PersistenceBase
Read in the XML file and populate the persistent map information.
initFieldSize(int) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
initFrame(String, Rectangle) - Method in class com.objectwave.uiWidget.JPanelButton
Initialize the frame (called by the contructor).
initFromXml(String) - Method in class com.objectwave.tools.GenerateTemplateInto
 
initialClassParts(ClassSpec) - Method in class com.objectwave.tools.MetaModel
Get all of the intial file elements of this class.
initialize() - Method in class com.objectwave.appSupport.OkCancelDetail
 
initialize() - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
initialize() - Method in class com.objectwave.persist.broker.RDBBroker
Normally you would use the 'getDefaultBroker' method.
initialize() - Method in class com.objectwave.persist.broker.OracleBroker
 
initialize() - Method in class com.objectwave.persist.broker.ObjectQuerySupport
 
initialize() - Method in class com.objectwave.persist.broker.FileMakerBroker
 
initialize() - Method in class com.objectwave.persist.broker.FileBroker
Establish the property settings for this object.
initialize() - Method in class com.objectwave.persist.broker.AccessBroker
Install our custom object formatter
initialize() - Method in class com.objectwave.persist.file.FileQuery
initialize the member variables with data from the SQLQuery.
initialize() - Method in class com.objectwave.persist.properties.FilePropertySource
Find our LoggingPropertySourceDetail instance.
initialize() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Find our LoggingPropertySourceDetail instance.
initialize() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
initialize() - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
 
initialize() - Method in class com.objectwave.configuration.PropertyObjects
 
initialize() - Method in class com.objectwave.configuration.PropertyFactory
For now, this only sets the default creationStrategy
initialize() - Method in class com.objectwave.configuration.DefaultConfigurationService
Instantiate the object that will allow me to call the setMethods.
initialize() - Method in class com.objectwave.configuration.bean.SetupEjbConfigurationService
Modify the PropertyFactory CreationFactory based upon our investigation.
initialize() - Method in class com.objectwave.configuration.xml.XmlConfigurationService
A unique cache of details per Configuration service instance.
initialize() - Method in class com.objectwave.logging.log4j.LoggingPropertySource
Find our LoggingPropertySourceDetail instance.
initialize() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
 
initialize() - Method in class com.objectwave.logging.log4j.Log4jImpl
 
initialize() - Method in class com.objectwave.simpleSockets.SocketProperty
Find our SocketPropertyDetail instance.
initialize() - Method in class com.objectwave.uiWidget.LoginDialog
 
initialize() - Method in class com.objectwave.utility.ReflectiveHelper
Establish the object formatter for converting string properties to their actuall class type.
initialize() - Method in class com.objectwave.utility.FileFinder
 
initialize() - Method in class com.objectwave.templateMerge.XMLTemplateRead
 
initialize() - Method in class com.objectwave.templateMerge.JspStyleRead
 
initialize() - Method in class com.objectwave.tools.propertyEditor.JConfigure
This method was created in VisualAge.
initialize(Constraint) - Method in interface com.objectwave.persist.constraints.ConstraintGuiIF
 
initialize(Constraint) - Method in class com.objectwave.persist.constraints.gui.IsNullGui
 
initialize(Constraint) - Method in class com.objectwave.persist.constraints.gui.CompareGui
 
initialize(Constraint) - Method in class com.objectwave.persist.constraints.gui.BetweenGui
 
initialize(Constraint) - Method in class com.objectwave.persist.constraints.gui.AnyOfGui
 
initialize(Properties) - Method in class com.objectwave.persist.collectionAdapters.SupportedCollections
Register the collection classes in the properties parameter.
initialize(RDBConnectionPool, String, String, String) - Method in class com.objectwave.persist.broker.RDBConnection
 
initialize(SQLQuery, ObjectPool) - Method in class com.objectwave.persist.broker.ObjectPoolQuery
 
initialize(String) - Method in class com.objectwave.persist.BrokerTransactionLog
 
initialize(String) - Method in class com.objectwave.persist.file.DbFile
 
initialize(String, String, String, int) - Method in class com.objectwave.persist.broker.RDBConnectionPool
Deprecated.  
initializeAttributes(String, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Initialize the instance variables to their default values.
initializeConnections() - Method in class com.objectwave.persist.broker.RDBBroker
Look in the BrokerPropertyIF for a property indicating the number of connections to create.
initializeConnections(int) - Method in class com.objectwave.persist.broker.RDBBroker
Create the RDBConnections to the database.
initializeDefaults() - Method in class com.objectwave.persist.collectionAdapters.SupportedCollections
JavaGrinder predefined support collections.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.TestPerson
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.TestEntity
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.TestCompany
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.ManySideTwo
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.ManySideOne
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.JoinObject
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.ExamplePerson
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.ExampleEmployee
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.ExampleCompany
Needed to define table name and the description of this class.
initializeObjectEditor() - Method in class com.objectwave.persist.examples.DomainObject
Subclasses will override this method to return an appropriate instance of a RDBPersistentAdapter; This method will always instantiate the inner adapter found in DomainObject's class definition.
initializeObjectEditor() - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
initializeObjectEditor(String) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Called to initialize object editor It will use an XML file for the field match.
initializeObjectEditor(String) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Called to initialize object editor It will use an XML file for the field match.
initializeObjectEditor(String) - Method in class com.objectwave.persist.invert.PersistenceBase
Called to initialize object editor It will use an XML file for the field match.
initializeObjectEditor(String, Persistence) - Method in class com.objectwave.persist.examples.DomainObject
Called to initialize object editor It will use an XML file for the field match.
initializeObjectPooling(ObjectPool) - Method in class com.objectwave.persist.broker.RDBBroker
We are turning on object pooling.
initializePrintMethods() - Method in class com.objectwave.tools.MethodBuilder
Common methods that should not require definition by the user.
initializeRDBBroker(String) - Method in class com.objectwave.persist.bean.DefaultEjbSetup
After calling this method, JGrinder Persistence will be integrated into the Ejb environment.
initializeRDBBroker(String, boolean) - Method in class com.objectwave.persist.bean.DefaultEjbSetup
After calling this method, JGrinder Persistence will be integrated into the Ejb environment.
initializeSaxParser() - Static method in class com.objectwave.configuration.xml.XmlConfigurationService
 
initializeSubject(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Set the subject of this ObjectPoolQuery to be the subject found in the query parameter.
initializeTransactionManager() - Method in class com.objectwave.transactionalSupport.xa.EjbTransactionManager
 
initializeTransactionManager(String) - Method in class com.objectwave.transactionalSupport.xa.EjbTransactionManager
 
initLabel(String) - Static method in class com.objectwave.viewUtility.WidgetFunctions
Create & return a new JLabel, given caption.
initObjectModified(Field, TransactionalObjectIF, Object, Object) - Method in class com.objectwave.transactionalSupport.ObjectModified
Set the changed values.
initObjectModified(NoFieldObjectEditor, int, TransactionalObjectIF, Object, Object, Class) - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
Set the changed values.
initPathInformation() - Method in class com.objectwave.customClassLoader.MultiClassLoader
Create the jar readers.
initPersistence(String[]) - Static method in class com.objectwave.appSupport.StartupRoutine
If an application is going to use persistence, you may want to initialize object pooling with this routine.
initScreen() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
initScreen() - Method in class com.objectwave.uiWidget.ChoiceGui
 
initScreen() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
initScreenLayout() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
initScreenLayout() - Method in class com.objectwave.uiWidget.ChoiceGui
 
initScreenLayout() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
Create the look of the screen.
initServiceHome() - Method in class com.objectwave.configuration.bean.EjbPropertyLookup
Use JNDI to locate the ConfigurationService enterprise bean.
initSizeAndConstraints() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
initSizeAndConstraints() - Method in class com.objectwave.uiWidget.ChoiceGui
 
initSizeAndConstraints() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
initStateCheckBoxYNU(String) - Static method in class com.objectwave.viewUtility.WidgetFunctions
 
initTextField() - Static method in class com.objectwave.viewUtility.WidgetFunctions
Create & return a new JCDoubletextField, formatted properly.
initVectors(Vector, Vector) - Method in class com.objectwave.uiWidget.DoubleList
Since we are moving a random set of data, vectors make life easier.
injectMethodInto(ClassFile, ClassFile, int) - Method in class com.objectwave.classFile.ChangeClass
 
injectTrace(ClassFile) - Method in class com.objectwave.classFile.ChangeClass
 
injectTrace(ClassFile, Class, String, Class[]) - Method in class com.objectwave.classFile.ChangeClass
Force a call to 'Tracker.trace'.
inPool(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ConstantPoolInfo
Returns the reference to the constant pool item that is already in pool, that matches this one.
inProgress() - Method in class com.objectwave.tools.JavaDocSearchPanel
 
inputStreamRequest - Static variable in class com.objectwave.socketClassServer.SocketClassLoader
 
insert() - Method in interface com.objectwave.persist.Persistence
Force this object to be a part of the changedObjects list.
insert() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
insert() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
insert() - Method in class com.objectwave.persist.examples.DomainObject
 
insert() - Method in class com.objectwave.persist.invert.PersistenceBase
 
insert() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Force an object to be 'changed' so that it will be commited when the transaction is commited.
insert() - Method in class com.objectwave.persist.xml.TestXMLPerson.Test
 
insert() - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
 
insert() - Method in class com.objectwave.transactionalSupport.test.DomainObject
 
insert(Object) - Method in class com.objectwave.persist.invert.PersistenceFactory
Make the object a persistent object.
insert(Object) - Method in class com.objectwave.utility.BinaryTree
 
insert(RDBPersistence, Persistence) - Method in class com.objectwave.persist.broker.RDBBroker
Builds and executes an insert statement.
insert(String, RandomAccessFile, byte[]) - Static method in class com.objectwave.persist.file.RecordHeader
Write a new record the random access file.
insertAnyOfClause(String, String, Vector) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Special support for dealing with 'any of (values,...)' clauses.
insertAnyOfClause(String, String, Vector) - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
insertClassElement(ClassElement, Vector, boolean) - Static method in class com.objectwave.sourceGenerator.SourceCodeGenerator
Generic source generation routine used by various SourceCodeGenerators.
insertConstraintWhereClause(String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Very similar to insertWhereClause except the value has already been formatted.
insertData(String, String) - Method in class com.objectwave.templateMerge.InformationToken
Replace the tokens in the message with the value of data.
insertField(Object, String) - Method in class com.objectwave.templateMerge.InformationToken
Using the provided object, get the necessary data that we will insert into the generated code.
insertField(Object, String, String) - Method in class com.objectwave.templateMerge.InformationToken
Using the provided object, get the necessary data that we will insert into the generated code.
insertMethod(InputStream) - Method in class com.objectwave.classFile.ClassFile
 
insertTable(String, boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Add a table to our list of tables.
insertUpdate(DocumentEvent) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
insertUpdate(DocumentEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyTextField
 
insertUpdate(DocumentEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
Respond to document events to indicate that the propertyValue has changed.
insertUpdate(DocumentEvent, JTextComponent, int) - Static method in class com.objectwave.viewUtility.WidgetFunctions
A utility method that will limit the amount of characters allowed in a text component.
insertWhereClause(String, Object) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
insertWhereClause(String, Object) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
The default where clause will do an '=' comparison.
insertWhereClause(String, Object) - Method in class com.objectwave.persist.sqlConstruction.SQLObject
 
insertWhereClause(String, Object) - Method in class com.objectwave.persist.sqlConstruction.SQLDelete
 
insertWhereClause(String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
 
insertWhereClause(String, String, Object) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Add a where clause to the current select statement.
insrtProp - Static variable in class com.objectwave.persist.broker.RDBConnection
 
instance - Static variable in class com.objectwave.persist.constraints.ConstraintGuiSelection
 
instance - Static variable in class com.objectwave.configuration.PropertyFactory
 
INSTANCE - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
instanceLink - Variable in class com.objectwave.persist.examples.ManySideTwo
 
instanceLinkJoinColumn(RDBPersistence) - Method in interface com.objectwave.persist.RDBPersistence
 
instanceLinkJoinColumn(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Find my foreignKey or instanceLink column that points to the parameter.
instanceLinkJoinColumns(RDBPersistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Find my foreignKey or instanceLink columns that points to the parameter.
instanceLinkWCol - Variable in class com.objectwave.persist.examples.ManySideTwo
 
INTEGER - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
integerValue(String) - Static method in class com.objectwave.utility.StringManipulator
Return the string as an integer.
INTERFACE - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
interfaceDef - Variable in class com.objectwave.sourceModel.ClassSpec
 
inTransaction - Variable in class com.objectwave.persist.broker.RDBConnection
 
invalidate(RandomAccessFile) - Method in class com.objectwave.persist.file.RecordHeader
 
invalidateLayout(Container) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
InvertEmployee - class com.objectwave.persist.examples.InvertEmployee.
 
InvertEmployee() - Constructor for class com.objectwave.persist.examples.InvertEmployee
 
InvertEmployeePersistence - class com.objectwave.persist.examples.InvertEmployeePersistence.
 
InvertEmployeePersistence() - Constructor for class com.objectwave.persist.examples.InvertEmployeePersistence
 
InvertEmployeePersistenceBase - class com.objectwave.persist.examples.InvertEmployeePersistenceBase.
 
InvertEmployeePersistenceBase() - Constructor for class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
InvertPerson - class com.objectwave.persist.examples.InvertPerson.
 
InvertPerson() - Constructor for class com.objectwave.persist.examples.InvertPerson
 
InvertPersonPersistence - class com.objectwave.persist.examples.InvertPersonPersistence.
 
InvertPersonPersistence() - Constructor for class com.objectwave.persist.examples.InvertPersonPersistence
 
InvertPersonPersistenceBase - class com.objectwave.persist.examples.InvertPersonPersistenceBase.
 
InvertPersonPersistenceBase() - Constructor for class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
InvertTest - class com.objectwave.persist.invert.InvertTest.
 
InvertTest() - Constructor for class com.objectwave.persist.invert.InvertTest
 
invokeConstructor(LineNumberReader, String, String, Object) - Method in class com.objectwave.tools.MethodBuilder
Invoke a constrcutor to create a new instance.
invokeMethod(Object, LineNumberReader) - Method in class com.objectwave.tools.MethodBuilder
Invoke a method upon the target object.
invokeMethod(Object, LineNumberReader, String, int) - Method in class com.objectwave.tools.MethodBuilder
Actually invoke the method.
isAbstractDef() - Method in class com.objectwave.sourceModel.ClassSpec
 
isAbstractMeth() - Method in class com.objectwave.sourceModel.MethodDef
Gets the AbstractMeth attribute of the MethodDef object
isAllowedToDispatch(MouseEvent) - Method in class com.objectwave.uiWidget.ComponentList
 
isAllowedToDispatch(MouseEvent) - Method in interface com.objectwave.viewUtility.MouseDispatchListener
 
isAllowingMultipleInstances() - Method in class com.objectwave.appSupport.DetailModel
In the event I am using this class directly as a wrapper, I need to allow multiple instances.
isAllowingMultipleInstances() - Method in interface com.objectwave.appArch.WindowModelIF
 
isAllowingMultipleInstances() - Method in class com.objectwave.appArch.WindowModel
 
isAllowingNesting() - Method in class com.objectwave.transactionalSupport.TransactionManager
 
isAlreadyHandled() - Method in class com.objectwave.viewUtility.TextFieldChangeListener
 
isAssociation() - Method in class com.objectwave.sourceModel.JavaAssociation
 
isAtomic() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
isAttributeSearch() - Method in class com.objectwave.persist.SQLQuery
Gets the AttributeSearch attribute of the SQLQuery object
isAvailable() - Method in class com.objectwave.persist.GrinderResultSet
 
isAvailableForPool() - Method in class com.objectwave.persist.sqlConstruction.SQLObject
 
isBoolean() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
isBorderOpaque() - Method in class com.objectwave.tools.propertyEditor.EdgeBorder
 
isBound() - Method in class com.objectwave.simpleSockets.ServeClient
Has a client been bound to us?
isCached() - Method in interface com.objectwave.appArch.WindowModelIF
 
isCached() - Method in class com.objectwave.appArch.WindowModel
It is rare that a screen should be cached, however, it does happen.
isCachingDetail() - Method in class com.objectwave.configuration.DefaultConfigurationService
 
isCachingDetail() - Method in class com.objectwave.configuration.xml.XmlConfigurationService
 
isCancelled() - Method in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
isCancelled() - Method in class com.objectwave.viewUtility.HeaderFooterSelection
Return true IIF the cancel button was clicked.
isCellEditable(int, int) - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellEditable(int, int) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
isCellEditable(int, int) - Method in class com.objectwave.templateMerge.TokenTableModel
 
isCellEditable(int, int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
isClient(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
isCollection() - Method in class com.objectwave.persist.mapping.NullChange
Gets the Collection attribute of the NullChange object
isCollection() - Method in class com.objectwave.transactionalSupport.ObjectModified
Is this field representing an Array, Hashtable, or a Vector?
isCollection() - Method in interface com.objectwave.transactionalSupport.ObjectChangeRequest
Gets the Collection attribute of the ObjectChangeRequest object
isCollection() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
Is this field representing an Array, Hashtable, or a Vector?
isCollection() - Method in class com.objectwave.sourceModel.JavaAssociation
 
isCollection() - Method in class com.objectwave.sourceModel.CommonDef
 
isCollection() - Method in class com.objectwave.templateMerge.InformationToken
A collection will create multiple versions of a template.
isCollection(Object) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
Determine if the object being provided is a collection that we may need to clone.
isCollectionClass(Class) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
isCollectionOrig(Object) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
isComparisonValueFromPersistentObject() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
isComparisonValueFromPersistentObject() - Method in class com.objectwave.persist.constraints.Constraint
 
isComplete() - Method in class com.objectwave.templateMerge.KnownTemplates
This will check all of the templates associated with this instance and verify that any template referenced can also be found in this collection.
isConfigSvcSessionBeanExists() - Method in class com.objectwave.configuration.bean.SetupEjbConfigurationService
Determine if a session bean has been deployed that will contain all of the configuration information.
isConsideredEqual(boolean, Object, Object) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
If the query object is null or a default value, then this will return true.
isConstructor() - Method in class com.objectwave.sourceModel.MethodDef
Gets the Constructor attribute of the MethodDef object
isDebugEnabled(Object) - Static method in class com.objectwave.logging.MessageLog
isDebugEnabled for the given source.
isDebugEnabled(Object) - Method in interface com.objectwave.logging.LogIF
Returns true if "debug" is enabled for the given source object.
isDebugEnabled(Object) - Method in class com.objectwave.logging.ConsoleImpl
isDebugEnabled for the given source.
isDebugEnabled(Object) - Method in class com.objectwave.logging.log4j.Log4jImpl
isDebugEnabled for the given source.
isDeleteThis() - Method in interface com.objectwave.persist.RDBPersistence
 
isDeleteThis() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Gets the DeleteThis attribute of the RDBPersistentAdapter object
isDifferentType(Persistence, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
If the class of oneObject is the same as the class of secondObject.getDomainObject() then return false, otherwise return true.
isDirty() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the Dirty attribute of the DomainObject object
isDirty() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the Dirty attribute of the DomainObject object
isDirty() - Method in class com.objectwave.persist.examples.DomainObject
Gets the Dirty attribute of the DomainObject object
isDirty() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the Dirty attribute of the DomainObject object
isDirty() - Method in interface com.objectwave.transactionalSupport.TransactionalObjectIF
Has this object changed?
isDirty() - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
isDirty() - Method in class com.objectwave.transactionalSupport.ObjectEditor
If we have any changes in the current transaction log, return true;
isDirty() - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Gets the Dirty attribute of the ObjectEditingView object
isDirty() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
If we have any changes in the current transaction log, return true;
isDirty() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the Dirty attribute of the DomainObject object
isDisplayLabels() - Method in class com.objectwave.uiWidget.PieChart
 
isDistinct() - Method in class com.objectwave.persist.SQLQuery
Gets the Distinct attribute of the SQLQuery object
isEmpty() - Method in class com.objectwave.utility.TreeCollection
 
isEmpty() - Method in class com.objectwave.utility.SkipListMap
 
isEmpty(Object) - Method in class com.objectwave.utility.TreeCollection
Do we have any children at the node.
isEqual(ConstantPoolInfo) - Method in class com.objectwave.classFile.ConstantPoolInfo
Returns true if these constant pool items are identical.
isEventSource(PopupMenuEvent) - Method in class com.objectwave.viewUtility.PopupMenu
Since this class is hiding the popup menu, the PopupMenuEvents will not contain this class as the source.
isExistingRelation() - Method in class com.objectwave.sourceModel.JavaRelation
 
isFailClass(Class) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
isFinal() - Method in class com.objectwave.sourceModel.MethodParameter
 
isFinal() - Method in class com.objectwave.sourceModel.CommonDef
 
isFinalDef() - Method in class com.objectwave.sourceModel.ClassSpec
 
isImport() - Method in class com.objectwave.sourceModel.PackageDef
 
isInitializer() - Method in class com.objectwave.sourceModel.PackageDef
 
isInitializingLog4j() - Method in class com.objectwave.logging.log4j.LoggingPropertySource
Gets the InitializingLog4j attribute of the LoggingPropertySource object.
isInitializingLog4j() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Gets the InitializingLog4j attribute of the LoggingPropertyDetail object
isInterfaceDef() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
isInterfaceDef() - Method in class com.objectwave.sourceModel.ClassSpec
 
isInTransaction() - Method in class com.objectwave.persist.broker.RDBConnection
 
isInUse() - Method in class com.objectwave.persist.file.DbFile
Is this file currently in use by this process?
isIterator() - Method in class com.objectwave.templateMerge.InformationToken
An interator is similar to a data element, except that it can be multiple data elements seperated via a ','.
isJavaAssociation() - Method in class com.objectwave.sourceModel.JavaRelation
 
isJavaAssociation() - Method in class com.objectwave.sourceModel.JavaAssociation
 
isLeaf(Object) - Method in class com.objectwave.persist.gui.DeleteTree
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.objectwave.utility.TreeCollection
 
isLike() - Method in class com.objectwave.persist.SQLQuery
Should we default the comparison of values (when using query by example) to be a 'LIKE' comparison.
isLoaded() - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Gets the Loaded attribute of the FileBlock object
isLocked() - Method in class com.objectwave.persist.file.DbFile
Is this file currently locked by this process?
isManagingFocus() - Method in class com.objectwave.uiWidget.JTableTabbing
 
isMatch(AttributeTypeColumn, RDBPersistence, Object[]) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
A foreign key attribute type column has found a reference object, our values may point to this instance.
isMatch(boolean, RDBPersistence, Persistence, ArrayList) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
To prevent problems with cyclical references we keep a list of every object visited.
isMatch(RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.file.ObjectBuilder
 
isMatch(RDBPersistence, RDBPersistence, ArrayList) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Create a new ObjectPoolQuery using the subject of searchObject and check to see if it matches listElement.
isModified() - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Gets the Modified attribute of the FileBlock object
isMyArea(String) - Method in class com.objectwave.sourceParser.VariableDefParser
When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes.
isMyArea(String) - Method in class com.objectwave.sourceParser.StaticDefParser
Important Note: This isMyArea is only valid if the identifier in question follows a 'static' identifier.
isMyArea(String) - Method in class com.objectwave.sourceParser.PackageDefParser
Is true if the identifier = 'package'
isMyArea(String) - Method in class com.objectwave.sourceParser.ObjectInitParser
Important Note: This isMyArea is only valid if the identifier in question is the first! identifier.
isMyArea(String) - Method in class com.objectwave.sourceParser.MethodDetailParser
When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes.
isMyArea(String) - Method in class com.objectwave.sourceParser.MethodDefParser
When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes.
isMyArea(String) - Method in class com.objectwave.sourceParser.ImportDefParser
When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes.
isMyArea(String) - Method in class com.objectwave.sourceParser.ClassSpecParser
When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes.
isMyArea(String) - Method in interface com.objectwave.sourceParser.ClassParser
When parsing source code we never know what ClassElement will be next, so we ask all possible class elements isMyArea(String) for one of them to say yes.
isMyObject(DataAvailable) - Method in class com.objectwave.appArch.gui.EditModel
 
isMyObject(DataRequest) - Method in class com.objectwave.appArch.gui.EditModel
 
isNative() - Method in class com.objectwave.sourceModel.MethodParameter
 
isNativeArray() - Method in class com.objectwave.sourceModel.JavaAssociation
 
isNativeArray() - Method in class com.objectwave.sourceModel.CommonDef
 
isNativeMeth() - Method in class com.objectwave.sourceModel.MethodDef
Gets the NativeMeth attribute of the MethodDef object
IsNullGui - class com.objectwave.persist.constraints.gui.IsNullGui.
 
IsNullGui() - Constructor for class com.objectwave.persist.constraints.gui.IsNullGui
 
isNum() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
isOperator() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
isPackage() - Method in class com.objectwave.sourceModel.PackageDef
 
isPatternMatch(String, String) - Static method in class com.objectwave.utility.StringManipulator
Allow the use of '*' in defining patterns.
isPatternMatch(String, String, char) - Static method in class com.objectwave.utility.StringManipulator
Allow the use of a wildChar in defining patterns.
isPersistentReferenceValid(RDBPersistence, RDBPersistence, RDBPersistence, RDBPersistence, ArrayList) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
 
isPrimaryKeyMatch(boolean, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Determine if the primary keys from querySubject and the poolElement have the same values.
isPrimitive(Class) - Method in class com.objectwave.tools.utility.XMLDump
 
isPrimitiveConstant(ConstantPoolInfo) - Method in class com.objectwave.classFile.ClassFile
 
isPrimitiveConstant(ConstantPoolInfo) - Method in class com.objectwave.classFile.ChangeClass
case FIELDREF: case METHODREF: case INTERFACE: case NAMEANDTYPE: dos.writeShort(indexOf(arg1, pool)); dos.writeShort(indexOf(arg2, pool));
isPrimitiveType(String) - Method in class com.objectwave.sourceModel.JavaClassInfo
 
isPrimitiveZero(String, AttributeTypeColumn) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
is a primitive and value is zero
isProxy() - Method in interface com.objectwave.persist.RDBPersistence
 
isProxy() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The proxy attribute is used by this class to determine if this object has been fetched from the database.
isRendered() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
isRendered() - Method in interface com.objectwave.viewUtility.PropertyPanel
 
isRetrievedFromDatabase() - Method in interface com.objectwave.persist.Persistence
Gets the RetrievedFromDatabase attribute of the Persistence object
isRetrievedFromDatabase() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the RetrievedFromDatabase attribute of the DomainObject object
isRetrievedFromDatabase() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the RetrievedFromDatabase attribute of the DomainObject object
isRetrievedFromDatabase() - Method in class com.objectwave.persist.examples.DomainObject
Gets the RetrievedFromDatabase attribute of the DomainObject object
isRetrievedFromDatabase() - Method in class com.objectwave.persist.invert.PersistenceBase
Gets the RetrievedFromDatabase attribute of the DomainObject object
isRetrievedFromDatabase() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
isRetrievedFromDatabase() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the RetrievedFromDatabase attribute of the DomainObject object
isRetryPossible() - Method in class com.objectwave.persist.QueryException
 
isSameRM(XAResource) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
Gets the SameRM attribute of the XaSession object
isShowingSql() - Method in class com.objectwave.persist.properties.BrokerPropertySource
Gets the ShowingSql attribute of the BrokerPropertyDetail object
isShowingSql() - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Gets the ShowingSql attribute of the BrokerPropertyDetail object
isShutdown() - Method in class com.objectwave.utility.ThreadPoolManager
If the thread pool is being shutdown, this method will return true.
isSmartBatchEnabled() - Method in class com.objectwave.persist.broker.OracleBroker
 
isSpecial(Class) - Method in class com.objectwave.tools.utility.XMLDump
Special will be collections like hashtable and vectors.
isSpecialOperation(String) - Method in class com.objectwave.sourceParser.MethodDetailParser
 
isSpecialProperty(String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
isStatic() - Method in class com.objectwave.sourceModel.PackageDef
 
isStatic() - Method in class com.objectwave.sourceModel.CommonDef
 
isStatic() - Method in class com.objectwave.sourceModel.ClassSpec
 
isStopped() - Method in class com.objectwave.utility.Timer
 
isString() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
isTaken(Object[], int) - Method in class com.objectwave.transactionalSupport.TransactionManager.MyLockManager
Is any object in the target list taken
isTrackingChangedObjects() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Gets the TrackingChangedObjects attribute of the ObjectPoolBroker object
isTransient() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Gets the Transient attribute of the DomainObject object
isTransient() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Gets the Transient attribute of the DomainObject object
isTransient() - Method in class com.objectwave.persist.examples.DomainObject
Gets the Transient attribute of the DomainObject object
isTransient() - Method in class com.objectwave.persist.invert.PersistenceBase
Determines if this persistent object is to be considered as transient.
isTransient() - Method in interface com.objectwave.transactionalSupport.TransactionalObjectIF
 
isTransient() - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
isTransient() - Method in class com.objectwave.transactionalSupport.ObjectEditor
A transient object.
isTransient() - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Gets the Transient attribute of the ObjectEditingView object
isTransient() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
A transient object.
isTransient() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Gets the Transient attribute of the DomainObject object
isTransient() - Method in class com.objectwave.sourceModel.VariableDef
 
isTree() - Method in class com.objectwave.templateMerge.InformationToken
A tree will create multiple versions of a template, just like a collection, but elements in the collection will be used to merge subtemplates (as opposed to one object used to merge all subtemplates).
isType() - Method in class com.objectwave.classFile.ConstantPoolInfo
 
isUsingColumnName() - Method in class com.objectwave.persist.constraints.CrossField
 
isUsingColumnName() - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
isUsingColumnName() - Method in class com.objectwave.persist.constraints.Constraint
 
isUsingDefault() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Gets the UsingDefault attribute of the LoggingPropertyDetail object
isUsingSessions() - Method in class com.objectwave.transactionalSupport.TransactionManager
Gets the UsingSessions attribute of the TransactionManager object
isValid() - Method in class com.objectwave.persist.file.RecordHeader
 
isWindowsPlatform() - Static method in class com.objectwave.viewUtility.BrowserControl
Try to determine whether this application is running under Windows * or some other platform by examing the "os.name" property.
itemAtPoint(Point) - Method in class com.objectwave.uiWidget.PieChart
 
itemAtPoint(Point) - Method in class com.objectwave.uiWidget.JGraph
 
itemAtPoint(Point) - Method in class com.objectwave.uiWidget.Histogram
 
itemListeners - Variable in class com.objectwave.uiWidget.JGraph
 
itemStateChanged(ItemEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
itemStateChanged(ItemEvent) - Method in class com.objectwave.tools.JavaDocSearchPanel
Method to handle events for the ItemListener interface.
iterator() - Method in class com.objectwave.persist.file.DbFile
 

J

JarReader - class com.objectwave.utility.JarReader.
A helper class that assists in the manipulation of Jar files.
JarReader(String) - Constructor for class com.objectwave.utility.JarReader
Some basic read like operations for a jar.
JAVA_FILTER - Static variable in class com.objectwave.utility.FileFinder
 
JavaAssociation - class com.objectwave.sourceModel.JavaAssociation.
 
JavaAssociation() - Constructor for class com.objectwave.sourceModel.JavaAssociation
 
JavaClassDef - class com.objectwave.sourceModel.JavaClassDef.
This class represents the .java file.
JavaClassDef(ClassElement[]) - Constructor for class com.objectwave.sourceModel.JavaClassDef
A java class def is assembled from a collection of ClassElements.
JavaClassInfo - class com.objectwave.sourceModel.JavaClassInfo.
Created:
JavaClassInfo(ClassSpec) - Constructor for class com.objectwave.sourceModel.JavaClassInfo
 
JavaDocSearchPanel - class com.objectwave.tools.JavaDocSearchPanel.
 
JavaDocSearchPanel() - Constructor for class com.objectwave.tools.JavaDocSearchPanel
Constructor
JavaDocSearchPanel(boolean) - Constructor for class com.objectwave.tools.JavaDocSearchPanel
JavaDocSearch constructor comment.
JavaDocSearchPanel(LayoutManager) - Constructor for class com.objectwave.tools.JavaDocSearchPanel
JavaDocSearch constructor comment.
JavaDocSearchPanel(LayoutManager, boolean) - Constructor for class com.objectwave.tools.JavaDocSearchPanel
JavaDocSearch constructor comment.
JavaModel - class com.objectwave.sourceModel.JavaModel.
This class can almost be thought of as a GlobalDictionary containing a reference to all know JavaClassDefs.
JavaModel() - Constructor for class com.objectwave.sourceModel.JavaModel
 
JavaRelation - class com.objectwave.sourceModel.JavaRelation.
Created:
JavaRelation() - Constructor for class com.objectwave.sourceModel.JavaRelation
 
JConfigure - class com.objectwave.tools.propertyEditor.JConfigure.
A JPanel that provides support for editing a property file.
JConfigure() - Constructor for class com.objectwave.tools.propertyEditor.JConfigure
 
JConfigure(boolean) - Constructor for class com.objectwave.tools.propertyEditor.JConfigure
 
JConfigureTest - class com.objectwave.tools.propertyEditor.JConfigureTest.
 
JConfigureTest() - Constructor for class com.objectwave.tools.propertyEditor.JConfigureTest
 
JGraph - class com.objectwave.uiWidget.JGraph.
 
JGraph() - Constructor for class com.objectwave.uiWidget.JGraph
 
JGrinderQuery - interface com.objectwave.persist.bean.JGrinderQuery.
 
JGrinderQueryBean - class com.objectwave.persist.bean.JGrinderQueryBean.
 
JGrinderQueryBean() - Constructor for class com.objectwave.persist.bean.JGrinderQueryBean
 
JGrinderQueryBeanTestClient1 - class com.objectwave.persist.bean.JGrinderQueryBeanTestClient1.
 
JGrinderQueryBeanTestClient1() - Constructor for class com.objectwave.persist.bean.JGrinderQueryBeanTestClient1
Construct the EJB test client
JGrinderQueryHome - interface com.objectwave.persist.bean.JGrinderQueryHome.
 
JLinkLabel - class com.objectwave.uiWidget.JLinkLabel.
 
JLinkLabel() - Constructor for class com.objectwave.uiWidget.JLinkLabel
Constructor for the JLinkLabel object
JndiPropertyLookup - class com.objectwave.configuration.bean.JndiPropertyLookup.
 
JndiPropertyLookup.FakeProperty - class com.objectwave.configuration.bean.JndiPropertyLookup.FakeProperty.
 
JndiPropertyLookup.FakeProperty() - Constructor for class com.objectwave.configuration.bean.JndiPropertyLookup.FakeProperty
 
JndiPropertyLookup() - Constructor for class com.objectwave.configuration.bean.JndiPropertyLookup
Constructor for the JndiPropertyLookup object
join() - Method in class com.objectwave.transactionalSupport.Session
Have the current thread join this session.
join(Session) - Method in class com.objectwave.transactionalSupport.SessionManager
Have the current thread join the session provided by the parameter.
join(Thread, Session) - Method in class com.objectwave.transactionalSupport.SessionManager
Deprecated. - Only the current thread can join a session, nobody can do it for you.
JoinAdapter - class com.objectwave.persist.mapping.JoinAdapter.
 
JoinAdapter(Persistence) - Constructor for class com.objectwave.persist.mapping.JoinAdapter
Constructor for the JoinAdapter object
JoinField - class com.objectwave.persist.JoinField.
 
JoinField() - Constructor for class com.objectwave.persist.JoinField
Constructor for the JoinField object
JoinField(String, Field) - Constructor for class com.objectwave.persist.JoinField
Constructor for the JoinField object
joinFields - Variable in class com.objectwave.persist.AttributeTypeColumn
 
JoinObject - class com.objectwave.persist.examples.JoinObject.
 
JoinObject.Test - class com.objectwave.persist.examples.JoinObject.Test.
 
JoinObject.Test() - Constructor for class com.objectwave.persist.examples.JoinObject.Test
 
JoinObject() - Constructor for class com.objectwave.persist.examples.JoinObject
Constructor for the JoinObject object
joinObjects - Variable in class com.objectwave.persist.examples.ManySideTwo
 
joinObjects - Variable in class com.objectwave.persist.examples.ManySideOne
 
joinWith(SQLSelect, String, String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Method used to add additional join columns for multiple primary key support.
joinWith(String, SQLSelect, String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Join with another formatted sql statement.
joinWith(String, SQLSelect, String, String, String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Joins the receiver with sqlObj.
JPanelButton - class com.objectwave.uiWidget.JPanelButton.
In a complex panel, sometimes it is desirable to replace a subpanel with a button which, when clicked, will present the given panel in it's own frame.
JPanelButton(JPanel, String) - Constructor for class com.objectwave.uiWidget.JPanelButton
Create a JPanelButton.
JPanelButton(JPanel, String, int, int) - Constructor for class com.objectwave.uiWidget.JPanelButton
Create a JPanelButton.
JPanelButton(JPanel, String, Rectangle) - Constructor for class com.objectwave.uiWidget.JPanelButton
Create a JPanelButton.
JspStyleRead - class com.objectwave.templateMerge.JspStyleRead.
Used to parse an XML file.
JspStyleRead.Test - class com.objectwave.templateMerge.JspStyleRead.Test.
Unit Test
JspStyleRead.Test() - Constructor for class com.objectwave.templateMerge.JspStyleRead.Test
 
JspStyleRead() - Constructor for class com.objectwave.templateMerge.JspStyleRead
Constructor for the JspStyleRead object
JspStyleRead(Reader) - Constructor for class com.objectwave.templateMerge.JspStyleRead
Constructor
JspStyleRead(String) - Constructor for class com.objectwave.templateMerge.JspStyleRead
Constructor
JTableManipulator - class com.objectwave.tools.viewUtility.JTableManipulator.
 
JTableManipulator() - Constructor for class com.objectwave.tools.viewUtility.JTableManipulator
 
JTableTabbing - class com.objectwave.uiWidget.JTableTabbing.
This class is intended to provide for better tab support within * a JTable.
JTableTabbing() - Constructor for class com.objectwave.uiWidget.JTableTabbing
 
JTableTabbing(TableModel) - Constructor for class com.objectwave.uiWidget.JTableTabbing
 
jTree1_MouseClicked(MouseEvent) - Method in class com.objectwave.tools.SearchResults
 
jTree1_TreeSelectionEvents() - Method in class com.objectwave.tools.SearchResults
Comment

K

KEEPTHREAD - Static variable in class com.objectwave.utility.Timer
Description of the Field
keyPressed(KeyEvent) - Method in class com.objectwave.uiWidget.VariablePanel
 
keyPressed(KeyEvent) - Method in class com.objectwave.uiWidget.JTableTabbing
This can delegate tab and arrow events.
keyPressed(KeyEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
keyReleased(KeyEvent) - Method in class com.objectwave.uiWidget.VariablePanel
 
keyReleased(KeyEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
keys() - Method in class com.objectwave.utility.SkipListMap
 
keyTyped(KeyEvent) - Method in class com.objectwave.uiWidget.VariablePanel
 
keyTyped(KeyEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
kill(boolean) - Method in class com.objectwave.simpleSockets.ServeClient
 
KnownTemplates - class com.objectwave.templateMerge.KnownTemplates.
Primarily exists for the sake of storing MergeTemplates.
KnownTemplates() - Constructor for class com.objectwave.templateMerge.KnownTemplates
 

L

last(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Flips to the last card of the container.
lastObj - Variable in class com.objectwave.transactionalSupport.TransactionLog
A cache of the last object added to the editedObjects
lastProcessingFileSize() - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
lastResultSet - Variable in class com.objectwave.persist.broker.RDBConnection
 
layout - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
layout - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
layoutContainer(Container) - Method in class com.objectwave.viewUtility.StretchLayout
layoutContainer method comment.
layoutContainer(Container) - Method in class com.objectwave.viewUtility.FunLayout
 
layoutContainer(Container) - Method in class com.objectwave.viewUtility.FlexGridLayout
Layout the given parent's components according to the array of column constraints.
layoutContainer(Container) - Method in class com.objectwave.tools.propertyEditor.FieldLayout
 
layoutContainer(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Lays out the specified container using this deck layout.
lbAllFilesDoubleClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
lbProjectFilesDoubleClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
leave() - Method in class com.objectwave.transactionalSupport.SessionManager
Have the current thread leave the session.
leave() - Method in class com.objectwave.transactionalSupport.Session
Have the current thread leave a session.
left - Variable in class com.objectwave.uiWidget.JGraph
 
left - Variable in class com.objectwave.uiWidget.Graph
 
left - Variable in class com.objectwave.uiWidget.DoubleList
 
left - Variable in class com.objectwave.uiWidget.ColorSelector
 
left - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
LEFT - Static variable in class com.objectwave.utility.PointManipulator
 
LEFT - Static variable in class com.objectwave.tools.viewUtility.TablePrinter
 
leftMult - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
leftOf(Component, int, int) - Static method in class com.objectwave.utility.PointManipulator
 
len - Variable in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Field
length() - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
length() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
LESS_THAN - Static variable in interface com.objectwave.utility.SorterComparisonIF
 
lessOrEqualIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
lessThanIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
lift - Variable in class com.objectwave.tools.propertyEditor.EdgeBorder
 
likeIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
limitedRollback() - Method in class com.objectwave.transactionalSupport.TransactionLog
Return the object back to it's original state, but do not discard the changes made in this transaction.
LineGraph - class com.objectwave.uiWidget.LineGraph.
 
LineGraph(String, int, int) - Constructor for class com.objectwave.uiWidget.LineGraph
 
LinkedListCollectionAdapter - class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter.
Collection Adapters were introduced to support multiple collection types within the JavaGrinder Framework.
LinkedListCollectionAdapter() - Constructor for class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
 
linkToOne - Variable in class com.objectwave.persist.examples.JoinObject
 
linkToTwo - Variable in class com.objectwave.persist.examples.JoinObject
 
list() - Method in class com.objectwave.utility.FileFinder
Provide a list of files in the initialFile directory.
ListControl - class com.objectwave.uiControl.ListControl.
 
ListControl(List, Container) - Constructor for class com.objectwave.uiControl.ListControl
 
listCount - Static variable in class com.objectwave.corba.NameServiceHelp
Used when retrieving elements with the getList() method.
listEntry() - Method in class com.objectwave.sourceModel.VariableDef
 
listEntry() - Method in class com.objectwave.sourceModel.PackageDef
 
listEntry() - Method in class com.objectwave.sourceModel.MethodDef
Description of the Method
listEntry() - Method in class com.objectwave.sourceModel.CommentElement
the way to display this element in a list box.
listEntry() - Method in class com.objectwave.sourceModel.ClassSpec
 
listEntry() - Method in interface com.objectwave.sourceModel.ClassElement
 
listInfo() - Method in class com.objectwave.utility.SkipListMap
 
listOfValues - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
load(String) - Method in class com.objectwave.appArch.ConfigurationProperties
Look for a property file on the classpath that matches the fileName.
loadClass(String) - Method in class com.objectwave.transactionalSupport.WrapClassLoader
 
loadClass(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
This is a simple version for external clients since they will always want the class resolved before it is returned to them.
loadClass(String) - Method in class com.objectwave.socketClassServer.ApplicationBootstrap
 
loadClass(String, boolean) - Method in class com.objectwave.customClassLoader.MultiClassLoader
This method is called from the VM.
loadClassBytes(String) - Method in class com.objectwave.customClassLoader.URLClassLoader
---------- Abstract Implementation ---------------------
loadClassBytes(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
Must be implmented by subclass.
loadClassBytes(String) - Method in class com.objectwave.customClassLoader.FileClassLoader
 
loadClassBytes(String) - Method in class com.objectwave.socketClassServer.SocketClassLoader
 
loadClassBytes(String) - Method in class com.objectwave.tools.TraceClassLoader
 
loadDefaults(Object) - Static method in class com.objectwave.appSupport.StartupRoutine
 
loadDefaults(Object, String) - Static method in class com.objectwave.appSupport.StartupRoutine
This will first look for the file as a system resource.
loadLocalClassBytes(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
Similar to findSystemClass but the newly defined class will have this as the ClassLoader.
loadLocalClassBytes(String) - Method in class com.objectwave.tools.TraceClassLoader
 
loadLocalClasses - Variable in class com.objectwave.customClassLoader.MultiClassLoader
 
loadModel() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
loadModel() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Load the model from an ObjectStream.
loadProperties(ConfigureTreeModel, Properties) - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
LocalVariableAttributeInfo - class com.objectwave.classFile.LocalVariableAttributeInfo.
A specific attribute info.
LocalVariableAttributeInfo() - Constructor for class com.objectwave.classFile.LocalVariableAttributeInfo
 
LocalVariableAttributeInfo(ConstantPoolInfo, byte[]) - Constructor for class com.objectwave.classFile.LocalVariableAttributeInfo
 
locateClass(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
Find the request .class bytes for the provided classname.
locateXmlMap(PropertySource, String) - Method in class com.objectwave.configuration.xml.XmlBootstrap
Find the XML document that contains the configuration information.
locateXmlMap(String, Object) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Find the XML document that contains the persitent map information.
locateXmlMap(String, Object) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Find the XML document that contains the persitent map information.
locateXmlMap(String, Object) - Method in class com.objectwave.persist.examples.DomainObject
Find the XML document that contains the persitent map information.
locateXmlMap(String, Object) - Method in class com.objectwave.persist.invert.PersistenceBase
Find the XML document that contains the persitent map information.
lock() - Method in class com.objectwave.persist.file.DbFile
Take a lock out on the file so that we have exclusive access to this file.
lock(boolean) - Method in interface com.objectwave.persist.Persistence
Support explicit locking and unlocking.
lock(boolean) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
This method was created in VisualAge.
lock(boolean) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
This method was created in VisualAge.
lock(boolean) - Method in class com.objectwave.persist.examples.DomainObject
This method was created in VisualAge.
lock(boolean) - Method in class com.objectwave.persist.invert.PersistenceBase
This method was created in VisualAge.
lock(boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Pessimistically lock the object.
lock(boolean) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Pessimistically lock the object.
lock(boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Pessimistically lock the object.
lock(boolean) - Method in class com.objectwave.transactionalSupport.test.DomainObject
This method was created in VisualAge.
lock(Object) - Method in class com.objectwave.utility.LockManager
Lock a single object
lockedBy() - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
lockedBy() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
LockFile - class com.objectwave.tools.LockFile.
Use the CryptoInputStream and CryptoOutputStream classes to either produce an encrypted version of a file (whose size will unfortunately be inflated by approx.
LockFile() - Constructor for class com.objectwave.tools.LockFile
 
lockManager - Variable in class com.objectwave.transactionalSupport.TransactionManager
 
lockManager - Variable in class com.objectwave.utility.Timer
 
LockManager - class com.objectwave.utility.LockManager.
A simple implementation of a LockManager.
LockManager() - Constructor for class com.objectwave.utility.LockManager
LockManager default constructor
log(String) - Method in interface com.objectwave.persist.PersistLogIF
 
Log4jImpl - class com.objectwave.logging.log4j.Log4jImpl.
The concrete implmentation of the LogIF that uses the Log4j logging classes.
Log4jImpl.Test - class com.objectwave.logging.log4j.Log4jImpl.Test.
 
Log4jImpl.Test() - Constructor for class com.objectwave.logging.log4j.Log4jImpl.Test
 
Log4jImpl() - Constructor for class com.objectwave.logging.log4j.Log4jImpl
 
logConnectionStatus(DatabaseMetaData) - Method in class com.objectwave.persist.broker.AbstractConnectionFactory
Display some log information about the connection.
logException(Exception) - Method in class com.objectwave.utility.ExceptionLogger
 
logExceptionsToFile(String) - Static method in class com.objectwave.appSupport.StartupRoutine
Setup a listener on the status manager to log any exceptions to the the file provided by file name.
logger - Static variable in class com.objectwave.persist.BrokerFactory
 
LoggingPropertyDetail - class com.objectwave.logging.log4j.LoggingPropertyDetail.
Hold properties related to the configuration of Log4j.
LoggingPropertyDetail.Test - class com.objectwave.logging.log4j.LoggingPropertyDetail.Test.
 
LoggingPropertyDetail.Test() - Constructor for class com.objectwave.logging.log4j.LoggingPropertyDetail.Test
 
LoggingPropertyDetail() - Constructor for class com.objectwave.logging.log4j.LoggingPropertyDetail
Constructor for the LoggingPropertyDetail object
LoggingPropertySource - class com.objectwave.logging.log4j.LoggingPropertySource.
This class is stateless and really acts like a finder for property support.
LoggingPropertySource() - Constructor for class com.objectwave.logging.log4j.LoggingPropertySource
Constructor for the LoggingPropertySource object
LogIF - interface com.objectwave.logging.LogIF.
The interface that any 3rd party logging system adapter must implement.
LoginDialog - class com.objectwave.uiWidget.LoginDialog.
 
LoginDialog(Frame, boolean) - Constructor for class com.objectwave.uiWidget.LoginDialog
 
LoginEvent - class com.objectwave.uiWidget.LoginEvent.
LoginEvent
LoginEvent(Object) - Constructor for class com.objectwave.uiWidget.LoginEvent
 
LoginListener - interface com.objectwave.uiWidget.LoginListener.
LoginEvent
loginRequest() - Method in class com.objectwave.uiWidget.LoginDialog
 
loginRequest(LoginEvent) - Method in interface com.objectwave.uiWidget.LoginListener
 
LogOutput - class com.objectwave.utility.LogOutput.
 
LogOutput() - Constructor for class com.objectwave.utility.LogOutput
 
LogOutput(String) - Constructor for class com.objectwave.utility.LogOutput
 
LONG - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
lookForPreviousDefinitions(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
 
lookup(String) - Method in class com.objectwave.naming.ContextFactory
 
lookupTransaction(String) - Method in class com.objectwave.transactionalSupport.TransactionManager
Find the Object [] that contains the name and the class of the specified transaction name.
loop() - Method in class com.objectwave.simpleSockets.ServeHTTPClient
This departs from the traditional simple server implementations.
loop() - Method in class com.objectwave.simpleSockets.ServeClient
 
loopForBinding() - Method in class com.objectwave.simpleSockets.ServeClient
While we claim to be alive and we have no bound socket, wait.
loopForBinding() - Method in class com.objectwave.appArch.Queue
Wait until an event is place on queue.
LOW - Static variable in class com.objectwave.utility.DebugOutput
 
LOWERED - Static variable in class com.objectwave.tools.propertyEditor.EdgeBorder
 

M

main(String[]) - Static method in class com.objectwave.appSupport.OkCancelDetail
This is a test routine.
main(String[]) - Static method in class com.objectwave.persist.SQLQuery.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.ObjectFormatter.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.bcel.Generator.Test
 
main(String[]) - Static method in class com.objectwave.persist.bcel.FinalClass
The main program for the FinalClass class
main(String[]) - Static method in class com.objectwave.persist.bcel.examples.ExtensiveTest
The main program for the ExtensiveTest class
main(String[]) - Static method in class com.objectwave.persist.bcel.examples.BcelTest
The main program for the BcelTest class
main(String[]) - Static method in class com.objectwave.persist.bean.SerIt
The main program for the SerIt class
main(String[]) - Static method in class com.objectwave.persist.bean.SerIt.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.bean.JGrinderQueryBeanTestClient1
Main method
main(String[]) - Static method in class com.objectwave.persist.broker.RemoteBeanBroker
Main method
main(String[]) - Static method in class com.objectwave.persist.broker.RDBConnectionPool.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.broker.RDBBroker
Test method.
main(String[]) - Static method in class com.objectwave.persist.broker.RDBBroker.Test
 
main(String[]) - Static method in class com.objectwave.persist.broker.OracleBroker.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.broker.ObjectQuerySupport.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.broker.ObjectPoolBroker
Test routine
main(String[]) - Static method in class com.objectwave.persist.broker.ObjectPoolBroker.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.broker.HypersonicBroker.Test
The main program for the RDBTest class
main(String[]) - Static method in class com.objectwave.persist.broker.FileBroker.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.broker.BasicTestBroker
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.broker.AccessObjectFormatter.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.constraints.CrossField.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.constraints.ConstraintBoolean.Test
 
main(String[]) - Static method in class com.objectwave.persist.constraints.ConstraintBetween.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.constraints.ConstraintAnyOf.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
main(String[]) - Static method in class com.objectwave.persist.constraints.gui.CompareGui
 
main(String[]) - Static method in class com.objectwave.persist.examples.TestPerson
 
main(String[]) - Static method in class com.objectwave.persist.examples.TestEntity
 
main(String[]) - Static method in class com.objectwave.persist.examples.JoinObject.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.examples.ExampleEmployee
 
main(String[]) - Static method in class com.objectwave.persist.examples.DomainObject.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.file.RecordIterator.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.file.RecordHeader.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.gui.DeleteTreeUI
Test routine.
main(String[]) - Static method in class com.objectwave.persist.invert.InvertTest
 
main(String[]) - Static method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.mapping.MapInformation.Test
 
main(String[]) - Static method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.properties.FilePropertySource.Test
 
main(String[]) - Static method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
main(String[]) - Static method in class com.objectwave.persist.sqlConstruction.StatementFactory.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.sqlConstruction.SQLSelect.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.util.DateWithoutTime
 
main(String[]) - Static method in class com.objectwave.persist.value.ValueObjectTest.Test
The main program for the RDBTest class
main(String[]) - Static method in class com.objectwave.persist.xml.XMLDecoder.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.xml.TestXMLPerson.Test
initialize the environment parameters.
main(String[]) - Static method in class com.objectwave.persist.xml.TestXMLCompany.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.persist.xml.test.Person.Test
 
main(String[]) - Static method in class com.objectwave.persist.xml.test.MultiplePrimaryKeyTest
The main program for the RDBTest class
main(String[]) - Static method in class com.objectwave.transactionalSupport.TransactionManager
Benchmark lock manager performance
main(String[]) - Static method in class com.objectwave.transactionalSupport.TransactionLog.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.transactionalSupport.SupportedCollections
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.Session.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.transactionalSupport.ObjectModified.Test
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.NoFieldObjectModified.Test
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.NoFieldObjectEditor.Test
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.ExampleObject
 
main(String[]) - Static method in class com.objectwave.transactionalSupport.test.TestEntity
The main program for the TestEntity class
main(String[]) - Static method in class com.objectwave.transactionalSupport.test.ParallelTransactionTest
The main program for the ParallelTransactionTest class
main(String[]) - Static method in class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
The main program for the RDBTest class
main(String[]) - Static method in class com.objectwave.transactSecurity.UserProfilePolicy
Test method.
main(String[]) - Static method in class com.objectwave.transactSecurity.AccessSecurityManager
Test Routine
main(String[]) - Static method in class com.objectwave.appArch.admin.HTTPCommandImpl.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.appArch.admin.CallbackService.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.appArch.admin.CallbackHolder.Test
No arguments will run all tests.
main(String[]) - Static method in class com.objectwave.classFile.DumpClass
 
main(String[]) - Static method in class com.objectwave.classFile.ClassFile.Test
 
main(String[]) - Static method in class com.objectwave.classFile.ChangeClass
 
main(String[]) - Static method in class com.objectwave.configuration.PropertyObjects.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.configuration.DefaultConfigurationService.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.event.StatusManager.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.logging.ConsoleImpl.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.logging.log4j.LoggingPropertyDetail.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.logging.log4j.Log4jImpl.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.printerSupport.printing
 
main(String[]) - Static method in class com.objectwave.simpleSockets.WatchdogServer
This method should be overriden to create an instance of your SimpleServer.
main(String[]) - Static method in class com.objectwave.simpleSockets.SimpleServer
This method should be overriden to create an instance of your SimpleServer.
main(String[]) - Static method in class com.objectwave.simpleSockets.SimpleHTTP
This method should be overriden to create an instance of your SimpleServer.
main(String[]) - Static method in class com.objectwave.simpleSockets.MutexServer
Fire up the mutual exclusion server.
main(String[]) - Static method in class com.objectwave.simpleSockets.MutexClient
 
main(String[]) - Static method in class com.objectwave.simpleSockets.Gateway
This method should be overriden to create an instance * of your SimpleServer.
main(String[]) - Static method in class com.objectwave.simpleSockets.FileHandler
A convienence method to start the SimpleHTTP server.
main(String[]) - Static method in class com.objectwave.simpleSockets.ClientSocket
Methods to test client socket.
main(String[]) - Static method in class com.objectwave.test.BatchRunner
Search the current directory, and subdirectories, for class files, and jars containing class files, that are UnitTests as defined by the JUnit test framework.
main(String[]) - Static method in class com.objectwave.uiWidget.StatusBar
Test routine.
main(String[]) - Static method in class com.objectwave.uiWidget.SimpleIntTextField
 
main(String[]) - Static method in class com.objectwave.uiWidget.SimpleFontChooser
 
main(String[]) - Static method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
main(String[]) - Static method in class com.objectwave.uiWidget.SimpleDateTextField
 
main(String[]) - Static method in class com.objectwave.uiWidget.SimpleChoiceGui
 
main(String[]) - Static method in class com.objectwave.uiWidget.MultipleFileSelector
 
main(String[]) - Static method in class com.objectwave.uiWidget.LoginDialog
 
main(String[]) - Static method in class com.objectwave.uiWidget.LineGraph
 
main(String[]) - Static method in class com.objectwave.uiWidget.JPanelButton
A rudimentary (spl?) test of the JPanelButton class.
main(String[]) - Static method in class com.objectwave.uiWidget.JLinkLabel
The main program for the JLinkLabel class
main(String[]) - Static method in class com.objectwave.uiWidget.DoubleQuickPick
 
main(String[]) - Static method in class com.objectwave.uiWidget.ChoiceGui
 
main(String[]) - Static method in class com.objectwave.uiWidget.ButtonPanel
 
main(String[]) - Static method in class com.objectwave.utility.TreeCollection
 
main(String[]) - Static method in class com.objectwave.utility.Timer.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.utility.ThreadPoolManager.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.utility.TempFileGenerator
Main method to test the class somewhat.
main(String[]) - Static method in class com.objectwave.utility.SymbolReplacer
 
main(String[]) - Static method in class com.objectwave.utility.SymbolExpander
 
main(String[]) - Static method in class com.objectwave.utility.StringManipulator
 
main(String[]) - Static method in class com.objectwave.utility.StringManipulator.Test
 
main(String[]) - Static method in class com.objectwave.utility.StringCalculator
 
main(String[]) - Static method in class com.objectwave.utility.StringCalculator.Test
 
main(String[]) - Static method in class com.objectwave.utility.Sorter
 
main(String[]) - Static method in class com.objectwave.utility.SkipListMap.Test
 
main(String[]) - Static method in class com.objectwave.utility.OrderedVector
 
main(String[]) - Static method in class com.objectwave.utility.ObjectFormatter.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.utility.NonUniqueHashtable
 
main(String[]) - Static method in class com.objectwave.utility.LogOutput
 
main(String[]) - Static method in class com.objectwave.utility.JarReader
 
main(String[]) - Static method in class com.objectwave.utility.FileLock
Both an example and a utility to manually release the lock.
main(String[]) - Static method in class com.objectwave.utility.FileFinder
The main program for the FileFinder class
main(String[]) - Static method in class com.objectwave.utility.FileFinder.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.utility.Dos2Unix
 
main(String[]) - Static method in class com.objectwave.utility.CachedRandomAccessFile
The main program for the CachedRandomAccessFile class
main(String[]) - Static method in class com.objectwave.utility.BufferedRandomAccessFile.Test
The main program for the BufferedRandomAccessFile class
main(String[]) - Static method in class com.objectwave.utility.BinaryTree
 
main(String[]) - Static method in class com.objectwave.viewUtility.VectorToButtons
The rest of this class definition is for testing:
main(String[]) - Static method in class com.objectwave.viewUtility.StretchLayout
Starts the application.
main(String[]) - Static method in class com.objectwave.viewUtility.ResizableGridBagLayout
Test routine
main(String[]) - Static method in class com.objectwave.viewUtility.PropertyDialog
 
main(String[]) - Static method in class com.objectwave.viewUtility.PopupMenu.Test
 
main(String[]) - Static method in class com.objectwave.viewUtility.HeaderFooterSelection
 
main(String[]) - Static method in class com.objectwave.viewUtility.FlexGridLayout
Test method.
main(String[]) - Static method in class com.objectwave.viewUtility.BrowserControl
Simple example.
main(String[]) - Static method in class com.objectwave.appArch.ApplicationBootstrap
 
main(String[]) - Static method in class com.objectwave.appArch.security.SecurityType
 
main(String[]) - Static method in class com.objectwave.crypto.SquareTest
 
main(String[]) - Static method in class com.objectwave.crypto.CryptoOutputStream
 
main(String[]) - Static method in class com.objectwave.crypto.CryptoInputStream
 
main(String[]) - Static method in class com.objectwave.customClassLoader.TestLoader
The main program for the TestLoader class
main(String[]) - Static method in class com.objectwave.customClassLoader.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.customClassLoader.MultiClassLoader
Test method.
main(String[]) - Static method in class com.objectwave.networkUtility.SendMail
The first argument is an email address.
main(String[]) - Static method in class com.objectwave.networkUtility.AlivePolicy
 
main(String[]) - Static method in class com.objectwave.socketClassServer.SocketClassLoader
The main program for the SocketClassLoader class
main(String[]) - Static method in class com.objectwave.socketClassServer.ObjectServerData
The first argument will be the app name, and the second is the ObjectServer host.
main(String[]) - Static method in class com.objectwave.socketClassServer.ObjectServer
Create an object server and start it running.
main(String[]) - Static method in class com.objectwave.socketClassServer.ObjectRunner
 
main(String[]) - Static method in class com.objectwave.socketClassServer.ApplicationBootstrap
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.
main(String[]) - Static method in class com.objectwave.sourceGenerator.SourceCodeGenerator
args[0] TemplateName args[1] TemplateFile args[2] SourceFile
main(String[]) - Static method in class com.objectwave.sourceGenerator.InformationClass
The main program for the InformationClass class
main(String[]) - Static method in class com.objectwave.sourceGenerator.DelegatorGenerator
 
main(String[]) - Static method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
 
main(String[]) - Static method in class com.objectwave.sourceModel.TagReplace
args[0] TemplateName args[1] TemplateFile args[2] SourceFile
main(String[]) - Static method in class com.objectwave.sourceModel.TagReplace.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.sourceModel.MethodDef.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.sourceModel.JavaClassDef
TestMethod.
main(String[]) - Static method in class com.objectwave.sourceParser.VariableDefParser
 
main(String[]) - Static method in class com.objectwave.sourceParser.StaticDefParser
Test routine.
main(String[]) - Static method in class com.objectwave.sourceParser.SourceCodeReader
Test routine: Currently only verifies nextJavaIdentifier() method.
main(String[]) - Static method in class com.objectwave.sourceParser.SourceCodeReader.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.sourceParser.PackageDefParser
Test routine.
main(String[]) - Static method in class com.objectwave.sourceParser.ObjectInitParser
 
main(String[]) - Static method in class com.objectwave.sourceParser.MethodDefParser.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.sourceParser.ImportDefParser
Test routine.
main(String[]) - Static method in class com.objectwave.sourceParser.CommentParser
Starts the application.
main(String[]) - Static method in class com.objectwave.sourceParser.ClassSpecParser
Test Routine
main(String[]) - Static method in class com.objectwave.templateMerge.XMLTemplateRead.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.templateMerge.TemplatePreprocessor
A main method to test to the class to some degree.
main(String[]) - Static method in class com.objectwave.templateMerge.JspStyleRead.Test
The main program for the Test class
main(String[]) - Static method in class com.objectwave.templateMerge.gui.TemplateModGui
 
main(String[]) - Static method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Used to generate serialized files from text template definitions.
main(String[]) - Static method in class com.objectwave.templateMerge.gui.TemplateGui
Test Routine.
main(String[]) - Static method in class com.objectwave.tools.UnitTest
Search the current directory, and subdirectories, for class files, and jars containing class files, that are UnitTests as defined by the JUnit test framework.
main(String[]) - Static method in class com.objectwave.tools.SearchResults
main entrypoint - starts the part when it is run as an application
main(String[]) - Static method in class com.objectwave.tools.SearchFrame
main entrypoint - starts the part when it is run as an application
main(String[]) - Static method in class com.objectwave.tools.MethodBuilder.Test
 
main(String[]) - Static method in class com.objectwave.tools.LockFile
 
main(String[]) - Static method in class com.objectwave.tools.JavaDocSearchPanel
main entrypoint - starts the part when it is run as an application
main(String[]) - Static method in class com.objectwave.tools.GenerateTemplateInto
Defaults to using JavaClassDef.dat file for template source.
main(String[]) - Static method in class com.objectwave.tools.DumpHex
 
main(String[]) - Static method in class com.objectwave.tools.propertyEditor.JConfigureTest
 
main(String[]) - Static method in class com.objectwave.tools.propertyEditor.FieldLayoutTest
 
main(String[]) - Static method in class com.objectwave.tools.uiWidget.PropertyWizard
 
main(String[]) - Static method in class com.objectwave.tools.utility.XMLDump
 
main(String[]) - Static method in class com.objectwave.tools.viewUtility.JTableManipulator
 
main2(String[]) - Static method in class com.objectwave.utility.StringCalculator
 
mainPanel() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
mainScreen() - Method in class com.objectwave.templateMerge.gui.TemplateGui
The main screen of the template editor.
maintainContextList(TransactionLog) - Method in class com.objectwave.transactionalSupport.TransactionManager
Clean up our context list of transactions.
makebutton(String, GridBagLayout, GridBagConstraints) - Static method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
managedTransactionComplete(TransactionLog) - Method in class com.objectwave.transactionalSupport.TransactionManager
The non session type.
manageTransaction - Static variable in class com.objectwave.persist.broker.RDBConnection
If manageTransaction is false, no commit or rollback calls will ever be made.
manageTransactionWithScreenActivation() - Static method in class com.objectwave.appSupport.StartupRoutine
In order to effectively use this method, you must use the UIManager class to open ALL screens.
ManySideOne - class com.objectwave.persist.examples.ManySideOne.
 
ManySideOne() - Constructor for class com.objectwave.persist.examples.ManySideOne
Constructor for the ManySideOne object
ManySideTwo - class com.objectwave.persist.examples.ManySideTwo.
 
ManySideTwo() - Constructor for class com.objectwave.persist.examples.ManySideTwo
Constructor for the ManySideTwo object
mapClass(String, String) - Method in class com.objectwave.classFile.ClassFile
Map occurences of class oldClass to occurrences of class newClass .
mapClassNameToGuiClass(String, String) - Method in class com.objectwave.persist.constraints.ConstraintGuiSelection
 
MapInformation - class com.objectwave.persist.mapping.MapInformation.
Mapping information is unique for every class.
MapInformation.Test - class com.objectwave.persist.mapping.MapInformation.Test.
 
MapInformation.Test() - Constructor for class com.objectwave.persist.mapping.MapInformation.Test
 
MapInformation(Vector) - Constructor for class com.objectwave.persist.mapping.MapInformation
Break down the vector into its mapping elements.
mapPackage(String, String) - Method in class com.objectwave.classFile.ClassFile
Map occurences of package oldPackage to package newPackage .
markChange(NoFieldObjectModified, TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Record that the TransactionalObject has been changed.
markChange(ObjectChangeRequest, TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Record that the TransactionalObject has been changed.
markForDelete() - Method in interface com.objectwave.persist.RDBPersistence
 
markForDelete() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Mark this object to be deleted in this transaction.
markForDelete() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Mark this object to be deleted in this transaction.
markForDelete() - Method in class com.objectwave.persist.examples.DomainObject
Mark this object to be deleted in this transaction.
markForDelete() - Method in class com.objectwave.persist.invert.PersistenceBase
Mark this object to be deleted in this transaction.
markForDelete() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Set the delete flag, and enter this change into the current transaction log.
markForDelete() - Method in class com.objectwave.transactionalSupport.test.DomainObject
Mark this object to be deleted in this transaction.
matchBracket(int, Vector) - Method in class com.objectwave.utility.StringCalculator
Assuming that symbols[idx] is a "(" symbol, return the index of it's matching rhs symbol.
matchesIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
matchesPattern(String, String) - Static method in class com.objectwave.utility.StringManipulator
Check to see if the string str matches the given pattern.
matchesPattern(String, String, char, char) - Static method in class com.objectwave.utility.StringManipulator
Determine if the string matches the pattern provided.
MAX - Static variable in class com.objectwave.transactionalSupport.ThreadContext
 
maximumLayoutSize(Container) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Returns the maximum dimensions for this layout given the component in the specified target container.
maxValue - Variable in class com.objectwave.uiWidget.Histogram
 
maybeRollback() - Method in class com.objectwave.appSupport.OkCancelModel
 
maybeRollback() - Method in class com.objectwave.appSupport.DetailModel
If an exception occurred while trying to save, we may have obtained a packetToForward.
MEDIUM - Static variable in class com.objectwave.utility.DebugOutput
 
MergeTemplate - class com.objectwave.templateMerge.MergeTemplate.
How do we handle the generation of code for which there is no corresponding data? For example, A package definition, is not mandatory.
MergeTemplate() - Constructor for class com.objectwave.templateMerge.MergeTemplate
 
MergeTemplateWriter - class com.objectwave.templateMerge.MergeTemplateWriter.
 
MergeTemplateWriter() - Constructor for class com.objectwave.templateMerge.MergeTemplateWriter
 
MessageBox - class com.objectwave.uiWidget.MessageBox.
Used for displaying a quick message.
MessageBox(String, Frame, boolean) - Constructor for class com.objectwave.uiWidget.MessageBox
 
MessageLog - class com.objectwave.logging.MessageLog.
This class provides an abstraction to any logging system.
MessageLog() - Constructor for class com.objectwave.logging.MessageLog
 
MetaModel - class com.objectwave.tools.MetaModel.
Used to parse objects into the objectwave source model.
MetaModel() - Constructor for class com.objectwave.tools.MetaModel
 
MethodBuilder - class com.objectwave.tools.MethodBuilder.
This class is used to provide some rudimentary scripting capabilities.
MethodBuilder.Test - class com.objectwave.tools.MethodBuilder.Test.
Test case.
MethodBuilder.Test() - Constructor for class com.objectwave.tools.MethodBuilder.Test
Constructor for the Test object
MethodBuilder.Test(String) - Constructor for class com.objectwave.tools.MethodBuilder.Test
Constructor for the Test object
MethodBuilder() - Constructor for class com.objectwave.tools.MethodBuilder
Create a new instance and initialize two 'global' variables of "System" and "Class".
methodCalled(String, String) - Static method in class com.objectwave.tools.Tracker
 
MethodDef - class com.objectwave.sourceModel.MethodDef.
MetaModel representation of a MethodDefinition.
MethodDef.Test - class com.objectwave.sourceModel.MethodDef.Test.
Unit test for this class.
MethodDef.Test() - Constructor for class com.objectwave.sourceModel.MethodDef.Test
 
MethodDef() - Constructor for class com.objectwave.sourceModel.MethodDef
 
MethodDefParser - class com.objectwave.sourceParser.MethodDefParser.
Used to parse java source code for methods.
MethodDefParser.Test - class com.objectwave.sourceParser.MethodDefParser.Test.
 
MethodDefParser.Test() - Constructor for class com.objectwave.sourceParser.MethodDefParser.Test
 
MethodDefParser() - Constructor for class com.objectwave.sourceParser.MethodDefParser
 
MethodDetailParser - class com.objectwave.sourceParser.MethodDetailParser.
Used to parse java source code for methods.
MethodDetailParser() - Constructor for class com.objectwave.sourceParser.MethodDetailParser
 
MethodInfo - class com.objectwave.classFile.MethodInfo.
This class describes a Method as it is stored in the class file.
MethodInfo() - Constructor for class com.objectwave.classFile.MethodInfo
 
MethodParameter - class com.objectwave.sourceModel.MethodParameter.
Encapsulate the elements of a method parameter.
MethodParameter() - Constructor for class com.objectwave.sourceModel.MethodParameter
 
METHODREF - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
MethodReference - class com.objectwave.classFile.MethodReference.
A ConstantPoolItem that is known to be a MethodReference.
MethodReference() - Constructor for class com.objectwave.classFile.MethodReference
 
methodSignature - Static variable in class com.objectwave.sourceModel.JavaClassInfo
 
metrics - Static variable in class com.objectwave.persist.AbstractBroker
 
metrics - Static variable in class com.objectwave.persist.broker.RDBConnection
 
metricsProp - Static variable in class com.objectwave.persist.broker.RDBConnection
 
mi - Variable in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
migrateChanges(TransactionLog, TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Used by nested transactions.
migrateChanges(TransactionLog, TransactionLog) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Used by nested transactions.
migrateChanges(TransactionLog, TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Used by nested transactions.
migrateChangesTo(TransactionLog) - Method in class com.objectwave.transactionalSupport.TransactionLog
This was refactored from commit subtransaction.
minimumLayoutSize(Container) - Method in class com.objectwave.viewUtility.StretchLayout
minimumLayoutSize method comment.
minimumLayoutSize(Container) - Method in class com.objectwave.viewUtility.FunLayout
 
minimumLayoutSize(Container) - Method in class com.objectwave.viewUtility.FlexGridLayout
get the minimumLayoutSize
minimumLayoutSize(Container) - Method in class com.objectwave.tools.propertyEditor.FieldLayout
 
minimumLayoutSize(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Calculates the minimum size for the specified panel.
minValue - Variable in class com.objectwave.uiWidget.Histogram
 
MOD_ABSTRACT - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_FINAL - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_INTERFACE - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_NATIVE - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_PRIVATE - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_PROTECTED - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_PUBLIC - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_STATIC - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_SYNCHRONIZED - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_THREADSAFE - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
MOD_TRANSIENT - Static variable in class com.objectwave.classFile.ClassFile
Description of the Field
model - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
ModelSupport - interface com.objectwave.appArch.ModelSupport.
 
modified - Variable in class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
modified() - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Method
MODIFIEDCACHE - Static variable in class com.objectwave.transactionalSupport.ThreadContext
 
modifier - Variable in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
monitor(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
 
monitorOn - Variable in class com.objectwave.customClassLoader.MultiClassLoader
 
moodyRating - Variable in class com.objectwave.persist.examples.TestCompany
 
mouseClick() - Method in class com.objectwave.uiWidget.StateCheckBox
 
mouseClicked(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mouseClicked(MouseEvent) - Method in class com.objectwave.viewUtility.MouseDispatcher
 
mouseClicked(MouseEvent) - Method in class com.objectwave.tools.SearchResults
Method to handle events for the MouseListener interface.
MouseDispatcher - class com.objectwave.viewUtility.MouseDispatcher.
Useful when using Swing glass panes.
MouseDispatcher(Container, MouseDispatchListener) - Constructor for class com.objectwave.viewUtility.MouseDispatcher
 
MouseDispatchListener - interface com.objectwave.viewUtility.MouseDispatchListener.
 
mouseDragged(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mouseEntered(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mouseEntered(MouseEvent) - Method in class com.objectwave.viewUtility.MouseDispatcher
 
mouseEntered(MouseEvent) - Method in class com.objectwave.tools.SearchResults
Method to handle events for the MouseListener interface.
mouseExited(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mouseExited(MouseEvent) - Method in class com.objectwave.viewUtility.MouseDispatcher
 
mouseExited(MouseEvent) - Method in class com.objectwave.tools.SearchResults
Method to handle events for the MouseListener interface.
mouseMoved(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mousePress() - Method in class com.objectwave.uiWidget.StateCheckBox
 
mousePressed(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mousePressed(MouseEvent) - Method in class com.objectwave.viewUtility.PopupMenu
 
mousePressed(MouseEvent) - Method in class com.objectwave.viewUtility.MouseDispatcher
 
mousePressed(MouseEvent) - Method in class com.objectwave.tools.SearchResults
Method to handle events for the MouseListener interface.
mouseRelease() - Method in class com.objectwave.uiWidget.StateCheckBox
 
mouseReleased(MouseEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
mouseReleased(MouseEvent) - Method in class com.objectwave.viewUtility.MouseDispatcher
 
mouseReleased(MouseEvent) - Method in class com.objectwave.tools.SearchResults
Method to handle events for the MouseListener interface.
moveAllLeftToRight() - Method in class com.objectwave.uiWidget.DoubleList
 
moveAllRightToLeft() - Method in class com.objectwave.uiWidget.DoubleList
 
moveCellFocus(int) - Method in class com.objectwave.uiWidget.JTableTabbing
 
moveLeftToRight() - Method in class com.objectwave.uiWidget.DoubleList
 
moveRightToLeft() - Method in class com.objectwave.uiWidget.DoubleList
Move the selected values in the right list box to the left.
movesDown(Component) - Method in class com.objectwave.viewUtility.FunLayout
When the window containing the given component is stretched to a larger height, the given component will move down (and up when the window is shortened).
movesRight(Component) - Method in class com.objectwave.viewUtility.FunLayout
When the window containing the given component is widened, the component will move right (and left when the window is shrunk).
MultiClassLoader - class com.objectwave.customClassLoader.MultiClassLoader.
A simple test class loader capable of loading from multiple sources, such as local files or a URL.
MultiClassLoader() - Constructor for class com.objectwave.customClassLoader.MultiClassLoader
Register ourselves with the CclpURLConnection so that we can handle all system resource requests as well as class requests.
MultipleFileSelector - class com.objectwave.uiWidget.MultipleFileSelector.
 
MultipleFileSelector(Frame) - Constructor for class com.objectwave.uiWidget.MultipleFileSelector
 
MultipleFileSelector(Frame, String[]) - Constructor for class com.objectwave.uiWidget.MultipleFileSelector
 
MultiplePrimaryKeyTest - class com.objectwave.persist.xml.test.MultiplePrimaryKeyTest.
 
MultiplePrimaryKeyTest() - Constructor for class com.objectwave.persist.xml.test.MultiplePrimaryKeyTest
 
MutexClient - class com.objectwave.simpleSockets.MutexClient.
 
MutexClient() - Constructor for class com.objectwave.simpleSockets.MutexClient
 
MutexClient(String) - Constructor for class com.objectwave.simpleSockets.MutexClient
 
MutexClient(String, int) - Constructor for class com.objectwave.simpleSockets.MutexClient
 
MutexServer - class com.objectwave.simpleSockets.MutexServer.
This extension of the WatchdogServer manages mutual exclusion across process boundaries.
MutexServer() - Constructor for class com.objectwave.simpleSockets.MutexServer
 
MutexServer(int) - Constructor for class com.objectwave.simpleSockets.MutexServer
 
MyLoader - class com.objectwave.persist.bcel.MyLoader.
 
MyLoader() - Constructor for class com.objectwave.persist.bcel.MyLoader
Constructor for the MyLoader object
MyLoader(ClassLoader) - Constructor for class com.objectwave.persist.bcel.MyLoader
Constructor for the MyLoader object
myTurn() - Method in interface com.objectwave.appArch.QueueElement
 

N

name - Variable in class com.objectwave.persist.bcel.examples.Person
 
name - Variable in class com.objectwave.persist.examples.TestPerson
 
name - Variable in class com.objectwave.persist.examples.TestEntity
 
name - Variable in class com.objectwave.persist.examples.TestCompany
 
name - Variable in class com.objectwave.persist.examples.InvertPerson
 
name - Variable in class com.objectwave.persist.examples.ExamplePerson
 
name - Variable in class com.objectwave.persist.xml.TestXMLCompany
 
name - Variable in class com.objectwave.appArch.admin.DataItem
 
name - Variable in class com.objectwave.appArch.admin.Command
 
name - Variable in class com.objectwave.configuration.BasicPropertySource
 
name() - Method in class com.objectwave.tools.MethodBuilder.Test
 
NAMEANDTYPE - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
names - Variable in class com.objectwave.templateMerge.KnownTemplates
 
NameServiceHelp - class com.objectwave.corba.NameServiceHelp.
Copyright.
NameServiceHelp() - Constructor for class com.objectwave.corba.NameServiceHelp
 
narrow(String, Class) - Method in class com.objectwave.naming.ContextFactory
 
Native_Array_Delimiter - Static variable in class com.objectwave.utility.ObjectFormatter
 
needsArrayConversion(AttributeTypeColumn) - Method in class com.objectwave.persist.ObjectFormatter
Check to see the the field represented by this AttributeTypeColumn is a native array.
needsExplicitBegin - Variable in class com.objectwave.persist.broker.RDBConnection
 
newClient(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
newClient(long) - Method in class com.objectwave.simpleSockets.MutexServer
 
newDelete() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
newInsert() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
newInstance() - Method in class com.objectwave.persist.bcel.examples.Person
While not required, adding a method like this to your class can help simplify the coding.
newInstance() - Method in class com.objectwave.persist.examples.InvertPersonPersistence
 
newInstance(Class) - Method in class com.objectwave.persist.invert.PersistenceFactory
 
newLine - class com.objectwave.printerSupport.newLine.
 
newLine() - Method in class com.objectwave.printerSupport.Printer
 
newLine() - Constructor for class com.objectwave.printerSupport.newLine
 
newModel() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
newModel() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Change the workingTemplatesInstance.
newPage() - Method in class com.objectwave.printerSupport.Printer
Print the current page and initialize this for a new page.
newRDBConnection(RDBConnectionPool, String, String, String) - Method in class com.objectwave.persist.broker.RDBBroker
Create an RDBConnection instance using the specified configuration.
newRDBConnection(RDBConnectionPool, String, String, String) - Method in class com.objectwave.persist.broker.OracleBroker
 
newSelect() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
newTreeModel(PropertyChangeEvent) - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
newUpdate() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
next() - Method in class com.objectwave.persist.file.RecordIterator
Return the next element in the iteration.
next() - Method in class com.objectwave.persist.file.FileQuery.MyIterator
 
next(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Flips to the next card of the specified container.
nextAlias - Static variable in class com.objectwave.persist.sqlConstruction.SQLSelect
 
nextBlockPair(StringBuffer, Reader, char, char) - Static method in class com.objectwave.sourceParser.SourceCodeReader
 
nextBlockPairStarting(StringBuffer, Reader, char, char, boolean, boolean) - Static method in class com.objectwave.sourceParser.SourceCodeReader
Used to get 'blocks' of code.
nextClicked() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Advance to the next page.
nextElement() - Method in class com.objectwave.utility.Permutations
 
nextElement() - Method in class com.objectwave.utility.Combinations
 
nextElement() - Method in class com.objectwave.utility.ArrayEnumeration
 
nextJavaIdentifier(StringBuffer, Reader) - Static method in class com.objectwave.sourceParser.SourceCodeReader
This will scan for the next valid java identifier.
nextModifiedBlock - Variable in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Field
nextNonWhitespace(String, int) - Method in class com.objectwave.utility.StringCalculator
Returns str.length() if EOS is reached.
nextPrimaryKey(RDBBroker, RDBPersistence) - Method in interface com.objectwave.persist.PrimaryKeyStrategy
Calls to this method should never return the same value.
nextPrimaryKey(RDBBroker, RDBPersistence) - Method in class com.objectwave.persist.broker.TableSequence
 
nextPrimaryKey(RDBBroker, RDBPersistence) - Method in class com.objectwave.persist.broker.SelectAndUpdate
Select the value from the DB.
nextPrimaryKey(RDBBroker, RDBPersistence) - Method in class com.objectwave.persist.broker.GlobalSequence
 
nextPrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.RDBBroker
Do a query to determine the next primary key.
nextPrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.HypersonicBroker
 
nextPrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.FileMakerBroker
Same as the last method.
nextPrimaryKey(RDBPersistence) - Method in class com.objectwave.persist.broker.AccessBroker
Access the NEXTVAL function of each table to determine the next primary key for the table named tableName.
nextPrimaryKey(SQLSelect) - Method in class com.objectwave.persist.broker.RDBConnection
 
nextPrimaryKeys(int) - Method in class com.objectwave.persist.broker.HypersonicBroker
Gets a bunch of primary keys and updates the primary key table at set intervals
nextSig(String) - Static method in class com.objectwave.classFile.ClassFile
Returns the next signature from a string of concatenated signatures.
nextState() - Method in class com.objectwave.uiWidget.StateTextField
 
nextSymbolInString(String, int) - Method in class com.objectwave.utility.SymbolReplacer
 
nextValuePair(String, String, int) - Static method in class com.objectwave.utility.StringManipulator
 
nextValuePair(String, String, int, boolean) - Static method in class com.objectwave.utility.StringManipulator
 
NIL_KEY - Static variable in class com.objectwave.utility.SkipListMap
 
noArgs() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
 
noArgsBigResult() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
 
noDups(Object[], Object[]) - Static method in class com.objectwave.uiWidget.ChoiceGui
 
NoFieldObjectEditor - class com.objectwave.transactionalSupport.NoFieldObjectEditor.
Tracks changes to a TransactionalObjectIF.
NoFieldObjectEditor.Test - class com.objectwave.transactionalSupport.NoFieldObjectEditor.Test.
 
NoFieldObjectEditor.Test() - Constructor for class com.objectwave.transactionalSupport.NoFieldObjectEditor.Test
 
NoFieldObjectEditor() - Constructor for class com.objectwave.transactionalSupport.NoFieldObjectEditor
Constructor for the NoFieldObjectEditor object
NoFieldObjectEditor(TransactionalObjectIF) - Constructor for class com.objectwave.transactionalSupport.NoFieldObjectEditor
Manage the changes for the transactional domainObject.
NoFieldObjectModified - class com.objectwave.transactionalSupport.NoFieldObjectModified.
The details of a change to a particular object.
NoFieldObjectModified.Test - class com.objectwave.transactionalSupport.NoFieldObjectModified.Test.
 
NoFieldObjectModified.Test() - Constructor for class com.objectwave.transactionalSupport.NoFieldObjectModified.Test
 
NoFieldObjectModified() - Constructor for class com.objectwave.transactionalSupport.NoFieldObjectModified
 
noKnownLogs() - Method in class com.objectwave.transactionalSupport.ObjectEditor
protected final ObjectModified [] getFieldMap(final TransactionLog log) { if(log == singleLog) return fieldToChangeMap; if(objectMods == null) return null; return (ObjectModified [])objectMods.get(log); } protected synchronized final void putFieldMap(final TransactionLog log, final ObjectModified [] list) { if(singleLog == null) { singleLog = log; fieldToChangeMap = list; } else if(log == singleLog) { fieldToChangeMap = list; } else { if(objectMods == null) { objectMods = new HashMap(15); } objectMods.put(log, list); } } Abstract the implementation of keeping track of changes.
noKnownLogs() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
protected final NoFieldObjectModified [] getFieldMap(final TransactionLog log) { if(log == singleLog) return fieldToChangeMap; if(objectMods == null) return null; return (ObjectModified [])objectMods.get(log); } protected synchronized final void putFieldMap(final TransactionLog log, final NoFieldObjectModified [] list) { if(singleLog == null) { singleLog = log; fieldToChangeMap = list; } else if(log == singleLog) { fieldToChangeMap = list; } else { if(objectMods == null) { objectMods = new HashMap(15); } objectMods.put(log, list); } } Abstract the implementation of keeping track of changes.
NONE - Static variable in class com.objectwave.viewUtility.FlexGridColumn
Different fill values.
NONE - Static variable in interface com.objectwave.appArch.security.Prototypes
 
NonUniqueHashtable - class com.objectwave.utility.NonUniqueHashtable.
Extend hashtable to allowmultiple values to be associated with each key.
NonUniqueHashtable() - Constructor for class com.objectwave.utility.NonUniqueHashtable
 
NonUniqueHashtable(int) - Constructor for class com.objectwave.utility.NonUniqueHashtable
 
NonUniqueHashtable(int, float) - Constructor for class com.objectwave.utility.NonUniqueHashtable
 
NORTH - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
NORTHEAST - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
NORTHWEST - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
NOT_FOUND_OBJ - Static variable in class com.objectwave.utility.SkipListMap
 
notEqualsIndex - Static variable in class com.objectwave.persist.constraints.ConstraintCompare
Description of the Field
notFound(String) - Static method in class com.objectwave.exception.ExceptionBuilder
 
NotFoundException - exception com.objectwave.exception.NotFoundException.
Generic exception to represent situations when the requested data could not be located.
NotFoundException(String) - Constructor for class com.objectwave.exception.NotFoundException
 
notifyConnection() - Method in class com.objectwave.persist.broker.RDBConnectionPool
 
notKeyWord(String) - Method in class com.objectwave.sourceParser.MethodDetailParser
 
notParsed - Variable in class com.objectwave.sourceModel.JavaClassInfo
 
NullBroker - class com.objectwave.persist.broker.NullBroker.
This class will not do anything.
NullBroker() - Constructor for class com.objectwave.persist.broker.NullBroker
 
NullChange - class com.objectwave.persist.mapping.NullChange.
For a special kind of change to this object.
NullChange(RDBPersistentAdapter, boolean, boolean) - Constructor for class com.objectwave.persist.mapping.NullChange
Constructor for the NullChange object
num - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
numEmployees - Variable in class com.objectwave.persist.examples.TestCompany
 
numTicks - Variable in class com.objectwave.uiWidget.Histogram
 

O

objArrays - Variable in class com.objectwave.persist.broker.RDBConnection
 
objectAccessed(ObjectAccessEvent) - Method in class com.objectwave.transactSecurity.UserProfilePolicy
Called when someone is trying to access an object.
objectAccessed(ObjectAccessEvent) - Method in interface com.objectwave.transactSecurity.ObjectAccessListener
 
ObjectAccessEvent - class com.objectwave.transactSecurity.ObjectAccessEvent.
Event object that represents an attempt to access data on a particular object
ObjectAccessEvent(Object, Field, ObjectAccessEvent) - Constructor for class com.objectwave.transactSecurity.ObjectAccessEvent
 
ObjectAccessListener - interface com.objectwave.transactSecurity.ObjectAccessListener.
Used to indicate that an Object is being accessed.
ObjectBuilder - class com.objectwave.persist.file.ObjectBuilder.
Build the DomainObjects from the byte array from the file.
ObjectBuilder - class com.objectwave.configuration.xml.ObjectBuilder.
Look for a method of the set'VariableName' style.
ObjectBuilder() - Constructor for class com.objectwave.persist.file.ObjectBuilder
 
ObjectBuilder() - Constructor for class com.objectwave.configuration.xml.ObjectBuilder
Constructor for the ObjectBuilder object
ObjectChangeRequest - interface com.objectwave.transactionalSupport.ObjectChangeRequest.
The interface to objects that will keep track of details of a change to a transactional object.
ObjectEditingView - interface com.objectwave.transactionalSupport.ObjectEditingView.
The interface to the object that will keep track of ObjectChanges.
ObjectEditor - class com.objectwave.transactionalSupport.ObjectEditor.
Tracks changes to a TransactionalObjectIF.
ObjectEditor.Test - class com.objectwave.transactionalSupport.ObjectEditor.Test.
 
ObjectEditor.Test() - Constructor for class com.objectwave.transactionalSupport.ObjectEditor.Test
 
ObjectEditor() - Constructor for class com.objectwave.transactionalSupport.ObjectEditor
Constructor for the ObjectEditor object
ObjectEditor(TransactionalObjectIF) - Constructor for class com.objectwave.transactionalSupport.ObjectEditor
Manage the changes for the transactional domainObject.
objectFormatter - Variable in class com.objectwave.persist.constraints.Constraint
 
ObjectFormatter - class com.objectwave.persist.ObjectFormatter.
This class converts data from one type to another.
ObjectFormatter - class com.objectwave.utility.ObjectFormatter.
This class converts data from one type to another.
ObjectFormatter.Test - class com.objectwave.persist.ObjectFormatter.Test.
Unit tests.
ObjectFormatter.Test - class com.objectwave.utility.ObjectFormatter.Test.
Unit tests.
ObjectFormatter.Test() - Constructor for class com.objectwave.persist.ObjectFormatter.Test
 
ObjectFormatter.Test() - Constructor for class com.objectwave.utility.ObjectFormatter.Test
 
ObjectFormatter() - Constructor for class com.objectwave.persist.ObjectFormatter
 
ObjectFormatter() - Constructor for class com.objectwave.utility.ObjectFormatter
 
ObjectHolder - class com.objectwave.utility.ObjectHolder.
Just holds an object.
ObjectHolder() - Constructor for class com.objectwave.utility.ObjectHolder
Constructor for the ObjectHolder object
ObjectHolder(Object) - Constructor for class com.objectwave.utility.ObjectHolder
Constructor for the ObjectHolder object
objectIdentifier - Variable in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
objectIdentifier - Variable in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
objectIdentifier - Variable in class com.objectwave.persist.examples.DomainObject
 
objectIdentifier - Variable in class com.objectwave.persist.invert.PersistenceBase
 
ObjectInitParser - class com.objectwave.sourceParser.ObjectInitParser.
This class happens to look exactly like package def, except it is for ObjectInitializers.
ObjectInitParser() - Constructor for class com.objectwave.sourceParser.ObjectInitParser
 
objectLimit - Variable in class com.objectwave.persist.SQLQuery
 
ObjectListenerList - class com.objectwave.event.ObjectListenerList.
Slow at adding and removing, but fast for dispatching.
ObjectListenerList() - Constructor for class com.objectwave.event.ObjectListenerList
 
ObjectListenerList(int) - Constructor for class com.objectwave.event.ObjectListenerList
 
ObjectModified - class com.objectwave.transactionalSupport.ObjectModified.
The details of a change to a particular object.
ObjectModified.Test - class com.objectwave.transactionalSupport.ObjectModified.Test.
 
ObjectModified.Test() - Constructor for class com.objectwave.transactionalSupport.ObjectModified.Test
 
ObjectModified() - Constructor for class com.objectwave.transactionalSupport.ObjectModified
Store the changes to the domain object.
ObjectPool - class com.objectwave.persist.broker.ObjectPool.
Provides some basic object pooling support.
ObjectPool() - Constructor for class com.objectwave.persist.broker.ObjectPool
 
ObjectPoolBroker - class com.objectwave.persist.broker.ObjectPoolBroker.
Will use the object pool as an 'object' database.
ObjectPoolBroker.Test - class com.objectwave.persist.broker.ObjectPoolBroker.Test.
Unit Testing - Reuse the tests from BasicTestBroker
ObjectPoolBroker.Test() - Constructor for class com.objectwave.persist.broker.ObjectPoolBroker.Test
 
ObjectPoolBroker() - Constructor for class com.objectwave.persist.broker.ObjectPoolBroker
 
ObjectPoolBroker(ObjectPool) - Constructor for class com.objectwave.persist.broker.ObjectPoolBroker
 
ObjectPoolBroker(ObjectPool, boolean) - Constructor for class com.objectwave.persist.broker.ObjectPoolBroker
 
ObjectPoolQuery - class com.objectwave.persist.broker.ObjectPoolQuery.
Used to search an object pool.
ObjectPoolQuery() - Constructor for class com.objectwave.persist.broker.ObjectPoolQuery
Without this instance being initialized with a pool and a query, nothing good can be done with this class.
ObjectPoolQuery(SQLQuery, ObjectPool) - Constructor for class com.objectwave.persist.broker.ObjectPoolQuery
 
ObjectQuerySupport - class com.objectwave.persist.broker.ObjectQuerySupport.
A generic class that can assist with the query of objects in a way similar to relational databases.
ObjectQuerySupport.Test - class com.objectwave.persist.broker.ObjectQuerySupport.Test.
 
ObjectQuerySupport.Test() - Constructor for class com.objectwave.persist.broker.ObjectQuerySupport.Test
 
ObjectQuerySupport() - Constructor for class com.objectwave.persist.broker.ObjectQuerySupport
 
ObjectRunner - class com.objectwave.socketClassServer.ObjectRunner.
The bare minimum to set your self up as a server.
ObjectRunner() - Constructor for class com.objectwave.socketClassServer.ObjectRunner
 
ObjectServer - class com.objectwave.socketClassServer.ObjectServer.
This will create a new multithreaded server that can provide class byte codes over a TCPIP connection.
ObjectServer() - Constructor for class com.objectwave.socketClassServer.ObjectServer
 
ObjectServerData - class com.objectwave.socketClassServer.ObjectServerData.
Object used by ObjectRunner to remotely launch an application.
ObjectServerData(InetAddress, int, String) - Constructor for class com.objectwave.socketClassServer.ObjectServerData
 
objectsInList() - Method in class com.objectwave.uiControl.ChoiceControl
 
objectsInList(Vector) - Method in class com.objectwave.uiControl.ChoiceControl
 
OFF - Static variable in class com.objectwave.utility.DebugOutput
 
ok - Variable in class com.objectwave.tools.propertyEditor.JConfigureTest
 
okButton - Variable in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
OkCancelDetail - class com.objectwave.appSupport.OkCancelDetail.
The detail frame for the companyPanel.
OkCancelDetail(OkCancelModel, Frame) - Constructor for class com.objectwave.appSupport.OkCancelDetail
 
OkCancelDetail(OkCancelModel, Frame, ModelSupport, String) - Constructor for class com.objectwave.appSupport.OkCancelDetail
 
OkCancelDetail(OkCancelModel, Frame, String, String) - Constructor for class com.objectwave.appSupport.OkCancelDetail
 
OkCancelModel - class com.objectwave.appSupport.OkCancelModel.
 
OkCancelModel() - Constructor for class com.objectwave.appSupport.OkCancelModel
If you use this constructor, it might not be a bad idea to call setWindowClass(Class ).
OkCancelModel(Object) - Constructor for class com.objectwave.appSupport.OkCancelModel
 
onChange(String, String) - Method in class com.objectwave.viewUtility.TextFieldChangeListener
Abstract method which must be implemented to define what action should be taken when the field focus changes.
oneArg(String) - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
 
oneLine(String) - Static method in class com.objectwave.utility.StringManipulator
Return the source as 1 line of code.
open() - Method in class com.objectwave.appSupport.DetailModel
 
open() - Method in class com.objectwave.appArch.WindowModel
 
openConnection(URL) - Method in class com.objectwave.customClassLoader.cclp.Handler
The key method that makes this work with our custom class loaders.
openEditor(Object) - Method in interface com.objectwave.tools.DocSearchIF
 
openInit() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
openInit() - Method in class com.objectwave.uiWidget.ChoiceGui
 
openInit() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
operatorPriority(String) - Method in class com.objectwave.utility.StringCalculator
Return the priority of the given operation "op".
optEnd() - Method in class com.objectwave.templateMerge.InformationToken
No need to include the token in the 'end' since optional tags MUST have both a begin and an end.
optStart() - Method in class com.objectwave.templateMerge.InformationToken
Some tokens merely specify that the text between two tags is optional.
OracleBroker - class com.objectwave.persist.broker.OracleBroker.
This will be the place for Oracle specific implementation issues.
OracleBroker.Test - class com.objectwave.persist.broker.OracleBroker.Test.
Unit tests.
OracleBroker.Test() - Constructor for class com.objectwave.persist.broker.OracleBroker.Test
 
OracleBroker() - Constructor for class com.objectwave.persist.broker.OracleBroker
 
OracleConnection - class com.objectwave.persist.broker.OracleConnection.
This class allows for specific customization of the connection between the OracleBroker and the OracleDatabase.
OracleObjectFormatter - class com.objectwave.persist.broker.OracleObjectFormatter.
Override the one change necessary for Oracle.
OracleObjectFormatter() - Constructor for class com.objectwave.persist.broker.OracleObjectFormatter
 
orderByList - Variable in class com.objectwave.persist.SQLQuery
 
OrderedVector - class com.objectwave.utility.OrderedVector.
This is a vector implementation that stores the objects in an ordered way.
OrderedVector() - Constructor for class com.objectwave.utility.OrderedVector
 
OrderedVector(int) - Constructor for class com.objectwave.utility.OrderedVector
 
original - Variable in class com.objectwave.sourceModel.JavaAssociation
 
originalElements - Variable in class com.objectwave.sourceModel.JavaClassDef
 
originalProperties - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
originalValue() - Method in class com.objectwave.persist.mapping.NullChange
 
originalValue() - Method in class com.objectwave.transactionalSupport.ObjectModified
 
originalValue() - Method in interface com.objectwave.transactionalSupport.ObjectChangeRequest
 
originalValue() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
 
otherClasses - Variable in class com.objectwave.sourceModel.JavaClassDef
 
outputStreams - Static variable in class com.objectwave.utility.ObjectFormatter
 
OWNER - Static variable in interface com.objectwave.appArch.security.Prototypes
 
OWScript - class com.objectwave.sourceGenerator.OWScript.
 
OWScript() - Constructor for class com.objectwave.sourceGenerator.OWScript
Constructor for the OWScript object

P

p(int) - Static method in class com.objectwave.utility.Combinatoric
 
p(int, int) - Static method in class com.objectwave.utility.Combinatoric
 
pack() - Method in class com.objectwave.utility.BinaryTree
Remove any "reserve" nodes.
packageDef - Variable in class com.objectwave.sourceModel.JavaClassDef
 
PackageDef - class com.objectwave.sourceModel.PackageDef.
This was originally only for package definition data, however, it turned out that the data fields are exactly the same for imports, static blocks, and object initializers.
PackageDef() - Constructor for class com.objectwave.sourceModel.PackageDef
 
PackageDefParser - class com.objectwave.sourceParser.PackageDefParser.
a PackageDef object is used not only to contain a package definition, but object initializers and others.
PackageDefParser() - Constructor for class com.objectwave.sourceParser.PackageDefParser
 
packetAvailable(DataAvailable) - Method in class com.objectwave.appSupport.DetailModel
 
packetAvailable(DataAvailable) - Method in interface com.objectwave.event.PacketListener
 
packetAvailable(DataAvailable) - Method in class com.objectwave.appArch.EventSupport
 
packetAvailable(DataAvailable) - Method in class com.objectwave.appArch.EventPool
A window model is a pool of PresentationModels.
packetAvailable(DataAvailable) - Method in class com.objectwave.appArch.gui.EditModel
 
packetAvailable(DataChanged) - Method in interface com.objectwave.event.PacketListener
 
packetAvailable(DataChanged) - Method in class com.objectwave.appArch.EventSupport
 
packetAvailable(DataChanged) - Method in class com.objectwave.appArch.EventPool
 
packetAvailable(DataRequest) - Method in class com.objectwave.appSupport.DetailModel
Check with security before opening the screen.
packetAvailable(DataRequest) - Method in interface com.objectwave.event.PacketListener
 
packetAvailable(DataRequest) - Method in class com.objectwave.appArch.EventSupport
 
packetAvailable(DataRequest) - Method in class com.objectwave.appArch.EventPool
 
packetAvailable(DataRequest) - Method in class com.objectwave.appArch.gui.EditModel
 
PacketEvent - class com.objectwave.event.PacketEvent.
 
PacketEvent(Object, String) - Constructor for class com.objectwave.event.PacketEvent
 
PacketListener - interface com.objectwave.event.PacketListener.
 
PacketProducerIF - interface com.objectwave.event.PacketProducerIF.
 
PacketSupport - class com.objectwave.event.PacketSupport.
Events will NOT be sent to the originator of the event.
PacketSupport(Object) - Constructor for class com.objectwave.event.PacketSupport
 
padding - Variable in class com.objectwave.uiWidget.JGraph
 
pageSize() - Method in class com.objectwave.printerSupport.Printer
 
paint(Graphics) - Method in class com.objectwave.printerSupport.Printer
 
paint(Graphics) - Method in class com.objectwave.uiWidget.PieChart
As in the Graph class, we collect the font metrics for measuring and the current color for resetting.
paint(Graphics) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
paint(Graphics) - Method in class com.objectwave.uiWidget.LineGraph
 
paint(Graphics) - Method in class com.objectwave.uiWidget.JGraph
 
paint(Graphics) - Method in class com.objectwave.uiWidget.Histogram
 
paint(Graphics) - Method in class com.objectwave.uiWidget.Graph
 
paint(Graphics) - Method in class com.objectwave.uiWidget.ColorSelector
As in the Graph class, we collect the font metrics for measuring and the current color for resetting.
paint(Graphics) - Method in class com.objectwave.uiWidget.BarChart
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.objectwave.tools.propertyEditor.EdgeBorder
 
paintOff - Variable in class com.objectwave.uiWidget.MultipleFileSelector
 
Pair - class com.objectwave.utility.Pair.
This type was created in VisualAge.
Pair() - Constructor for class com.objectwave.utility.Pair
Pair constructor comment.
Pair(Object, Object) - Constructor for class com.objectwave.utility.Pair
This method was created in VisualAge.
PARALLEL_IGNORE_SIBLINGS - Static variable in class com.objectwave.transactionalSupport.Session
If one child session is rolled back, the other children will still commit.
PARALLEL_ROLLBACK_SIBLINGS - Static variable in class com.objectwave.transactionalSupport.Session
If one child session is rolled back, all will be set to rollback only and will not commit.
ParallelAction - class com.objectwave.transactionalSupport.test.ParallelAction.
Title: Description: Copyright: Copyright (c) 2001 Company:
ParallelAction(int, Session, boolean) - Constructor for class com.objectwave.transactionalSupport.test.ParallelAction
Constructor for the ParallelAction object
ParallelTransactionTest - class com.objectwave.transactionalSupport.test.ParallelTransactionTest.
 
ParallelTransactionTest.Test - class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test.
 
ParallelTransactionTest.Test() - Constructor for class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
 
ParallelTransactionTest() - Constructor for class com.objectwave.transactionalSupport.test.ParallelTransactionTest
 
parentTransaction - Variable in class com.objectwave.transactionalSupport.TransactionLog
 
parse() - Method in class com.objectwave.persist.bcel.FinalClass
Return a the newly defined class.
parse() - Method in class com.objectwave.utility.StringCalculator.ParseNumber
 
parse(InputSource) - Method in class com.objectwave.templateMerge.XMLTemplateRead
Parse the XML
parse(InputSource) - Method in class com.objectwave.templateMerge.JspStyleRead
Parse the XML
parse(String) - Method in class com.objectwave.templateMerge.XMLTemplateRead
Parse the XML
parse(String) - Method in class com.objectwave.templateMerge.JspStyleRead
Parse the XML
parseIt() - Method in class com.objectwave.sourceGenerator.InformationClass
 
parseIt() - Method in class com.objectwave.sourceModel.JavaClassInfo
 
parseIt(String[], boolean) - Static method in class com.objectwave.sourceParser.SourceCodeReader
 
parseIt(StringReader, ClassParser) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
parseJar(String) - Static method in class com.objectwave.classFile.DumpClass
 
parsePhoneNumber(String) - Static method in class com.objectwave.utility.StringManipulator
 
parseSource() - Method in class com.objectwave.sourceParser.SourceCodeReader
Parse the source found in the instance variable 'theSource'.
parseSource(Object) - Method in class com.objectwave.tools.MetaModel
Get the ClassElements from the type.
parseSource(Object, boolean) - Method in class com.objectwave.tools.MetaModel
Get the ClassElements from the type.
parseSource(String) - Method in class com.objectwave.tools.MetaModel
Get the ClassElements from class name.
parseSource(Vector) - Method in class com.objectwave.sourceParser.SourceCodeReader
The acutal work horse method for parseSource(); This will fill the parameter 'elements' with all of the found ClassElements.
parseSourceFor(StringReader, ClassParser) - Static method in class com.objectwave.sourceParser.SourceCodeReader
Parse the paramter 'rdr' looking for a particular type of definition.
parseText() - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
parseText() - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
parseTheRest(StringBuffer, Reader) - Method in class com.objectwave.sourceParser.VariableDefParser
The buffer is used to contain the 'fullText' of the variable declaration.
parseTrailingComment(StringBuffer, Reader) - Method in class com.objectwave.sourceParser.VariableDefParser
The buffer is used to contain the 'fullText' of the variable declaration.
password - Variable in class com.objectwave.persist.broker.RDBConnection
 
password - Variable in class com.objectwave.uiWidget.LoginEvent
 
path - Variable in class com.objectwave.tools.propertyEditor.FieldPanel
 
PathReader - class com.objectwave.utility.PathReader.
This is incomplete since the idea is not well thought out.
PathReader(String) - Constructor for class com.objectwave.utility.PathReader
 
pathTo(Object) - Method in class com.objectwave.utility.TreeCollection
Path to the parent of key.
patternString - Variable in class com.objectwave.utility.FileFinder
Set a pattern string to limit the results to files matching that pattern.
pause() - Method in class com.objectwave.simpleSockets.ServeClient
Sent the current thread into a wait state.
pause(long) - Method in class com.objectwave.utility.Timer
Pause the current thread for at most timeout milliseconds.
pauseThread() - Method in class com.objectwave.persist.broker.RDBConnectionPool.Test
Description of the Method
pbAddClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
pbApplyClicked() - Method in class com.objectwave.viewUtility.PropertyDialog
 
pbCancelClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
pbCancelClicked() - Method in class com.objectwave.viewUtility.PropertyDialog
 
pbCloseClicked() - Method in class com.objectwave.uiWidget.QuickPick
 
pbCloseClicked() - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
pbCloseClicked() - Method in class com.objectwave.uiWidget.ChoiceGui
 
pbCloseClicked() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
pbDeleteTemplateClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
pbDumpClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
Changed by Zhou Cai Dump the templates to an XML file.
pbEditTemplateClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
pbFillinsClicked() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
pbImportClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
Changed by Zhou Cai Import the templates from an XML file.
pbLoadClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
pbNewClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
pbNewTemplateClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
pbOkClicked() - Method in class com.objectwave.uiWidget.QuickPick
 
pbOkClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
pbOkClicked() - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
pbOkClicked() - Method in class com.objectwave.viewUtility.PropertyDialog
 
pbRemoveClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
pbSaveClicked() - Method in class com.objectwave.uiWidget.ChoiceGui
 
pbSaveClicked() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
Update the provided collection of all templates.
pbSaveClicked() - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
pbSelectAllClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
pbTemplatesClicked() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
pbUnselectAllClicked() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
performAction(Object) - Method in interface com.objectwave.utility.ActionIF
 
performOperation(StringCalculator.CalcItem, Stack) - Method in class com.objectwave.utility.StringCalculator
 
Permutations - class com.objectwave.utility.Permutations.
The Permutations class provides an enumeration of all permutations of an array of objects.
Permutations(Object[]) - Constructor for class com.objectwave.utility.Permutations
Create a Permutation to enumerate through all possible lineups of the supplied array of Objects.
Permutations(Object[], int) - Constructor for class com.objectwave.utility.Permutations
Create a Permutation to enumerate through all possible lineups of the supplied array of Objects.
Persistence - interface com.objectwave.persist.Persistence.
A persistent object can either implement all of the necessary support for persistence, or have an adapter who does it.
PersistenceAttributeTableModel - class com.objectwave.persist.gui.PersistenceAttributeTableModel.
The TableModel interface ispecifies the methods the JTable will use to interrogate a tabular data model.
PersistenceAttributeTableModel() - Constructor for class com.objectwave.persist.gui.PersistenceAttributeTableModel
 
PersistenceBase - class com.objectwave.persist.invert.PersistenceBase.
While this class is not directly used by any of the other code in this library, it is used as a template when auto-generating persistence support.
PersistenceBase() - Constructor for class com.objectwave.persist.invert.PersistenceBase
Call the setup method.
persistenceClass - Variable in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
PersistenceFactory - class com.objectwave.persist.invert.PersistenceFactory.
 
PersistenceFactory() - Constructor for class com.objectwave.persist.invert.PersistenceFactory
 
PersistLogIF - interface com.objectwave.persist.PersistLogIF.
A simple interface that will be used as the glue to plug in whatever logging mechanism necessary.
person - Variable in class com.objectwave.persist.bcel.examples.Employee
 
person - Variable in class com.objectwave.persist.examples.ExampleEmployee
 
Person - class com.objectwave.persist.bcel.examples.Person.
 
Person - class com.objectwave.persist.xml.test.Person.
A simple persistent object defined by the Person.xml file.
PERSON - Static variable in class com.objectwave.persist.examples.TestEntity
 
Person.Test - class com.objectwave.persist.xml.test.Person.Test.
 
Person.Test() - Constructor for class com.objectwave.persist.xml.test.Person.Test
 
Person() - Constructor for class com.objectwave.persist.bcel.examples.Person
 
Person() - Constructor for class com.objectwave.persist.xml.test.Person
Constructor for the Person object
PersonPhone - class com.objectwave.persist.xml.test.PersonPhone.
 
PersonPhone() - Constructor for class com.objectwave.persist.xml.test.PersonPhone
Constructor for the PersonPhone object
PersonValue - class com.objectwave.persist.value.PersonValue.
 
PersonValue() - Constructor for class com.objectwave.persist.value.PersonValue
 
phone - Variable in class com.objectwave.persist.examples.TestPerson
 
phone - Variable in class com.objectwave.persist.examples.TestEntity
 
phone - Variable in class com.objectwave.persist.examples.TestCompany
 
Phone - class com.objectwave.persist.xml.test.Phone.
 
Phone() - Constructor for class com.objectwave.persist.xml.test.Phone
Constructor for the Phone object
pickColor() - Method in class com.objectwave.uiWidget.JGraph
Select a color for you.
pieces - Variable in class com.objectwave.sourceModel.ClassSpec
 
PieChart - class com.objectwave.uiWidget.PieChart.
 
PieChart() - Constructor for class com.objectwave.uiWidget.PieChart
 
PieChart(String) - Constructor for class com.objectwave.uiWidget.PieChart
 
pieSliceAtPoint(Point) - Method in class com.objectwave.uiWidget.PieChart
 
pieSliceLabelAtPoint(Point) - Method in class com.objectwave.uiWidget.PieChart
 
pkeyPool - Variable in class com.objectwave.persist.broker.GlobalSequence
 
PLACEHOLDER - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
PLAF - class com.objectwave.tools.propertyEditor.PLAF.
 
PLAF() - Constructor for class com.objectwave.tools.propertyEditor.PLAF
 
pointInPie(Point) - Method in class com.objectwave.uiWidget.PieChart
 
PointManipulator - class com.objectwave.utility.PointManipulator.
 
PointManipulator() - Constructor for class com.objectwave.utility.PointManipulator
 
pointToDegrees(Point) - Method in class com.objectwave.uiWidget.PieChart
90 Translate a point to be relative to the pie's | center, then figure it's degrees using the reverse, 180 --+-- 0/360 rotated coordinate system used by Java, as described | on the left.
pool - Variable in class com.objectwave.persist.broker.RDBConnection
 
pool - Variable in class com.objectwave.persist.broker.RDBBroker
 
pool - Variable in class com.objectwave.appArch.WindowModel
 
poolBroker - Variable in class com.objectwave.persist.broker.RDBConnection
 
populateBusinessObject() - Method in class com.objectwave.appSupport.OkCancelModel
 
populateBusinessObject() - Method in class com.objectwave.appSupport.DetailModel
When a detail screen is closed, we most likely want to populate the business object.
populateBusinessObject() - Method in interface com.objectwave.appArch.gui.SubjectRenderIF
 
populateBusinessObject() - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
populateJoinFields(JoinField[], Object[], Persistence, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Fill in the fields on the other object with the correct values
populateObject() - Method in interface com.objectwave.persist.constraints.ConstraintGuiIF
 
populateObject() - Method in class com.objectwave.persist.constraints.gui.IsNullGui
 
populateObject() - Method in class com.objectwave.persist.constraints.gui.CompareGui
 
populateObject() - Method in class com.objectwave.persist.constraints.gui.BetweenGui
 
populateObject() - Method in class com.objectwave.persist.constraints.gui.AnyOfGui
 
populateObject(Constraint) - Method in class com.objectwave.persist.constraints.ConstraintGuiSelection
 
populateStack(Vector, int, Stack) - Method in class com.objectwave.persist.SQLQuery
Examine the symbols and build constraints from the information.
popup - Variable in class com.objectwave.persist.gui.DeleteTreeUI
 
popupClosed() - Method in class com.objectwave.viewUtility.PopupMenu
 
PopupMenu - class com.objectwave.viewUtility.PopupMenu.
Encapsulate all of the support necessary to support popup menus.
PopupMenu.ActionChangedListener - class com.objectwave.viewUtility.PopupMenu.ActionChangedListener.
Expanded from the default of JPopupMenu to include updates the icon.
PopupMenu.Test - class com.objectwave.viewUtility.PopupMenu.Test.
 
PopupMenu.Test() - Constructor for class com.objectwave.viewUtility.PopupMenu.Test
 
PopupMenu() - Constructor for class com.objectwave.viewUtility.PopupMenu
 
popupMenuCanceled(PopupMenuEvent) - Method in class com.objectwave.viewUtility.PopupMenu
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class com.objectwave.viewUtility.PopupMenu
 
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class com.objectwave.viewUtility.PopupMenu
 
popupPoint - Variable in class com.objectwave.viewUtility.PopupMenu
 
port(int) - Method in class com.objectwave.simpleSockets.SimpleServer
Change the default port of 3000 to the value provided by the parameter.
pos - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
pos - Variable in class com.objectwave.utility.BufferedRandomAccessFile.FileBufferStruct
Description of the Field
possibleChoices - Variable in class com.objectwave.uiWidget.ChoiceGui
 
postWrite(Object, OutputStream) - Method in class com.objectwave.templateMerge.MergeTemplate
 
potentialProxyGet(Field) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The value being retrieved may 'change' if it's a proxy.
preferredLayoutSize(Container) - Method in class com.objectwave.viewUtility.StretchLayout
preferredLayoutSize method comment.
preferredLayoutSize(Container) - Method in class com.objectwave.viewUtility.FunLayout
 
preferredLayoutSize(Container) - Method in class com.objectwave.viewUtility.FlexGridLayout
get the preferredLayoutSize
preferredLayoutSize(Container) - Method in class com.objectwave.tools.propertyEditor.FieldLayout
 
preferredLayoutSize(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Calculates the preferred size for the specified panel.
prefixIsOperator(String, int) - Method in class com.objectwave.utility.StringCalculator
Return # of chars which are the operator, else 0.
prepare(Xid) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
preparedUpdateSql(SQLModifier, Persistence) - Method in class com.objectwave.persist.broker.RDBConnection
Execute java.sql.PreparedStatement code, perhaps creating the PreparedStatement object in the process.
preQuery(SQLQuery) - Method in interface com.objectwave.persist.CollectionAdapter
An entry point to tweak the query before issuing the find.
preQuery(SQLQuery) - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
An entry point to tweak the query before issuing the find.
preQuery(SQLQuery) - Method in class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
An entry point to tweak the query before issuing the find.
preQuery(SQLQuery) - Method in class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
An entry point to tweak the query before issuing the find.
preQuery(SQLQuery) - Method in class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
An entry point to tweak the query before issuing the find.
preQuery(SQLQuery) - Method in class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
An entry point to tweak the query before issuing the find.
PresentationModel - class com.objectwave.appArch.PresentationModel.
 
PresentationModel() - Constructor for class com.objectwave.appArch.PresentationModel
 
PresentationModelIF - interface com.objectwave.appArch.PresentationModelIF.
A presentation model is both a producer of and consumer of events.
preserveCurrentDisabledness(boolean) - Method in class com.objectwave.viewUtility.DisableComponent
 
pressedSelection(int, MouseEvent) - Method in class com.objectwave.uiWidget.ComponentList
 
preview() - Method in class com.objectwave.printerSupport.Printer
 
preview(Graphics) - Method in class com.objectwave.printerSupport.Printer
 
previous(Container) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Flips to the previous card of the specified container.
prevModifiedBlock - Variable in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Field
preWrite(Object, OutputStream) - Method in class com.objectwave.templateMerge.MergeTemplate
 
PRIMARYATT - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
primaryContact - Variable in class com.objectwave.persist.examples.TestCompany
 
PrimaryKeyStrategy - interface com.objectwave.persist.PrimaryKeyStrategy.
Implement this interface if the code is to assist with the creation with the generation of PrimaryKeyValues.
primitiveClass(String) - Method in class com.objectwave.tools.MethodBuilder
Get the primitive version of the className.
primitiveTypes - Static variable in class com.objectwave.sourceModel.JavaClassInfo
 
print(Component) - Method in class com.objectwave.printerSupport.Printer
 
print(Graphics) - Method in class com.objectwave.printerSupport.Printer
 
print(Image) - Method in class com.objectwave.printerSupport.Printer
 
print(String) - Method in class com.objectwave.printerSupport.Printer
 
print(String) - Static method in class com.objectwave.customClassLoader.MultiClassLoader
 
print(String, int) - Method in class com.objectwave.printerSupport.Printer
 
printBody(JTable, int, int, Boolean[], DataOutputStream) - Method in class com.objectwave.tools.viewUtility.TablePrinter
Print the body of the table
printBuffer(byte[], int, String) - Static method in class com.objectwave.crypto.SquareTest
 
Printer - class com.objectwave.printerSupport.Printer.
A generic class that should aid with printing.
Printer(Frame) - Constructor for class com.objectwave.printerSupport.Printer
 
printerObject - class com.objectwave.printerSupport.printerObject.
 
printerObject() - Constructor for class com.objectwave.printerSupport.printerObject
 
PrintFunctions - class com.objectwave.tools.viewUtility.PrintFunctions.
 
PrintFunctions() - Constructor for class com.objectwave.tools.viewUtility.PrintFunctions
 
printHeader(JTable, Boolean[], DataOutputStream) - Method in class com.objectwave.tools.viewUtility.TablePrinter
Print the header line
printing - class com.objectwave.printerSupport.printing.
 
printing() - Constructor for class com.objectwave.printerSupport.printing
 
printJTable(JTable) - Method in class com.objectwave.tools.viewUtility.PrintFunctions
 
println(int, String) - Method in class com.objectwave.utility.DebugOutput
Print
println(String) - Static method in class com.objectwave.persist.BrokerFactory
Utility method to assist with migration to logger interface.
println(String) - Static method in class com.objectwave.persist.AbstractBroker
Utility method to assist with migration to logger interface.
println(String) - Static method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Utility method to assist with migration to logger interface.
println(String) - Method in class com.objectwave.printerSupport.Printer
 
printRow(JTable, Boolean[], int, DataOutputStream) - Method in class com.objectwave.tools.viewUtility.TablePrinter
Print a single row of the table
printRow(JTable, Object[], Boolean[], DataOutputStream, boolean) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
printRow(Writer, int, boolean, boolean) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
printStackTrace() - Method in class com.objectwave.persist.QueryException
 
printStackTrace() - Method in class com.objectwave.transactionalSupport.UpdateException
 
printStackTrace(PrintStream) - Method in class com.objectwave.persist.QueryException
 
printStackTrace(PrintStream) - Method in class com.objectwave.transactionalSupport.UpdateException
 
printStackTrace(PrintWriter) - Method in class com.objectwave.persist.QueryException
 
printStackTrace(PrintWriter) - Method in class com.objectwave.transactionalSupport.UpdateException
 
printStr(MethodBuilder.Test) - Method in class com.objectwave.tools.MethodBuilder.Test
Print Str used for testing.
printString - Variable in class com.objectwave.persist.invert.PersistenceBase
 
printTable(JTable, int, int, OutputStream) - Method in class com.objectwave.tools.viewUtility.TablePrinter
Print the table's rows from beginIndex to endIndex-1.
printTable(JTable, OutputStream) - Method in class com.objectwave.tools.viewUtility.TablePrinter
Print the table to the given output stream.
printTable(OutputStream, boolean) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
printTable(Writer, boolean) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
printTime() - Static method in class com.objectwave.classFile.DumpClass
used by the test routine.
processArray(char[], int, int) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Create a MergeTemplate from the subarray from beginPos to endPos-1.
processBracket(StringCalculator.CalcItem, Vector, int, Stack) - Method in class com.objectwave.persist.SQLQuery
The setConstraintString has detected and opening '('.
processBrackets(int, int, Vector) - Method in class com.objectwave.utility.StringCalculator
We've found a "(" in place of an atomic value: that's ok, so long as it has a matching ")" with parsable contents in between.
processClassRequest(String) - Method in class com.objectwave.socketClassServer.ServeClassRequest
Send a stream of bytes that can be used to define the class.
processCommandWork(String, String) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Process the command and return the results.
processEvent(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
processFile(File) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Creates an inputstream based on the File object.
processFile(String) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
This method will create the File object to be used, given a String which is presumably the filename.
processFormRequest(String, int) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
The URL request was the result of a Form 'get' method.
processGoodbye(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
processGoodbye(long) - Method in class com.objectwave.simpleSockets.MutexServer
 
processMessage(long, String) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
processMessage(long, String) - Method in class com.objectwave.simpleSockets.MutexServer
 
processOperator(StringCalculator.CalcItem, Vector, int, Stack) - Method in class com.objectwave.persist.SQLQuery
The constraint string has found an operation (like '=' or '&&') and it needs to build the appropriate Constraint object.
processQueue() - Method in class com.objectwave.appArch.Queue
 
processRequest(String) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Process an incomming URL request.
processRequest(String) - Method in class com.objectwave.simpleSockets.ServeClient
// Override this method to process your request.
processRequest(String) - Method in interface com.objectwave.simpleSockets.ReplyHandler
 
processRequest(String) - Method in class com.objectwave.simpleSockets.FileHandler
Implement the ReplyHandler interface to return a file that matches the request.
processRequest(String) - Method in class com.objectwave.socketClassServer.ServeClassRequest
Important.
processRequest(String, int) - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
Process the urlRequest as a either a noArg request, or a request that was formatted to a custom style.
processRequestData(String) - Method in class com.objectwave.simpleSockets.ServeHTTPClient
Override this method to process your request.
processRequestStream(String) - Method in class com.objectwave.simpleSockets.ServeClient
 
processResourceRequest() - Method in class com.objectwave.socketClassServer.ServeClassRequest
Send a resource that was requested via getContent();
processResults(Object[], ResultSet, SQLQuery, SQLSelect, CollectionAdapter) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
Main entry point for this class.
ProcessResultSet - class com.objectwave.persist.objectConstruction.ProcessResultSet.
A utitlity class that converts a database result set into a collection of objects.
ProcessResultSet.Test - class com.objectwave.persist.objectConstruction.ProcessResultSet.Test.
Unit tests.
ProcessResultSet.Test() - Constructor for class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
 
ProcessResultSet() - Constructor for class com.objectwave.persist.objectConstruction.ProcessResultSet
 
processStream(InputStream) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
On the presumption (uh-oh) that the stream sizes involved here will be relatively small (less than 1MB), we'll read the entire stream into a StringBuffer to simplify our manipulation of the data.
processStreamRequest() - Method in class com.objectwave.socketClassServer.ServeClassRequest
Send a resource that was requested via getInputStream()
PropertyBooleanField - class com.objectwave.tools.propertyEditor.PropertyBooleanField.
For setting true and false values.
PropertyBooleanField() - Constructor for class com.objectwave.tools.propertyEditor.PropertyBooleanField
 
propertyChange - Variable in class com.objectwave.tools.JavaDocSearchPanel
 
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.uiWidget.ButtonPanel
 
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.uiWidget.ButtonPanel.ActionChangedListener
 
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.viewUtility.PopupMenu.ActionChangedListener
 
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.appArch.EventSupport
Support beans by allowing them to hook into our packet framework.
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Only called when our knownSourceTemplates have been modified.
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.tools.SearchFrame
Method to handle events for the PropertyChangeListener interface.
propertyChange(PropertyChangeEvent) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
A change was made to a PropetyValue.
PropertyDialog - class com.objectwave.viewUtility.PropertyDialog.
 
PropertyDialog(Frame, boolean) - Constructor for class com.objectwave.viewUtility.PropertyDialog
 
PropertyDialog(Frame, PropertyPanel[], boolean) - Constructor for class com.objectwave.viewUtility.PropertyDialog
 
PropertyFactory - class com.objectwave.configuration.PropertyFactory.
Locate and use the appropriate Properties source for values.
PropertyFactory() - Constructor for class com.objectwave.configuration.PropertyFactory
Constructor for the PropertyFactory object
PropertyField - interface com.objectwave.tools.propertyEditor.PropertyField.
 
PropertyFieldBaseImpl - class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl.
 
PropertyFieldBaseImpl() - Constructor for class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
 
PropertyFileField - class com.objectwave.tools.propertyEditor.PropertyFileField.
A PropertyField that allows the selection of a file.
PropertyFileField() - Constructor for class com.objectwave.tools.propertyEditor.PropertyFileField
 
PropertyListField - class com.objectwave.tools.propertyEditor.PropertyListField.
Used when a property field can have a range of values.
PropertyListField() - Constructor for class com.objectwave.tools.propertyEditor.PropertyListField
 
propertyObjects - Variable in class com.objectwave.configuration.DefaultConfigurationService
 
propertyObjects - Variable in class com.objectwave.configuration.xml.XmlConfigurationService
 
PropertyObjects - class com.objectwave.configuration.PropertyObjects.
Hold on to the list of property that we create.
PropertyObjects.Test - class com.objectwave.configuration.PropertyObjects.Test.
 
PropertyObjects.Test() - Constructor for class com.objectwave.configuration.PropertyObjects.Test
 
PropertyObjects() - Constructor for class com.objectwave.configuration.PropertyObjects
Constructor for the PropertyObjects object
PropertyPanel - interface com.objectwave.viewUtility.PropertyPanel.
Allows for tighter interaction with property dialog.
PropertyPanelAdapter - class com.objectwave.viewUtility.PropertyPanelAdapter.
Allows for tighter interaction with property dialog.
PropertyPanelAdapter(String) - Constructor for class com.objectwave.viewUtility.PropertyPanelAdapter
 
PropertyPathField - class com.objectwave.tools.propertyEditor.PropertyPathField.
 
PropertyPathField() - Constructor for class com.objectwave.tools.propertyEditor.PropertyPathField
 
PropertyRectangleField - class com.objectwave.tools.propertyEditor.PropertyRectangleField.
Used for entering 4 values.
PropertyRectangleField() - Constructor for class com.objectwave.tools.propertyEditor.PropertyRectangleField
 
PropertySource - interface com.objectwave.configuration.PropertySource.
The basic interface of the bridge between the user of properties, and the object that actually holds the property values.
PropertyTextField - class com.objectwave.tools.propertyEditor.PropertyTextField.
 
PropertyTextField() - Constructor for class com.objectwave.tools.propertyEditor.PropertyTextField
 
PropertyWizard - class com.objectwave.tools.uiWidget.PropertyWizard.
Useful for creating a wizard to set property values.
PropertyWizard() - Constructor for class com.objectwave.tools.uiWidget.PropertyWizard
The PropertyWizard will consist of a center panel that contains the data for each page and a button bar along the button that allows the navigation of the wizard.
propLookup - Variable in class com.objectwave.configuration.bean.ConfigurationServiceBean
 
props - Variable in class com.objectwave.persist.AbstractBroker
 
Prototypes - interface com.objectwave.appArch.security.Prototypes.
This external definition of "Prototypes" is for VAJava only.
PROVIDER_URL - Static variable in class com.objectwave.naming.ContextFactory
 
prune(Object) - Method in class com.objectwave.utility.TreeCollection
Remove the object 'key' and all children of key.
put(Object, Object) - Method in interface com.objectwave.persist.BrokerPropertyIF
 
put(Object, Object) - Method in class com.objectwave.utility.TreeCollection
Puts the new elment after the existing element.
put(Object, Object) - Method in class com.objectwave.utility.SkipListMap
 
put(Object, Object) - Method in class com.objectwave.utility.NonUniqueHashtable
 
put(Persistence) - Method in class com.objectwave.persist.broker.ObjectPool
Put the persistent object into the pool.
put(String[]) - Method in class com.objectwave.uiControl.ListControl
 
put(String[]) - Method in class com.objectwave.uiControl.ChoiceControl
 
put(TreeCollection) - Method in class com.objectwave.uiControl.TreeListControl
 
putFieldMap(TransactionLog, NoFieldObjectModified[]) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
For the prodided transaction log, this provided list of changes exists.
putFieldMap(TransactionLog, ObjectModified[]) - Method in class com.objectwave.transactionalSupport.ObjectEditor
For the prodided transaction log, this provided list of changes exists.
putMod(NoFieldObjectModified[], NoFieldObjectModified, TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
putMod(ObjectModified[], ObjectModified, TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
 
putObjects(Enumeration) - Method in class com.objectwave.uiControl.ListControl
 
putObjects(Object[]) - Method in class com.objectwave.uiControl.ListControl
 
putObjects(Vector) - Method in class com.objectwave.uiControl.ListControl
 
putObjects(Vector) - Method in class com.objectwave.uiControl.ChoiceControl
 

Q

query() - Method in class com.objectwave.persist.xml.TestXMLPerson.Test
 
queryByExample(Object) - Method in class com.objectwave.persist.invert.PersistenceFactory
 
QueryException - exception com.objectwave.persist.QueryException.
Little more than an exception wrapper class.
QueryException(String, Exception) - Constructor for class com.objectwave.persist.QueryException
Create a new query exception to hide the actual problem.
QueryException(String, Exception, String) - Constructor for class com.objectwave.persist.QueryException
Create a new query exception to hide the actual problem.
queryLike - Variable in class com.objectwave.persist.SQLQuery
 
Queue - class com.objectwave.appArch.Queue.
An event queue.
Queue() - Constructor for class com.objectwave.appArch.Queue
 
QueueElement - interface com.objectwave.appArch.QueueElement.
 
quickChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Used by the persistent code to avoid the enumeration overhead
quickChanges(TransactionLog) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Used by the persistent code to avoid the enumeration overhead
QuickPick - class com.objectwave.uiWidget.QuickPick.
A widget for displaying a quick dialog containing a list of items.
QuickPick(String[], Frame, boolean) - Constructor for class com.objectwave.uiWidget.QuickPick
 
quickSort(int[]) - Static method in class com.objectwave.utility.Sorter
 
quickSort(int[], Object[]) - Static method in class com.objectwave.utility.Sorter
 
quickSort(Object[], Object[], SorterComparisonIF) - Static method in class com.objectwave.utility.Sorter
 
quickSort(Object[], SorterComparisonIF) - Static method in class com.objectwave.utility.Sorter
 
quickSort(String[]) - Static method in class com.objectwave.utility.Sorter
 
quickSort(String[], Object[]) - Static method in class com.objectwave.utility.Sorter
 
quickSort(Vector) - Static method in class com.objectwave.utility.Sorter
Returns a new vector.
quickSort(Vector, Vector) - Static method in class com.objectwave.utility.Sorter
Both parameters are modified

R

RAISED - Static variable in class com.objectwave.tools.propertyEditor.EdgeBorder
 
RDBBroker - class com.objectwave.persist.broker.RDBBroker.
An implementation of the Broker interface.
RDBBroker.Test - class com.objectwave.persist.broker.RDBBroker.Test.
 
RDBBroker.Test() - Constructor for class com.objectwave.persist.broker.RDBBroker.Test
 
RDBBroker() - Constructor for class com.objectwave.persist.broker.RDBBroker
 
RDBConnection - class com.objectwave.persist.broker.RDBConnection.
A connection to the database.
RDBConnectionPool - class com.objectwave.persist.broker.RDBConnectionPool.
Manage multiple connections.
RDBConnectionPool.Test - class com.objectwave.persist.broker.RDBConnectionPool.Test.
Unit tests.
RDBConnectionPool.Test() - Constructor for class com.objectwave.persist.broker.RDBConnectionPool.Test
 
RDBConnectionPool() - Constructor for class com.objectwave.persist.broker.RDBConnectionPool
 
RDBExtendablePersistentAdapter - class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter.
Designed to support sharing multiple heterogeneous objects in a single database table.
RDBExtendablePersistentAdapter(Persistence) - Constructor for class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter
Constructor:
RDBExtendablePersistentAdapter(Persistence, String) - Constructor for class com.objectwave.persist.mapping.RDBExtendablePersistentAdapter
Constructor:
RDBPersistence - interface com.objectwave.persist.RDBPersistence.
In order be used with in the RDB supporting framework, all of the following methods must be implemented.
RDBPersistentAdapter - class com.objectwave.persist.mapping.RDBPersistentAdapter.
Used to make creating persistent objects fairly painless.
RDBPersistentAdapter.Test - class com.objectwave.persist.mapping.RDBPersistentAdapter.Test.
 
RDBPersistentAdapter.Test() - Constructor for class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
RDBPersistentAdapter(Persistence) - Constructor for class com.objectwave.persist.mapping.RDBPersistentAdapter
Constructor:
RDBPersistentAdapter(Persistence, String) - Constructor for class com.objectwave.persist.mapping.RDBPersistentAdapter
Constructor:
RDBTypeConversion - class com.objectwave.persist.objectConstruction.RDBTypeConversion.
Implements the default support for obtaining values from a database result set.
RDBTypeConversion() - Constructor for class com.objectwave.persist.objectConstruction.RDBTypeConversion
 
RDBTypeConversionIF - interface com.objectwave.persist.objectConstruction.RDBTypeConversionIF.
 
READ - Static variable in interface com.objectwave.appArch.security.Prototypes
 
read() - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
read() - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Method
read() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
read() - Method in class com.objectwave.crypto.CryptoInputStream
Read the next decoded byte from the input stream.
read(byte[]) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
read(byte[]) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
read(byte[], int, int) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
read(byte[], int, int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.MethodInfo
Read a method_info from the data stream.
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
 
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.FieldInfo
 
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ExceptionAttributeInfo
 
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ConstantValueAttributeInfo
ConstantValue_attribute { u2 attribute_name_index; u4 attribute_length; u2 constantvalue_index; }
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
Code_attribute { u2 attribute_name_index; u4 attribute_length; u2 max_stack; u2 max_locals; u4 code_length; u1 code[code_length]; u2 exception_table_length; { u2 start_pc; u2 end_pc; u2 handler_pc; u2 catch_type; } exception_table[exception_table_length]; u2 attributes_count; attribute_info attributes[attributes_count];
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
 
read(DataInputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.AttributeInfo
 
read(DataInputStream, int) - Method in class com.objectwave.classFile.MethodReference
 
read(DataInputStream, int) - Method in class com.objectwave.classFile.ConstantPoolInfo
 
read(InputStream) - Method in class com.objectwave.classFile.ClassFile
Take an InputStream and read in what is believed to be a class file.
READBIT - Static variable in class com.objectwave.appArch.security.SecurityController
 
readBody(MergeTemplate, BufferedReader) - Method in class com.objectwave.templateMerge.MergeTemplateWriter
Used when restoring templates from a text file.
readBoolean() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readByte() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readChar() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readCodeAttributes(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
Optional code attributes.
readConstantPoolInfo(DataInputStream) - Method in class com.objectwave.classFile.ClassFile
 
readDouble() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readFile() - Method in class com.objectwave.utility.CachedRandomAccessFile
Read any unloaded blocks into memory.
readFile(String) - Static method in class com.objectwave.templateMerge.KnownTemplates
 
readFile(String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
This will read the file in and look for a templates file of a similar name.
readFloat() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readFrom(BufferedReader) - Method in class com.objectwave.templateMerge.MergeTemplateWriter
It is possible to create a text base version of the MergeTemplates.
readFully(byte[]) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readFully(byte[], int, int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readInt() - Method in class com.objectwave.simpleSockets.ClientSocket
 
readInt() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readLine() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readLong() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readName(MergeTemplate, String) - Method in class com.objectwave.templateMerge.MergeTemplateWriter
Used when restoring templates from a text file.
readObject() - Method in class com.objectwave.persist.bean.SerIt
 
readObject() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
readObject() - Method in class com.objectwave.simpleSockets.ClientSocket
 
readOntoStream(OutputStream) - Method in class com.objectwave.simpleSockets.ClientSocket
Read an unknown amount of bytes from the socket and write them onto the provided output stream.
readPrimitive(DataInputStream, AttributeTypeColumn, Persistence) - Method in class com.objectwave.persist.file.ObjectBuilder
Read the primitive values from the input stream.
readProperties(Properties) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Read the properties from the parameter and add them to the model.
readPropertiesFromFile(ConfigureTreeModel, String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
readReference(String, AttributeTypeColumn, Persistence, RDBPersistence, Persistence) - Method in class com.objectwave.persist.file.ObjectBuilder
Utility method that does the work of other methods.
readSerializable(byte[]) - Method in class com.objectwave.utility.ObjectFormatter
Create an object from the bytes read from the database.
readShort() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readStream(InputStream) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Build a character array of all available data in the InputStream.
readStream(InputStream) - Static method in class com.objectwave.templateMerge.KnownTemplates
 
readString() - Method in class com.objectwave.simpleSockets.ClientSocket
I could have used readUTF, but this implementation allows for lengths requiring 4 bytes.
readTableAttributes(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
LocalVariableTable_attribute { u2 attribute_name_index; - reference to "LocalVariableTable" u4 attribute_length; - indicates the length of the attribute, excluding the initial six bytes.
readTableAttributes(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ExceptionAttributeInfo
Exceptions_attribute { u2 attribute_name_index; u4 attribute_length; u2 number_of_exceptions; u2 exception_index_table[number_of_exceptions]; }
readTableAttributes(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
LocalVariableTable_attribute { u2 attribute_name_index; - reference to "LocalVariableTable" u4 attribute_length; - indicates the length of the attribute, excluding the initial six bytes.
readTemplate(Properties) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Read templates from the property object.
readTemplateFile(String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Read templates from the file.
readTemplates(MergeTemplate, BufferedReader) - Method in class com.objectwave.templateMerge.MergeTemplateWriter
Used when restoring templates from a text file.
readTokens(MergeTemplate, BufferedReader) - Method in class com.objectwave.templateMerge.MergeTemplateWriter
Used when restoring templates from a text file.
readUnsignedByte() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readUnsignedShort() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readURL(URL) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Read a full stream from a given URL, until the stream is empty or an exception occurs.
readUTF() - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
readVersion(DataInputStream) - Method in class com.objectwave.classFile.ClassFile
 
realizeProxy(Persistence) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The argument is a proxy.
realizeTemplateCache(KnownTemplates) - Method in class com.objectwave.templateMerge.MergeTemplateWriter
Convert the string names into real MergeTemplate objects.
reason - Variable in class com.objectwave.appArch.admin.UnsupportedCommand
 
rebuildImports() - Method in class com.objectwave.sourceModel.JavaClassDef
Somebody externally may have modified the 'import' list.
recalc - Variable in class com.objectwave.uiWidget.JGraph
 
receiveObjectUDP(int) - Method in class com.objectwave.networkUtility.UDPUtils
Retrieve an object on the specified port number.
receiveUDP(int, int) - Static method in class com.objectwave.networkUtility.UDPUtils
Receive a UDP packet from a local UDP port, as an array of bytes.
RecordHeader - class com.objectwave.persist.file.RecordHeader.
 
RecordHeader.Test - class com.objectwave.persist.file.RecordHeader.Test.
Unit tests.
RecordHeader.Test() - Constructor for class com.objectwave.persist.file.RecordHeader.Test
 
RecordIterator - class com.objectwave.persist.file.RecordIterator.
A Record is an abstraction of a 'row' in the virtual table.
RecordIterator.Test - class com.objectwave.persist.file.RecordIterator.Test.
Unit tests.
RecordIterator.Test() - Constructor for class com.objectwave.persist.file.RecordIterator.Test
 
RecordIterator(RandomAccessFile) - Constructor for class com.objectwave.persist.file.RecordIterator
Every iterator needs the file upon which to iterate.
recover(int) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
recursiveAdd(ClassFile, ConstantPoolInfo) - Method in class com.objectwave.classFile.ChangeClass
Use recursion to ensure that ConstantPoolInfo dependecies are met.
recursiveAdd(ConstantPoolInfo) - Method in class com.objectwave.classFile.ClassFile
Use recursion to ensure that ConstantPoolInfo dependecies are met.
recursiveFindParent(Object, BinaryTree.TreeNode) - Method in class com.objectwave.utility.BinaryTree
This method assumes that curr.data has already been checked.
red - Static variable in class com.objectwave.uiWidget.JGraph
 
reduceString(String, int) - Static method in class com.objectwave.utility.StringManipulator
Try to reduce the given string intelligently to fit the given number of characters.
refigure() - Method in class com.objectwave.sourceModel.CommentElement
Side effect of changing the 'fullText' of the this.
refigure(boolean) - Method in class com.objectwave.sourceModel.CommentElement
Side effect of changing the 'fullText' of the this.
ReflectedClassSource - class com.objectwave.sourceGenerator.ReflectedClassSource.
Use reflection to create a 'source' file for the specified class.
ReflectedClassSource() - Constructor for class com.objectwave.sourceGenerator.ReflectedClassSource
Constructor for the ReflectedClassSource object
reflectiveHelper - Variable in class com.objectwave.configuration.DefaultConfigurationService
 
ReflectiveHelper - class com.objectwave.utility.ReflectiveHelper.
A collection of functions that may assist when working with java's reflective capabilities.
ReflectiveHelper() - Constructor for class com.objectwave.utility.ReflectiveHelper
Constructor for the ReflectiveHelper object
refresh() - Method in class com.objectwave.uiControl.TreeListControl
 
refreshNextAlias() - Static method in class com.objectwave.persist.sqlConstruction.SQLSelect
Update the static member nextAlias to contain the next available table alias.
refreshPath(TreePath) - Method in class com.objectwave.utility.TreeCollection
 
registerClassLoader(int, MultiClassLoader) - Static method in class com.objectwave.customClassLoader.cclp.CclpURLConnection
The host of a CCLP URL is going to be the hashcode of the CustomClassLoader that should process the URL request.
registerCollectionAdapter(Class, Class) - Static method in class com.objectwave.persist.SQLQuery
To support different collection types, multiple collection adapters must be registered.
registerForCommandCallback(Object, String, String, String, String[], String[]) - Method in class com.objectwave.appArch.admin.CallbackService
Initialize the CommandCallback Service and return a true value if successful.
registerGenerator(ScalarTypeGeneratorIF) - Static method in class com.objectwave.utility.ScalarTypeFactory
Add a new ScalarTypeGenerator to the list of known generators.
registerProperty(Object, String, String, String) - Method in class com.objectwave.appArch.admin.CallbackService
Return true if registration of a property is sucessful.
RelationChangedListener - interface com.objectwave.sourceModel.RelationChangedListener.
 
release(DbFile) - Method in class com.objectwave.persist.broker.FileBroker
Make the 'dbConnection' available to other processes.
release(Object) - Method in class com.objectwave.utility.LockManager
Release a single object
release(String) - Method in class com.objectwave.simpleSockets.MutexClient
 
releaseAll() - Method in class com.objectwave.simpleSockets.MutexClient
 
releaseAll(long) - Method in class com.objectwave.simpleSockets.MutexServer
 
releasedSelection(MouseEvent) - Method in class com.objectwave.uiWidget.ComponentList
 
releaseLock() - Method in class com.objectwave.persist.file.DbFile
Remove the file lock and update the last known index
releaseLock(RandomAccessFile) - Static method in class com.objectwave.utility.FileLock
Mark the initial int of a RandomAccessFile as a zero.
releaseLocks(List) - Method in class com.objectwave.utility.LockManager
Release locks for all objects in a List
releaseLocks(Object[], int) - Method in class com.objectwave.transactionalSupport.TransactionManager.MyLockManager
Aquire locks for all of the objects in the Vector, or none of them.
releaseLocksOrig(Object[], int) - Method in class com.objectwave.transactionalSupport.TransactionManager.MyLockManager
Aquire locks for all of the objects in the Vector, or none of them.
RemoteBeanBroker - class com.objectwave.persist.broker.RemoteBeanBroker.
 
RemoteBeanBroker() - Constructor for class com.objectwave.persist.broker.RemoteBeanBroker
Construct the EJB test client
remove() - Method in class com.objectwave.persist.file.RecordIterator
 
remove() - Method in class com.objectwave.persist.file.FileQuery.MyIterator
 
remove(ActionListener, ActionListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(Class, Object) - Method in class com.objectwave.event.ObjectListenerList
 
remove(ComponentListener, ComponentListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(EventListener) - Method in class com.objectwave.utility.AWTEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(FocusListener, FocusListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(int) - Method in class com.objectwave.uiControl.ListControl
 
remove(ItemListener, ItemListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MergeTemplate) - Method in class com.objectwave.templateMerge.KnownTemplates
 
remove(MouseListener, MouseListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(Object) - Method in class com.objectwave.persist.invert.PersistenceFactory
Remove the object from the persistent store.
remove(Object) - Method in class com.objectwave.utility.TreeCollection
Remove the object 'key' and promote all of it's children to have the same parent that 'key' had.
remove(Object) - Method in class com.objectwave.utility.SkipListMap
 
remove(Object) - Method in class com.objectwave.utility.OrderedVector
 
remove(Object) - Method in class com.objectwave.utility.BinaryTree
 
remove(Persistence) - Method in class com.objectwave.persist.broker.ObjectPool
 
remove(String) - Method in class com.objectwave.uiControl.ListControl
 
remove(TextListener, TextListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
 
remove(WindowListener, WindowListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
removeActionListener(ActionListener) - Method in class com.objectwave.uiWidget.StateCheckBox
removes an ActionListener from the button
removeActionListener(ActionListener) - Method in class com.objectwave.utility.Timer
 
removeAllChoices() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
removeCancel() - Method in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
removeChangeListener(ChangeListener) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
removeChangeListener(ChangeListener) - Method in interface com.objectwave.viewUtility.PropertyPanel
 
removeChildSession(Session) - Method in class com.objectwave.transactionalSupport.Session
Removes a child session from this parent session.
removeChoices() - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
removeClassElement(ClassElement, Vector) - Static method in class com.objectwave.sourceGenerator.SourceCodeGenerator
Remove the element in Vector v that is equal() to the param meth.
removeClient(long) - Method in class com.objectwave.simpleSockets.WatchdogServer
 
removeElement(Object) - Method in class com.objectwave.utility.OrderedVector
 
removeEntry(String) - Method in class com.objectwave.tools.propertyEditor.FieldPanel
 
removeEventListener(EventListener) - Method in class com.objectwave.event.SimplePacketSupport
 
removeFile(String) - Method in class com.objectwave.test.UnitTestBaseImpl
If the file provided exists, remove it from the system.
removeFileName(Object) - Method in class com.objectwave.utility.FileList
 
removeInternal(EventListener, EventListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeItem(String) - Method in class com.objectwave.uiWidget.PieChart
 
removeItem(String) - Method in class com.objectwave.uiWidget.JGraph
 
removeItem(String) - Method in class com.objectwave.uiWidget.Histogram
 
removeItem(String) - Method in class com.objectwave.uiWidget.Graph
 
removeItemListener(ItemListener) - Method in class com.objectwave.uiWidget.JGraph
 
removeJavaDef(JavaClassDef) - Method in class com.objectwave.sourceModel.JavaModel
Remove the JavaClassDef from the JavaModel.
removeLayoutComponent(Component) - Method in class com.objectwave.viewUtility.StretchLayout
removeLayoutComponent method comment.
removeLayoutComponent(Component) - Method in class com.objectwave.viewUtility.FunLayout
 
removeLayoutComponent(Component) - Method in class com.objectwave.viewUtility.FlexGridLayout
Remove a layout component.
removeLayoutComponent(Component) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Removes the specified component from the layout.
removeListener(int) - Method in class com.objectwave.viewUtility.VectorToButtons
Remove the index'th button's action listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.objectwave.uiWidget.ComponentList
Remove a listener from the list that's notified each time a change to the selection occurs.
removeLoginListener(LoginListener) - Method in class com.objectwave.uiWidget.LoginDialog
 
removeObject(ObjectEditingView) - Method in class com.objectwave.transactionalSupport.TransactionLog
Remove the obj as a modified object of this transaction.
removeObjectAccessListener(ObjectAccessListener) - Method in class com.objectwave.transactSecurity.AccessSecurityManager
Remove a listener for each and every object access.
removeObjectPooling() - Method in class com.objectwave.persist.broker.RDBBroker
Remove ObjectPoolBrokers from each connection and clear the result engine object pool instance.
removeOk() - Method in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
removeOptionalTags(String, String) - Method in class com.objectwave.templateMerge.InformationToken
We can add tags to a template definition that indicate optional data.
removeOptionalText(String, String) - Method in class com.objectwave.templateMerge.InformationToken
Remove the text that has been tagged in the template definition as optional.
removePacketListener(EventListener) - Method in class com.objectwave.event.SimplePacketSupport
Deprecated.  
removePacketListener(PacketListener) - Method in class com.objectwave.event.PacketSupport
 
removePacketListener(PacketListener) - Method in interface com.objectwave.event.PacketProducerIF
 
removePacketListener(PacketListener) - Method in class com.objectwave.appArch.EventSupport
 
removePath(String) - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
removePopupMenuListener(PopupMenuListener) - Method in class com.objectwave.viewUtility.PopupMenu
Remove a PopupMenu listener
removeProfile(Class) - Method in class com.objectwave.transactSecurity.UserProfilePolicy
Remove any access restrictions for class C.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.event.PacketSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.utility.FileList
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.appArch.UIManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.appArch.EventSupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.templateMerge.KnownTemplates
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
No longer listen for property change events.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.tools.JavaDocSearchPanel
The removePropertyChangeListener method was generated to support the propertyChange field.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.objectwave.tools.propertyEditor.PropertyFieldBaseImpl
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.objectwave.tools.propertyEditor.PropertyField
 
removeRelationChangedListener(RelationChangedListener) - Method in class com.objectwave.sourceModel.JavaRelation
 
removeSecurityListener(SecurityListener) - Method in class com.objectwave.appArch.security.SecuritySupport
 
removeSecurityListener(SecurityListener) - Method in class com.objectwave.appArch.security.SecurityController
 
removeSelection() - Method in class com.objectwave.uiControl.ListControl
 
removeStatusEventListener(StatusEventListener) - Method in class com.objectwave.event.StatusManager
Description of the Method
removeTreeModelListener(TreeModelListener) - Method in class com.objectwave.persist.gui.DeleteTree
Removes a listener previously added with addTreeModelListener() .
removeTreeModelListener(TreeModelListener) - Method in class com.objectwave.utility.TreeCollection
 
removeUpdate(DocumentEvent) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
removeUpdate(DocumentEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyTextField
 
removeUpdate(DocumentEvent) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
Respond to document events to indicate that the propertyValue has changed.
removeValue(Object, Object) - Method in class com.objectwave.utility.NonUniqueHashtable
 
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.objectwave.viewUtility.PopupMenu
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.objectwave.appArch.UIManager
 
renameEntry(String, String) - Method in class com.objectwave.tools.propertyEditor.FieldPanel
 
renamePath() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
renamePath(String, String) - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
renameProperty() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
renameRoot(String) - Method in class com.objectwave.tools.propertyEditor.ConfigureTreeModel
 
renameSymbol(int, String) - Method in class com.objectwave.utility.SymbolReplacer
 
rendered - Variable in class com.objectwave.viewUtility.PropertyPanelAdapter
 
renderPanel() - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
renderTab() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
Entry point for creating all of the parts of a tab.
renderTab() - Method in interface com.objectwave.viewUtility.PropertyPanel
Entry point for creating all of the parts of a tab.
reparse() - Method in class com.objectwave.sourceModel.JavaClassInfo
Mark this class for parsing.
replace(Object, Object) - Method in class com.objectwave.utility.TreeCollection
 
replace1QuoteWith2(String) - Static method in class com.objectwave.utility.ObjectFormatter
 
replaceAllTag() - Method in class com.objectwave.sourceModel.TagReplace
 
replaceAllWith(String, String, String) - Static method in class com.objectwave.utility.StringManipulator
With the 'source' string, replace all occurances of 'from' with 'to'.
replacementPattern - Variable in class com.objectwave.utility.SymbolReplacer
 
replaceStringWith(String, String, String) - Static method in class com.objectwave.utility.StringManipulator
With the 'source' string, replace the first occurance of 'from' with 'to'.
replaceSymbolsInString(String) - Method in class com.objectwave.utility.SymbolReplacer
 
replaceTagWith(String, int, String) - Method in class com.objectwave.sourceModel.TagReplace
used to replace an tag with a value.
ReplyHandler - interface com.objectwave.simpleSockets.ReplyHandler.
Implementers of this interface can plug into the SimpleServer framework.
request(String) - Method in class com.objectwave.simpleSockets.MutexClient
 
request(String, int) - Method in class com.objectwave.simpleSockets.MutexClient
 
requestNewTemplate() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
requestNewTemplate() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Create a new template.
requestTemplateDelete() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
requestTemplateDelete() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Edit the selected template.
requestTemplateEdit() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
requestTemplateEdit() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Edit the selected template.
reserveCapacity(int) - Method in class com.objectwave.utility.BinaryTree
 
reset() - Method in class com.objectwave.transactionalSupport.TransactionLog
When not using session context we keep a hash collection of contexts, these need to be reset when a root level transaction is commited.
reset() - Static method in class com.objectwave.transactionalSupport.TransactionLog.Test
Help other unit tests with transactions
reset() - Method in interface com.objectwave.appArch.WindowModelIF
Called before a new UI is being created for this model.
reset() - Method in class com.objectwave.appArch.WindowModel
Called before a new UI is being created for this model.
resetSqlTime() - Method in class com.objectwave.persist.broker.RDBConnectionPool
Description of the Method
resetWizard() - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
ResizableGridBagLayout - class com.objectwave.viewUtility.ResizableGridBagLayout.
This class is similar to a grid bag layout, but it automatically adds resizing capability.
ResizableGridBagLayout() - Constructor for class com.objectwave.viewUtility.ResizableGridBagLayout
 
resolveToCharacters(String) - Static method in class com.objectwave.utility.StringManipulator
Replace all instances of %## (like %20) with their actual character representation.
restoreObject(ObjectEditingView, boolean) - Method in class com.objectwave.persist.BrokerTransactionLog
Copy the values from the ObjectEditor into the Object.
restoreValues(Vector, Vector) - Method in class com.objectwave.uiWidget.DoubleList
 
result - Variable in class com.objectwave.uiWidget.MessageBox
 
result - Variable in class com.objectwave.utility.StringCalculator
 
resultEngine - Variable in class com.objectwave.persist.broker.RDBBroker
 
resultIsNumeric() - Method in class com.objectwave.utility.StringCalculator
 
resultProperties - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
resultSetValue(int, ResultSet, int) - Method in interface com.objectwave.persist.objectConstruction.RDBTypeConversionIF
 
resultSetValue(int, ResultSet, int) - Method in class com.objectwave.persist.objectConstruction.RDBTypeConversion
Return the object in the result set based off the column type.
returnDelete(SQLDelete) - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
returnInsert(SQLInsert) - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
returnObjectModifiedToCache(ObjectModified) - Static method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedCache
The intended entry point for returning instances.
returnObjectModifiedToCache(ObjectModified[]) - Static method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
Entry point to return objects to the cache.
returnObjectModifiedToCacheWork(ObjectModified) - Method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedCache
Return a checked out instance to this cache.
returnObjectModifiedToCacheWork(ObjectModified[]) - Method in class com.objectwave.transactionalSupport.ExpandingObjectModifiedArrayCache
Cache arrays of various sizes.
returnSelect(SQLSelect) - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
returnSQLObjectToCacheWork(SQLObject) - Method in class com.objectwave.persist.sqlConstruction.ExpandingSQLObjectCache
Return a checked out instance to this cache.
returnThis() - Method in class com.objectwave.persist.mapping.NullChange
ObjectModified objects are returned to a pool of object modified objects.
returnThis() - Method in class com.objectwave.transactionalSupport.ObjectModified
A workaround for a small problem
returnThis() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
A workaround for a small problem
returnUpdate(SQLUpdate) - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
retValues - Variable in class com.objectwave.appArch.admin.Command
 
right - Variable in class com.objectwave.uiWidget.JGraph
 
right - Variable in class com.objectwave.uiWidget.Graph
 
right - Variable in class com.objectwave.uiWidget.DoubleList
 
right - Variable in class com.objectwave.uiWidget.ColorSelector
 
right - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
RIGHT - Static variable in class com.objectwave.utility.PointManipulator
 
RIGHT - Static variable in class com.objectwave.tools.viewUtility.TablePrinter
 
rightMult - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
rightOf(Component, int, int) - Static method in class com.objectwave.utility.PointManipulator
 
rollback() - Method in class com.objectwave.persist.BrokerTransactionLog
 
rollback() - Method in interface com.objectwave.persist.Broker
 
rollback() - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
rollback() - Method in class com.objectwave.persist.broker.RDBConnection
Issues a database rollback.
rollback() - Method in class com.objectwave.persist.broker.RDBBroker
Issues a database rollback.
rollback() - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Discard any changes that have been made in the current transaction.
rollback() - Method in class com.objectwave.persist.broker.NullBroker
 
rollback() - Method in class com.objectwave.persist.broker.FileBroker
 
rollback() - Method in class com.objectwave.persist.mapping.NullChange
 
rollback() - Method in class com.objectwave.transactionalSupport.TransactionLog
Return the object back to it's original state, and discard the changes made in this transaction.
rollback() - Method in class com.objectwave.transactionalSupport.Session
Undo any changes that this transaction has made to the TransactionalObjects.
rollback() - Method in class com.objectwave.transactionalSupport.ObjectModified
Change the domain object to contain the 'old' value.
rollback() - Method in interface com.objectwave.transactionalSupport.ObjectChangeRequest
 
rollback() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified
Change the domain object to contain the 'old' value.
rollback(Session) - Method in class com.objectwave.transactionalSupport.TransactionLog
Return the object back to it's original state, and discard the changes made in this transaction.
rollback(TransactionLog, boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Undo any changes made to this object in the provided transaction.
rollback(TransactionLog, boolean) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Rollback the changes found in the transaction log to the transactional object.
rollback(TransactionLog, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Undo any changes made to this object in the provided transaction.
rollback(Xid) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
run() - Method in class com.objectwave.transactionalSupport.test.ParallelAction
Main processing method for the ParallelAction object
run() - Method in interface com.objectwave.logging.Trace
Code to execute that will have all log messages decorated with information.
run() - Method in class com.objectwave.logging.ConsoleImpl.Test
Main processing method for the Test object
run() - Method in class com.objectwave.logging.log4j.Log4jImpl.Test
Main processing method for the Test object
run() - Method in class com.objectwave.simpleSockets.SimpleServer
Just loop and listen for client requests.
run() - Method in class com.objectwave.simpleSockets.ServeClient
Loop waiting for a client to be bound to us.
run() - Method in class com.objectwave.test.TestRunner
Main processing method for the TestRunner object
run() - Method in class com.objectwave.uiWidget.StatusBar
Main processing method for the StatusBar object
run() - Method in class com.objectwave.uiWidget.MessageBox
This prevents the caller from blocking on ask(), which if this class is used on an awt event thread would cause a deadlock.
run() - Method in class com.objectwave.appArch.Queue
 
run() - Method in class com.objectwave.appArch.ApplicationBootstrap
 
run() - Method in class com.objectwave.customClassLoader.Test.Runner2
Main processing method for the Runner2 object
run() - Method in class com.objectwave.customClassLoader.Test.Runner
Main processing method for the Runner object
run() - Method in class com.objectwave.networkUtility.AlivePolicy
 
run(UnitTest, String[]) - Static method in class com.objectwave.test.TestRunner
 
runConnection() - Method in class com.objectwave.simpleSockets.ServeClient
 
runningQueueSize() - Method in class com.objectwave.utility.Timer
An estimate of how many action listeners are have been notified, but have yet to execute.
RUNONCE - Static variable in class com.objectwave.utility.Timer
Description of the Field
runTest() - Method in class com.objectwave.test.TestImpl
Override the junit implementation to delegate to my implementation.

S

satisfyingConstraint(Persistence, String, Object, Object) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Check to see if any constraints have been established for this query.
save() - Method in interface com.objectwave.persist.Persistence
 
save() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
save() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
save() - Method in class com.objectwave.persist.examples.DomainObject
 
save() - Method in class com.objectwave.persist.invert.PersistenceBase
 
save() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Save this object to the persistent store.
save() - Method in class com.objectwave.transactionalSupport.test.DomainObject
 
save() - Method in class com.objectwave.templateMerge.KnownTemplates
 
save() - Method in class com.objectwave.tools.propertyEditor.JConfigure
Save the file.
save(Object, ClassElement[]) - Method in class com.objectwave.tools.MetaModel
Update the 'type' with the new class definition.
save(ObjectOutputStream, String, EventListener) - Static method in class com.objectwave.utility.AWTEventMulticaster
 
save(Persistence) - Method in interface com.objectwave.persist.Broker
 
save(Persistence) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
save(Persistence) - Method in class com.objectwave.persist.broker.RDBBroker
If the object is new we will insert it.
save(Persistence) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
save(Persistence) - Method in class com.objectwave.persist.broker.NullBroker
 
save(Persistence) - Method in class com.objectwave.persist.broker.FileBroker
Write the change to the persistence store.
save(Persistence, byte[]) - Method in class com.objectwave.persist.file.DbFile
Save the provided persistent object.
saveAs() - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
saveCurrentModel() - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
 
saveCurrentModel() - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Using serialization, save the current templates.
saveInternal(ObjectOutputStream, String) - Method in class com.objectwave.utility.AWTEventMulticaster
 
saveObjects(ArrayList) - Method in interface com.objectwave.persist.Broker
 
saveObjects(ArrayList) - Method in class com.objectwave.persist.broker.SaveObjectsStrategy
Save all of the objects in the objs collection.
saveObjects(ArrayList) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
 
saveObjects(ArrayList) - Method in class com.objectwave.persist.broker.RDBBroker
Save all of the objects in the objs collection.
saveObjects(ArrayList) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
Support the persistence api.
saveObjects(ArrayList) - Method in class com.objectwave.persist.broker.NullBroker
 
saveObjects(ArrayList) - Method in class com.objectwave.persist.broker.FileBroker
Save all of the objects provided and be sure to take into account bidirectional relationships.
saveObjects(List, ArrayList, int, int) - Method in class com.objectwave.persist.broker.SaveObjectsStrategy
We may have several objects to save.
saveObjectsStrategy - Variable in class com.objectwave.persist.broker.RDBBroker
 
SaveObjectsStrategy - class com.objectwave.persist.broker.SaveObjectsStrategy.
Figure out the order that the persistent objects should be saved.
SaveObjectsStrategy() - Constructor for class com.objectwave.persist.broker.SaveObjectsStrategy
Constructor for the SaveObjectsStrategy object
saveOn(OutputStream) - Method in class com.objectwave.templateMerge.KnownTemplates
 
ScalarType - interface com.objectwave.utility.ScalarType.
This interface should be implemented by all classes which wish to be treated as a scalar type by the persistence layer.
ScalarTypeFactory - class com.objectwave.utility.ScalarTypeFactory.
This class is used by the JavaGrinder framework to create new instances of custom ScalarType objects.
ScalarTypeFactory() - Constructor for class com.objectwave.utility.ScalarTypeFactory
 
ScalarTypeGeneratorIF - interface com.objectwave.utility.ScalarTypeGeneratorIF.
Application-specific types implementing ScalarType should also register an appropriate implementation of this interface with the ScalarTypeFactory, so that the given ScalarType class can be created by the persistence layer.
scope - Variable in class com.objectwave.sourceModel.ClassSpec
 
search(String[], String[]) - Method in interface com.objectwave.tools.DocSearchIF
 
SearchFrame - class com.objectwave.tools.SearchFrame.
 
SearchFrame() - Constructor for class com.objectwave.tools.SearchFrame
Constructor
SearchFrame(String) - Constructor for class com.objectwave.tools.SearchFrame
SearchFrame constructor comment.
SearchResults - class com.objectwave.tools.SearchResults.
 
SearchResults() - Constructor for class com.objectwave.tools.SearchResults
Constructor
SearchResults(String) - Constructor for class com.objectwave.tools.SearchResults
SearchResults constructor comment.
second - Variable in class com.objectwave.utility.Pair
 
security - Static variable in class com.objectwave.transactionalSupport.ObjectEditor
 
SecurityController - class com.objectwave.appArch.security.SecurityController.
Essentially, this is just a centralized class for registering security listeners.
SecurityController() - Constructor for class com.objectwave.appArch.security.SecurityController
 
SecurityListener - interface com.objectwave.appArch.security.SecurityListener.
By extending the prototypes, any implementer of this class can directly access constants like OWNER, WRITE, WORLD
SecuritySupport - class com.objectwave.appArch.security.SecuritySupport.
If you wish to provide support for security checks, you can use this class.
SecuritySupport(Object) - Constructor for class com.objectwave.appArch.security.SecuritySupport
 
SecurityType - class com.objectwave.appArch.security.SecurityType.
Similar to Unix's o g w model.
SecurityType(int, String) - Constructor for class com.objectwave.appArch.security.SecurityType
 
seek(long) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
seek(long) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
select(int) - Method in class com.objectwave.uiControl.ChoiceControl
 
select(Object) - Method in class com.objectwave.uiControl.ChoiceControl
 
select(String) - Method in class com.objectwave.uiControl.ChoiceControl
 
SelectAllowableClasses - class com.objectwave.persist.gui.SelectAllowableClasses.
Provide a list of class
SelectAllowableClasses(Frame, boolean) - Constructor for class com.objectwave.persist.gui.SelectAllowableClasses
 
SelectAllowableClasses(Frame, String, boolean) - Constructor for class com.objectwave.persist.gui.SelectAllowableClasses
 
SelectAndUpdate - class com.objectwave.persist.broker.SelectAndUpdate.
Use a simple strategy for maintaining a primary key.
SelectAndUpdate() - Constructor for class com.objectwave.persist.broker.SelectAndUpdate
Constructor for the SelectAndUpdate object
selectColumns(JTable) - Method in class com.objectwave.tools.viewUtility.PrintFunctions
 
selectColumns(JTable) - Static method in class com.objectwave.tools.viewUtility.JTableManipulator
Popup a list of columns to show from the TableModel.
selectColumns(JTable, boolean[]) - Method in class com.objectwave.tools.viewUtility.PrintFunctions
 
SelectData - class com.objectwave.tools.uiWidget.SelectData.
Provide a list of class
SelectData(Frame, boolean) - Constructor for class com.objectwave.tools.uiWidget.SelectData
 
SelectData(Frame, String, boolean) - Constructor for class com.objectwave.tools.uiWidget.SelectData
 
selected(Object) - Method in interface com.objectwave.uiWidget.DoublePickIF
 
selectedChoices - Variable in class com.objectwave.uiWidget.ChoiceGui
 
selectedItem - Variable in class com.objectwave.uiWidget.JGraph
 
selectedMaster(Object) - Method in interface com.objectwave.uiWidget.DoublePickIF
 
selectionListener - Variable in class com.objectwave.uiWidget.ComponentList
 
selectionModel - Variable in class com.objectwave.uiWidget.ComponentList
 
selectionPopup - Variable in class com.objectwave.viewUtility.PopupMenu
 
sendFileAsText(String, FileInputStream, BufferedInputStream) - Method in class com.objectwave.networkUtility.SendMail
 
SendMail - class com.objectwave.networkUtility.SendMail.
HELO (name of sending machine) MAIL FROM: (name of sender) RCPT TO: (name of recipient) DATA (mail message.......................
SendMail() - Constructor for class com.objectwave.networkUtility.SendMail
 
sendObjectUDP(Object, String, int) - Method in class com.objectwave.networkUtility.UDPUtils
 
sendTo(Component, MouseEvent, int, int) - Method in class com.objectwave.viewUtility.MouseDispatcher
 
sendUDP(byte[], String, int) - Static method in class com.objectwave.networkUtility.UDPUtils
Send a byte array as a UDP packet to some host & port.
sequenceColumnSuffix - Variable in class com.objectwave.persist.broker.TableSequence
 
sequenceTableName - Variable in class com.objectwave.persist.broker.TableSequence
 
serializedUpdate(ObjectInputStream) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Get the data that should be preserved when serializing persistent objects.
serializeIt() - Method in class com.objectwave.persist.bean.SerIt
 
serializeObject(Serializable) - Method in class com.objectwave.utility.ObjectFormatter
Serialize the object into a byte []
serialVersionUID - Static variable in interface com.objectwave.templateMerge.InformationRetrieval
 
SerIt - class com.objectwave.persist.bean.SerIt.
 
SerIt.Test - class com.objectwave.persist.bean.SerIt.Test.
 
SerIt.Test() - Constructor for class com.objectwave.persist.bean.SerIt.Test
 
SerIt() - Constructor for class com.objectwave.persist.bean.SerIt
Constructor for the SerIt object
ServeClassRequest - class com.objectwave.socketClassServer.ServeClassRequest.
Send class definitions via sockets.
ServeClassRequest(ObjectServer, int, Thread) - Constructor for class com.objectwave.socketClassServer.ServeClassRequest
Constructor for the ServeClassRequest object
ServeClient - class com.objectwave.simpleSockets.ServeClient.
Shell class for implementing multithreaded servers.
ServeClient(SimpleServer, int) - Constructor for class com.objectwave.simpleSockets.ServeClient
 
ServeClient(SimpleServer, int, Thread) - Constructor for class com.objectwave.simpleSockets.ServeClient
Every instance of this class will run on its own thread.
ServeHTTPClient - class com.objectwave.simpleSockets.ServeHTTPClient.
Serve up data to one particular client.
server - Variable in class com.objectwave.simpleSockets.ServeClient
 
serverVerbose - Variable in class com.objectwave.simpleSockets.SocketPropertyDetail
 
Session - class com.objectwave.transactionalSupport.Session.
A utility class to allow multiple threads share a single transaction context.
SESSION - Static variable in class com.objectwave.transactionalSupport.ThreadContext
 
Session.Test - class com.objectwave.transactionalSupport.Session.Test.
Unit Tests
Session.Test() - Constructor for class com.objectwave.transactionalSupport.Session.Test
 
Session() - Constructor for class com.objectwave.transactionalSupport.Session
Session is not necessarily created via the constructor.
Session(String) - Constructor for class com.objectwave.transactionalSupport.Session
Session can have names.
SessionManager - class com.objectwave.transactionalSupport.SessionManager.
Used to manage multiple threads.
SessionManager() - Constructor for class com.objectwave.transactionalSupport.SessionManager
 
sessionTransactionComplete() - Method in class com.objectwave.transactionalSupport.TransactionManager
 
set(Field, boolean, boolean) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, boolean, boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, boolean, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, byte, byte) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, byte, byte) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, byte, byte) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, char, char) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, char, char) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, char, char) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, Date, Date) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, Date, Date) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, Date, Date) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, double, double) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, double, double) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, double, double) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, float, float) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, float, float) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, float, float) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, int, int) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, int, int) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, int, int) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, long, long) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, long, long) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, long, long) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, Object, Object) - Method in class com.objectwave.persist.SQLQuery
If we set any field on this object that also happens to be a persistent object, wrap it with a SQLQuery.
set(Field, Object, Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
This is how we manage our proxies.
set(Field, Object, Object) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, Object, Object) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the setValue(Field, Object, Object) method.
set(Field, Object, Object) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, short, short) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, short, short) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, short, short) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(Field, String, String) - Method in interface com.objectwave.transactionalSupport.SetAndGetDelegateIF
 
set(Field, String, String) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Delegate to the set(Field, Object, Object) method.
set(Field, String, String) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
 
set(int, boolean, boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, byte, byte) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, char, char) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, Date, Date) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, double, double) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, float, float) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, int, int) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, long, long) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, Object, Object) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the setValue(int, Object, Object) method.
set(int, short, short) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
set(int, String, String) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Delegate to the set(int, Object, Object) method.
setAbstractDef(boolean) - Method in class com.objectwave.sourceModel.ClassSpec
 
setAbstractMeth(boolean) - Method in class com.objectwave.sourceModel.MethodDef
Sets the AbstractMeth attribute of the MethodDef object
setAcceptNegatives(boolean) - Method in class com.objectwave.utility.StringCalculator.ParseNumber
 
setAction(ActionIF) - Method in class com.objectwave.viewUtility.VectorToButtons
 
setActionCommand(String) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setActualConnectionFactory(SqlConnectionFactory) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Use the BrokerPropertySource to set these values.
setActualConverter(SQLConvertExceptionIF) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Sets the ActualConverter attribute of the BrokerPropertyDetail object
setActualPersistDriver(Driver) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Use the BrokerPropertySource to set this value.
setActualStrategy(PrimaryKeyStrategy) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Use the BrokerPropertySource to set these values.
setAddress(String) - Method in class com.objectwave.persist.xml.TestXMLCompany
Sets the Address attribute of the TestXMLCompany object
setAge(int) - Method in class com.objectwave.persist.xml.test.Person
Sets the Age attribute of the Person object
setAge(short) - Method in class com.objectwave.persist.bcel.examples.Person
 
setAge(short) - Method in class com.objectwave.persist.examples.InvertPersonPersistence
 
setAge(short) - Method in class com.objectwave.persist.examples.InvertPerson
 
setAlias(char) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Alias' are used to prevent name collisions with columns from multiple tables.
setAliveUser(String) - Method in class com.objectwave.networkUtility.AlivePolicy
 
setAllowingMulitpleInstances(boolean) - Method in class com.objectwave.appArch.WindowModel
 
setAllowMultipleValues(boolean) - Method in class com.objectwave.utility.ClassTree
 
setAllowNesting(boolean) - Method in class com.objectwave.transactionalSupport.TransactionLog
Remove the final keyword on the allowNesting variable if this method is to be used.
setAllTagValues() - Method in class com.objectwave.sourceModel.TagReplace
Sets the AllTagValues attribute of the TagReplace object
setALong(long) - Method in class com.objectwave.transactionalSupport.ExampleObject
Generated accessors that route get and set methods through our ObjectEditor.
SetAndGetDelegateIF - interface com.objectwave.transactionalSupport.SetAndGetDelegateIF.
 
setAnnualIncome(double) - Method in class com.objectwave.persist.examples.TestPerson
 
setAnnualIncome(double) - Method in class com.objectwave.persist.examples.TestEntity
 
setAnnualIncome(double) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the AnnualIncome attribute of the TestXMLPerson object
setAnyOf(Vector) - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
setArgumentDescriptions(String[]) - Method in class com.objectwave.appArch.admin.CallbackHolder
Set the argument descriptions
setArguments(String[]) - Method in class com.objectwave.appArch.admin.CallbackHolder
Set the unvalidated arguments
setArgumentTypes(String[]) - Method in class com.objectwave.sourceModel.MethodDef
Just string values of the argument types.
setArrayCache(ExpandingObjectModifiedArrayCache) - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
setAsDelete(boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Change this query to a delete statement.
setAsImport() - Method in class com.objectwave.sourceModel.PackageDef
 
setAsInitializer() - Method in class com.objectwave.sourceModel.PackageDef
 
setAsLike(boolean) - Method in class com.objectwave.persist.SQLQuery
Should we default the comparison of values (when using query by example) to be a 'LIKE' comparison.
setAsPackage() - Method in class com.objectwave.sourceModel.PackageDef
 
setAsPrimary() - Method in class com.objectwave.persist.AttributeTypeColumn
An easy way change the type to be a primary attribute.
setAsStatic() - Method in class com.objectwave.sourceModel.PackageDef
 
setAsTransient(boolean) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Sets the AsTransient attribute of the DomainObject object
setAsTransient(boolean) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Sets the AsTransient attribute of the DomainObject object
setAsTransient(boolean) - Method in class com.objectwave.persist.examples.DomainObject
Sets the AsTransient attribute of the DomainObject object
setAsTransient(boolean) - Method in class com.objectwave.persist.invert.PersistenceBase
Sets the AsTransient attribute of the DomainObject object
setAsTransient(boolean) - Method in interface com.objectwave.transactionalSupport.TransactionalObjectIF
A transient object does not maintain transactional information.
setAsTransient(boolean) - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
setAsTransient(boolean) - Method in class com.objectwave.transactionalSupport.ObjectEditor
A transient object.
setAsTransient(boolean) - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
Sets the AsTransient attribute of the ObjectEditingView object
setAsTransient(boolean) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
A transient object.
setAsTransient(boolean) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Sets the AsTransient attribute of the DomainObject object
setAvailable(boolean) - Method in class com.objectwave.persist.GrinderResultSet
 
setAvailableForPool(boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLObject
 
setBackRelation(JavaRelation) - Method in class com.objectwave.sourceModel.JavaRelation
 
setBeginTag(String) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
setBetweenMax(String) - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
setBetweenMax(String) - Method in class com.objectwave.persist.value.Constraint
Sets the BetweenMax attribute of the Constraint object
setBetweenMin(String) - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
setBetweenMin(String) - Method in class com.objectwave.persist.value.Constraint
Sets the BetweenMin attribute of the Constraint object
setBody(String) - Method in class com.objectwave.sourceModel.CommentElement
 
setBoss(Employee) - Method in class com.objectwave.persist.bcel.examples.Employee
 
setBoss(ExampleEmployee) - Method in class com.objectwave.persist.examples.ExampleEmployee
Sets the Boss attribute of the ExampleEmployee object
setBounds(int, int, int, int) - Method in class com.objectwave.uiWidget.PieChart
 
setBounds(int, int, int, int) - Method in class com.objectwave.uiWidget.JGraph
 
setBounds(int, int, int, int) - Method in class com.objectwave.uiWidget.ColorSelector
 
setBounds(Rectangle) - Method in class com.objectwave.uiWidget.PieChart
 
setBounds(Rectangle) - Method in class com.objectwave.uiWidget.JGraph
 
setBounds(Rectangle) - Method in class com.objectwave.uiWidget.GraphItem
 
setBounds(Rectangle) - Method in class com.objectwave.uiWidget.Graph
 
setBounds(Rectangle) - Method in class com.objectwave.uiWidget.ColorSelector
 
setBroker(Broker) - Method in class com.objectwave.persist.SQLQuery
Set broker for which this query is to use.
setBroker(Broker) - Method in class com.objectwave.persist.BrokerTransactionLog
Sets the Broker attribute of the BrokerTransactionLog object
setBroker(RDBBroker) - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
 
setBroker(RDBBroker) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
 
setBrokerGeneratedPrimaryKeys(boolean) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
setBrokerName(String) - Method in interface com.objectwave.persist.Persistence
Sets the BrokerName attribute of the Persistence object
setBrokerName(String) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Support for individual instances residing in their own brokers.
setBrokerName(String) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Support for individual instances residing in their own brokers.
setBrokerName(String) - Method in class com.objectwave.persist.examples.DomainObject
Support for individual instances residing in their own brokers.
setBrokerName(String) - Method in class com.objectwave.persist.invert.PersistenceBase
Support for individual instances residing in their own brokers.
setBrokerName(String) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The brokerName attribute allows persistent objects from different databases to co-mingle.
setBrokerName(String) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Support for individual instances residing in their own brokers.
setBrokerProperty(BrokerPropertyIF) - Method in interface com.objectwave.persist.Broker
 
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.AbstractBroker
A BrokerPropertyIF is the mechanism by which properties are set for the broker.
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.broker.RemoteBeanBroker
Sets the BrokerProperty attribute of the RemoteBeanBroker object
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.broker.RDBConnectionPool
 
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.broker.RDBConnection
The ability to support properties other than System.getProperties();
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.broker.OracleConnection
 
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
setBrokerProperty(BrokerPropertyIF) - Method in interface com.objectwave.persist.objectConstruction.RDBTypeConversionIF
 
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.objectConstruction.RDBTypeConversion
 
setBrokerProperty(BrokerPropertyIF) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
 
setBrokerPropertySource(BrokerPropertySource) - Method in class com.objectwave.persist.broker.RDBBroker
Plug in your own broker property source.
setCallbackObject(Object) - Method in class com.objectwave.appArch.admin.CallbackObject
 
setCallbackObject(Object) - Method in class com.objectwave.appArch.admin.CallbackHolder
Set the callback object
setCancelled(boolean) - Method in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
setCenter(Rectangle) - Method in class com.objectwave.uiWidget.PieChart
 
setCenter(Rectangle) - Method in class com.objectwave.uiWidget.ColorSelector
 
setCenterComponent(ModelSupport) - Method in class com.objectwave.appSupport.OkCancelDetail
 
setCeo(Employee) - Method in class com.objectwave.persist.bcel.examples.Company
 
setCeo(ExampleEmployee) - Method in class com.objectwave.persist.examples.ExampleCompany
Sets the Ceo attribute of the ExampleCompany object
setChildElements(ClassElement[]) - Method in class com.objectwave.sourceModel.ClassSpec
 
setChildRolledBack(Session) - Method in class com.objectwave.transactionalSupport.Session
This method notifies a parent session that a child has rolled back.
setChoices(Object[]) - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
setChoices(Object[], boolean) - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
setChosen(Object[]) - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
setClassDef(JavaClassDef) - Method in class com.objectwave.sourceGenerator.InformationClass
Sets the ClassDef attribute of the InformationClass object
setClassDescription(Vector) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Every instance of this class must have the map for the Persistent object.
setClassDescriptor(Vector) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
setClassDescriptor(Vector) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
setClassDescriptor(Vector) - Method in class com.objectwave.persist.examples.DomainObject
Use an instance method to access a static variable.
setClassDescriptor(Vector) - Method in class com.objectwave.persist.invert.PersistenceBase
 
setClassDescriptor(Vector) - Method in class com.objectwave.persist.xml.TestXMLPerson
Use an instance method to access a static variable.
setClassDescriptor(Vector) - Method in class com.objectwave.persist.xml.TestXMLCompany
Use an instance method to access a static variable.
setClassDescriptor(Vector) - Method in class com.objectwave.persist.xml.test.Person
Use an instance method to access a static variable.
setClassElement(JavaClassDef) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
setClassName(String) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
setClassName(String) - Method in class com.objectwave.sourceModel.ClassSpec
 
setClassNameReplacementChar(char) - Method in class com.objectwave.customClassLoader.MultiClassLoader
This optional call allows a class name such as "COM.test.Hello" to be changed to "COM_test_Hello", which is useful for storing classes from different packages in the same retrival directory.
setClassSpec(ClassSpec) - Method in class com.objectwave.sourceModel.JavaClassInfo
 
setCollection(boolean) - Method in class com.objectwave.sourceModel.JavaAssociation
 
setCollection(boolean) - Method in class com.objectwave.templateMerge.InformationToken
 
setCollectionAdapter(CollectionAdapter) - Method in class com.objectwave.persist.SQLQuery
This method may be to powerfull for its own good.
setCollectionAdpater(CollectionAdapter) - Method in class com.objectwave.persist.AttributeTypeColumn
This attribute is only used for the CollectionType.
setCollectionQueries(Hashtable) - Method in interface com.objectwave.persist.RDBPersistence
 
setCollectionQueries(Hashtable) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Collections are 'proxied' until they are requested.
setCollectionTypeClassName(String) - Method in class com.objectwave.sourceModel.JavaAssociation
 
setColumnAt(FlexGridColumn, int) - Method in class com.objectwave.viewUtility.FlexGridLayout
Replace the index'th column with "column".
setColumnName(String) - Method in class com.objectwave.persist.AttributeTypeColumn
Sets the ColumnName attribute of the AttributeTypeColumn object
setColumnName(String) - Method in class com.objectwave.persist.broker.SelectAndUpdate
 
setColumnName(String) - Method in class com.objectwave.persist.constraints.Constraint
 
setColumns(FlexGridColumn[]) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the columns array.
setColumnSelection(boolean[]) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setColumnTitle(int, String) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
setComment(String) - Method in class com.objectwave.sourceModel.MethodDef
 
setComment(String) - Method in class com.objectwave.sourceModel.ClassSpec
 
setCompany(Company) - Method in class com.objectwave.persist.bcel.examples.Employee
 
setCompany(ExampleCompany) - Method in class com.objectwave.persist.examples.ExampleEmployee
Sets the Company attribute of the ExampleEmployee object
setCompany(TestXMLCompany) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the Company attribute of the TestXMLPerson object
setComparison(int) - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
setComparison(SorterComparisonIF) - Method in class com.objectwave.utility.SkipListMap
 
setComparison(SorterComparisonIF) - Method in class com.objectwave.utility.OrderedVector
 
setComparison(SorterComparisonIF) - Method in class com.objectwave.utility.BinaryTree
 
setComparison(String) - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
setComponent(Component) - Method in class com.objectwave.viewUtility.DisableComponent
Sets the Component attribute of the DisableComponent object
setComponent(JComponent) - Method in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
setComponents(Component[]) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the components array.
setCompValue(String) - Method in class com.objectwave.persist.constraints.ConstraintCompare
Sets the CompValue attribute of the ConstraintCompare object
setConfigurationService(ConfigurationService) - Method in class com.objectwave.configuration.BasicPropertySource
Set this value to force this property source to use the specified configuration service, otherwise use the default configuration service.
setConnection(Connection) - Method in class com.objectwave.persist.broker.RDBConnection
Change the connection to the new value.
setConnection(RDBConnection) - Method in class com.objectwave.persist.GrinderResultSet
 
setConnectionFactory(SqlConnectionFactory) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the SqlConnectionFactory attribute of the BrokerPropertySource object
setConnectionFactory(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Set the name of the class that is to be used as the SqlConnectionFactory for the RDBConnection objects.
setConnectionFactoryName(String) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Change the SqlConnectionFactory to an instance of the provided name.
setConnections(RDBConnection[]) - Method in class com.objectwave.persist.broker.RDBConnectionPool
 
setConnectionSource(SqlConnectionFactory) - Method in class com.objectwave.persist.broker.RDBConnection
Allow brokers to change the connection factory.
setConnectUrl(String) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the ConnectUrl attribute of the BrokerPropertyDetail object
setConnectUrl(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Set the value.
setConstraint(ConstraintCompare) - Method in class com.objectwave.persist.AttributeTypeColumn
Sets the Constraint attribute of the AttributeTypeColumn object
setConstraint(Persistence) - Method in class com.objectwave.persist.SQLQuery
 
setConstraints(Component, GridBagConstraints) - Method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
setConstraints(Component, StretchLayoutConstraints) - Method in class com.objectwave.viewUtility.StretchLayout
This method was created in VisualAge.
setConstraintString(String) - Method in class com.objectwave.persist.SQLQuery
Attempt to simplify the creation of constraints.
setConstructor(boolean) - Method in class com.objectwave.sourceModel.MethodDef
Sets the Constructor attribute of the MethodDef object
setContainsNewFiles(boolean) - Method in class com.objectwave.utility.FileList
 
setContext(Object) - Method in class com.objectwave.transactionalSupport.TransactionManager
Transactions can have multiple contexts.
setContext(Object) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Transactions can have multiple contexts.
setContext(Object[]) - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
setContext(Thread, Object[]) - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
setCount(boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
A state variable that indicates that this select is merely doing a count of matching elements.
setCplusplusStyle(boolean) - Method in class com.objectwave.sourceModel.CommentElement
like "//"
setCreationStrategy(CreationStrategy) - Method in class com.objectwave.configuration.PropertyFactory
Sets the CreationStrategy attribute of the PropertyFactory object
setCStyle(boolean) - Method in class com.objectwave.sourceModel.CommentElement
like "/*"
setCurrentActorProfiles(long) - Method in class com.objectwave.transactSecurity.UserProfilePolicy
Used to establish the rights for the current ExternalActor Each bit represents a profile of the current ExternalActor.
setCurrentFont(Font) - Method in class com.objectwave.uiWidget.SimpleFontChooser
 
setCurrentFrame(Frame) - Method in class com.objectwave.appArch.UIManager
 
setCurrentTransaction(TransactionLog) - Method in class com.objectwave.transactionalSupport.Session
Only the transactionalSupport.TransactionLog should use this method.
setCustomData(Object, Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Allow broker to associate custom data with an RDBPersistentAdapter instance.
setCustomTitleRow(Object[]) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setData(String, String, String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Set one of the result values being defined by this wizard.
setData(Vector) - Method in class com.objectwave.viewUtility.VectorToButtons
 
setData(Vector) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
setDatabaseImpl(String) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the DatabaseImpl attribute of the BrokerPropertyDetail object
setDatabaseImpl(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Set the value.
setDataDirectory(String) - Method in class com.objectwave.persist.properties.FilePropertySource
Sets the DataDirectory attribute of the FilePropertySource object
setDataDirectory(String) - Method in class com.objectwave.persist.properties.FilePropertyDetail
The data directory is the target directory.
setDataObject(Vector) - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
Sets the DataObject attribute of the VectorCollectionAdapter object
setDateFor(JTextField, Date, String) - Static method in class com.objectwave.viewUtility.WidgetFunctions
Use a simple JTextField to get/set date values.
setDateFormat(DateFormat) - Static method in class com.objectwave.logging.ConsoleImpl
Allow the customization of the date format.
setDateFormat(DateFormat) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
setDateFormat(SimpleDateFormat) - Static method in class com.objectwave.persist.util.DateWithoutTime
Sets the DateFormat attribute of the DateWithoutTime class
setDebug(DebugOutput) - Method in class com.objectwave.viewUtility.StretchLayout
This method was created in VisualAge.
setDebug(DebugOutput) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the debugging object.
setDebugEnabled(Object, boolean) - Method in class com.objectwave.logging.ConsoleImpl
Allow the debug output to be disabled.
setDefaultBroker(Broker) - Static method in class com.objectwave.persist.SQLQuery
When a query is executed, it needs to be executed against a specific broker.
setDefaultBroker(Broker) - Static method in class com.objectwave.persist.BrokerFactory
 
setDefaultBroker(ObjectPoolBroker) - Static method in class com.objectwave.persist.broker.ObjectPoolBroker
 
setDefaultConfigurationService(ConfigurationService) - Static method in class com.objectwave.configuration.ConfigurationServiceFactory
Sets the DefaultConfigurationService attribute of the ConfigurationServiceFactory class
setDefaultInstance(KnownTemplates) - Static method in class com.objectwave.templateMerge.KnownTemplates
 
setDefaultInstance(TransactionLog) - Method in class com.objectwave.transactionalSupport.TransactionManager
Use this method sparingly.
setDefaultInstance(TransactionLog) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Use this method sparingly.
setDefaultManager(SecurityController) - Static method in class com.objectwave.appArch.security.SecurityController
 
setDefaultManager(StatusManager) - Static method in class com.objectwave.event.StatusManager
Sets the DefaultManager attribute of the StatusManager class
setDefaultManager(UIManager) - Static method in class com.objectwave.appArch.UIManager
 
setDefaultPoolSize(int) - Method in class com.objectwave.persist.broker.ObjectPool
 
setDefaultProperties(BrokerPropertyIF) - Static method in class com.objectwave.persist.BrokerFactory
 
setDefaultReplyHandler(ReplyHandler) - Static method in class com.objectwave.simpleSockets.ServeHTTPClient
Set the default ReplyHandler if none is specified for the particular instance.
setDefaultWindowListener(WindowListener) - Method in class com.objectwave.appArch.WindowModel
 
setDelay(int) - Method in class com.objectwave.utility.Timer
The time between clock ticks.
setDescription(String) - Method in class com.objectwave.templateMerge.InformationToken
 
setDetailClass(Class) - Static method in class com.objectwave.persist.properties.BrokerPropertySource
Facilitate customization by allowing the default detail class to be set prior to instantiation.
setDimensions(Rectangle) - Method in class com.objectwave.uiWidget.JGraph
 
setDirectory(String) - Method in class com.objectwave.utility.TempFileGenerator
 
setDisplayFormatter(StringifyIF) - Method in class com.objectwave.utility.ArrayEnumeration
 
setDisplayLabels(boolean) - Method in class com.objectwave.uiWidget.PieChart
 
setDistinct(boolean) - Method in class com.objectwave.persist.SQLQuery
Should only distinct rows be found.
setDistinct(boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Sets the Distinct attribute of the SQLSelect object
setDocParam(String, Vector) - Method in class com.objectwave.sourceModel.CommentElement
Override what ever was there with this text.
setDocSearch(DocSearchIF) - Method in class com.objectwave.tools.SearchResults
Set the DocSearch to a new value.
setDocSearch(DocSearchIF) - Method in class com.objectwave.tools.SearchFrame
Set the DocSearch to a new value.
setDocSearchThis(DocSearchIF) - Method in class com.objectwave.tools.JavaDocSearchPanel
Method generated to support the promotion of the docSearchThis attribute.
setDomainClass(String) - Method in class com.objectwave.persist.value.Value
Sets the DomainClass attribute of the Value object
setDomainField(Field, Object) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Set the value 'val' on the domain object at field 'adapt'.
setDomainProperty(String) - Method in class com.objectwave.persist.value.Constraint
Sets the DomainProperty attribute of the Constraint object
setDomainProperty(String) - Method in class com.objectwave.persist.value.Attribute
Sets the DomainProperty attribute of the Attribute object
setDoubleList(DoubleList) - Method in class com.objectwave.uiWidget.DoubleListPanel
 
setDriver(Driver) - Method in class com.objectwave.persist.broker.RDBBroker
When creating a connection use the specified driver.
setDropped(boolean) - Method in class com.objectwave.persist.GrinderResultSet
 
setDuplicatesAllowed(boolean) - Method in class com.objectwave.uiWidget.VariablePanel
 
setEditable(boolean) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
setEmailAddress(String) - Method in class com.objectwave.persist.bcel.examples.Employee
 
setEmailAddress(String) - Method in class com.objectwave.persist.examples.ManySideOne
Generated accessors that route get and set methods through our ObjectEditor.
setEmailAddress(String) - Method in class com.objectwave.persist.examples.ExampleEmployee
Generated accessors that route get and set methods through our ObjectEditor.
setEmailAddress(String) - Method in class com.objectwave.transactionalSupport.ExampleObject
Generated accessors that route get and set methods through our ObjectEditor.
setEmployee(Employee) - Method in class com.objectwave.persist.bcel.examples.Person
 
setEmployee(ExampleEmployee) - Method in class com.objectwave.persist.examples.ExamplePerson
Generated accessors that route get and set methods through our ObjectEditor.
setEmployeeId(int) - Method in class com.objectwave.persist.bcel.examples.Employee
 
setEmployeeId(int) - Method in class com.objectwave.persist.examples.InvertEmployeePersistence
 
setEmployeeId(int) - Method in class com.objectwave.persist.examples.InvertEmployee
 
setEmployees(Employee[]) - Method in class com.objectwave.persist.bcel.examples.Company
 
setEmployees(Vector) - Method in class com.objectwave.persist.examples.ExampleCompany
 
setEmployees(Vector) - Method in class com.objectwave.persist.xml.TestXMLCompany
Sets the Employees attribute of the TestXMLCompany object
setEnableNotifications(boolean) - Method in class com.objectwave.utility.Timer
 
setEndTag(String) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
setEntry(Class, DomainObject.TableValueHolder) - Static method in class com.objectwave.persist.examples.DomainObject
While this simplifies the development of Persistent objects, this approach will not peform optimally.
setEquals(String) - Method in class com.objectwave.persist.value.Constraint
Sets the Equals attribute of the Constraint object
setErrorColor(Color) - Method in class com.objectwave.uiWidget.StatusBar
Sets the ErrorColor attribute of the StatusBar object
setExceptionConverter(SQLConvertExceptionIF) - Method in class com.objectwave.persist.AbstractBroker
A converter is used to generate application specific exceptions
setExceptionConverter(SQLConvertExceptionIF) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the ExceptionConverter attribute of the BrokerPropertySource object
setExceptionConverter(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
The name of a class that implements the SQLConvertExceptionIF interface.
setExceptions(Vector) - Method in class com.objectwave.sourceModel.MethodDef
Vector containing the exceptions declared for this method.
setExtendedClass(String) - Method in class com.objectwave.sourceModel.ClassSpec
 
setExtension(String) - Method in class com.objectwave.persist.xml.test.Phone
Sets the Extension attribute of the Phone object
setExternalCallName(String) - Method in class com.objectwave.appArch.admin.CallbackHolder
Set the name of the external call.
setFax(String) - Method in class com.objectwave.persist.examples.TestPerson
 
setFax(String) - Method in class com.objectwave.persist.examples.TestEntity
 
setFax(String) - Method in class com.objectwave.persist.examples.TestCompany
 
setFax(String) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the Fax attribute of the TestXMLPerson object
setField(Field) - Method in class com.objectwave.persist.AttributeTypeColumn
All AttributeTypeColumns are required to have a corresponding Field object.
setField(int, Object) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Sets the Field attribute of the NoFieldObjectEditor object
setField(String) - Method in class com.objectwave.persist.constraints.Constraint
Sets the Field attribute of the Constraint object
setFieldConstraint(Persistence, String, String, String) - Method in class com.objectwave.persist.SQLQuery
Convenience method for setting field constraints.
setFieldReference(String, int, Object) - Method in class com.objectwave.tools.MethodBuilder
Set the field reference to the parameter value.
setFileList(FileList) - Method in class com.objectwave.persist.gui.SelectAllowableClasses
 
setFileList(FileList) - Method in class com.objectwave.tools.uiWidget.SelectData
Update the list of possible data choices.
setFileName(String) - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
 
setFileTypes(String[]) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
setFinal(boolean) - Method in class com.objectwave.sourceModel.MethodParameter
 
setFinal(boolean) - Method in class com.objectwave.sourceModel.CommonDef
 
setFinalDef(boolean) - Method in class com.objectwave.sourceModel.ClassSpec
 
setFinalRow(Object[]) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setFirst(Object) - Method in class com.objectwave.utility.Pair
This method was created in VisualAge.
setFirstName(String) - Method in class com.objectwave.persist.xml.test.Person
Sets the FirstName attribute of the Person object
setFont(Font) - Method in class com.objectwave.printerSupport.Printer
 
setFont(Font) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setFont(Font) - Method in class com.objectwave.viewUtility.VectorToButtons
 
setFontSize(int) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setForeground(Color) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setFounderOf(TestXMLCompany) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the FounderOf attribute of the TestXMLPerson object
setFounders(Vector) - Method in class com.objectwave.persist.xml.TestXMLCompany
Sets the Founders attribute of the TestXMLCompany object
setFullText(String) - Method in class com.objectwave.sourceModel.PackageDef
 
setFullText(String) - Method in class com.objectwave.sourceModel.CommonDef
 
setFullText(String) - Method in class com.objectwave.sourceModel.CommentElement
 
setFullText(String) - Method in class com.objectwave.sourceModel.ClassSpec
 
setFullText(String) - Method in interface com.objectwave.sourceModel.ClassElement
 
setGenerationTemplate(MergeTemplate) - Static method in class com.objectwave.sourceGenerator.SourceCodeGenerator
Template used for generating a new class.
setGreaterOrEqual(String) - Method in class com.objectwave.persist.value.Constraint
Sets the GreaterOrEqual attribute of the Constraint object
setGreaterThan(String) - Method in class com.objectwave.persist.value.Constraint
Sets the GreaterThan attribute of the Constraint object
setHgap(int) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Set the horizontal gap between components.
setHightlight(boolean) - Method in class com.objectwave.uiWidget.ComponentList
Do we hightlight selected entries? The default value is true.
setHorizontalPosition(int) - Method in class com.objectwave.uiWidget.ButtonPanel
 
setHtmlBorder(int) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setId(int) - Method in class com.objectwave.transactionalSupport.test.TestEntity
Sets the Id attribute of the TestEntity object
setIdentifier(String) - Method in class com.objectwave.sourceModel.PackageDef
 
setIdentifier(String) - Method in class com.objectwave.sourceModel.MethodParameter
 
setImplementors(String[]) - Method in class com.objectwave.sourceModel.ClassSpec
 
setImports(PackageDef[]) - Method in class com.objectwave.sourceModel.JavaClassDef
 
setImports(String[]) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
setImportTag(String) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
 
setIncludeThreadHash(boolean) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
setInfoReader(InformationRetrieval) - Method in class com.objectwave.templateMerge.InformationToken
 
setInformationalColor(Color) - Method in class com.objectwave.uiWidget.StatusBar
Sets the InformationalColor attribute of the StatusBar object
setInitialFile(File) - Method in class com.objectwave.utility.FileFinder
Sets the InitialFile attribute of the FileFinder object
setInitializationFile(String) - Static method in class com.objectwave.appSupport.StartupRoutine
This method should be called before the loadDefaults(Object) method is called.
setInitialized(boolean) - Method in class com.objectwave.tools.GenerateTemplateInto
If this is true, ignore any calls to the init methods.
setInitializer(String) - Method in class com.objectwave.sourceModel.VariableDef
For the common case where we have only one initializer and one variable.
setInitializingLog4j(boolean) - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Log4j may be initialized by a process other than our MessageLog implementation.
setInitialValues(boolean[]) - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
setInterfaceDef(boolean) - Method in class com.objectwave.sourceModel.ClassSpec
 
setInUse(boolean) - Method in class com.objectwave.persist.file.DbFile
 
setInvalidText(String) - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
setInvalidText(String) - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
setInvalidText(String) - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
setInvertPerson(InvertPerson) - Method in class com.objectwave.persist.examples.InvertEmployee
 
setIsanyOf(Persistence, String, Vector) - Method in class com.objectwave.persist.SQLQuery
Determine that all elements of the result set must have a value in the given field (indicated by fieldName) which occurs as an element "anyOf".
setIsNotNull(Persistence, String) - Method in class com.objectwave.persist.SQLQuery
We can provide our own objects for the comparison.
setIsNull(Persistence, String) - Method in class com.objectwave.persist.SQLQuery
We can provide our own objects for the comparison.
setIterator(boolean) - Method in class com.objectwave.templateMerge.InformationToken
 
setIV(byte[]) - Method in class com.objectwave.crypto.SquareOfb
 
setIV(byte[]) - Method in interface com.objectwave.crypto.SquareMode
 
setIV(byte[]) - Method in class com.objectwave.crypto.SquareEcb
 
setIV(byte[]) - Method in class com.objectwave.crypto.SquareCts
 
setIV(byte[]) - Method in class com.objectwave.crypto.SquareCfb
 
setIV(byte[]) - Method in class com.objectwave.crypto.SquareCbc
 
setJavaClassDef(JavaClassDef) - Method in class com.objectwave.sourceModel.JavaClassInfo
 
setJavaDoc(boolean) - Method in class com.objectwave.sourceModel.CommentElement
 
setJoinColumn(String) - Method in class com.objectwave.persist.JoinField
Sets the JoinColumn attribute of the JoinField object
setJoinField(Field) - Method in class com.objectwave.persist.JoinField
Sets the JoinField attribute of the JoinField object
setJoinObjects(Vector) - Method in class com.objectwave.persist.examples.ManySideTwo
Sets the JoinObjects attribute of the ManySideTwo object
setJoinObjects(Vector) - Method in class com.objectwave.persist.examples.ManySideOne
Sets the JoinObjects attribute of the ManySideOne object
setJoinOn(Field) - Method in class com.objectwave.persist.AttributeTypeColumn
By default, foreign key links join on the other object PrimaryKeyField.
setKey(byte[]) - Method in class com.objectwave.crypto.SquareOfb
 
setKey(byte[]) - Method in interface com.objectwave.crypto.SquareMode
 
setKey(byte[]) - Method in class com.objectwave.crypto.SquareEcb
 
setKey(byte[]) - Method in class com.objectwave.crypto.SquareCts
 
setKey(byte[]) - Method in class com.objectwave.crypto.SquareCfb
 
setKey(byte[]) - Method in class com.objectwave.crypto.SquareCbc
 
setLabelPositions() - Method in class com.objectwave.uiWidget.PieChart
 
setLabels(Vector) - Method in class com.objectwave.viewUtility.VectorToButtons
 
setLastName(String) - Method in class com.objectwave.persist.xml.test.Person
Sets the LastName attribute of the Person object
setLength(long) - Method in class com.objectwave.utility.CachedRandomAccessFile
Sets the Length attribute of the CachedRandomAccessFile object
setLength(long) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Sets the Length attribute of the BufferedRandomAccessFile object
setLessOrEqual(String) - Method in class com.objectwave.persist.value.Constraint
Sets the LessOrEqual attribute of the Constraint object
setLessThan(String) - Method in class com.objectwave.persist.value.Constraint
Sets the LessThan attribute of the Constraint object
setLevel(int) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
setLike(String) - Method in class com.objectwave.persist.value.Constraint
Sets the Like attribute of the Constraint object
setList(Hashtable) - Method in class com.objectwave.templateMerge.KnownTemplates
 
setListData(Component[]) - Method in class com.objectwave.uiWidget.ComponentList
 
setListData(String[]) - Method in class com.objectwave.uiWidget.VariablePanel
 
setListData(Vector) - Method in class com.objectwave.uiWidget.VariablePanel
 
setLoadLocalClasses(boolean) - Method in class com.objectwave.customClassLoader.FileClassLoader
 
setLogFile(String) - Method in class com.objectwave.utility.ExceptionLogger
 
setLoggingEngine(LogIF) - Static method in class com.objectwave.logging.MessageLog
Allow any application to plug in their own implementation.
setLookAndFeel() - Static method in class com.objectwave.appSupport.StartupRoutine
This will set the look and feel of the application to windows.
setMainClass(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaClassDef
You can only have 1 public class in a single JavaClassDef.
setMasterList(Object[]) - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
setMatches(String) - Method in class com.objectwave.persist.value.Constraint
Sets the Matches attribute of the Constraint object
setMe(String) - Method in class com.objectwave.appArch.admin.CallbackService.Test
Test methods.
setMessageDisplayTime(int) - Method in class com.objectwave.uiWidget.StatusBar
Sets the MessageDisplayTime attribute of the StatusBar object
setMethod(Method) - Method in class com.objectwave.appArch.admin.CallbackHolder
Sets the Method attribute of the CallbackHolder object
setMethodDescription(String) - Method in class com.objectwave.appArch.admin.CallbackHolder
Set the method description string.
setMethodName(String) - Method in class com.objectwave.appArch.admin.CallbackObject
 
setMethodName(String) - Method in class com.objectwave.appArch.admin.CallbackHolder
Set the mthod name
setMethodText(String) - Method in class com.objectwave.sourceModel.MethodDef
This is the information within the { }.
setMinimumLayoutSize(Dimension) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the minimum layout size.
setMiscData(String) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
setMiscData(String) - Method in class com.objectwave.sourceGenerator.ClassHeaderGenerator
 
setMiscData(String) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
 
setMiscData(String) - Method in class com.objectwave.tools.GenerateTemplateInto
MiscData is the value used for the %MISC% token in the ClassInformation object.
setModel(DoublePickIF) - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
setModifiedCache(ExpandingObjectModifiedCache) - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
setModifier(SQLModifier) - Method in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
setMoodyRating(String) - Method in class com.objectwave.persist.examples.TestEntity
 
setMoodyRating(String) - Method in class com.objectwave.persist.examples.TestCompany
 
setMultipliers(double, double, double, double) - Method in class com.objectwave.viewUtility.StretchLayoutConstraints
Set all multipliers
setName(String) - Method in class com.objectwave.persist.bcel.examples.Person
 
setName(String) - Method in class com.objectwave.persist.examples.TestPerson
 
setName(String) - Method in class com.objectwave.persist.examples.TestEntity
 
setName(String) - Method in class com.objectwave.persist.examples.TestCompany
 
setName(String) - Method in class com.objectwave.persist.examples.InvertPersonPersistence
 
setName(String) - Method in class com.objectwave.persist.examples.InvertPerson
 
setName(String) - Method in class com.objectwave.persist.examples.ExamplePerson
Generated accessors that route get and set methods through our ObjectEditor.
setName(String) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the Name attribute of the TestXMLPerson object
setName(String) - Method in class com.objectwave.persist.xml.TestXMLCompany
Sets the Name attribute of the TestXMLCompany object
setName(String) - Method in class com.objectwave.transactionalSupport.test.TestEntity
Sets the Name attribute of the TestEntity object
setName(String) - Method in class com.objectwave.configuration.BasicPropertySource
Support named instances.
setName(String) - Method in class com.objectwave.utility.TreeCollection
 
setName(String) - Method in class com.objectwave.sourceModel.MethodDef
The identifier for this method.
setName(String) - Method in class com.objectwave.sourceModel.CommonDef
 
setNameBase(String) - Method in class com.objectwave.utility.TempFileGenerator
 
setNameSuffix(String) - Method in class com.objectwave.utility.TempFileGenerator
 
setNative(boolean) - Method in class com.objectwave.sourceModel.MethodParameter
 
setNativeArray(boolean) - Method in class com.objectwave.sourceModel.JavaAssociation
 
setNativeArray(boolean) - Method in class com.objectwave.sourceModel.CommonDef
 
setNativeLookAndFeel(boolean) - Static method in class com.objectwave.tools.propertyEditor.PLAF
 
setNativeMeth(boolean) - Method in class com.objectwave.sourceModel.MethodDef
Is this method a native method?
setNewlinesInTitle(boolean) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setNext(CommentElement) - Method in class com.objectwave.sourceModel.CommentElement
 
setNextAlias(char) - Static method in class com.objectwave.persist.sqlConstruction.SQLSelect
Table aliasing allows for the joining of tables with out worry of column name overlap.
setNonHtmlSeparator(char) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setNot(boolean) - Method in class com.objectwave.persist.constraints.Constraint
Sets the Not attribute of the Constraint object
setNot(String) - Method in class com.objectwave.persist.value.Constraint
Sets the Not attribute of the Constraint object
setNotAnyOf(Persistence, String, Vector) - Method in class com.objectwave.persist.SQLQuery
Similar to setIsAnyOf, but the "inverse" of the results
setNotEquals(String) - Method in class com.objectwave.persist.value.Constraint
Sets the NotEquals attribute of the Constraint object
setNullText(String) - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
setNumberOfColumns(int) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the number of columns, creating default-value columns if "num" is greater that the old number of columns.
setNumEmployees(int) - Method in class com.objectwave.persist.examples.TestEntity
 
setNumEmployees(int) - Method in class com.objectwave.persist.examples.TestCompany
 
setObject(Object) - Method in class com.objectwave.utility.ObjectHolder
Sets the Object attribute of the ObjectHolder object
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
For an RDBPersistent system, this will be an RDBPersistentAdapter.
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
For an RDBPersistent system, this will be an RDBPersistentAdapter.
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.persist.examples.DomainObject
For an RDBPersistent system, this will be an RDBPersistentAdapter.
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.persist.invert.PersistenceBase
For an RDBPersistent system, this will be an RDBPersistentAdapter.
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
setObjectEditor(ObjectEditingView) - Method in interface com.objectwave.transactionalSupport.TransactionalObjectIF
 
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.transactionalSupport.test.TestEntity
Sets the ObjectEditor attribute of the TestEntity object
setObjectEditor(ObjectEditingView) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Subclasses will override this method to return an appropriate instance of a RDBPersistentAdapter; This method will always instantiate the inner adapter found in DomainObject's class definition.
setObjectFormatter(ObjectFormatter) - Method in class com.objectwave.persist.constraints.Constraint
 
setObjectFormatter(ObjectFormatter) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
An object formatter is used to convert data from one type to another.
setObjectFormatter(ObjectFormatter) - Method in class com.objectwave.persist.sqlConstruction.StatementFactory
 
setObjectFormatter(ObjectFormatter) - Method in class com.objectwave.persist.sqlConstruction.SQLObject
Allow the changing of the formatter.
setObjectFormatter(ObjectFormatter) - Method in class com.objectwave.configuration.xml.ObjectBuilder
Sets the ObjectFormatter attribute of the ObjectBuilder object
setObjectIdentifier(Integer) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Sets the ObjectIdentifier attribute of the DomainObject object
setObjectIdentifier(Integer) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Sets the ObjectIdentifier attribute of the DomainObject object
setObjectIdentifier(Integer) - Method in class com.objectwave.persist.examples.DomainObject
Sets the ObjectIdentifier attribute of the DomainObject object
setObjectIdentifier(Integer) - Method in class com.objectwave.persist.invert.PersistenceBase
Sets the ObjectIdentifier attribute of the DomainObject object
setObjectLimit(int) - Method in class com.objectwave.persist.SQLQuery
Limit the number of objects that can be created through this query.
setObjectPool(ObjectPool) - Method in class com.objectwave.persist.broker.RDBBroker
Provide the ObjectPool that is to be used for Object Pooling.
setObjectPool(ObjectPool) - Method in class com.objectwave.persist.broker.ObjectPoolBroker
 
setObjectPool(ObjectPool) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
 
setObjectPoolBroker(ObjectPoolBroker) - Method in class com.objectwave.persist.broker.RDBConnection
If the framework is using an object pool in conjunction with the database, we need to support transactional access to that object pool.
setObjectsInList(Vector) - Method in class com.objectwave.uiControl.ListControl
 
setOid(long) - Method in class com.objectwave.persist.xml.test.PersonPhone
Sets the Oid attribute of the PersonPhone object
setOrderBy(boolean) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
A state variable that indicates if there are order by constraints on this select.
setOrderByList(Vector) - Method in class com.objectwave.persist.SQLQuery
Field paths that are used to order the result set.
setOriginalElements(ClassElement[]) - Method in class com.objectwave.sourceModel.JavaClassDef
 
setOtherClasses(JavaClassInfo[]) - Method in class com.objectwave.sourceModel.JavaClassDef
Classes other than the main class defined in this JavaClassDef
setOutputStream(OutputStream) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
setOutputWriter(BufferedWriter) - Method in class com.objectwave.tools.utility.XMLDump
 
setOutputWriter(Writer) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
setPackage(PackageDef) - Method in class com.objectwave.sourceModel.JavaClassDef
 
setPackageName(String) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
setPage(String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
setPanel(DoubleListPanel) - Method in class com.objectwave.uiWidget.DoubleList
 
setPanelProps(PropertyField, String, String) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
Add various listeners, and panel properties.
setParameters(MethodParameter[]) - Method in class com.objectwave.sourceModel.MethodDef
A method will likely have parameters.
setParentSession(Session) - Method in class com.objectwave.transactionalSupport.Session
Sets the parent session of a session and adds the child to the parent in one step.
setParserFeature(XMLReader, String, boolean) - Method in class com.objectwave.persist.xml.XMLDecoder
Try to set the parser property, but don't bomb out if we fail
setPassword(String) - Method in class com.objectwave.uiWidget.LoginEvent
 
setPassword(String) - Method in class com.objectwave.crypto.CryptoOutputStream
Set the password.
setPassword(String) - Method in class com.objectwave.crypto.CryptoInputStream
Set the password.
setPattern(String) - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
setPatternString(String) - Method in class com.objectwave.utility.FileFinder
Sets the pattern that is to limit the result set.
setPersistDriver(Driver) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Force the driver to be a specific java.sql.Driver instance
setPersistDriver(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Set the value.
setPersistDriverName(String) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the PersistDriver attribute of the BrokerPropertyDetail object
setPersistence(Persistence) - Method in class com.objectwave.persist.constraints.Constraint
Sets the Persistence attribute of the Constraint object
setPersistence(Persistence) - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 
setPersistenceClass(Class) - Method in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
This method was created in VisualAge.
setPersistPassword(String) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the PersistPassword attribute of the BrokerPropertyDetail object
setPersistPassword(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Sets the PersistPassword attribute of the BrokerPropertyDetail object
setPersistUser(String) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Sets the PersistUser attribute of the BrokerPropertyDetail object
setPersistUser(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Sets the PersistUser attribute of the BrokerPropertyDetail object
setPerson(ExamplePerson) - Method in class com.objectwave.persist.examples.ExampleEmployee
Sets the Person attribute of the ExampleEmployee object
setPerson(InvertPerson) - Method in class com.objectwave.persist.examples.InvertEmployeePersistence
 
setPerson(Person) - Method in class com.objectwave.persist.xml.test.PersonPhone
Sets the Person attribute of the PersonPhone object
setPersonPhone(Vector) - Method in class com.objectwave.persist.xml.test.Person
Sets the PersonPhone attribute of the Person object
setPersonPhone2(PersonPhone) - Method in class com.objectwave.persist.xml.test.Person
Sets the PersonPhone2 attribute of the Person object
setPhone(Phone) - Method in class com.objectwave.persist.xml.test.PersonPhone
Sets the Phone attribute of the PersonPhone object
setPhone(String) - Method in class com.objectwave.persist.examples.TestPerson
 
setPhone(String) - Method in class com.objectwave.persist.examples.TestEntity
 
setPhone(String) - Method in class com.objectwave.persist.examples.TestCompany
 
setPhone(String) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the Phone attribute of the TestXMLPerson object
setPhoneNumber(String) - Method in class com.objectwave.persist.xml.test.Phone
Sets the PhoneNumber attribute of the Phone object
setPostBody(String) - Method in class com.objectwave.templateMerge.MergeTemplate
 
setPostFormattedBody(String) - Method in class com.objectwave.templateMerge.MergeTemplate
Sets the PostFormattedBody attribute of the MergeTemplate object
setPostTagTable(TagTable) - Method in class com.objectwave.templateMerge.MergeTemplate
Sets the PostTagTable attribute of the MergeTemplate object
setPostTemplate() - Method in class com.objectwave.templateMerge.XMLTemplateRead
set the post part for the current template
setPostTokens(InformationToken[]) - Method in class com.objectwave.templateMerge.MergeTemplate
 
setPreBody(String) - Method in class com.objectwave.templateMerge.MergeTemplate
 
setPreferredLayoutSize(Dimension) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the prederred layout size
setPrefix(String) - Method in class com.objectwave.persist.xml.test.Phone
Sets the Prefix attribute of the Phone object
setPrefix(String) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
setPreFormattedBody(String) - Method in class com.objectwave.templateMerge.MergeTemplate
Sets the PreFormattedBody attribute of the MergeTemplate object
setPreTagTable(TagTable) - Method in class com.objectwave.templateMerge.MergeTemplate
Sets the PreTagTable attribute of the MergeTemplate object
setPreTemplate() - Method in class com.objectwave.templateMerge.XMLTemplateRead
set the pre part for the current template
setPreTokens(InformationToken[]) - Method in class com.objectwave.templateMerge.MergeTemplate
 
setPrimaryContact(TestPerson) - Method in class com.objectwave.persist.examples.TestCompany
 
setPrimaryKey(String) - Method in class com.objectwave.persist.file.RecordHeader
 
setPrimaryKeyField(Object) - Method in interface com.objectwave.persist.RDBPersistence
 
setPrimaryKeyField(Object) - Method in interface com.objectwave.persist.Persistence
Sets the PrimaryKeyField attribute of the Persistence object
setPrimaryKeyField(Object) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Sets the PrimaryKeyField attribute of the DomainObject object
setPrimaryKeyField(Object) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Sets the PrimaryKeyField attribute of the DomainObject object
setPrimaryKeyField(Object) - Method in class com.objectwave.persist.examples.DomainObject
Sets the PrimaryKeyField attribute of the DomainObject object
setPrimaryKeyField(Object) - Method in class com.objectwave.persist.invert.PersistenceBase
Sets the PrimaryKeyField attribute of the DomainObject object
setPrimaryKeyField(Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Could be overidden for optimization.
setPrimaryKeyField(Object) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Sets the PrimaryKeyField attribute of the DomainObject object
setPrimaryKeyStrategy(PrimaryKeyStrategy) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Force the strategy to be something specific.
setPrimaryKeyStrategy(String) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
Sets the PrimaryKeyStrategy attribute of the BrokerPropertyDetail object
setPrimaryKeyValues(Object, Persistence, RDBPersistence) - Method in class com.objectwave.persist.file.ObjectBuilder
 
setPrintString(String) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
A user friendly description.
setPrintString(String) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
A user friendly description.
setPrintString(String) - Method in class com.objectwave.persist.examples.DomainObject
A user friendly description.
setPrintString(String) - Method in class com.objectwave.persist.invert.PersistenceBase
A user friendly description.
setPropagationID(int) - Method in class com.objectwave.event.PacketEvent
 
setProperties(Properties) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Change the source properties to be that of the argument.
setProperty(String, String) - Method in class com.objectwave.naming.ContextFactory
Sets the Property attribute of the ContextFactory object
setPropertyDetail(BrokerPropertyDetail) - Method in class com.objectwave.persist.properties.BrokerPropertySource
Allow one to programmatically set the values of a broker property source.
setProxy(boolean) - Method in interface com.objectwave.persist.RDBPersistence
 
setProxy(boolean) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The proxy attribute is used by this class to determine if this object has been fetched from the database.
setRange() - Method in class com.objectwave.uiWidget.Histogram
 
setRecordOffset(int) - Method in interface com.objectwave.persist.RDBPersistence
 
setRecordOffset(int) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
 
setRelatedType(Class) - Method in class com.objectwave.persist.AttributeTypeColumn
This is type object we are going to use to attempt to match a field on one object to a field on another object.
setRemoveMode(boolean) - Method in class com.objectwave.sourceGenerator.ClassBodyGenerator
 
setReplacementPattern(String) - Method in class com.objectwave.utility.SymbolReplacer
Set the replacement pattern, in which any occurances of the character '*' are replaced with the symbol value.
setReplyHandler(ReplyHandler) - Method in class com.objectwave.simpleSockets.ServeHTTPClient
Through use of a reply handler, the SimpleHTTP server can be used as is without requiring a subclass of special implementation.
setResultProperties(Properties) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
setResultSet(ResultSet) - Method in class com.objectwave.persist.GrinderResultSet
 
setRetrievedFromDatabase(boolean) - Method in interface com.objectwave.persist.Persistence
Sets the RetrievedFromDatabase attribute of the Persistence object
setRetrievedFromDatabase(boolean) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Sets the RetrievedFromDatabase attribute of the DomainObject object
setRetrievedFromDatabase(boolean) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Sets the RetrievedFromDatabase attribute of the DomainObject object
setRetrievedFromDatabase(boolean) - Method in class com.objectwave.persist.examples.DomainObject
Sets the RetrievedFromDatabase attribute of the DomainObject object
setRetrievedFromDatabase(boolean) - Method in class com.objectwave.persist.invert.PersistenceBase
Sets the RetrievedFromDatabase attribute of the DomainObject object
setRetrievedFromDatabase(boolean) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
This is different from the 'proxy' attribute in that an object that came from the database will have this attribute of true.
setRetrievedFromDatabase(boolean) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Sets the ObjectIdentifier attribute of the DomainObject object public void setObjectIdentifier(Integer aValue) { editor.set(_objectIdentifier, aValue, objectIdentifier); } Sets the PrimaryKeyField attribute of the DomainObject object public void setPrimaryKeyField(Object obj) { getAdapter().setPrimaryKeyField(obj); } Sets the RetrievedFromDatabase attribute of the DomainObject object
setRetryPossible(boolean) - Method in class com.objectwave.persist.QueryException
 
setRollbackOnly() - Method in class com.objectwave.transactionalSupport.Session
Set a flag to cause this to be rollback only.
setRowLimit(int) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
Limit the result set the provided number of rows.
setScalars(int, int, int, int) - Method in class com.objectwave.viewUtility.StretchLayoutConstraints
Set all scalar values
setScope(String) - Method in class com.objectwave.sourceModel.CommonDef
 
setScope(String) - Method in class com.objectwave.sourceModel.ClassSpec
 
setSecond(Object) - Method in class com.objectwave.utility.Pair
This method was created in VisualAge.
setSecurity(AccessSecurityIF) - Method in class com.objectwave.transactionalSupport.ObjectEditor
Security allows one to prevent access to a fields value.
setSelectedItem(GraphItem) - Method in class com.objectwave.uiWidget.JGraph
 
setSelectedItem(String) - Method in class com.objectwave.uiWidget.JGraph
 
setSelectedTemplateName(String) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Sets the SelectedTemplateName attribute of the TemplateGuiVIF object
setSelectedTemplateName(String) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Other operations will be selection dependent.
setSelection(Object[]) - Method in class com.objectwave.utility.FileList
 
setSelectionModel(ListSelectionModel) - Method in class com.objectwave.uiWidget.ComponentList
Set the selectionModel for the list to a non-null ListSelectionModel implementation.
setSequenceColumnName(String) - Method in class com.objectwave.persist.broker.GlobalSequence
When using oracle, the default sequence will be just fine, but you may have reasons of your own to change it.
setSequenceColumnSuffix(String) - Method in class com.objectwave.persist.broker.TableSequence
Bean style mutator to allow client code to alter which column that the sequence value is selected from.
setSequenceTableName(String) - Method in class com.objectwave.persist.broker.TableSequence
Bean style mutator to allow client code to alter which table that the sequence value is selected from.
setSequenceTableName(String) - Method in class com.objectwave.persist.broker.GlobalSequence
When using Oracle, the default of DUAL works just fine - this may be true with other databases, but I have no idea.
setServerVerbose(boolean) - Method in class com.objectwave.simpleSockets.SocketPropertyDetail
 
setSession(Session) - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
setSession(Thread, Session) - Static method in class com.objectwave.transactionalSupport.ThreadContext
 
setSessionContext(SessionContext) - Method in class com.objectwave.persist.bean.JGrinderQueryBean
Sets the SessionContext attribute of the JGrinderQueryBean object
setSessionContext(SessionContext) - Method in class com.objectwave.configuration.bean.ConfigurationServiceBean
Sets the SessionContext attribute of the ConfigurationServiceBean object
setShadeSelection(boolean) - Method in class com.objectwave.uiWidget.JGraph
 
setShareAccess(boolean) - Method in class com.objectwave.persist.properties.FilePropertyDetail
 
setShowingSql(boolean) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
If true, show the sql statements
setShowTree(boolean) - Method in class com.objectwave.tools.propertyEditor.JConfigure
This method was created in VisualAge.
setSkipScalarCheck(boolean) - Method in interface com.objectwave.persist.RDBPersistence
 
setSkipScalarCheck(boolean) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Used to optimize inserts and updates.
setSorterComparison(SorterComparisonIF) - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
setSortOrder(String) - Method in class com.objectwave.persist.value.Attribute
Sets the SortOrder attribute of the Attribute object
setSource(BufferedReader) - Method in class com.objectwave.sourceParser.SourceCodeReader
 
setSourceClass(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaRelation
 
setSourceClassName(String) - Method in class com.objectwave.sourceModel.JavaRelation
 
setSourceDefinition(VariableDef) - Method in class com.objectwave.sourceModel.JavaRelation
 
setSourceDefinition(VariableDef) - Method in class com.objectwave.sourceModel.JavaAssociation
 
setSourceLocation(String) - Method in class com.objectwave.classFile.ClassFile
The source location is the file system resource (file or from a jar) that should enable one to figure out the source of the bytes codes.
setSourceProperties(Properties) - Method in class com.objectwave.tools.uiWidget.PropertyWizard
 
setSqlQuery(SQLQuery) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Without this instance being initialized with a query, nothing good can be done with this class.
setState(int) - Method in class com.objectwave.uiWidget.StateTextField
 
setState(int) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setStatement(PreparedStatement) - Method in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
setStatement(Statement) - Method in class com.objectwave.persist.GrinderResultSet
 
setStates(String[]) - Method in class com.objectwave.uiWidget.StateTextField
 
setStates(String[]) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setStatic(boolean) - Method in class com.objectwave.sourceModel.CommonDef
 
setStatic(boolean) - Method in class com.objectwave.sourceModel.ClassSpec
Inner class may be static.
setStaticInstance(MutexClient) - Static method in class com.objectwave.simpleSockets.MutexClient
 
setString(String) - Method in class com.objectwave.utility.StringCalculator.ParseNumber
 
setStringifier(StringifyIF) - Method in class com.objectwave.uiWidget.SimpleChoiceGui
 
setStringifier(StringifyIF) - Method in class com.objectwave.viewUtility.VectorToButtons
 
setSubject(Object) - Method in class com.objectwave.appSupport.DetailModel
The 'subject' variable will contain the evt.getValue() from the DataRequest event.
setSubject(Object) - Method in interface com.objectwave.appArch.gui.SubjectRenderIF
 
setSubject(Object) - Method in class com.objectwave.appArch.gui.EditModel
 
setSubject(Persistence) - Method in class com.objectwave.persist.SQLQuery
The basis of a JGringer query is the concept of Query by Example.
setSubject(Persistence) - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
 
setSubjectClass(String) - Method in class com.objectwave.appSupport.DetailModel
The subject class is the name of the events for which we will claim our own.
setSubSelect(Persistence, String, String, SQLQuery, boolean) - Method in class com.objectwave.persist.SQLQuery
 
setSubSelectField(String) - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
setSubSelectQuery(SQLQuery) - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
setSubTemplate() - Method in class com.objectwave.templateMerge.XMLTemplateRead
set the sub templates for the current template
setSubTemplate() - Method in class com.objectwave.templateMerge.JspStyleRead
set the sub templates for the current template
setSymbols(Vector, Vector) - Method in class com.objectwave.utility.SymbolReplacer
_symbols.size() had better equal _values.size()
setTableName(String) - Method in class com.objectwave.persist.broker.SelectAndUpdate
 
setTableName(String) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
setTableName(String) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
setTableName(String) - Method in class com.objectwave.persist.examples.DomainObject
Use an instance method to access a static variable.
setTableName(String) - Method in class com.objectwave.persist.invert.PersistenceBase
 
setTableName(String) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
If we know the table name, we can set it here.
setTableName(String) - Method in class com.objectwave.persist.sqlConstruction.SQLSelect
A sql select could span multiple tables.
setTableName(String) - Method in class com.objectwave.persist.sqlConstruction.SQLObject
 
setTableName(String) - Method in class com.objectwave.persist.xml.TestXMLPerson
Use an instance method to access a static variable.
setTableName(String) - Method in class com.objectwave.persist.xml.TestXMLCompany
Use an instance method to access a static variable.
setTableName(String) - Method in class com.objectwave.persist.xml.test.Person
Use an instance method to access a static variable.
setTabName(String) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
setTagToClassMap(Map) - Method in class com.objectwave.configuration.xml.ObjectBuilder
 
setTargetPanel(JPanel) - Method in class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
setTemplate(Properties) - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
setTemplateGui(Frame) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Sets the TemplateGui attribute of the TemplateGuiVIF object
setTemplateGui(Frame) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
 
setTemplateName(String) - Method in class com.objectwave.templateMerge.MergeTemplate
 
setTemplates(KnownTemplates) - Method in class com.objectwave.tools.GenerateTemplateInto
Sets the Templates attribute of the GenerateTemplateInto object
setTemplates(MergeTemplate[]) - Method in class com.objectwave.templateMerge.MergeTemplate
 
setTemplateTreeModel(TreeModel) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
Used internally to change the model.
setTerminateOnClose(boolean) - Method in class com.objectwave.appSupport.OkCancelModel
override the WindowModel's method, which replaces the windowCloser.
setTerminateOnClose(boolean) - Method in class com.objectwave.appArch.WindowModel
 
setTestBoolean(boolean) - Method in class com.objectwave.configuration.example.TestPropertyDetail
Sets the TestBoolean attribute of the TestPropertyDetail object
setTestInt(int) - Method in class com.objectwave.configuration.example.TestPropertyDetail
Sets the TestInt attribute of the TestPropertyDetail object
setTestString(String) - Method in class com.objectwave.configuration.example.TestPropertyDetail
Sets the TestString attribute of the TestPropertyDetail object
setTestValue(int) - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
Sets the TestValue attribute of the Test object
setText(String) - Method in class com.objectwave.uiWidget.VariablePanel
 
setText(String) - Method in class com.objectwave.uiWidget.StateTextField
 
setText(String) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setTextAlignment(int) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setTextField(JTextField) - Method in class com.objectwave.viewUtility.TextFieldChangeListener
Set the text field and register self as focus and action listener.
setTheRender(SubjectRenderIF) - Method in class com.objectwave.appArch.gui.EditModel
 
setTheRest(String) - Method in class com.objectwave.sourceModel.CommentElement
 
setThread(Thread) - Method in class com.objectwave.persist.broker.RDBConnection
 
setThresholdList(String) - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Set the priority thresholds for the specified categories.
setTime(long) - Method in class com.objectwave.persist.util.DateWithoutTime
Sets the Time attribute of the DateWithoutTime object
settingIdentifier(String) - Method in class com.objectwave.sourceParser.MethodDefParser
While determining if this is the correct parser to use, we need to gather information.
setTitle(String) - Method in class com.objectwave.persist.bcel.examples.Employee
 
setTitle(String) - Method in class com.objectwave.persist.examples.TestPerson
 
setTitle(String) - Method in class com.objectwave.persist.examples.TestEntity
 
setTitle(String) - Method in class com.objectwave.persist.examples.ManySideTwo
Generated accessors that route get and set methods through our ObjectEditor.
setTitle(String) - Method in class com.objectwave.persist.examples.ManySideOne
Generated accessors that route get and set methods through our ObjectEditor.
setTitle(String) - Method in class com.objectwave.persist.examples.ExampleEmployee
Generated accessors that route get and set methods through our ObjectEditor.
setTitle(String) - Method in class com.objectwave.persist.xml.TestXMLPerson
Sets the Title attribute of the TestXMLPerson object
setTitle(String) - Method in class com.objectwave.transactionalSupport.ExampleObject
Generated accessors that route get and set methods through our ObjectEditor.
setTitle(String) - Method in class com.objectwave.uiWidget.PieChart
 
setTitleAlignment(int) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setTokenList(InformationToken[]) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Sets the TokenList attribute of the MergeTemplateWriter class
setTokenProvider(TokenProvider) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
setTokenProvider(TokenProvider) - Method in interface com.objectwave.templateMerge.gui.TemplateGuiVIF
Sets the TokenProvider attribute of the TemplateGuiVIF object
setTokenProvider(TokenProvider) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
A token provider is the source of the InformationToken objects.
setTokens(InformationToken[]) - Method in class com.objectwave.templateMerge.TemplatePreprocessor
Create a vector based on the InformationToken values given in tokens.
setTokenString(String) - Method in class com.objectwave.templateMerge.InformationToken
 
setToNull() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
setToolTipText(String) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
 
setTrailText(String) - Method in class com.objectwave.sourceModel.ClassSpec
 
setTransactionManager(TransactionManager) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Allow one to change the TransactionManager.
setTransactionTimeout(int) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
Sets the TransactionTimeout attribute of the XaSession object
setTransient(boolean) - Method in class com.objectwave.sourceModel.VariableDef
 
setTree(boolean) - Method in class com.objectwave.templateMerge.InformationToken
 
setTreeModel(TreeModel) - Method in class com.objectwave.tools.SearchResults
Set the TreeModel to a new value.
setTreeTitle(String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
setType(StatusType) - Method in class com.objectwave.event.StatusEvent
 
setType(String) - Method in class com.objectwave.sourceModel.MethodParameter
 
setType(String) - Method in class com.objectwave.sourceModel.JavaRelation
The type of the related object.
setType(String) - Method in class com.objectwave.sourceModel.CommonDef
 
setType(Type) - Method in class com.objectwave.persist.AttributeTypeColumn
 
setTypeClass(JavaClassInfo) - Method in class com.objectwave.sourceModel.JavaRelation
The type (JavaClassInfo instance) of the related object.
setUnitTest(UnitTest) - Method in class com.objectwave.test.TestImpl
 
setup() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Override this method if you wish to setup your object differently.
setup() - Method in class com.objectwave.persist.examples.InvertPersonPersistence
 
setup() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Override this method if you wish to setup your object differently.
setup() - Method in class com.objectwave.persist.invert.PersistenceBase
Override this method if you wish to setup your object differently.
setUp() - Method in class com.objectwave.test.TestImpl
 
setUp(String, TestContext) - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.bcel.examples.BcelTest
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.bean.SerIt.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.broker.ObjectPoolBroker.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.broker.HypersonicBroker.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.broker.FileBroker.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.broker.BasicTestBroker
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.examples.JoinObject.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.file.RecordIterator.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.invert.InvertTest
 
setUp(String, TestContext) - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.xml.TestXMLPerson.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
Clear the static values from one test to the next.
setUp(String, TestContext) - Method in class com.objectwave.transactionalSupport.Session.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
setUp(String, TestContext) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor.Test
 
setUp(String, TestContext) - Method in class com.objectwave.appArch.admin.CallbackService.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.test.UnitTestBaseImpl
The JUnit setup method
setUp(String, TestContext) - Method in interface com.objectwave.test.UnitTest
The JUnit setup method
setUp(String, TestContext) - Method in class com.objectwave.tools.MethodBuilder.Test
 
SetupEjbConfigurationService - class com.objectwave.configuration.bean.SetupEjbConfigurationService.
Simply creating an instance of this class will cause the default configuration service to use JDNI lookup to find property values.
SetupEjbConfigurationService() - Constructor for class com.objectwave.configuration.bean.SetupEjbConfigurationService
Constructor for the EjbConfigurationService object
setUpProcessQueue() - Method in class com.objectwave.appArch.Queue
We need very few synchronized methods with this implementation.
setupSmallCompany() - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
Popuplate the database with a small company.
setUrl(String) - Method in class com.objectwave.uiWidget.JLinkLabel
Sets the Url attribute of the JLinkLabel object
setUseDefault(boolean) - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail
Must implement this method so that the configuration service will set value.
setUseHtml(boolean) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setUsePreparedStatements(boolean) - Method in class com.objectwave.persist.properties.BrokerPropertySource
If this is true Java Grinder will create prepared statements for every sql call.
setUsePreparedStatements(boolean) - Method in class com.objectwave.persist.properties.BrokerPropertyDetail
 
setUser(UserType) - Method in class com.objectwave.appArch.security.SecurityType
The user will be set by SecurityListeners.
setUserFilter(FilenameFilter) - Method in class com.objectwave.utility.FileFinder
Use the provided FilenameFilter when getting file names.
setUserName(String) - Method in class com.objectwave.uiWidget.LoginEvent
 
setUseVisibleColumnOrder(boolean) - Method in class com.objectwave.tools.viewUtility.TablePrinter
 
setUsingObjectPool(boolean) - Method in class com.objectwave.persist.broker.RDBBroker
As currently implmented it will preserve the object pool.
setUsingSessions(boolean) - Static method in class com.objectwave.transactionalSupport.TransactionLog.Test
A workaround to avoid changing access rights of the TransactionLog.setUsingSessions
setVals(AttributeTypeColumn[], JoinField[], Object[], Persistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
 
setValue(Date) - Method in class com.objectwave.uiWidget.SimpleDateTextField
 
setValue(double) - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
setValue(Double) - Method in class com.objectwave.uiWidget.SimpleDoubleTextField
 
setValue(Field, Object, Object) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
The main workhorse method for all of the set methods.
setValue(Field, Object, Object) - Method in class com.objectwave.transactionalSupport.ObjectEditor
The main workhorse method for all of the set methods.
setValue(Field, Object, Object) - Method in class com.objectwave.utility.ReflectiveHelper
Use the setMethod to set a field property.
setValue(Field, String, Object) - Method in class com.objectwave.utility.ReflectiveHelper
Use the setMethod to set a field property.
setValue(int) - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
setValue(Integer) - Method in class com.objectwave.uiWidget.SimpleIntTextField
 
setValue(int, Object, Object) - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
The main workhorse method for all of the set methods.
setValue(Persistence, Object) - Method in class com.objectwave.persist.AttributeTypeColumn
Convenience method to allow one to update a single attribute on a persistent object.
setValue(String) - Method in class com.objectwave.uiWidget.StateCheckBox
 
setValue(String) - Method in class com.objectwave.tools.propertyEditor.PropertyTextField
 
setValue(String) - Method in class com.objectwave.tools.propertyEditor.PropertyRectangleField
Update the UI Widget with the values from the file.
setValue(String) - Method in class com.objectwave.tools.propertyEditor.PropertyPathField
Update the UI Widget with the values from the file.
setValue(String) - Method in class com.objectwave.tools.propertyEditor.PropertyListField
 
setValue(String) - Method in class com.objectwave.tools.propertyEditor.PropertyFileField
Update the UI Widget with the values from the file.
setValue(String) - Method in interface com.objectwave.tools.propertyEditor.PropertyField
 
setValue(String) - Method in class com.objectwave.tools.propertyEditor.PropertyBooleanField
Set the choice to either true or false.
setValueAt(Object, int, int) - Method in class com.objectwave.persist.gui.PersistenceAttributeTableModel
Sets an attribute value for the record in the cell at columnIndex and rowIndex.
setValueAt(Object, int, int) - Method in class com.objectwave.utility.SymbolExpanderTableModel
 
setValueAt(Object, int, int) - Method in class com.objectwave.templateMerge.TokenTableModel
 
setValueAt(Object, int, int) - Method in class com.objectwave.tools.viewUtility.GenericTableModel
 
setValueClass(String) - Method in class com.objectwave.persist.value.Value
Sets the ValueClass attribute of the Value object
setValueField(String) - Method in class com.objectwave.persist.value.Attribute
Sets the ValueField attribute of the Attribute object
setValues(Object[]) - Method in class com.objectwave.persist.sqlConstruction.SQLModifier
Modify the valueList to use the new column/value mapping.
setValues(Properties, String, Object) - Method in class com.objectwave.configuration.DefaultConfigurationService
Set all non null values on the provided object.
setValues(String, Object) - Method in class com.objectwave.configuration.DefaultConfigurationService
Populate the object with the values found in the property object provided by the PropertyFactory.
setValueWithMethod(Object, Object, String) - Method in class com.objectwave.configuration.xml.ObjectBuilder
Set the parameter value on the source object using the method methodName.
setVariableName(String) - Method in class com.objectwave.sourceModel.JavaAssociation
 
setVariables(String[]) - Method in class com.objectwave.sourceGenerator.ClassInformation
 
setVars(Vector) - Method in class com.objectwave.sourceModel.JavaClassInfo
 
setVerbose(boolean) - Method in class com.objectwave.persist.properties.FilePropertySource
Sets the Verbose attribute of the FilePropertySource object
setVerbose(boolean) - Method in class com.objectwave.persist.properties.FilePropertyDetail
 
setVerbose(boolean) - Static method in class com.objectwave.networkUtility.UDPUtils
Sets the Verbose attribute of the UDPUtils class
setVgap(int) - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Set the vertical gap between components.
setVisibilityListener() - Method in class com.objectwave.uiWidget.JPanelButton
Listen to the button for when the button's container becomes invisible: when this happens, the frame is becomes invisible also.
setVisible(boolean) - Method in class com.objectwave.uiWidget.SimpleFontChooser
 
setVisible(boolean) - Method in class com.objectwave.templateMerge.gui.TemplateGui
 
setWarningColor(Color) - Method in class com.objectwave.uiWidget.StatusBar
Sets the WarningColor attribute of the StatusBar object
setWedgeLimit(int) - Method in class com.objectwave.uiWidget.PieChart
Limit the number wedges the specified value.
setWedgeLimitPercentage(double) - Method in class com.objectwave.uiWidget.PieChart
 
setWhereClause(ArrayList) - Method in class com.objectwave.persist.sqlConstruction.SQLUpdate
 
setWindow(Window) - Method in class com.objectwave.appSupport.OkCancelModel
 
setWindow(Window) - Method in class com.objectwave.appSupport.DetailModel
 
setWindow(Window) - Method in interface com.objectwave.appArch.WindowModelIF
Allow the window model to clean up before a new instance is created.
setWindow(Window) - Method in class com.objectwave.appArch.WindowModel
 
setWindowClass(Class) - Method in class com.objectwave.appArch.WindowModel
 
setWindowList(Hashtable) - Method in class com.objectwave.appArch.UIManager
 
setWindowListener() - Method in class com.objectwave.uiWidget.JPanelButton
Listen for the window closing (someone clicked the north-east 'X')
setWorkers(ArrayList) - Method in class com.objectwave.persist.bcel.examples.Employee
 
setWorkers(Vector) - Method in class com.objectwave.persist.examples.ExampleEmployee
Sets the Workers attribute of the ExampleEmployee object
setWorkingTemplates(KnownTemplates) - Method in class com.objectwave.templateMerge.gui.TemplateGuiModel
 
setWrap(Object) - Method in class com.objectwave.transactionalSupport.Session
 
setXgap(int) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the intercolumn spacing value.
setYgap(int) - Method in class com.objectwave.viewUtility.FlexGridLayout
Set the vertical spacing between components.
shadeSelection - Variable in class com.objectwave.uiWidget.JGraph
 
shortDump(Vector) - Method in class com.objectwave.utility.StringCalculator
 
shortString() - Method in class com.objectwave.sourceModel.VariableDef
 
shortString() - Method in class com.objectwave.sourceModel.MethodDef
 
show() - Method in class com.objectwave.uiWidget.ChoiceGui
 
show() - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
show(Container, int) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Flips to the component at the numbered position.
show(Container, String) - Method in class com.objectwave.tools.propertyEditor.DeckLayout
Flips to the component that was added to this layout using the specified name.
show(String) - Method in class com.objectwave.tools.MethodBuilder.Test
 
showBootstrapLogMessages - Static variable in class com.objectwave.logging.MessageLog
This flag determines whether or not bootstrap messages should be logged, or shown.
showItems() - Method in class com.objectwave.uiWidget.QuickPick
 
showNoBlock() - Method in class com.objectwave.uiWidget.MessageBox
This prevents the caller from blocking on setVisible(true).
showResults() - Method in class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
 
showTree - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
showWindow(Window) - Method in class com.objectwave.appArch.UIManager
In the event that someone wants to create a window outside of my scope.
showWindow(WindowModelIF, Class, WindowListener) - Method in class com.objectwave.appArch.UIManager
 
showWindow(WindowModelIF, Class, WindowListener, Object[]) - Method in class com.objectwave.appArch.UIManager
 
showWindow(WindowModelIF, WindowListener) - Method in class com.objectwave.appArch.UIManager
 
shutdown() - Method in class com.objectwave.appArch.admin.HTTPCommandImpl
 
shutdown() - Method in class com.objectwave.utility.ThreadPoolManager
Gracefully terminate the ThreadPool.
SimpleChoiceGui - class com.objectwave.uiWidget.SimpleChoiceGui.
A two-list selection thingy.
SimpleChoiceGui() - Constructor for class com.objectwave.uiWidget.SimpleChoiceGui
 
SimpleDateTextField - class com.objectwave.uiWidget.SimpleDateTextField.
A replacement for the jclass.fields.JCDateTextField.
SimpleDateTextField() - Constructor for class com.objectwave.uiWidget.SimpleDateTextField
 
SimpleDateTextField(String, String) - Constructor for class com.objectwave.uiWidget.SimpleDateTextField
 
SimpleDoubleTextField - class com.objectwave.uiWidget.SimpleDoubleTextField.
A replacement for the jclass.fields.JCDoubleTextField.
SimpleDoubleTextField() - Constructor for class com.objectwave.uiWidget.SimpleDoubleTextField
 
SimpleDoubleTextField(String) - Constructor for class com.objectwave.uiWidget.SimpleDoubleTextField
 
SimpleDoubleTextField(String, String) - Constructor for class com.objectwave.uiWidget.SimpleDoubleTextField
 
SimpleFontChooser - class com.objectwave.uiWidget.SimpleFontChooser.
Real simple.
SimpleFontChooser(Frame) - Constructor for class com.objectwave.uiWidget.SimpleFontChooser
 
SimpleHTTP - class com.objectwave.simpleSockets.SimpleHTTP.
A VERY simple server.
SimpleHTTP() - Constructor for class com.objectwave.simpleSockets.SimpleHTTP
 
SimpleHTTP(int) - Constructor for class com.objectwave.simpleSockets.SimpleHTTP
 
SimpleIntTextField - class com.objectwave.uiWidget.SimpleIntTextField.
A replacement for the jclass.fields.JCIntTextField.
SimpleIntTextField() - Constructor for class com.objectwave.uiWidget.SimpleIntTextField
 
SimpleIntTextField(String) - Constructor for class com.objectwave.uiWidget.SimpleIntTextField
 
SimpleOkCancelDialog - class com.objectwave.uiWidget.SimpleOkCancelDialog.
A generic ok/cancel dialog without all of the persistence model stuff hanging off of it.
SimpleOkCancelDialog(Frame, String, JComponent) - Constructor for class com.objectwave.uiWidget.SimpleOkCancelDialog
 
SimplePacketSupport - class com.objectwave.event.SimplePacketSupport.
This class facilitates the use of Event handling.
SimplePacketSupport(Dispatcher) - Constructor for class com.objectwave.event.SimplePacketSupport
 
SimpleServer - class com.objectwave.simpleSockets.SimpleServer.
A Server shell for providing multithreaded application servers.
SimpleServer() - Constructor for class com.objectwave.simpleSockets.SimpleServer
 
size - Variable in class com.objectwave.uiWidget.PieChart
 
size() - Method in interface com.objectwave.persist.CollectionAdapter
The number of elements in the collection.
size() - Method in class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
The number of elements in the collection.
size() - Method in class com.objectwave.persist.collectionAdapters.LinkedListCollectionAdapter
The number of elements in the collection.
size() - Method in class com.objectwave.persist.collectionAdapters.HashtableCollectionAdapter
The number of elements in the collection.
size() - Method in class com.objectwave.persist.collectionAdapters.HashMapCollectionAdapter
The number of elements in the collection.
size() - Method in class com.objectwave.persist.collectionAdapters.ArrayListCollectionAdapter
The number of elements in the collection.
size() - Method in class com.objectwave.utility.TreeCollection
 
size() - Method in class com.objectwave.utility.SymbolReplacer
 
size() - Method in class com.objectwave.utility.SkipListMap
 
size() - Method in class com.objectwave.utility.OrderedVector
 
size() - Method in class com.objectwave.utility.BinaryTree
 
size(Object) - Method in class com.objectwave.utility.TreeCollection
Deprecated. Get the child count at the object.
skip(RandomAccessFile) - Method in class com.objectwave.persist.file.RecordHeader
Move the FilePointer by the appropriate amount to skip this record.
skipBytes(int) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
skipBytes(int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
skipBytes(long) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
skipBytes(long) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
SkipListElement - class com.objectwave.utility.SkipListElement.
Description: Class for a single node in a SkipList
SkipListElement(int, Object, Object) - Constructor for class com.objectwave.utility.SkipListElement
 
SkipListMap - class com.objectwave.utility.SkipListMap.
Description: Class for a "SkipListMap" as proposed by William Pugh.
SkipListMap.Test - class com.objectwave.utility.SkipListMap.Test.
JUnit tests cases.
SkipListMap.Test() - Constructor for class com.objectwave.utility.SkipListMap.Test
 
SkipListMap() - Constructor for class com.objectwave.utility.SkipListMap
 
SkipListMap(float, int) - Constructor for class com.objectwave.utility.SkipListMap
 
SkipListMap(long) - Constructor for class com.objectwave.utility.SkipListMap
 
skipScalarCheck() - Method in interface com.objectwave.persist.RDBPersistence
 
skipScalarCheck() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
If it is known that there are no Scalar arrays for this object, this value can be set to false.
socket - Variable in class com.objectwave.simpleSockets.ServeClient
 
SocketClassLoader - class com.objectwave.socketClassServer.SocketClassLoader.
This will provide the ability to load classes over a TCPIP connection.
SocketClassLoader() - Constructor for class com.objectwave.socketClassServer.SocketClassLoader
Constructor for the SocketClassLoader object
SocketClassLoader(ApplicationBootstrap) - Constructor for class com.objectwave.socketClassServer.SocketClassLoader
Constructor for the SocketClassLoader object
SocketClassLoader(String, int, ApplicationBootstrap) - Constructor for class com.objectwave.socketClassServer.SocketClassLoader
Constructor for the SocketClassLoader object
SocketProperty - class com.objectwave.simpleSockets.SocketProperty.
This is the class from which our simpleSocket server will get properties.
SocketProperty() - Constructor for class com.objectwave.simpleSockets.SocketProperty
Constructor for the SocketProperty object
SocketPropertyDetail - class com.objectwave.simpleSockets.SocketPropertyDetail.
This may be a generated class.
SocketPropertyDetail() - Constructor for class com.objectwave.simpleSockets.SocketPropertyDetail
Constructor for the SocketPropertyDetail object
Sorter - class com.objectwave.utility.Sorter.
 
Sorter() - Constructor for class com.objectwave.utility.Sorter
 
SorterComparisonIF - interface com.objectwave.utility.SorterComparisonIF.
Inteface used by the Sorter class to assist allow the user to provide a custom comparison method.
sortOnField(Vector, String) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
Modify the vector parameter to be sorted based upon the field.
sortResult(Object, Vector) - Method in class com.objectwave.persist.broker.ObjectQuerySupport
If there the query specifies a sort order, apply that now.
SourceCodeGenerator - class com.objectwave.sourceGenerator.SourceCodeGenerator.
This class does very little but house some common source generation routines.
SourceCodeGenerator() - Constructor for class com.objectwave.sourceGenerator.SourceCodeGenerator
 
SourceCodeReader - class com.objectwave.sourceParser.SourceCodeReader.
Will parse Java 1.1 source code to turn it into our meta model.
SourceCodeReader.Test - class com.objectwave.sourceParser.SourceCodeReader.Test.
Unit tests for SourceCodeReader
SourceCodeReader.Test() - Constructor for class com.objectwave.sourceParser.SourceCodeReader.Test
 
SourceCodeReader(Reader) - Constructor for class com.objectwave.sourceParser.SourceCodeReader
Provide the source at instantiantion time.
sourceMonitorOn - Variable in class com.objectwave.customClassLoader.MultiClassLoader
 
sourceProperties - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
sourceProperties - Variable in class com.objectwave.tools.uiWidget.PropertyWizard
 
SOUTH - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
SOUTHEAST - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
SOUTHWEST - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
splitPane - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
SQLAssembler - interface com.objectwave.persist.sqlConstruction.SQLAssembler.
An interface that handles that all SQL generating classes must implement.
sqlCompValue() - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
SqlConnectionFactory - interface com.objectwave.persist.broker.SqlConnectionFactory.
A connection factory will retrieve or create the necessary java.sql.Connection for communication with the database.
SQLConvertExceptionIF - interface com.objectwave.persist.SQLConvertExceptionIF.
Instances of this class will convert generic SQL exceptions to specific exceptions.
SQLDelete - class com.objectwave.persist.sqlConstruction.SQLDelete.
A class that handles the creation of SQL Update statements.
SQLDelete() - Constructor for class com.objectwave.persist.sqlConstruction.SQLDelete
 
SQLDelete(String) - Constructor for class com.objectwave.persist.sqlConstruction.SQLDelete
 
SQLInsert - class com.objectwave.persist.sqlConstruction.SQLInsert.
A class that handles the creation of SQL Insert statements.
SQLInsert() - Constructor for class com.objectwave.persist.sqlConstruction.SQLInsert
Abstract the issues with an SQL insert statement.
SQLInsert(String) - Constructor for class com.objectwave.persist.sqlConstruction.SQLInsert
 
SQLModifier - class com.objectwave.persist.sqlConstruction.SQLModifier.
Common behavior necessary for both inserts and updates to through JDBC.
SQLModifier() - Constructor for class com.objectwave.persist.sqlConstruction.SQLModifier
 
SqlModifierBuilder - class com.objectwave.persist.sqlConstruction.SqlModifierBuilder.
Utility class to builder SQL statements that will modify database table entries.
SqlModifierBuilder.Test - class com.objectwave.persist.sqlConstruction.SqlModifierBuilder.Test.
 
SqlModifierBuilder.Test() - Constructor for class com.objectwave.persist.sqlConstruction.SqlModifierBuilder.Test
 
SqlModifierBuilder() - Constructor for class com.objectwave.persist.sqlConstruction.SqlModifierBuilder
 
sqlModifyEngine - Variable in class com.objectwave.persist.broker.RDBBroker
 
SQLObject - class com.objectwave.persist.sqlConstruction.SQLObject.
 
SQLObject() - Constructor for class com.objectwave.persist.sqlConstruction.SQLObject
 
SQLQuery - class com.objectwave.persist.SQLQuery.
Used to define dynamic queries at an object level.
SQLQuery.Test - class com.objectwave.persist.SQLQuery.Test.
Unit test
SQLQuery.Test() - Constructor for class com.objectwave.persist.SQLQuery.Test
 
SQLQuery() - Constructor for class com.objectwave.persist.SQLQuery
When using this constructor, before this query would be valid you MUST call the setSubject method.
SQLQuery(Persistence) - Constructor for class com.objectwave.persist.SQLQuery
Create a query object that will be used to locate persistent objects.
SqlQueryBuilder - class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.
Utility class to build SQL statements.
SqlQueryBuilder.Test - class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test.
 
SqlQueryBuilder.Test() - Constructor for class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
 
SqlQueryBuilder() - Constructor for class com.objectwave.persist.sqlConstruction.SqlQueryBuilder
 
sqlQueryEngine - Variable in class com.objectwave.persist.broker.RDBBroker
 
SQLSelect - class com.objectwave.persist.sqlConstruction.SQLSelect.
A class that handles the creation of SQL Select statements.
SQLSelect.Test - class com.objectwave.persist.sqlConstruction.SQLSelect.Test.
 
SQLSelect.Test() - Constructor for class com.objectwave.persist.sqlConstruction.SQLSelect.Test
 
SQLSelect() - Constructor for class com.objectwave.persist.sqlConstruction.SQLSelect
 
SQLSelect(String) - Constructor for class com.objectwave.persist.sqlConstruction.SQLSelect
Create a SQLSelect to find information from the specified table.
SQLSelect(String, boolean) - Constructor for class com.objectwave.persist.sqlConstruction.SQLSelect
 
SqlStatementCacheItem - class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem.
 
SqlStatementCacheItem() - Constructor for class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
SqlStatementCacheItem(SQLModifier, PreparedStatement, Class) - Constructor for class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
sqlStatementCount - Static variable in class com.objectwave.persist.broker.RDBConnection
Description of the Field
sqlString(String) - Static method in class com.objectwave.persist.constraints.Constraint
Provide a generic method for converting a string to a SQL-type string:
sqlTypes - Variable in class com.objectwave.persist.sqlConstruction.SQLModifier
 
SQLUpdate - class com.objectwave.persist.sqlConstruction.SQLUpdate.
A class that handles the creation of SQL Update statements.
SQLUpdate() - Constructor for class com.objectwave.persist.sqlConstruction.SQLUpdate
Abstract the issues with an SQL update statement.
SQLUpdate(String) - Constructor for class com.objectwave.persist.sqlConstruction.SQLUpdate
 
SquareCbc - class com.objectwave.crypto.SquareCbc.
 
SquareCbc() - Constructor for class com.objectwave.crypto.SquareCbc
 
SquareCfb - class com.objectwave.crypto.SquareCfb.
Cipher feedback (CFB) support for the Square block cipher.
SquareCfb() - Constructor for class com.objectwave.crypto.SquareCfb
 
SquareCts - class com.objectwave.crypto.SquareCts.
 
SquareCts() - Constructor for class com.objectwave.crypto.SquareCts
 
SquareEcb - class com.objectwave.crypto.SquareEcb.
 
SquareEcb() - Constructor for class com.objectwave.crypto.SquareEcb
 
SquareMode - interface com.objectwave.crypto.SquareMode.
 
SquareOfb - class com.objectwave.crypto.SquareOfb.
Output feedback (OFB) support for the Square block cipher.
SquareOfb() - Constructor for class com.objectwave.crypto.SquareOfb
 
SquareTest - class com.objectwave.crypto.SquareTest.
 
SquareTest() - Constructor for class com.objectwave.crypto.SquareTest
 
start() - Method in class com.objectwave.utility.Timer
Start the timer ticking.
start(Runnable) - Method in class com.objectwave.utility.ThreadPoolManager
Enqueue the runnable.
start(Xid, int) - Method in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
startElement(String, String, String, Attributes) - Method in class com.objectwave.persist.xml.XMLDecoder
This method will parse a single element in an XML document.
startElement(String, String, String, Attributes) - Method in class com.objectwave.configuration.xml.ObjectBuilder
 
startElement(String, String, String, Attributes) - Method in class com.objectwave.templateMerge.XMLTemplateRead
This method will parse a single element in an XML document.
startElement(String, String, String, Attributes) - Method in class com.objectwave.templateMerge.JspStyleRead
This method will parse a single element in an XML document.
startRootTransaction(String, Object) - Method in class com.objectwave.transactionalSupport.TransactionManager
Used to provide seperation between a particular transaction instance and the desire to have a transaction.
startRootTransaction(String, Object) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Used to provide seperation between a particular transaction instance and the desire to have a transaction.
startRootTransaction(String, Session) - Method in class com.objectwave.transactionalSupport.TransactionManager
Used to provide seperation between a particular transaction instance and the desire to have a transaction.
startRootTransaction(String, Session) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Used to provide seperation between a particular transaction instance and the desire to have a transaction.
startRootTransaction(TransactionLog, Object) - Method in class com.objectwave.transactionalSupport.TransactionManager
Only use this method if you KNOW that you want the provided transaction to be a root transaction.
startRootTransaction(TransactionLog, Object) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Only use this method if you KNOW that you want the provided transaction to be a root transaction.
startServer() - Method in class com.objectwave.simpleSockets.SimpleServer
Start up the socket server.
startServer() - Method in class com.objectwave.socketClassServer.ObjectRunner
 
startThread(Runnable) - Method in class com.objectwave.simpleSockets.SimpleServer
Use the thread pool to start a thread.
startTransaction(Object) - Method in class com.objectwave.appSupport.OkCancelModel
Since some derived classes (QuoteFrameModel, for instance) may want to call startRootTransaction(), this method can be overridden to provide that behaviour.
startTransaction(String) - Method in class com.objectwave.transactionalSupport.Session
Start a root or subtransaction.
startTransaction(String, Object) - Method in class com.objectwave.transactionalSupport.TransactionManager
Used to provide seperation between a particular transaction instance and the desire to have a transaction.
startTransaction(String, Object) - Static method in class com.objectwave.transactionalSupport.TransactionLog
Used to provide seperation between a particular transaction instance and the desire to have a transaction.
StartupRoutine - class com.objectwave.appSupport.StartupRoutine.
There are a set of things that happen in most application startups.
StartupRoutine() - Constructor for class com.objectwave.appSupport.StartupRoutine
 
StartupServlet - class com.objectwave.naming.servlet.StartupServlet.
NamingServlet com.objectwave.naming.servlet.StartupServlet java.naming.factory.initial org.jnp.interfaces.NamingContextFactory java.naming.provider.url jnp://localhost:1099 java.naming.factory.url.pkgs org.jboss.naming:org.jnp.interfaces 1
StartupServlet() - Constructor for class com.objectwave.naming.servlet.StartupServlet
 
statc - Variable in class com.objectwave.sourceModel.ClassSpec
 
stateChanged() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
stateChanged(ChangeEvent) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
stateChanged(ChangeEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
Only called from events generated by the tabbedPane.
StateCheckBox - class com.objectwave.uiWidget.StateCheckBox.
 
StateCheckBox() - Constructor for class com.objectwave.uiWidget.StateCheckBox
 
StateCheckBox(String) - Constructor for class com.objectwave.uiWidget.StateCheckBox
 
statement - Variable in class com.objectwave.persist.sqlConstruction.SqlStatementCacheItem
 
statementFactory - Variable in class com.objectwave.persist.broker.RDBBroker
 
StatementFactory - class com.objectwave.persist.sqlConstruction.StatementFactory.
Use this factory to create the instances of SQLInsert, SQLDelete, etc...
StatementFactory.Test - class com.objectwave.persist.sqlConstruction.StatementFactory.Test.
Unit tests.
StatementFactory.Test() - Constructor for class com.objectwave.persist.sqlConstruction.StatementFactory.Test
 
StatementFactory() - Constructor for class com.objectwave.persist.sqlConstruction.StatementFactory
 
StateTextField - class com.objectwave.uiWidget.StateTextField.
Forces that values of a text field to either be blank or one of several values specified by the 'states' string array.
StateTextField() - Constructor for class com.objectwave.uiWidget.StateTextField
 
staticCalcItem - Static variable in class com.objectwave.utility.StringCalculator
 
StaticDefParser - class com.objectwave.sourceParser.StaticDefParser.
This class happens to look exactly like package def, except it is for StaticInitializers.
StaticDefParser() - Constructor for class com.objectwave.sourceParser.StaticDefParser
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.CrossField
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.ConstraintIsNull
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.ConstraintCompare
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
staticListInsert(String) - Method in class com.objectwave.persist.constraints.Constraint
Each type of constraint will have a specific set of fields associated with it.
StatusBar - class com.objectwave.uiWidget.StatusBar.
For use with the StatusEvent support found in the package com.objectwave.event.*; When a status event occurs, this will display the message.
StatusBar() - Constructor for class com.objectwave.uiWidget.StatusBar
Register for events on the StatusManager.
StatusBarBeanInfo - class com.objectwave.uiWidget.StatusBarBeanInfo.
Let super class do all of the work!
StatusBarBeanInfo() - Constructor for class com.objectwave.uiWidget.StatusBarBeanInfo
Constructor for the StatusBarBeanInfo object
StatusEvent - class com.objectwave.event.StatusEvent.
 
StatusEvent(Object, String) - Constructor for class com.objectwave.event.StatusEvent
 
StatusEventListener - interface com.objectwave.event.StatusEventListener.
 
StatusManager - class com.objectwave.event.StatusManager.
Intended to be used as a generic shared event dispatcher.
StatusManager.Test - class com.objectwave.event.StatusManager.Test.
 
StatusManager.Test() - Constructor for class com.objectwave.event.StatusManager.Test
 
StatusManager() - Constructor for class com.objectwave.event.StatusManager
 
StatusType - class com.objectwave.event.StatusType.
 
stop() - Method in class com.objectwave.utility.Timer
Stop the timer from ticking.
stop() - Method in class com.objectwave.networkUtility.AlivePolicy
 
STOPPED - Static variable in class com.objectwave.utility.Timer
Description of the Field
str - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
StretchLayout - class com.objectwave.viewUtility.StretchLayout.
This layout manager is neat.
StretchLayout() - Constructor for class com.objectwave.viewUtility.StretchLayout
 
StretchLayoutConstraints - class com.objectwave.viewUtility.StretchLayoutConstraints.
Constraints for the StretchLayout.
StretchLayoutConstraints() - Constructor for class com.objectwave.viewUtility.StretchLayoutConstraints
 
STRING - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
StringCalculator - class com.objectwave.utility.StringCalculator.
A class which will evaluate stringified arithmetic / boolean expressions.
StringCalculator.CalcItem - class com.objectwave.utility.StringCalculator.CalcItem.
An abstraction of the symbols found within an expression string.
StringCalculator.ParseNumber - class com.objectwave.utility.StringCalculator.ParseNumber.
Parse a string to a double.
StringCalculator.ParseNumber() - Constructor for class com.objectwave.utility.StringCalculator.ParseNumber
 
StringCalculator.ParseNumber(String) - Constructor for class com.objectwave.utility.StringCalculator.ParseNumber
 
StringCalculator.Test - class com.objectwave.utility.StringCalculator.Test.
 
StringCalculator.Test() - Constructor for class com.objectwave.utility.StringCalculator.Test
 
StringCalculator() - Constructor for class com.objectwave.utility.StringCalculator
 
stringCompare(String, String, String) - Method in class com.objectwave.persist.constraints.ConstraintCompare
Compare the two strings with the specified comparison operation.
stringify() - Method in class com.objectwave.persist.constraints.CrossField
 
stringify() - Method in class com.objectwave.persist.constraints.ConstraintSubSelect
 
stringify() - Method in class com.objectwave.persist.constraints.ConstraintIsNull
 
stringify() - Method in class com.objectwave.persist.constraints.ConstraintCompare
A nice display version of the object.
stringify() - Method in class com.objectwave.persist.constraints.ConstraintBoolean
 
stringify() - Method in class com.objectwave.persist.constraints.ConstraintBetween
 
stringify() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf
 
stringify() - Method in class com.objectwave.persist.constraints.Constraint
Stringify the object.
StringifyIF - interface com.objectwave.utility.StringifyIF.
Allows the user to define a stringify method for an object that may not be the object's toString() result.
StringManipulator - class com.objectwave.utility.StringManipulator.
StringManipulator contains functions that assist with String manipulation.
StringManipulator.Test - class com.objectwave.utility.StringManipulator.Test.
Using an inner class for a test case accomplishes at least two things.
StringManipulator.Test() - Constructor for class com.objectwave.utility.StringManipulator.Test
 
StringManipulator() - Constructor for class com.objectwave.utility.StringManipulator
 
stringOf(int) - Method in class com.objectwave.utility.SymbolExpander
 
stringToBytes(String) - Method in class com.objectwave.utility.ObjectFormatter
Take a string of bytes in Hex format and create a byte array from the string.
stringToObject(String, Class) - Method in class com.objectwave.persist.constraints.Constraint
 
stringToVector(String) - Static method in class com.objectwave.utility.StringManipulator
 
stringToVector(String, char, char) - Static method in class com.objectwave.utility.StringManipulator
Convert a delimited string to a vector of strings.
stringToVector(String, char, char, boolean) - Static method in class com.objectwave.utility.StringManipulator
Convert a delimited string to a vector of strings.
stripTicks(String) - Method in class com.objectwave.persist.SQLQuery
The constraint string uses \' (ticks) to denote string boundaries.
subject - Variable in class com.objectwave.appSupport.OkCancelModel
 
subject - Variable in class com.objectwave.persist.SQLQuery
 
subject - Variable in class com.objectwave.appArch.gui.EditModel
 
SubjectRenderIF - interface com.objectwave.appArch.gui.SubjectRenderIF.
 
subQuery - Variable in class com.objectwave.persist.SQLQuery
 
subTransaction - Variable in class com.objectwave.transactionalSupport.TransactionLog
 
SupportedCollections - class com.objectwave.persist.collectionAdapters.SupportedCollections.
This class is nothing more than a place holder to initialize predefined supported collections.
SupportedCollections - class com.objectwave.transactionalSupport.SupportedCollections.
This is to allow the transactional support to work well with collections.
SupportedCollections() - Constructor for class com.objectwave.persist.collectionAdapters.SupportedCollections
The default behavior is to initialize the collections with defaults.
SupportedCollections() - Constructor for class com.objectwave.transactionalSupport.SupportedCollections
SupportedCollections constructor comment.
SupportedCollections(boolean) - Constructor for class com.objectwave.persist.collectionAdapters.SupportedCollections
The default behavior is to initialize the collections with defaults.
SupportedCollections(boolean, Properties) - Constructor for class com.objectwave.persist.collectionAdapters.SupportedCollections
If using the defaults, first set up those collection adapters; If props is not null, then add those to the list of CollectionAdapters.
SupportedCollections(Properties) - Constructor for class com.objectwave.persist.collectionAdapters.SupportedCollections
The default behavior is to initialize the collections with defaults.
supportsTransaction - Variable in class com.objectwave.persist.broker.RDBConnection
 
SymbolExpander - class com.objectwave.utility.SymbolExpander.
Includes support for expanded symbols given in the values of symbols.
SymbolExpander() - Constructor for class com.objectwave.utility.SymbolExpander
 
SymbolExpander(char, char) - Constructor for class com.objectwave.utility.SymbolExpander
 
SymbolExpanderTableModel - class com.objectwave.utility.SymbolExpanderTableModel.
Symbol Builder.
SymbolExpanderTableModel() - Constructor for class com.objectwave.utility.SymbolExpanderTableModel
 
SymbolExpanderTableModel(String) - Constructor for class com.objectwave.utility.SymbolExpanderTableModel
 
SymbolExpanderTableModel(SymbolExpander) - Constructor for class com.objectwave.utility.SymbolExpanderTableModel
 
symbolPrefixChar - Variable in class com.objectwave.utility.SymbolReplacer
 
SymbolReplacer - class com.objectwave.utility.SymbolReplacer.
 
SymbolReplacer() - Constructor for class com.objectwave.utility.SymbolReplacer
 
SymbolReplacer(char, char) - Constructor for class com.objectwave.utility.SymbolReplacer
 
symbols - Variable in class com.objectwave.utility.SymbolReplacer
 
symbolSuffixChar - Variable in class com.objectwave.utility.SymbolReplacer
 
syncBuffer(long) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Save any changes and re-read the currBuf.bytes from the given position.
system(Throwable, String) - Static method in class com.objectwave.exception.ExceptionBuilder
Create a SystemException.
SystemException - exception com.objectwave.exception.SystemException.
Should almost never be used, most system exceptions should probably really be runtime exceptions of some type.
SystemException(String) - Constructor for class com.objectwave.exception.SystemException
 
SystemException(Throwable, String) - Constructor for class com.objectwave.exception.SystemException
 

T

tab - Variable in class com.objectwave.viewUtility.PropertyPanelAdapter
 
tab - Variable in class com.objectwave.tools.propertyEditor.DeckLayout
 
tab(int) - Method in class com.objectwave.printerSupport.Printer
 
table - Variable in class com.objectwave.persist.sqlConstruction.SQLObject
 
table - Variable in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
TableColumnSelectPolicy - class com.objectwave.tools.viewUtility.TableColumnSelectPolicy.
 
TableColumnSelectPolicy() - Constructor for class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
TableColumnSelectPolicy(boolean[]) - Constructor for class com.objectwave.tools.viewUtility.TableColumnSelectPolicy
 
tableMap - Static variable in class com.objectwave.persist.examples.DomainObject
 
TablePrinter - class com.objectwave.tools.viewUtility.TablePrinter.
Format a given table and send it to the printer.
TablePrinter() - Constructor for class com.objectwave.tools.viewUtility.TablePrinter
 
TablePrinter(boolean) - Constructor for class com.objectwave.tools.viewUtility.TablePrinter
 
TableSequence - class com.objectwave.persist.broker.TableSequence.
This PrimaryKeyStrategy involves selecting a sequence value from a table.
TableSequence() - Constructor for class com.objectwave.persist.broker.TableSequence
 
tabSelected() - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
tabSelected() - Method in interface com.objectwave.viewUtility.PropertyPanel
 
TAG_MARK - Static variable in class com.objectwave.sourceModel.TagReplace
 
TagElement - class com.objectwave.sourceModel.TagElement.
 
TagElement() - Constructor for class com.objectwave.sourceModel.TagElement
Constructor for the TagElement object
TagElement(String, String, String) - Constructor for class com.objectwave.sourceModel.TagElement
Constructor for the TagElement object
TagReplace - class com.objectwave.sourceModel.TagReplace.
Title: Description: Copyright: Copyright (c) 2001 Company:
TagReplace.Test - class com.objectwave.sourceModel.TagReplace.Test.
Unit tests for TagReplace
TagReplace.Test() - Constructor for class com.objectwave.sourceModel.TagReplace.Test
 
TagReplace() - Constructor for class com.objectwave.sourceModel.TagReplace
Constructor for the TagReplace object
TagReplace(String, JavaClassDef, TagTable) - Constructor for class com.objectwave.sourceModel.TagReplace
Constructor for the TagReplace object
TagTable - class com.objectwave.sourceModel.TagTable.
Title: Description: Copyright: Copyright (c) 2001 Company:
TagTable() - Constructor for class com.objectwave.sourceModel.TagTable
Constructor for the TagTable object
tearDown() - Method in class com.objectwave.test.TestImpl
 
tearDown(TestContext) - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.bcel.examples.BcelTest
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.bean.SerIt.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.broker.HypersonicBroker.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.broker.FileBroker.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.broker.BasicTestBroker
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.examples.JoinObject.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.examples.DomainObject.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.file.RecordIterator.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.file.RecordHeader.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.invert.InvertTest
 
tearDown(TestContext) - Method in class com.objectwave.persist.value.ValueObjectTest.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.xml.TestXMLPerson.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.persist.xml.test.MultiplePrimaryKeyTest
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
The teardown method for JUnit
tearDown(TestContext) - Method in class com.objectwave.test.UnitTestBaseImpl
The teardown method for JUnit
tearDown(TestContext) - Method in interface com.objectwave.test.UnitTest
The teardown method for JUnit
TempFileGenerator - class com.objectwave.utility.TempFileGenerator.
Create unique filenames and/or files.
TempFileGenerator(String, String) - Constructor for class com.objectwave.utility.TempFileGenerator
Create a new TempFileGenerator having base nameBase and suffix nameSuffix.
TempFileGenerator(String, String, String) - Constructor for class com.objectwave.utility.TempFileGenerator
Create a new TempFileGenerator having base nameBase, suffix nameSuffix, and directory dir.
template - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
TemplateGui - class com.objectwave.templateMerge.gui.TemplateGui.
This is the screen used to display SourceCodeGeneration templates.
TemplateGui.AppCloser - class com.objectwave.templateMerge.gui.TemplateGui.AppCloser.
To shutdown when run as an application.
TemplateGui.AppCloser() - Constructor for class com.objectwave.templateMerge.gui.TemplateGui.AppCloser
 
TemplateGui(TemplateGuiVIF) - Constructor for class com.objectwave.templateMerge.gui.TemplateGui
Since all of the 'behavior' of this screen resides with the model, we need to instantiate this class with the model in hand.
TemplateGuiModel - class com.objectwave.templateMerge.gui.TemplateGuiModel.
The behavior of the core TemplateGui screen.
TemplateGuiModel() - Constructor for class com.objectwave.templateMerge.gui.TemplateGuiModel
KnownTemplates is a collection of known MergeTemplates.
TemplateGuiModel(KnownTemplates) - Constructor for class com.objectwave.templateMerge.gui.TemplateGuiModel
 
TemplateGuiVIF - interface com.objectwave.templateMerge.gui.TemplateGuiVIF.
Any 'model' that is going to be used in the existing TemplateGui screen needs to implement this interface.
TemplateModGui - class com.objectwave.templateMerge.gui.TemplateModGui.
The screen used to modify the details of a template.
TemplateModGui() - Constructor for class com.objectwave.templateMerge.gui.TemplateModGui
 
TemplateModGui(MergeTemplate, KnownTemplates) - Constructor for class com.objectwave.templateMerge.gui.TemplateModGui
Instantiate
TemplatePreprocessor - class com.objectwave.templateMerge.TemplatePreprocessor.
Read a flatfile and convert it's contexts to a MergeTemplate object, possibly containing some MergeTemplates itself.
TemplatePreprocessor() - Constructor for class com.objectwave.templateMerge.TemplatePreprocessor
 
templatesSelected(Object[]) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
terminateConnection() - Method in class com.objectwave.simpleSockets.ServeClient
 
terminateThreadOnClose - Variable in class com.objectwave.uiWidget.MultipleFileSelector
 
Test - class com.objectwave.customClassLoader.Test.
 
Test.Runner - class com.objectwave.customClassLoader.Test.Runner.
 
Test.Runner() - Constructor for class com.objectwave.customClassLoader.Test.Runner
 
Test.Runner2 - class com.objectwave.customClassLoader.Test.Runner2.
 
Test.Runner2() - Constructor for class com.objectwave.customClassLoader.Test.Runner2
 
Test() - Constructor for class com.objectwave.customClassLoader.Test
Constructor for the Test object
test1() - Method in class com.objectwave.utility.CachedRandomAccessFile.Test
A unit test for JUnit
test1() - Method in class com.objectwave.utility.BufferedRandomAccessFile.Test
A unit test for JUnit
test2() - Method in class com.objectwave.utility.CachedRandomAccessFile.Test
A unit test for JUnit
testAbstract() - Method in class com.objectwave.sourceParser.MethodDefParser.Test
 
testActionAdds() - Method in class com.objectwave.viewUtility.PopupMenu.Test
 
testAddDetail() - Method in class com.objectwave.configuration.PropertyObjects.Test
A unit test for JUnit
testAddOrderBy() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect.Test
A unit test for JUnit
testAllExecute() - Method in class com.objectwave.utility.ThreadPoolManager.Test
A unit test for JUnit
testAlreadyConfigured() - Method in class com.objectwave.logging.log4j.Log4jImpl.Test
A unit test for JUnit
testAnd() - Method in class com.objectwave.persist.constraints.CrossField.Test
A unit test for JUnit
testAnd() - Method in class com.objectwave.persist.constraints.ConstraintBoolean.Test
 
testArgsArrayDecl() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
A unit test for JUnit
testArgsArrayIndividualDecl() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
A unit test for JUnit
testArrayConversions() - Method in class com.objectwave.persist.ObjectFormatter.Test
A unit test for JUnit
testArrayConversions() - Method in class com.objectwave.utility.ObjectFormatter.Test
A unit test for JUnit
testArrays() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testAttributeWhereClause() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testAttributeWhereClauseWithBetweenConstraint() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testAttributeWhereClauseWithConstraint() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testAttributeWhereClauseWithConstraintOnPkey() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testAttWhereWithBooleanConstraint() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testBadDataList() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail.Test
A unit test for JUnit
testBasics() - Method in class com.objectwave.persist.bean.SerIt.Test
A unit test for JUnit
testBoolean - Variable in class com.objectwave.configuration.example.TestPropertyDetail
 
testBooleanConstraintString() - Method in class com.objectwave.persist.SQLQuery.Test
A unit test for JUnit
testBrokerName() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
A unit test for JUnit
testBuildExtendedForeign() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Just like the other tests, but the objects are using RDBExtendedPersistenceAdapter.
testBuildForeignKeyWhereClause() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testBuildInstanceLinkWhereClause() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testBuildObject() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
A unit test for JUnit
testBuildObject2() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
A unit test for JUnit
testBuildObjectForeignProxy() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Query: Person Map : Person -> Employee
testBuildObjectInstance() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Query: Employee -> Person Map : Person -> Employee, Employee -# Person
testBuildObjectInstanceProxy() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Query: Employee Map : Employee -# Person
testBuildObjectInstanceProxy2() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Change the map to have no column name for the instance relation.
testBuildObjectPersistentInstance() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Query: Employee ->Persistent Person Map : Person ->Employee, Employee -# Person
testBuildObjectWithForeign() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Query: Person -> Employee.
testBuildObjectWithForeign2() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Change the map of Employee to have no column name for the instance relation.
testBuildObjectWithPersistentForeign() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
Query: Person ->A Persistent Employee.
testByteArray() - Method in class com.objectwave.persist.ObjectFormatter.Test
A unit test for JUnit
testByteArray() - Method in class com.objectwave.utility.ObjectFormatter.Test
A unit test for JUnit
testCallPathCategory() - Method in class com.objectwave.logging.log4j.Log4jImpl.Test
A unit test for JUnit
testCbc(int) - Static method in class com.objectwave.crypto.SquareTest
 
testCfb(int) - Static method in class com.objectwave.crypto.SquareTest
 
testChangeComment() - Method in class com.objectwave.sourceModel.MethodDef.Test
 
testChanges() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testChangeTypes() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testCharacter() - Method in class com.objectwave.sourceParser.SourceCodeReader.Test
 
testCheckConstraint() - Method in class com.objectwave.persist.constraints.ConstraintBetween.Test
A unit test for JUnit
testCheckConstraint() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf.Test
A unit test for JUnit
testClone() - Method in class com.objectwave.sourceModel.MethodDef.Test
 
testCollectionProxy() - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
A unit test for JUnit
testCollectionProxy() - Method in class com.objectwave.persist.broker.HypersonicBroker.Test
A unit test for JUnit
testCollectionProxy() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testCommandCallback() - Method in class com.objectwave.appArch.admin.CallbackService.Test
A unit test for JUnit
testCommandCallbackInheritence() - Method in class com.objectwave.appArch.admin.CallbackService.Test
 
testCommitChanges() - Method in class com.objectwave.transactionalSupport.ObjectModified.Test
 
testCommitChanges() - Method in class com.objectwave.transactionalSupport.NoFieldObjectModified.Test
 
TestCompany - class com.objectwave.persist.examples.TestCompany.
 
TestCompany() - Constructor for class com.objectwave.persist.examples.TestCompany
 
testConstrainingFk() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testConstrainingInstance() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testConstraint() - Method in class com.objectwave.persist.SQLQuery.Test
A unit test for JUnit
testConstructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintBetween.Test
A unit test for JUnit
testConstructQueryString() - Method in class com.objectwave.persist.constraints.ConstraintAnyOf.Test
A unit test for JUnit
testContainsAttChanges() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
testContainsChanges() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testContext - Variable in class com.objectwave.test.UnitTestBaseImpl
 
TestContext - interface com.objectwave.test.TestContext.
The interface that is to provide support to the unit tests.
testContinuousActionListeners() - Method in class com.objectwave.utility.Timer.Test
 
testContinuousTimer() - Method in class com.objectwave.utility.Timer.Test
 
testCount() - Method in class com.objectwave.utility.SkipListMap.Test
 
testCreate() - Method in class com.objectwave.configuration.PropertyObjects.Test
 
testCreateAttSelect() - Method in class com.objectwave.persist.broker.RDBBroker.Test
A unit test for JUnit
testCreateBase() - Method in class com.objectwave.persist.bcel.Generator.Test
 
testCreateNumber() - Method in class com.objectwave.persist.ObjectFormatter.Test
A unit test for JUnit
testCreateNumber() - Method in class com.objectwave.utility.ObjectFormatter.Test
A unit test for JUnit
testCrossFieldConstraint() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testCts(int) - Static method in class com.objectwave.crypto.SquareTest
 
testCustomSerialize() - Method in class com.objectwave.persist.broker.OracleBroker.Test
A unit test for JUnit
testDateFormat() - Method in class com.objectwave.persist.broker.AccessObjectFormatter.Test
A unit test for JUnit
testDefaultBootstrap() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
Final test of default approach
testDefaultInSourceLocation() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
A unit test for JUnit
testDefineMethods() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testDefineSelectList() - Method in class com.objectwave.persist.broker.RDBBroker.Test
A unit test for JUnit
testDelete() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testDelete() - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
A unit test for JUnit
testDispatch() - Method in class com.objectwave.event.StatusManager.Test
Test Cases
testDomainSerialize() - Method in class com.objectwave.persist.bean.SerIt.Test
A unit test for JUnit
testDualInsert() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testDuplicateSets() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testEcb(int) - Static method in class com.objectwave.crypto.SquareTest
 
testEmptyFetch() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory.Test
A unit test for JUnit
testEncryption() - Method in class com.objectwave.utility.StringManipulator.Test
 
TestEntity - class com.objectwave.persist.examples.TestEntity.
 
TestEntity - class com.objectwave.transactionalSupport.test.TestEntity.
Title: Description: Copyright: Copyright (c) 2001 Company:
TestEntity() - Constructor for class com.objectwave.persist.examples.TestEntity
 
TestEntity() - Constructor for class com.objectwave.transactionalSupport.test.TestEntity
Constructor for the TestEntity object
testEscapedStrings() - Method in class com.objectwave.sourceParser.SourceCodeReader.Test
A unit test for JUnit
testExceptions() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
testExceptions() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testExtractStrings() - Method in class com.objectwave.utility.StringManipulator.Test
 
testExtractStringsToString() - Method in class com.objectwave.utility.StringManipulator.Test
 
testFactory() - Method in class com.objectwave.persist.bcel.examples.BcelTest
To avoid casting all of the time, you could create type specific factories.
testFileBroker() - Method in class com.objectwave.persist.xml.test.MultiplePrimaryKeyTest
Test Multiple Primary Key support in Hypersonic
testFileLoader() - Method in class com.objectwave.customClassLoader.Test
 
testFileLoaderWithSkip() - Method in class com.objectwave.customClassLoader.Test
 
testFindColumn() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
A unit test for JUnit
testFindColumnName() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect.Test
A unit test for JUnit
testFindValueToSet() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
A unit test for JUnit
testFkProxy() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testGetCategoryId() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
A unit test for JUnit
testGetCategoryId() - Method in class com.objectwave.logging.ConsoleImpl.Test
A unit test for JUnit
testGetCategoryId() - Method in class com.objectwave.logging.log4j.Log4jImpl.Test
A unit test for JUnit
testGetConfigClass() - Method in class com.objectwave.configuration.PropertyObjects.Test
 
testGetConnection() - Method in class com.objectwave.persist.broker.RDBConnectionPool.Test
A unit test for JUnit
testGetDescriptions() - Method in class com.objectwave.persist.mapping.MapInformation.Test
A unit test for JUnit
testGetDetail() - Method in class com.objectwave.configuration.PropertyObjects.Test
Most of the testing of getDetail is done elsewhere, just make sure it won't blow up on a new PropertyObjects
testGetInstance() - Method in class com.objectwave.classFile.ClassFile.Test
 
testGetOnEmpty() - Method in class com.objectwave.utility.SkipListMap.Test
 
testGetOrCreate() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
A unit test for JUnit
testGetPkeyStrategy() - Method in class com.objectwave.persist.broker.RDBBroker.Test
A unit test for JUnit
testGetPkeyStrategy() - Method in class com.objectwave.persist.broker.OracleBroker.Test
A unit test for JUnit
testGetPropertyHolder() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
A unit test for JUnit
testGetPropHolder() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
A unit test for JUnit
testGetResults() - Method in class com.objectwave.utility.StringCalculator.Test
 
testGetXmlInputSource() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
A unit test for JUnit
testGetXmlInputSourceWithName() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
 
testHypersonic() - Method in class com.objectwave.persist.xml.test.MultiplePrimaryKeyTest
Test Multiple Primary Key support in Hypersonic
TestImpl - class com.objectwave.test.TestImpl.
Hide the details of the JUnit test framework.
TestImpl(String) - Constructor for class com.objectwave.test.TestImpl
 
testInsert() - Method in class com.objectwave.persist.file.RecordHeader.Test
A unit test for JUnit
testInsert() - Method in class com.objectwave.persist.xml.TestXMLPerson.Test
A unit test for JUnit
testInsert() - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
A unit test for JUnit
testInstanceProxy() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testInstanceProxyJoin() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testInt - Variable in class com.objectwave.configuration.example.TestPropertyDetail
 
testIntQueryString() - Method in class com.objectwave.persist.constraints.ConstraintBetween.Test
A unit test for JUnit
testInvalidate() - Method in class com.objectwave.persist.file.RecordHeader.Test
A unit test for JUnit
testIsEmpty() - Method in class com.objectwave.utility.SkipListMap.Test
 
testIsMatch() - Method in class com.objectwave.persist.broker.ObjectQuerySupport.Test
A unit test for JUnit
testIt() - Method in class com.objectwave.persist.bean.JGrinderQueryBean
 
testIt() - Method in interface com.objectwave.persist.bean.JGrinderQuery
A unit test for JUnit
testIterate() - Method in class com.objectwave.persist.file.RecordIterator.Test
A unit test for JUnit
testIterateWithInvalid() - Method in class com.objectwave.persist.file.RecordIterator.Test
A unit test for JUnit
testJoinAndLeave() - Method in class com.objectwave.transactionalSupport.Session.Test
A unit test for JUnit
testJoinLogic() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
testJoinLogic2() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
testJoinQuery() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testJoinQuery2() - Method in class com.objectwave.persist.sqlConstruction.SqlQueryBuilder.Test
A unit test for JUnit
testKeys() - Method in class com.objectwave.utility.SkipListMap.Test
 
testListFind() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testLitteral() - Method in class com.objectwave.tools.MethodBuilder.Test
 
TestLoader - class com.objectwave.customClassLoader.TestLoader.
Tests MultiClassLoader, URLClassLoader and FileClassLoader.
TestLoader(String[]) - Constructor for class com.objectwave.customClassLoader.TestLoader
Constructor for the TestLoader object
testMap() - Method in class com.objectwave.persist.xml.test.Person.Test
 
testMapBuilding() - Method in class com.objectwave.persist.xml.TestXMLCompany.Test
A unit test for JUnit
testMarkChange() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testMenuShow() - Method in class com.objectwave.viewUtility.PopupMenu.Test
 
testMethodText() - Method in class com.objectwave.sourceParser.MethodDefParser.Test
 
testMigrateChanges() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testMode(String, SquareMode, byte[], byte[], byte[], byte[], int) - Static method in class com.objectwave.crypto.SquareTest
 
testMultiHit() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
Test for a race condition when realizing proxies as a result of a get.
testMultipleArgs() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testMultipleFields() - Method in class com.objectwave.persist.constraints.CrossField.Test
A unit test for JUnit
testMultipleSessions() - Method in class com.objectwave.transactionalSupport.Session.Test
A unit test for JUnit
testMultiShot() - Method in class com.objectwave.utility.Timer.Test
A multi shot is just like a one shot, except that resources are not released.
testNativeArray() - Method in class com.objectwave.persist.bcel.examples.ExtensiveTest
 
testNestedInvocation() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testNestedTransactions() - Method in class com.objectwave.transactionalSupport.Session.Test
A unit test for JUnit
testNestedVariableManipulation() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testNoArgsComplexResult() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
A unit test for JUnit
testNoArgsSimpleReslut() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
A unit test for JUnit
testNoInputSource() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
Test the case where there is no XML file to locate.
testNotSingleton() - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet.Test
A unit test for JUnit
testNullPrimitive() - Method in class com.objectwave.persist.ObjectFormatter.Test
A unit test for JUnit
testNullPrimitive() - Method in class com.objectwave.utility.ObjectFormatter.Test
A unit test for JUnit
testNumberParsing() - Method in class com.objectwave.utility.StringCalculator.Test
 
testOfb(int) - Static method in class com.objectwave.crypto.SquareTest
 
testOne() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testOneArg() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
A unit test for JUnit
testOneShot() - Method in class com.objectwave.utility.Timer.Test
 
testOr() - Method in class com.objectwave.persist.constraints.CrossField.Test
A unit test for JUnit
testOr() - Method in class com.objectwave.persist.constraints.ConstraintBoolean.Test
 
testPanel() - Static method in class com.objectwave.viewUtility.ResizableGridBagLayout
 
testParallelTransWithHypersonic() - Method in class com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
Test Multiple Primary Key support in Hypersonic
testPatternMatching() - Method in class com.objectwave.utility.StringManipulator.Test
 
testPatternMatching2() - Method in class com.objectwave.utility.StringManipulator.Test
 
TestPerson - class com.objectwave.persist.examples.TestPerson.
 
TestPerson() - Constructor for class com.objectwave.persist.examples.TestPerson
 
testPrimaryKeyMatch() - Method in class com.objectwave.persist.broker.ObjectQuerySupport.Test
A unit test for JUnit
testPrimitives() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testProperties() - Method in class com.objectwave.appArch.admin.CallbackService.Test
A unit test for JUnit
TestPropertyDetail - class com.objectwave.configuration.example.TestPropertyDetail.
 
TestPropertyDetail() - Constructor for class com.objectwave.configuration.example.TestPropertyDetail
Constructor for the TestPropertyDetail object
TestPropertySource - class com.objectwave.configuration.example.TestPropertySource.
 
TestPropertySource() - Constructor for class com.objectwave.configuration.example.TestPropertySource
Constructor for the TestPropertySource object
testPut() - Method in class com.objectwave.utility.SkipListMap.Test
 
testQuery() - Method in class com.objectwave.persist.examples.JoinObject.Test
A unit test for JUnit
testQuickChanges() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testQuotes() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testRaw(int) - Static method in class com.objectwave.crypto.SquareTest
 
testReduceStrings() - Method in class com.objectwave.utility.StringManipulator.Test
 
testRefetch() - Method in class com.objectwave.persist.sqlConstruction.StatementFactory.Test
A unit test for JUnit
testRelative() - Method in class com.objectwave.utility.FileFinder.Test
A unit test for JUnit
testReplace() - Method in class com.objectwave.sourceModel.TagReplace.Test
A unit test for JUnit
testResave() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testReturn() - Method in class com.objectwave.sourceParser.MethodDefParser.Test
 
testReturnType() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testRootContexts() - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
 
TestRunner - class com.objectwave.test.TestRunner.
Hide the details of the JUnit test framework.
TestRunner() - Constructor for class com.objectwave.test.TestRunner
 
testRunningQueueSize() - Method in class com.objectwave.utility.Timer.Test
 
testRunOnceListener() - Method in class com.objectwave.utility.Timer.Test
 
testSample() - Method in class com.objectwave.persist.xml.XMLDecoder.Test
A unit test for JUnit
testSample() - Method in class com.objectwave.templateMerge.XMLTemplateRead.Test
A unit test for JUnit
testSample() - Method in class com.objectwave.templateMerge.JspStyleRead.Test
A unit test for JUnit
TestSampleXML - class com.objectwave.persist.xml.TestSampleXML.
 
TestSampleXML() - Constructor for class com.objectwave.persist.xml.TestSampleXML
 
testSave() - Method in class com.objectwave.persist.examples.JoinObject.Test
A unit test for JUnit
testSave() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
testSaveAndFind() - Method in class com.objectwave.persist.bcel.examples.BcelTest
A unit test for JUnit
testSaveAndFind() - Method in class com.objectwave.persist.invert.InvertTest
 
testSavePath() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter.Test
 
testSerializable() - Method in class com.objectwave.persist.ObjectFormatter.Test
A unit test for JUnit
testSerializable() - Method in class com.objectwave.utility.ObjectFormatter.Test
A unit test for JUnit
testSetAsDelete() - Method in class com.objectwave.persist.sqlConstruction.SQLSelect.Test
A unit test for JUnit
testSetThresholdList() - Method in class com.objectwave.logging.log4j.LoggingPropertyDetail.Test
A unit test for JUnit
testSetValue() - Method in class com.objectwave.transactionalSupport.ObjectEditor.Test
 
testSetValues() - Method in class com.objectwave.configuration.DefaultConfigurationService.Test
A unit test for JUnit
testSimpleFind() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testSimpleMath() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testSimpleSave() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testSimpleSaveList() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testSimplifiedConstraintString() - Method in class com.objectwave.persist.SQLQuery.Test
A unit test for JUnit
testSmartGetPropHolder() - Method in class com.objectwave.configuration.xml.XmlConfigurationService.Test
A unit test for JUnit
testSocketStuff() - Method in class com.objectwave.simpleSockets.ClientSocket
 
testSomeExecute() - Method in class com.objectwave.utility.ThreadPoolManager.Test
A unit test for JUnit
testSomeExecute2() - Method in class com.objectwave.utility.ThreadPoolManager.Test
A unit test for JUnit
testStack() - Method in class com.objectwave.logging.ConsoleImpl.Test
A unit test for JUnit
testStatic() - Method in class com.objectwave.sourceParser.MethodDefParser.Test
 
testString - Variable in class com.objectwave.configuration.example.TestPropertyDetail
 
testStringConversions() - Method in class com.objectwave.persist.ObjectFormatter.Test
A unit test for JUnit
testStringConversions() - Method in class com.objectwave.utility.ObjectFormatter.Test
A unit test for JUnit
testSubTrans() - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
 
testSubTransactions() - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
 
testSubTransSession() - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
 
testSubTransTwo() - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
 
testSystemOut() - Method in class com.objectwave.tools.MethodBuilder.Test
Due to the fact that PrintStream has multiple println methods, we must declare the method we are to use!
testSystemOutTwo() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testTargetFileName() - Method in class com.objectwave.persist.broker.FileBroker.Test
A unit test for JUnit
testTargetFileName() - Method in class com.objectwave.persist.broker.BasicTestBroker
A unit test for JUnit
testTransactionSupport() - Method in class com.objectwave.transactionalSupport.TransactionLog.Test
 
testTwoArgs() - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
A unit test for JUnit
testUpdate() - Method in class com.objectwave.persist.file.RecordHeader.Test
A unit test for JUnit
testUpdateBuilding() - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder.Test
A unit test for JUnit
testUpdateBuilding2() - Method in class com.objectwave.persist.sqlConstruction.SqlModifierBuilder.Test
A unit test for JUnit
testValue - Variable in class com.objectwave.configuration.DefaultConfigurationService.Test
 
testVarAssignment() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testVariableManipulation() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testVariableMath() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testVars() - Method in class com.objectwave.tools.MethodBuilder.Test
 
testVectorToStrings() - Method in class com.objectwave.utility.StringManipulator.Test
 
testWaitForListeners() - Method in class com.objectwave.utility.Timer.Test
 
TestXMLCompany - class com.objectwave.persist.xml.TestXMLCompany.
A sample for using a XML file to read match field.
TestXMLCompany.Test - class com.objectwave.persist.xml.TestXMLCompany.Test.
Unit Test
TestXMLCompany.Test() - Constructor for class com.objectwave.persist.xml.TestXMLCompany.Test
 
TestXMLCompany() - Constructor for class com.objectwave.persist.xml.TestXMLCompany
Using this method to do the field match with xml file called testCompany.xml.
testXmlLookup() - Method in class com.objectwave.persist.examples.DomainObject.Test
A unit test for JUnit
testXmlLookup() - Method in class com.objectwave.persist.properties.FilePropertySource.Test
 
TestXMLPerson - class com.objectwave.persist.xml.TestXMLPerson.
A sample for using a XML file to read match field
TestXMLPerson.Test - class com.objectwave.persist.xml.TestXMLPerson.Test.
 
TestXMLPerson.Test() - Constructor for class com.objectwave.persist.xml.TestXMLPerson.Test
 
TestXMLPerson() - Constructor for class com.objectwave.persist.xml.TestXMLPerson
Using this method to do the field match with xml file tag note: "table.testPerson" in method means tha tag name for XML file which include all the field match info.
textField - Variable in class com.objectwave.viewUtility.TextFieldChangeListener
 
TextFieldChangeListener - class com.objectwave.viewUtility.TextFieldChangeListener.
This class with call it's onChange() method whenever the given text field's value changes.
TextFieldChangeListener(JTextField) - Constructor for class com.objectwave.viewUtility.TextFieldChangeListener
Construct an instance of this class with the given text field.
textValueChanged(TextEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
 
textValueChanged(TextEvent) - Method in class com.objectwave.viewUtility.PropertyPanelAdapter
 
tfFileNameEntered() - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
theSpec - Variable in class com.objectwave.sourceModel.JavaClassInfo
 
thread - Variable in class com.objectwave.persist.broker.RDBConnection
 
thread - Variable in class com.objectwave.simpleSockets.ServeClient
 
ThreadContext - class com.objectwave.transactionalSupport.ThreadContext.
This is used for performance optimization.
ThreadContext() - Constructor for class com.objectwave.transactionalSupport.ThreadContext
 
threadLocal - Variable in class com.objectwave.persist.broker.RDBBroker
Used only for connection per thread support.
ThreadPoolManager - class com.objectwave.utility.ThreadPoolManager.
A simple thread pool implementation.
ThreadPoolManager.Test - class com.objectwave.utility.ThreadPoolManager.Test.
Unit Tests
ThreadPoolManager.Test() - Constructor for class com.objectwave.utility.ThreadPoolManager.Test
 
ThreadPoolManager(int) - Constructor for class com.objectwave.utility.ThreadPoolManager
 
threadWaiting(ManagedThread) - Method in class com.objectwave.utility.ThreadPoolManager
Called by the managed thread when it is done processing a runnable.
timeout - Variable in class com.objectwave.transactionalSupport.xa.XaSessionManager
 
Timer - class com.objectwave.utility.Timer.
This class is based upon an article in JavaWorld.
Timer.Mode - class com.objectwave.utility.Timer.Mode.
Description of the Class
Timer.Test - class com.objectwave.utility.Timer.Test.
Test case.
Timer.Test() - Constructor for class com.objectwave.utility.Timer.Test
 
Timer(ActionListener, int) - Constructor for class com.objectwave.utility.Timer
Run the action listener on its own thread in delay amount of time.
Timer(int) - Constructor for class com.objectwave.utility.Timer
Using this constructor is the same as Timer(delay, Timer.CONTINUOUS );
Timer(int, Timer.Mode) - Constructor for class com.objectwave.utility.Timer
 
title - Variable in class com.objectwave.persist.bcel.examples.Employee
 
title - Variable in class com.objectwave.persist.examples.TestPerson
 
title - Variable in class com.objectwave.persist.examples.TestEntity
 
title - Variable in class com.objectwave.persist.examples.ManySideTwo
 
title - Variable in class com.objectwave.persist.examples.ManySideOne
 
title - Variable in class com.objectwave.persist.examples.ExampleEmployee
 
title - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
TitleBar - class com.objectwave.tools.propertyEditor.TitleBar.
 
TitleBar(String, Icon) - Constructor for class com.objectwave.tools.propertyEditor.TitleBar
 
toBoolean(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.AttributeInfo
 
toDatabaseString() - Method in class com.objectwave.persist.util.DateWithoutTime
This method was created in VisualAge.
toDatabaseString() - Method in interface com.objectwave.utility.ScalarType
Stringify this object instance in a form which will be recognized by the ScalarTypeGeneratorIF implementation for this class.
toggle() - Method in class com.objectwave.viewUtility.DisableComponent
 
TokenProvider - interface com.objectwave.templateMerge.TokenProvider.
 
TokenTableModel - class com.objectwave.templateMerge.TokenTableModel.
How to display a WorkFlowRule in a table.
TokenTableModel(TokenProvider) - Constructor for class com.objectwave.templateMerge.TokenTableModel
 
toNumber(String) - Static method in class com.objectwave.utility.StringManipulator
This will pull out the first number found in the string parameter.
top - Variable in class com.objectwave.uiWidget.JGraph
 
top - Variable in class com.objectwave.uiWidget.Graph
 
top - Variable in class com.objectwave.uiWidget.ColorSelector
 
top - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
 
TOP - Static variable in class com.objectwave.utility.PointManipulator
 
topMult - Variable in class com.objectwave.viewUtility.StretchLayoutConstraints
These values should be in the range 0..1
topOf(Component, int, int) - Static method in class com.objectwave.utility.PointManipulator
 
toString() - Method in class com.objectwave.persist.Type
 
toString() - Method in class com.objectwave.persist.SQLQuery
Try to provide some useful debugging information.
toString() - Method in class com.objectwave.persist.QueryException
Display a nice version of this exception.
toString() - Method in class com.objectwave.persist.AttributeTypeColumn
 
toString() - Method in class com.objectwave.persist.constraints.Constraint
toString returns the stringified object.
toString() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
toString() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
toString() - Method in class com.objectwave.persist.examples.DomainObject
 
toString() - Method in class com.objectwave.persist.invert.PersistenceBase
 
toString() - Method in class com.objectwave.persist.util.DateWithoutTime
 
toString() - Method in class com.objectwave.transactionalSupport.UpdateException
 
toString() - Method in class com.objectwave.transactionalSupport.Session
 
toString() - Method in class com.objectwave.transactionalSupport.test.TestEntity
 
toString() - Method in class com.objectwave.classFile.MethodReference
 
toString() - Method in class com.objectwave.classFile.MethodInfo
Generic toString method, init method is unchanged.
toString() - Method in class com.objectwave.classFile.FieldInfo
 
toString() - Method in class com.objectwave.classFile.ConstantPoolInfo
 
toString() - Method in class com.objectwave.classFile.ClassFile
 
toString() - Method in class com.objectwave.classFile.AttributeInfo
 
toString() - Method in class com.objectwave.event.StatusType
 
toString() - Method in class com.objectwave.test.TestImpl
 
toString() - Method in class com.objectwave.utility.TreeCollection
What is the name of 'this' object.
toString() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
toString() - Method in class com.objectwave.utility.SkipListMap
 
toString() - Method in class com.objectwave.utility.Pair
This method was created in VisualAge.
toString() - Method in class com.objectwave.utility.DisplayPair
 
toString() - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Method
toString() - Method in class com.objectwave.viewUtility.StretchLayoutConstraints
Stringify this object.
toString() - Method in class com.objectwave.viewUtility.FlexGridColumn
This method was created in VisualAge.
toString() - Method in class com.objectwave.appArch.security.SecurityType
 
toString() - Method in class com.objectwave.sourceModel.MethodParameter
 
toString() - Method in class com.objectwave.templateMerge.MergeTemplate
 
toString() - Method in class com.objectwave.templateMerge.InformationToken
The token value + the description.
toString() - Method in class com.objectwave.tools.propertyEditor.AbstractLayout
Return a string representation of the layout manager
toString(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.FieldInfo
 
toString(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
 
toString(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.AttributeInfo
Print out an 'intelligent' version of this class.
toString(Object) - Method in interface com.objectwave.utility.StringifyIF
Return a string to identify the given object.
toString(String, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.MethodInfo
print out the method, much as you would see it in the source file.
toVector() - Method in class com.objectwave.utility.OrderedVector
 
Trace - interface com.objectwave.logging.Trace.
Used within the logging system to "trace" method invocation on a specific thread by decorating logging messages with a "trace category".
TraceClassLoader - class com.objectwave.tools.TraceClassLoader.
Loads class bytes from a file.
TraceClassLoader() - Constructor for class com.objectwave.tools.TraceClassLoader
 
traceHolder - Static variable in class com.objectwave.logging.MessageLog
This maintains the traces on a per thread basis.
traceHolder - Static variable in class com.objectwave.logging.ConsoleImpl
 
traceHolder - Variable in class com.objectwave.logging.log4j.Log4jImpl
 
track(String, Runnable) - Static method in class com.objectwave.logging.MessageLog
Run the provided code block and decorate any resulting log messages with specified category.
track(String, Trace) - Static method in class com.objectwave.logging.MessageLog
Run the provided code block and decorate any resulting log messages with specified category.
track(String, Trace) - Method in interface com.objectwave.logging.LogIF
Run the provided code block and decorate any resulting log messages with specified category.
track(String, Trace) - Method in class com.objectwave.logging.ConsoleImpl
Run the provided code block and decorate any resulting log messages with specified category.
track(String, Trace) - Method in class com.objectwave.logging.log4j.Log4jImpl
Run the provided code block and decorate any resulting log messages with specified category.
Tracker - class com.objectwave.tools.Tracker.
 
Tracker() - Constructor for class com.objectwave.tools.Tracker
 
trailText - Variable in class com.objectwave.sourceModel.ClassSpec
 
TransactionalObjectAdapter - class com.objectwave.transactionalSupport.TransactionalObjectAdapter.
A sample implementation of a TransactionalObject.
TransactionalObjectAdapter() - Constructor for class com.objectwave.transactionalSupport.TransactionalObjectAdapter
 
TransactionalObjectIF - interface com.objectwave.transactionalSupport.TransactionalObjectIF.
In order to be a transactional object it is necessary for this interface to be implemented.
TransactionLog - class com.objectwave.transactionalSupport.TransactionLog.
A key piece of a the TransactionalSupport is the transaction log.
TransactionLog.Test - class com.objectwave.transactionalSupport.TransactionLog.Test.
Unit tests for the tranasaction log.
TransactionLog.Test() - Constructor for class com.objectwave.transactionalSupport.TransactionLog.Test
 
TransactionLog() - Constructor for class com.objectwave.transactionalSupport.TransactionLog
 
transactionManager - Static variable in class com.objectwave.transactionalSupport.TransactionLog
 
TransactionManager - class com.objectwave.transactionalSupport.TransactionManager.
 
TransactionManager.MyLockManager - class com.objectwave.transactionalSupport.TransactionManager.MyLockManager.
A very efficient lock manager that takes advantage of the following assumptions.
TransactionManager.MyLockManager() - Constructor for class com.objectwave.transactionalSupport.TransactionManager.MyLockManager
LockManager constructor comment.
TransactionManager() - Constructor for class com.objectwave.transactionalSupport.TransactionManager
Constructor for the TransactionManager object
tree - Variable in class com.objectwave.tools.propertyEditor.JConfigure
 
TreeCollection - class com.objectwave.utility.TreeCollection.
This class differs from the jfc tree implementation in that you never worry about TreeNode objects.
TreeCollection() - Constructor for class com.objectwave.utility.TreeCollection
 
TreeListControl - class com.objectwave.uiControl.TreeListControl.
Before there was the JFC, I had a VERY simple version of a tree control.
TreeListControl(List, Container) - Constructor for class com.objectwave.uiControl.TreeListControl
 
treePath(TreePath) - Method in class com.objectwave.tools.propertyEditor.JConfigure
Convert the parameter into a string.
treeSelectionChanged() - Method in class com.objectwave.persist.gui.DeleteTreeUI
 
triggerChangeEvent() - Method in class com.objectwave.sourceModel.JavaRelation
 
trimLeadingBlanks(String) - Static method in class com.objectwave.utility.StringManipulator
The method name says it all.
trimToSize() - Method in class com.objectwave.utility.OrderedVector
 
tryAgain(int) - Method in class com.objectwave.persist.broker.RDBConnection
There may be error codes that mean the connection should simply try the statement a second time.
tryAgain(int) - Method in class com.objectwave.persist.broker.OracleConnection
 
tryIsDuplicateSymbol(String, int) - Method in class com.objectwave.utility.SymbolReplacer
 
tryIsLegalIdentifier(String) - Method in class com.objectwave.utility.SymbolReplacer
 
twoArgs(String, String) - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
 
twoArgsInOne(String[]) - Method in class com.objectwave.appArch.admin.CallbackHolder.Test
 
type - Variable in class com.objectwave.appArch.admin.DataItem
 
type - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
Type - class com.objectwave.persist.Type.
 
TYPE_ATOMIC - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPE_BOOLEAN - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPE_BRACKET - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPE_NULL - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPE_NUMBER - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPE_OPERATOR - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPE_STRING - Variable in class com.objectwave.utility.StringCalculator.CalcItem
 
TYPEATT - Static variable in class com.objectwave.persist.AttributeTypeColumn
 
typeGenerated() - Method in interface com.objectwave.utility.ScalarTypeGeneratorIF
Inform the ScalarTypeFactory what type can be created by this generator.
typeStr() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
typeString(String, String) - Static method in class com.objectwave.classFile.ClassFile
Takes a type signature and a string representing a variable name and returns a declaration for that variable name.

U

udp - Variable in class com.objectwave.socketClassServer.ObjectRunner
 
UDPUtils - class com.objectwave.networkUtility.UDPUtils.
UDP is commonly used for broadcast capabilities.
UDPUtils() - Constructor for class com.objectwave.networkUtility.UDPUtils
 
UIManager - class com.objectwave.appArch.UIManager.
This class actually handles the frame/dialog opening, frame/dialog closing, and system exit functions of the application.
UIManager() - Constructor for class com.objectwave.appArch.UIManager
 
unbind() - Method in class com.objectwave.simpleSockets.ServeClient
 
UNICODE - Static variable in class com.objectwave.classFile.ConstantPoolInfo
 
uniqueValuesOnly(Vector, String) - Method in class com.objectwave.sourceModel.JavaClassInfo
 
UnitTest - interface com.objectwave.test.UnitTest.
 
UnitTest - class com.objectwave.tools.UnitTest.
Recurse from the current user directory and find all .class files that are UnitTest and add to our list of tests.
UnitTest() - Constructor for class com.objectwave.tools.UnitTest
 
UnitTestBaseImpl - class com.objectwave.test.UnitTestBaseImpl.
Provide all of the default implementation code.
UnitTestBaseImpl() - Constructor for class com.objectwave.test.UnitTestBaseImpl
 
unlock() - Method in interface com.objectwave.persist.Persistence
Support explicit locking and unlocking.
unlock() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
This method was created in VisualAge.
unlock() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
This method was created in VisualAge.
unlock() - Method in class com.objectwave.persist.examples.DomainObject
This method was created in VisualAge.
unlock() - Method in class com.objectwave.persist.invert.PersistenceBase
This method was created in VisualAge.
unlock() - Method in class com.objectwave.transactionalSupport.ObjectEditor
Unlock the pessimistically
unlock() - Method in interface com.objectwave.transactionalSupport.ObjectEditingView
This method was created in VisualAge.
unlock() - Method in class com.objectwave.transactionalSupport.NoFieldObjectEditor
Unlock the pessimistically
unlock() - Method in class com.objectwave.transactionalSupport.test.DomainObject
This method was created in VisualAge.
unsavedForeignKeys(AttributeTypeColumn[], Persistence) - Method in class com.objectwave.persist.broker.SaveObjectsStrategy
Determines if in the collection of persistent objects if there exists an object that is neither transient nor 'saved'/persistent.
UnsupportedCommand - exception com.objectwave.appArch.admin.UnsupportedCommand.
 
UnsupportedCommand() - Constructor for class com.objectwave.appArch.admin.UnsupportedCommand
Constructor for the UnsupportedCommand object
UnsupportedCommand(String) - Constructor for class com.objectwave.appArch.admin.UnsupportedCommand
Constructor for the UnsupportedCommand object
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.TestPerson
This method allows me to get arounds security problems with updating and object from a generic framework.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.TestEntity
This method allows me to get arounds security problems with updating and object from a generic framework.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.TestCompany
This method allows me to get arounds security problems with updating and object from a generic framework.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
Method no longer does anything since setAccessible solves our need for this behavior.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
Method no longer does anything since setAccessible solves our need for this behavior.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.ExamplePerson
This method allows me to get arounds security problems with updating and object from a generic framework.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.examples.DomainObject
Method no longer does anything since setAccessible solves our need for this behavior.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.invert.PersistenceBase
Method no longer does anything since setAccessible solves our need for this behavior.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Pass my 'update' request to my represented persistent object.
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.xml.test.Phone
 
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.xml.test.PersonPhone
 
update(boolean, Object[], Field[]) - Method in class com.objectwave.persist.xml.test.Person
 
update(boolean, Object[], Field[]) - Method in interface com.objectwave.transactionalSupport.TransactionalObjectIF
A back door method to allow updating instance variable values ignoring scope issues.
update(boolean, Object[], Field[]) - Method in class com.objectwave.transactionalSupport.TransactionalObjectAdapter
This method allows me to get arounds security problems with updating and object from a generic framework.
update(boolean, Object[], Field[]) - Method in class com.objectwave.transactionalSupport.ExampleObject
This method allows me to get arounds security problems with updating and object from a generic framework.
update(boolean, Object[], Field[]) - Method in class com.objectwave.transactionalSupport.test.DomainObject
Method no longer does anything since setAccessible solves our need for this behavior.
update(RandomAccessFile, byte[]) - Method in class com.objectwave.persist.file.RecordHeader
A 'db' update.
update(RDBPersistence) - Method in class com.objectwave.persist.broker.AccessBroker
Builds and executes an update statement.
update(RDBPersistence, Persistence) - Method in class com.objectwave.persist.broker.RDBBroker
Builds and executes an update statement.
update(SQLInsert, RDBPersistence) - Method in class com.objectwave.persist.broker.RDBBroker
Allow database specific changes to a sqlInsert.
update(SQLInsert, RDBPersistence) - Method in class com.objectwave.persist.broker.AccessBroker
Don't include the primary key field as a value in the insert statement.
updateAll() - Method in class com.objectwave.viewUtility.VectorToButtons
Remake the button vector.
updateBackReferences(Persistence, RDBPersistence, RDBPersistence) - Method in class com.objectwave.persist.objectConstruction.ProcessResultSet
This is used only be objects generated by the createInstance() method of RDBExtendablePersitentAdapter objects.
updateConstantPool(ConstantPool, String, String) - Method in class com.objectwave.persist.bcel.Generator
The class name has changed, we need to tweak the constant pool to contain the new class name.
updateContents(ClassElement[]) - Method in class com.objectwave.sourceParser.ClassSpecParser
If theObject is an interface, the methods are all public and abstract.
updateDelegator(String, String) - Static method in class com.objectwave.sourceGenerator.DelegatorGenerator
 
updateDetail() - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
UpdateException - exception com.objectwave.transactionalSupport.UpdateException.
This exception may be thrown when trying to commit changes to a transactional object.
UpdateException(Exception) - Constructor for class com.objectwave.transactionalSupport.UpdateException
 
UpdateException(String) - Constructor for class com.objectwave.transactionalSupport.UpdateException
 
updateExecSql(SQLAssembler) - Method in class com.objectwave.persist.broker.RDBConnection
Issue an update statement.
updateFocusedItemLabel(Point) - Method in class com.objectwave.uiWidget.JGraph
 
updateFocusedItemLabel(Point) - Method in class com.objectwave.uiWidget.Histogram
 
updateFont() - Method in class com.objectwave.viewUtility.VectorToButtons
 
updateGotos(byte[], int, int) - Method in class com.objectwave.classFile.ChangeClass
 
updateItemLabel(Point, Color, String) - Method in class com.objectwave.uiWidget.JGraph
 
updateLabels() - Method in class com.objectwave.viewUtility.VectorToButtons
 
updatePointers(ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ClassFile
When we read in the class file, we read the 'index' of the constant pool.
updatePreferredSize() - Method in class com.objectwave.uiWidget.SimpleOkCancelDialog
 
updateSelected() - Method in class com.objectwave.uiWidget.ComponentList
 
updateStatement(PreparedStatement) - Method in class com.objectwave.persist.broker.RDBConnection
Usually a no op.
updateStatus(StatusEvent) - Method in interface com.objectwave.event.StatusEventListener
 
updateStatus(StatusEvent) - Method in class com.objectwave.uiWidget.StatusBar
Based off the event type, change the color of the status message.
updateStatus(StatusEvent) - Method in class com.objectwave.utility.ExceptionLogger
 
updateStatus(StatusEvent) - Method in class com.objectwave.viewUtility.ExceptionListener
 
updateSymbolValue(String, String) - Method in class com.objectwave.utility.SymbolReplacer
 
URLClassLoader - class com.objectwave.customClassLoader.URLClassLoader.
 
URLClassLoader(String) - Constructor for class com.objectwave.customClassLoader.URLClassLoader
 
useDatabase() - Static method in class com.objectwave.persist.BrokerFactory
Convience method for setting up persistence to use RDBBroker.
useDatabase(boolean, ObjectPool) - Static method in class com.objectwave.persist.BrokerFactory
Convience method for setting up persistence to use RDBBroker.
useDefault() - Method in class com.objectwave.logging.log4j.LoggingPropertySource
 
useFooter() - Method in class com.objectwave.viewUtility.HeaderFooterSelection
Was/is the "use footer" checkbox checked?
useHeader() - Method in class com.objectwave.viewUtility.HeaderFooterSelection
Was/is the "use header" checkbox checked?
useLocalLoader(String) - Method in class com.objectwave.customClassLoader.MultiClassLoader
 
useLocalLoader(String) - Method in class com.objectwave.customClassLoader.FileClassLoader
 
useObjectPool(String) - Static method in class com.objectwave.appSupport.StartupRoutine
 
useObjectPoolBroker(ObjectPool) - Static method in class com.objectwave.persist.BrokerFactory
Convience method for setting up persistence to use objectpool broker.
useReplacementPattern(String) - Method in class com.objectwave.utility.SymbolReplacer
 
userName - Variable in class com.objectwave.persist.broker.RDBConnection
 
userName - Variable in class com.objectwave.uiWidget.LoginEvent
 
UserProfilePolicy - class com.objectwave.transactSecurity.UserProfilePolicy.
Use this class to create Object level access restrictions and to process ObjectAccessed events.
UserProfilePolicy() - Constructor for class com.objectwave.transactSecurity.UserProfilePolicy
 
UserType - class com.objectwave.appArch.security.UserType.
 
usesAdapter() - Method in interface com.objectwave.persist.Persistence
 
usesAdapter() - Method in class com.objectwave.persist.examples.InvertPersonPersistenceBase
 
usesAdapter() - Method in class com.objectwave.persist.examples.InvertEmployeePersistenceBase
 
usesAdapter() - Method in class com.objectwave.persist.examples.DomainObject
 
usesAdapter() - Method in class com.objectwave.persist.invert.PersistenceBase
 
usesAdapter() - Method in class com.objectwave.persist.mapping.RDBPersistentAdapter
Since we are the adapter, we should never need an adapter.
usesAdapter() - Method in class com.objectwave.transactionalSupport.test.DomainObject
 
useThisTemplate - Static variable in class com.objectwave.sourceGenerator.SourceCodeGenerator
 

V

valid(Thread) - Method in class com.objectwave.transactionalSupport.WrapClassLoader
 
validateSubject() - Method in class com.objectwave.persist.bcel.FinalClass
 
value - Variable in class com.objectwave.appArch.admin.DataItem
 
Value - class com.objectwave.persist.value.Value.
 
Value() - Constructor for class com.objectwave.persist.value.Value
 
valueAtPoint(Point) - Method in class com.objectwave.uiWidget.Histogram
Return the corresponding value in the range [minValue...maxValue] at the given point p.
valueChanged(ListSelectionEvent) - Method in class com.objectwave.uiWidget.QuickPick
 
valueChanged(ListSelectionEvent) - Method in class com.objectwave.uiWidget.DoubleQuickPick
 
valueChanged(TreeSelectionEvent) - Method in class com.objectwave.templateMerge.gui.TemplateGui
When told that my TreeModel has changed, I'll get this message.
valueChanged(TreeSelectionEvent) - Method in class com.objectwave.tools.SearchResults
Method to handle events for the TreeSelectionListener interface.
valueChanged(TreeSelectionEvent) - Method in class com.objectwave.tools.propertyEditor.JConfigure
When the selected path changes, change the display of the properties.
ValueConstructor - class com.objectwave.persist.value.ValueConstructor.
 
ValueConstructor() - Constructor for class com.objectwave.persist.value.ValueConstructor
 
valueCount - Variable in class com.objectwave.persist.sqlConstruction.SQLModifier
 
valueForPathChanged(TreePath, Object) - Method in class com.objectwave.persist.gui.DeleteTree
Messaged when the user has altered the value for the item identified by path to newValue .
valueForPathChanged(TreePath, Object) - Method in class com.objectwave.utility.TreeCollection
 
valueList - Variable in class com.objectwave.persist.sqlConstruction.SQLModifier
 
ValueObjectTest - class com.objectwave.persist.value.ValueObjectTest.
Don't use these classes, project not completed.
ValueObjectTest.Test - class com.objectwave.persist.value.ValueObjectTest.Test.
 
ValueObjectTest.Test() - Constructor for class com.objectwave.persist.value.ValueObjectTest.Test
 
ValueObjectTest() - Constructor for class com.objectwave.persist.value.ValueObjectTest
 
valueOf(int) - Method in class com.objectwave.utility.SymbolExpander
 
valueOf(String) - Method in class com.objectwave.utility.SymbolReplacer
 
values - Variable in class com.objectwave.utility.SymbolReplacer
 
valueStr() - Method in class com.objectwave.utility.StringCalculator.CalcItem
 
VariableDef - class com.objectwave.sourceModel.VariableDef.
MetaModel representation of a VariableDefinition.
VariableDef() - Constructor for class com.objectwave.sourceModel.VariableDef
 
VariableDefParser - class com.objectwave.sourceParser.VariableDefParser.
Parse source for a variable definition.
VariableDefParser() - Constructor for class com.objectwave.sourceParser.VariableDefParser
 
VariablePanel - class com.objectwave.uiWidget.VariablePanel.
 
VariablePanel() - Constructor for class com.objectwave.uiWidget.VariablePanel
 
VariablePanel(String) - Constructor for class com.objectwave.uiWidget.VariablePanel
 
variables - Variable in class com.objectwave.tools.MethodBuilder
 
VectorCollectionAdapter - class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter.
Collection Adapters were introduced to support multiple collection types within the JavaGrinder Framework.
VectorCollectionAdapter() - Constructor for class com.objectwave.persist.collectionAdapters.VectorCollectionAdapter
 
VectorToButtons - class com.objectwave.viewUtility.VectorToButtons.
Provides the ability to create a vector of buttons from a vector of data.
VectorToButtons() - Constructor for class com.objectwave.viewUtility.VectorToButtons
Constructors:
VectorToButtons(Vector) - Constructor for class com.objectwave.viewUtility.VectorToButtons
 
VectorToButtons(Vector, Vector) - Constructor for class com.objectwave.viewUtility.VectorToButtons
 
vectorToString(Vector) - Static method in class com.objectwave.utility.StringManipulator
 
vectorToString(Vector, char, char) - Static method in class com.objectwave.utility.StringManipulator
Convert a vector to a delimited string (using vector elements' toString()).
verbose - Variable in class com.objectwave.persist.AbstractBroker
 
verbose - Static variable in class com.objectwave.persist.broker.RDBConnection
 
verbose - Variable in class com.objectwave.utility.StringCalculator
Private Section:
verbProp - Static variable in class com.objectwave.persist.broker.RDBConnection
 
VERTICAL - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
VERTICAL - Static variable in class com.objectwave.viewUtility.DrawRoutines
 
vgap - Variable in class com.objectwave.tools.propertyEditor.AbstractLayout
 
visuallyEditConstraint(Constraint) - Method in class com.objectwave.persist.constraints.gui.ConstraintSelection
 

W

waitForActionListeners() - Method in class com.objectwave.utility.Timer
Wait for all of the action listeners.
waitForConnection() - Method in class com.objectwave.persist.broker.RDBConnectionPool
 
waitForTimer() - Method in class com.objectwave.utility.Timer
Go into an indefinite wait state until the clock timer ticks.
waitingRunnables - Variable in class com.objectwave.utility.ThreadPoolManager
 
warn(Object, String) - Static method in class com.objectwave.logging.MessageLog
Warning messages.
warn(Object, String) - Method in interface com.objectwave.logging.LogIF
 
warn(Object, String) - Method in class com.objectwave.logging.ConsoleImpl
Dump text to string with a priority of warn.
warn(Object, String) - Method in class com.objectwave.logging.log4j.Log4jImpl
 
warn(Object, String, Throwable) - Static method in class com.objectwave.logging.MessageLog
Warning messages.
warn(Object, String, Throwable) - Method in interface com.objectwave.logging.LogIF
 
warn(Object, String, Throwable) - Method in class com.objectwave.logging.ConsoleImpl
Dump text to string with a priority of warn.
warn(Object, String, Throwable) - Method in class com.objectwave.logging.log4j.Log4jImpl
 
WARNING - Static variable in class com.objectwave.event.StatusType
 
WatchdogServer - class com.objectwave.simpleSockets.WatchdogServer.
A Watchdog server to watch for unexpected client deaths.
WatchdogServer() - Constructor for class com.objectwave.simpleSockets.WatchdogServer
 
WatchdogServer(int) - Constructor for class com.objectwave.simpleSockets.WatchdogServer
 
weight - Variable in class com.objectwave.viewUtility.FlexGridColumn
 
WEST - Static variable in class com.objectwave.viewUtility.FlexGridColumn
 
WidgetFunctions - class com.objectwave.viewUtility.WidgetFunctions.
A collection of handy static methods which can be used with AWT/Swing GUI components.
WidgetFunctions() - Constructor for class com.objectwave.viewUtility.WidgetFunctions
 
width - Variable in class com.objectwave.viewUtility.FlexGridColumn
 
widthChanges(Component) - Method in class com.objectwave.viewUtility.FunLayout
When the window containing the given component is widened, the component will grow wider (and smaller when the window is shrunk).
window - Variable in class com.objectwave.appArch.WindowModel
 
windowActivated(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowActivated(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowActivated(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowActivated(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowActivated(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
windowClass - Variable in class com.objectwave.appArch.WindowModel
 
windowClosed(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowClosed(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowClosed(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowClosed(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowClosed(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
windowClosing(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowClosing(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowClosing(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowClosing(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowClosing(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
windowClosing(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateGui.AppCloser
 
WindowControl - class com.objectwave.viewUtility.WindowControl.
Some generic routines that will manipulate various UI properties.
WindowControl() - Constructor for class com.objectwave.viewUtility.WindowControl
 
windowDeactivated(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowDeactivated(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowDeactivated(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowDeactivated(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowDeactivated(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
windowDeiconified(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowDeiconified(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowDeiconified(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowDeiconified(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowDeiconified(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
windowIconified(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowIconified(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowIconified(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowIconified(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowIconified(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
WindowModel - class com.objectwave.appArch.WindowModel.
A window model is different from a presentation model in that it holds the common event pool.
WindowModel() - Constructor for class com.objectwave.appArch.WindowModel
 
WindowModel(Class) - Constructor for class com.objectwave.appArch.WindowModel
 
WindowModelIF - interface com.objectwave.appArch.WindowModelIF.
 
windowOpened(WindowEvent) - Method in class com.objectwave.printerSupport.printing
 
windowOpened(WindowEvent) - Method in class com.objectwave.uiWidget.MultipleFileSelector
 
windowOpened(WindowEvent) - Method in class com.objectwave.uiWidget.ChoiceGui
 
windowOpened(WindowEvent) - Method in class com.objectwave.utility.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent) - Method in class com.objectwave.viewUtility.PropertyDialog
 
windowOpened(WindowEvent) - Method in class com.objectwave.templateMerge.gui.TemplateModGui
 
workers - Variable in class com.objectwave.persist.bcel.examples.Employee
 
workers - Variable in class com.objectwave.persist.examples.ExampleEmployee
 
WORLD - Static variable in interface com.objectwave.appArch.security.Prototypes
 
wrap - Variable in class com.objectwave.tools.propertyEditor.DeckLayout
 
WrapClassLoader - class com.objectwave.transactionalSupport.WrapClassLoader.
This is used for performance optimization.
WrapClassLoader(ClassLoader, Thread) - Constructor for class com.objectwave.transactionalSupport.WrapClassLoader
 
WRITE - Static variable in interface com.objectwave.appArch.security.Prototypes
 
write() - Method in class com.objectwave.utility.CachedRandomAccessFile.FileBlock
Description of the Method
write(byte[]) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
write(byte[]) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
write(byte[], int, int) - Method in class com.objectwave.simpleSockets.ClientSocket
 
write(byte[], int, int) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
write(byte[], int, int) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
write(byte[], int, int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.MethodInfo
Write out a method_info, do constant table fixups on the write.
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.LocalVariableAttributeInfo
Write the bytes to the output stream.
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.FieldInfo
 
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ExceptionAttributeInfo
Write the bytes to the output stream.
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ConstantValueAttributeInfo
Write the bytes to the output stream.
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.ConstantPoolInfo
 
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.CodeAttributeInfo
Write the bytes to the output stream.
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.BuggyLocalVariableAttributeInfo
Write the bytes to the output stream.
write(DataOutputStream, ConstantPoolInfo[]) - Method in class com.objectwave.classFile.AttributeInfo
Write the bytes to the output stream.
write(int) - Method in class com.objectwave.utility.DebugOutput
This method was created in VisualAge.
write(int) - Method in class com.objectwave.utility.CachedRandomAccessFile
Description of the Method
write(int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
write(int) - Method in class com.objectwave.crypto.CryptoOutputStream
Securely write a byte to the underlying outptt stream.
write(int, boolean) - Method in class com.objectwave.crypto.CryptoOutputStream
The protected method where the data is actually written.
write(OutputStream) - Method in class com.objectwave.classFile.ClassFile
Write the class out as a stream of bytes to the output stream.
WRITEBIT - Static variable in class com.objectwave.appArch.security.SecurityController
 
writeBoolean(boolean) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeByte(int) - Method in class com.objectwave.simpleSockets.ClientSocket
 
writeByte(int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeBytes(String) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeChar(int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeChars(String) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeClassElements(ClassElement[], String) - Static method in class com.objectwave.sourceGenerator.SourceCodeGenerator
Write the class elements to a file.
writeDouble(double) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeFile(String, String) - Method in class com.objectwave.test.UnitTestBaseImpl
Helper method to allow a quick creation of a file.
writeFileResource(String, Class, String) - Method in class com.objectwave.test.UnitTestBaseImpl
 
writeFloat(float) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeFromStream(InputStream) - Method in class com.objectwave.simpleSockets.ClientSocket
Read from the provided input stream and write the results on the socket.
writeInt(int) - Method in class com.objectwave.simpleSockets.ClientSocket
 
writeInt(int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeLong(long) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeMethod(String, OutputStream) - Method in class com.objectwave.classFile.ClassFile
 
writeObject(Object) - Method in class com.objectwave.simpleSockets.ClientSocket
 
writeObject(String[]) - Method in class com.objectwave.persist.bean.SerIt
 
writeObjectPoolOnExit(String) - Static method in class com.objectwave.appSupport.StartupRoutine
This method will most likely be called from the initializePersistence method.
writeOut(MergeTemplate, BufferedWriter) - Static method in class com.objectwave.templateMerge.MergeTemplateWriter
Entry point for writing templates as a text file.
writePrimitive(DataOutputStream, AttributeTypeColumn, Persistence) - Method in class com.objectwave.persist.file.ObjectBuilder
Write the primitive value to the output stream.
writeProperties(ConfigureTreeModel, String) - Method in class com.objectwave.tools.propertyEditor.JConfigure
 
writeReference(DataOutputStream, RDBPersistence, RDBPersistence, Persistence, AttributeTypeColumn) - Method in class com.objectwave.persist.file.ObjectBuilder
Utility method that does the work of other methods.
writeShort(int) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeString(String) - Method in class com.objectwave.simpleSockets.ClientSocket
 
writeTemplateBody(MergeTemplate) - Method in class com.objectwave.templateMerge.XMLTemplateWriter
Write the template body
writeTemplateName(MergeTemplate) - Method in class com.objectwave.templateMerge.XMLTemplateWriter
Write the template name
writeTemplatePost(MergeTemplate) - Method in class com.objectwave.templateMerge.XMLTemplateWriter
Write the template post
writeTemplatePre(MergeTemplate) - Method in class com.objectwave.templateMerge.XMLTemplateWriter
Write the template pre
writeUTF(String) - Method in class com.objectwave.utility.BufferedRandomAccessFile
Description of the Method
writeXML() - Method in class com.objectwave.templateMerge.XMLTemplateWriter
Write the template list to the output stream

X

XaSessionManager - class com.objectwave.transactionalSupport.xa.XaSessionManager.
Support using Sessions as a compliant XAResource.
XaSessionManager() - Constructor for class com.objectwave.transactionalSupport.xa.XaSessionManager
Constructor for the XaSession object
XJR_DEFAULT_PACKAGE - Static variable in class com.objectwave.persist.value.ValueConstructor
 
XmlBootstrap - class com.objectwave.configuration.xml.XmlBootstrap.
The core feature of this class is the ability to lookup an XML document for the XmlConfigurationService.
XmlBootstrap() - Constructor for class com.objectwave.configuration.xml.XmlBootstrap
Constructor for the XmlBootstrap object
XmlConfigurationService - class com.objectwave.configuration.xml.XmlConfigurationService.
To use XML to configure your application, use this class as the default configuration service.
XmlConfigurationService.Test - class com.objectwave.configuration.xml.XmlConfigurationService.Test.
 
XmlConfigurationService.Test() - Constructor for class com.objectwave.configuration.xml.XmlConfigurationService.Test
 
XmlConfigurationService() - Constructor for class com.objectwave.configuration.xml.XmlConfigurationService
Constructor for the XmlConfigurationService object
XMLDecoder - class com.objectwave.persist.xml.XMLDecoder.
Read the XML file to find the all the mapping information
XMLDecoder.Test - class com.objectwave.persist.xml.XMLDecoder.Test.
Unit Test
XMLDecoder.Test() - Constructor for class com.objectwave.persist.xml.XMLDecoder.Test
 
XMLDecoder(String, Class) - Constructor for class com.objectwave.persist.xml.XMLDecoder
Constructor
XMLDump - class com.objectwave.tools.utility.XMLDump.
Hope to generate an XML document that represents our data.
XMLDump() - Constructor for class com.objectwave.tools.utility.XMLDump
 
xmlInitString - Variable in class com.objectwave.persist.invert.PersistenceBase
 
XMLMarshalIF - interface com.objectwave.tools.utility.XMLMarshalIF.
When we are exporting and importing XML data, we need a marshal who will provide the necessary information.
XMLTemplateRead - class com.objectwave.templateMerge.XMLTemplateRead.
This class is used to read the XML file and translate it into KnownTemplates
XMLTemplateRead.Test - class com.objectwave.templateMerge.XMLTemplateRead.Test.
Unit Test
XMLTemplateRead.Test() - Constructor for class com.objectwave.templateMerge.XMLTemplateRead.Test
 
XMLTemplateRead() - Constructor for class com.objectwave.templateMerge.XMLTemplateRead
Constructor with no parameters.
XMLTemplateRead(Reader) - Constructor for class com.objectwave.templateMerge.XMLTemplateRead
Constructor
XMLTemplateRead(String) - Constructor for class com.objectwave.templateMerge.XMLTemplateRead
Constructor
XMLTemplateWriter - class com.objectwave.templateMerge.XMLTemplateWriter.
Used to dump the templates into an XML file
XMLTemplateWriter() - Constructor for class com.objectwave.templateMerge.XMLTemplateWriter
 
XMLTemplateWriter(Enumeration, BufferedWriter) - Constructor for class com.objectwave.templateMerge.XMLTemplateWriter
Constructor
xorCrypto(String, String) - Static method in class com.objectwave.utility.StringManipulator
This is a rude & crude implementation of the simplest cryptographic algorithm known to man.

Z

zipBufferSize - Static variable in class com.objectwave.utility.ObjectFormatter
 

_

_address - Static variable in class com.objectwave.persist.xml.TestXMLCompany
 
_age - Static variable in class com.objectwave.persist.examples.InvertPersonPersistence
 
_age - Static variable in class com.objectwave.persist.xml.test.Person
 
_annualIncome - Static variable in class com.objectwave.persist.examples.TestPerson
 
_annualIncome - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_boss - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 
_company - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 
_company - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_dummyField - Static variable in class com.objectwave.persist.examples.JoinObject
 
_emailAddress - Static variable in class com.objectwave.persist.examples.ManySideOne
 
_emailAddress - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 
_employee - Static variable in class com.objectwave.persist.examples.ExamplePerson
 
_employeeId - Static variable in class com.objectwave.persist.examples.InvertEmployeePersistence
 
_employees - Static variable in class com.objectwave.persist.xml.TestXMLCompany
 
_entityType - Static variable in class com.objectwave.persist.examples.TestPerson
 
_extension - Static variable in class com.objectwave.persist.xml.test.Phone
 
_fax - Static variable in class com.objectwave.persist.examples.TestPerson
 
_fax - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_fieldName_attribute - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_fieldName_collection - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_fieldName_foreign - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_fieldName_instance1 - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_fieldName_instance2 - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_fieldName_typeatt - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_firstname - Static variable in class com.objectwave.persist.xml.test.Person
 
_fkLink - Static variable in class com.objectwave.persist.examples.ManySideTwo
 
_founderOf - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_founders - Static variable in class com.objectwave.persist.xml.TestXMLCompany
 
_id - Static variable in class com.objectwave.persist.xml.TestSampleXML
 
_instanceLink - Static variable in class com.objectwave.persist.examples.ManySideTwo
 
_instanceLinkWCol - Static variable in class com.objectwave.persist.examples.ManySideTwo
 
_joinObjects - Static variable in class com.objectwave.persist.examples.ManySideTwo
 
_joinObjects - Static variable in class com.objectwave.persist.examples.ManySideOne
 
_lastname - Static variable in class com.objectwave.persist.xml.test.Person
 
_linkToOne - Static variable in class com.objectwave.persist.examples.JoinObject
 
_linkToTwo - Static variable in class com.objectwave.persist.examples.JoinObject
 
_name - Static variable in class com.objectwave.persist.examples.TestPerson
 
_name - Static variable in class com.objectwave.persist.examples.InvertPersonPersistence
 
_name - Static variable in class com.objectwave.persist.examples.ExamplePerson
 
_name - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_name - Static variable in class com.objectwave.persist.xml.TestXMLCompany
 
_objectIdentifier - Static variable in class com.objectwave.persist.invert.PersistenceBase
 
_oid - Static variable in class com.objectwave.persist.xml.test.PersonPhone
 
_person - Static variable in class com.objectwave.persist.examples.InvertEmployeePersistence
 
_person - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 
_person - Static variable in class com.objectwave.persist.xml.test.PersonPhone
 
_personPhone - Static variable in class com.objectwave.persist.xml.test.Person
 
_personPhone2 - Static variable in class com.objectwave.persist.xml.test.Person
 
_phone - Static variable in class com.objectwave.persist.examples.TestPerson
 
_phone - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_phone - Static variable in class com.objectwave.persist.xml.test.PersonPhone
 
_phoneNumber - Static variable in class com.objectwave.persist.xml.test.Phone
 
_prefix - Static variable in class com.objectwave.persist.xml.test.Phone
 
_title - Static variable in class com.objectwave.persist.examples.TestPerson
 
_title - Static variable in class com.objectwave.persist.examples.ManySideTwo
 
_title - Static variable in class com.objectwave.persist.examples.ManySideOne
 
_title - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 
_title - Static variable in class com.objectwave.persist.xml.TestXMLPerson
 
_workers - Static variable in class com.objectwave.persist.examples.ExampleEmployee
 

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 _