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

A

AbstractContextAction - Class in org.progeeks.util.swing
AbstractAction subclass providing ViewContextAware support.
AbstractContextAction() - Constructor for class org.progeeks.util.swing.AbstractContextAction
 
AbstractContextAction(String) - Constructor for class org.progeeks.util.swing.AbstractContextAction
 
AbstractContextAction(String, Icon) - Constructor for class org.progeeks.util.swing.AbstractContextAction
 
AbstractFilteredNodeCollection - Class in org.progeeks.graph
Extends AbstractNodeCollection to provide support for a predicate.
AbstractFilteredNodeCollection(Predicate, Graph) - Constructor for class org.progeeks.graph.AbstractFilteredNodeCollection
 
AbstractFocusedContextAction - Class in org.progeeks.util.swing
Specialization of the AbstractContextAction that provides automatic focus watching when the context is a focused context.
AbstractFocusedContextAction() - Constructor for class org.progeeks.util.swing.AbstractFocusedContextAction
 
AbstractFocusedContextAction(String) - Constructor for class org.progeeks.util.swing.AbstractFocusedContextAction
 
AbstractFocusedContextAction(String, Icon) - Constructor for class org.progeeks.util.swing.AbstractFocusedContextAction
 
AbstractListMutator - Class in org.progeeks.meta
Abstract implementation of ListMutator providing basic functionality for dealing with List values.
AbstractListMutator() - Constructor for class org.progeeks.meta.AbstractListMutator
 
AbstractMetaObject - Class in org.progeeks.meta
An abstract meta-object implementation making it easier to create kit-specific meta-object adapters.
AbstractMetaObject() - Constructor for class org.progeeks.meta.AbstractMetaObject
So that subclasses can be serializable without this class having to be.
AbstractMetaObject(MetaClass, MetaKit) - Constructor for class org.progeeks.meta.AbstractMetaObject
Creates a meta-object that will use the specified meta-kit and meta-class.
AbstractMetaObject(MetaKit) - Constructor for class org.progeeks.meta.AbstractMetaObject
Creates a meta-object that will use the specified meta-kit.
AbstractMetaObject.BaseListMutator - Class in org.progeeks.meta
Overridden to provide access to a firePropertyChange() method.
AbstractMetaObject.BaseListMutator(String) - Constructor for class org.progeeks.meta.AbstractMetaObject.BaseListMutator
 
AbstractMetaObjectUI - Class in org.progeeks.meta.swing
A component that allows rendering or editing a specific type of MetaObject.
AbstractMetaObjectUI() - Constructor for class org.progeeks.meta.swing.AbstractMetaObjectUI
 
AbstractObjectHandler - Class in org.progeeks.util.xml
Abstract class that can be extended.
AbstractObjectHandler() - Constructor for class org.progeeks.util.xml.AbstractObjectHandler
 
AbstractPropertyEditor - Class in org.progeeks.meta.swing
Base implementation of the MetaPropertyEditor interface.
AbstractPropertyEditor() - Constructor for class org.progeeks.meta.swing.AbstractPropertyEditor
 
AbstractPropertyFormat - Class in org.progeeks.meta.format
Base implementation that can be extended to more easily provide property formatting support.
AbstractPropertyFormat() - Constructor for class org.progeeks.meta.format.AbstractPropertyFormat
 
AbstractPropertyUI - Class in org.progeeks.meta.swing
Base implementation of the MetaPropertyUI interface.
AbstractPropertyUI() - Constructor for class org.progeeks.meta.swing.AbstractPropertyUI
 
AbstractRequestHandler - Class in org.progeeks.util
Base implementation of the RequestHandler interface.
AbstractRequestHandler() - Constructor for class org.progeeks.util.AbstractRequestHandler
 
AbstractSpinnerEditor - Class in org.progeeks.meta.swing.editor
Basic spinner control editor implementation.
AbstractSpinnerEditor() - Constructor for class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
 
AbstractSpinnerEditor(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
 
AbstractTreeModel - Class in org.progeeks.util.swing
Abstract implementation of the Swing TreeModel interface.
AbstractTreeModel() - Constructor for class org.progeeks.util.swing.AbstractTreeModel
 
AbstractViewCommand - Class in org.progeeks.cmd.swing
Base implementation of the ViewCommand interface.
AbstractViewCommand(boolean) - Constructor for class org.progeeks.cmd.swing.AbstractViewCommand
 
AbstractXmlPropertyRenderer - Class in org.progeeks.meta.xml
Base class implementation for the XmlPropertyRenderer interface.
AbstractXmlPropertyRenderer() - Constructor for class org.progeeks.meta.xml.AbstractXmlPropertyRenderer
 
accept(File) - Method in class org.progeeks.util.ExtensionFileFilter
Returns true if the specified file is not a directory and if it ends with this filter's extension.
accept(File) - Method in class org.progeeks.util.RegexFileFilter
Returns true if the specified file matches this filter's regex.
accept(File, File) - Method in class org.progeeks.util.xml.FileSetHandler.Exclude
Returns EXCLUDE if the file matches or UNKNOWN if now.
accept(File, File) - Method in class org.progeeks.util.xml.FileSetHandler.FilePattern
Returns EXCLUDE, INCLUDE, or UNKNOWN based on the file and pattern.
accept(File, File) - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
accept(File, File) - Method in class org.progeeks.util.xml.FileSetHandler.Include
Returns INCLUDE if the file matches or UNKNOWN if now.
acceptsConnectedNode(Object, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the specified node can be added to the associated graph as a promotion.
acceptsEdge(Object, Object, Object, boolean, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the specified edge belongs to the associated graph.
acceptsNode(Object, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the specified node belongs to the associated graph.
access - Variable in class org.progeeks.util.TypedPropertyAccess.AccessEntry
 
ActionDelegateAdapter - Class in org.progeeks.util.swing
A default Action implementation that used reflection to forward the actionPerformed call on to a configured method.
ActionDelegateAdapter(String, Object, String) - Constructor for class org.progeeks.util.swing.ActionDelegateAdapter
Creates an action of the specified name that will delegate and actionPerformed calls to the specified delegate object by calling the specified method.
ActionList - Class in org.progeeks.util.swing
A list of actions that itself implements the Action interface.
ActionList() - Constructor for class org.progeeks.util.swing.ActionList
 
ActionList(String) - Constructor for class org.progeeks.util.swing.ActionList
 
ActionList(String, Icon) - Constructor for class org.progeeks.util.swing.ActionList
 
ActionListButton - Class in org.progeeks.util.swing
Provides access to a single ActionList's actions as a button suitable for use in a toolbar, etc..
ActionListButton(ActionList) - Constructor for class org.progeeks.util.swing.ActionListButton
 
ActionListButton(AbstractButton, ActionList) - Constructor for class org.progeeks.util.swing.ActionListButton
 
ActionListGroup - Class in org.progeeks.util.swing
A group of action lists the presents a view as a single expanded list separated by nulls.
ActionListGroup() - Constructor for class org.progeeks.util.swing.ActionListGroup
 
ActionListGroup(String) - Constructor for class org.progeeks.util.swing.ActionListGroup
 
ActionObjectHandler - Class in org.progeeks.util.xml
ObjectHandler implementation that can set values on Action objects.
ActionObjectHandler() - Constructor for class org.progeeks.util.xml.ActionObjectHandler
 
actionPerformed(ActionEvent) - Method in class org.progeeks.util.swing.ActionDelegateAdapter
 
actionPerformed(ActionEvent) - Method in class org.progeeks.util.swing.ActionList
Called when this action is activated.
actionPerformed(ActionEvent) - Method in class org.progeeks.util.swing.ActionListGroup
Called when this action is activated.
actionPerformed(ActionEvent) - Method in class org.progeeks.util.swing.CheckBoxAction
Default implementation does nothing since the button model should be toggling its own state.
actionPerformed(ActionEvent) - Method in class org.progeeks.util.swing.CompositeContextAction
 
ActionToolPanel - Class in org.progeeks.util.swing
A container for JToolBar objects created for each action/action list within an action list.
ActionToolPanel() - Constructor for class org.progeeks.util.swing.ActionToolPanel
 
ActionToolPanel(ActionList) - Constructor for class org.progeeks.util.swing.ActionToolPanel
 
ActionUtils - Class in org.progeeks.util.swing
A set of utility methods for dealing with actions and action lists.
ActionUtils() - Constructor for class org.progeeks.util.swing.ActionUtils
 
AdapterInvocationHandler - Class in org.progeeks.util
Adapts and interface or set of interfaces directly to another object that implements compatible methods.
add(Object) - Method in class org.progeeks.graph.ExcludeObjectsPredicate
 
add(Object) - Method in class org.progeeks.graph.FilteredListIterator
 
add(Object) - Method in class org.progeeks.graph.IncludeObjectsPredicate
 
add(int, Object) - Method in class org.progeeks.meta.AbstractListMutator
Adds the object to the list value at the specified index.
add(int, Object) - Method in class org.progeeks.meta.DefaultListMutator
 
add(PropertyMutator) - Method in class org.progeeks.meta.swing.MetaPanel
Adds the specified PropertyMutator to this container by creating a component as appropriate for its type.
add(PropertyMutator, int) - Method in class org.progeeks.meta.swing.MetaPanel
Adds the specified PropertyMutator to this container by creating a component as appropriate for its type.
add(PropertyMutator, Object) - Method in class org.progeeks.meta.swing.MetaPanel
Adds the specified PropertyMutator to this container by creating a component as appropriate for its type.
add(PropertyMutator, Object, int) - Method in class org.progeeks.meta.swing.MetaPanel
Adds the specified PropertyMutator to this container by creating a component as appropriate for its type.
add(Component, Object, int) - Method in class org.progeeks.meta.swing.MetaPanel
 
add(int, Object) - Method in class org.progeeks.meta.util.CachingMetaObjectListAdapter
 
add(Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
add(int, Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
add(int, Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
add(Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
add(int, Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
add(Object) - Method in class org.progeeks.util.DefaultObservableList
 
add(int, Object) - Method in class org.progeeks.util.DefaultObservableList
 
add(Object) - Method in class org.progeeks.util.PatternSet
 
add(Object) - Method in class org.progeeks.util.ReversedList
 
add(int, Object) - Method in class org.progeeks.util.ReversedList
 
add(Object) - Method in class org.progeeks.util.swing.ActionList
 
add(int, Object) - Method in class org.progeeks.util.swing.ActionList
 
addActor(Object) - Method in class org.progeeks.util.thread.StateCollector
Adds the specified actor to the state collector.
addAll(Collection) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
addAll(int, Collection) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
addAll(Collection) - Method in class org.progeeks.util.ConstrainedObservableList
 
addAll(int, Collection) - Method in class org.progeeks.util.ConstrainedObservableList
 
addAll(Collection) - Method in class org.progeeks.util.DefaultObservableList
 
addAll(int, Collection) - Method in class org.progeeks.util.DefaultObservableList
 
addBlank(int) - Method in class org.progeeks.meta.swing.MetaPanel
Inserts an empty space into the data structures that map mutators to components.
addButtonModel(ButtonModel) - Method in class org.progeeks.util.swing.CheckBoxAction
Attaches this action to the specified button model.
addChange(SwingGraphSynchronizer.GraphChange) - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
Adds a change to the queue of changes waiting to be processed by the SwingCommand.
addChangeListener(ChangeListener) - Method in class org.progeeks.util.swing.RolloutPanel
 
addClass(File, Object) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds a class specified by .class file to the graph.
addClass(InputStream, String, Object) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds a class by reading it from the specified input stream.
addClass(String) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds a class by fully qualified name, loaded from the current classpath.
addClass(JavaClass, Object) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds an already loaded JavaClass to the graph.
addClassFile(File) - Method in class org.progeeks.bcel.Dependencies
 
addClassPathEntry(URL) - Method in class org.progeeks.util.ClassSpace
Convenience method for adding a classpath entry.
addClassPathEntry(String) - Method in class org.progeeks.util.ClassSpace
Convenience method for adding a classpath entry.
addClassPathEntry(File) - Method in class org.progeeks.util.ClassSpace
Convenience method for adding a classpath entry.
addClassPrefix(String) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Adds a prefix to the class prefix list.
addConfiguratorListener(ConfiguratorListener) - Method in class org.progeeks.util.beans.BeanConfigurator
Adds a listener that will be notified whenever a new bean is created.
addConnectedValue(Object, MetaObject, Object) - Method in class org.progeeks.graph.MetaObjectGraph
 
addDatasetsToChart(JFreeChart, Dataset[]) - Method in class org.progeeks.jfreechart.ChartContext
Extract the plot(s) and set the datasets to it
addDatasetsToPlot(Plot, Dataset[]) - Method in class org.progeeks.jfreechart.ChartContext
Determines what type of plot this is and casts the datasets appropriately.
addDatasetsToPlots(List, Dataset[]) - Method in class org.progeeks.jfreechart.ChartContext
Distribute the Datasets into a list of plots.
addDependency(JavaClass) - Method in class org.progeeks.bcel.Dependencies
Adds a dependent class if necessary.
addDirectory(File, boolean) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds all of the .class and .jar files in the specified directory to the graph.
addDirectory(File, boolean, ProgressReporter) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds all of the .class and .jar files in the specified directory to the graph.
addDirectory(File, File, boolean) - Method in class org.progeeks.bcel.ClassDependencyGraph
 
addEdge(Object, Object, Object, boolean) - Method in class org.progeeks.graph.CacheGraph
 
addEdge(Object, Object, Object, boolean) - Method in class org.progeeks.graph.CompositeGraph
 
addEdge(Object, Object, Object, boolean) - Method in class org.progeeks.graph.LoggingGraph
 
addEdge(Object, Object, Object, boolean) - Method in class org.progeeks.graph.MapGraph
 
addErrorListener(ErrorListener) - Method in class org.progeeks.util.ErrorDelegate
Adds the specified error listener to be notified whenever an error event happens.
addFile(File) - Method in class org.progeeks.bcel.Dependencies
 
addFileSet(FileSet) - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
addForm(MetaForm) - Method in class org.progeeks.meta.swing.FactoryRegistry
Adds a MetaForm that will be registered to its associated MetaClass.
addForm(MetaForm, MetaFormFlavor) - Method in class org.progeeks.meta.swing.FactoryRegistry
Adds a MetaForm that will be registered to its associated MetaClass and flavor.
addGraph(Graph) - Method in class org.progeeks.graph.CompositeGraph
 
addGraph(Graph, CompositeGraph.GraphCoordinator) - Method in class org.progeeks.graph.CompositeGraph
 
addGraphListener(GraphListener) - Method in class org.progeeks.graph.CacheGraph
Adds the specified GraphListener which will be notified whenever this ObservableGraph's structure changes.
addGraphListener(GraphListener) - Method in class org.progeeks.graph.CompositeGraph
Adds the specified GraphListener which will be notified whenever this ObservableGraph's structure changes.
addHandledClass(Class) - Method in class org.progeeks.util.xml.DefaultObjectHandler
Adds the specified class to the list of tags that are handled by this handler.
addInlineList(ActionList) - Method in class org.progeeks.util.swing.ActionListGroup
Adds the specified list as a managed inlined set of actions.
addInlineList(int, ActionList) - Method in class org.progeeks.util.swing.ActionListGroup
Adds the specified list as a managed inlined set of actions inserted at the specified insertion point.
addItem() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
 
addItem() - Method in class org.progeeks.meta.swing.editor.FileListEditor
 
addItem() - Method in class org.progeeks.meta.swing.editor.ListEditor
 
addItem() - Method in class org.progeeks.meta.swing.editor.TableUI
Called to add a new item by interacting with the user.
addItem(MetaObject) - Method in class org.progeeks.repository.Repository
Adds an item to the repository, assigning it an id and saving its supplied meta-data.
addJar(File) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds all of the .class files in the specified jar to the graph.
addJar(File, Object) - Method in class org.progeeks.bcel.ClassDependencyGraph
 
addJar(File) - Method in class org.progeeks.bcel.Dependencies
 
addLevel(Object) - Method in interface org.progeeks.tool.gen.DataGeneratorContext
 
addLevel(Object) - Method in class org.progeeks.tool.gen.DefaultGeneratorContext
 
addListeners(Object, String) - Method in class org.progeeks.meta.util.PropertyLink
Adds the appropriate listeners to the object depending on its type.
addLogListener(LogListener, LogLevel) - Static method in class org.progeeks.util.log.Log
Adds a log listener to the root log category using the specified level threshold.
addLogListener(LogListener, String, LogLevel) - Static method in class org.progeeks.util.log.Log
Adds a log listener for the specified category and level.
addLogListener(LogListener, Class, LogLevel) - Static method in class org.progeeks.util.log.Log
Adds a log listener for the specified class and level.
addMappingToRegistry(TypeRegistry) - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
Adds this mapping to the specified type registry.
addMetaForm(MetaForm, MetaFormFlavor) - Method in class org.progeeks.meta.view.MetaFormRegistry
Adds a MetaForm that will be registered to its associated MetaClass and the specified flavor.
addMetaObject(MetaObject) - Method in class org.progeeks.graph.MetaObjectGraph
 
addNamedDependency(String) - Method in class org.progeeks.bcel.Dependencies
Adds a dependent class by name.
addNode(Object) - Method in class org.progeeks.bcel.ClassDependencyGraph
 
addNode(Object) - Method in class org.progeeks.graph.CacheGraph
 
addNode(Object) - Method in class org.progeeks.graph.CompositeGraph
 
addNode(Object) - Method in class org.progeeks.graph.LoggingGraph
 
addNode(Object) - Method in class org.progeeks.graph.MapGraph
 
addNode(Object) - Method in class org.progeeks.graph.MetaObjectGraph
Adds the node to the graph.
addNotify() - Method in class org.progeeks.jfreechart.ChartContextPanel
 
addObject(Object) - Method in class org.progeeks.meta.DefaultMetaTable
Adds the specified object to the list.
addObjectHandler(ObjectHandler) - Method in class org.progeeks.util.xml.ObjectXmlReader
Adds an object handler to the list of handlers.
addObjectTagAlias(String, String) - Method in class org.progeeks.util.xml.ObjectXmlReader
Adds an alias that will be used to replace any matching object-level tag with the specified alias.
addPackage(ClassDependencyGraph.Package) - Method in class org.progeeks.bcel.ClassDependencyGraph
Adds a package to the graph... splitting into multiple nodes as needed.
addPage(PageConfiguration) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Adds a new page to this wizard.
addPage(PageConfiguration, MetaObject) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Adds a new page to this wizard and sets the specified meta-object to it.
addPremappedClasses(Map) - Method in class org.progeeks.bcel.ClassDependencyGraph
Sets a set of preloaded classes keyed by name.
addProperty(PropertyInfo) - Method in class org.progeeks.meta.MetaClass
Adds the specified property info to this meta-class.
addProperty(String, PropertyType) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property to this typed map, inferring whatever other information is needed to create the property info object.
addProperty(String, MetaClass) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property to this typed map, inferring whatever other information is needed to create the property info object.
addProperty(String, Class) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property to this typed map, inferring whatever other information is needed to create the property info object.
addProperty(PropertyInfo) - Method in class org.progeeks.meta.util.TypedMap
Adds the specified property info to this typed map.
addPropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
addPropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.beans.BeanMetaObject
Overridden to add a listener to the contained bean when the first change listener is added.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.progeeks.meta.beans.BeanMetaObject
Adds a property change listener that will be notified whenever the specified property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.DefaultListMutator
Adds the specified PropertyChangeListener to this mutator.
addPropertyChangeListener(int, PropertyChangeListener) - Method in class org.progeeks.meta.DefaultMetaTable
Adds a property change listener that will be notified whenever the specified property changes in any row.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.DefaultPropertyMutator
Adds the specified PropertyChangeListener to this mutator.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.IsolatedMutator
Adds the specified PropertyChangeListener to this mutator.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.meta.MetaObject
Adds a property change listener that will be notified whenever any of this object's properties change.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.progeeks.meta.MetaObject
Adds a property change listener that will be notified whenever the specified property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.meta.MetaTable
Adds a property change listener that will be notified whenever any of the rows' properties change.
addPropertyChangeListener(int, PropertyChangeListener) - Method in interface org.progeeks.meta.MetaTable
Adds a property change listener that will be notified whenever the specified property changes in any row.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.meta.PropertyMutator
Adds the specified PropertyChangeListener to this mutator.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.CompositeMetaObject
Overridden to add a listener to the sub-objects when the first change listener is added.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.progeeks.meta.util.CompositeMetaObject
Overridden to add a listener to the sub-objects when the first change listener is added.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.ListMutatorWrapper
Adds the specified PropertyChangeListener to this mutator.
addPropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.meta.util.PropertyAdapter
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.meta.util.PropertyAdapter
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Adds the specified PropertyChangeListener to this mutator.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanChangeSupport
Adds a property change listener that will be notified whenever any of this bean's properties change.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanChangeSupport
Adds a property change listener that will be notified whenever the specified property changes.
addPropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanInspector
Uses reflection to add the listener to the specified bean if it has the appropriate add property change listener method.
addPropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.beans.PropertyPath
Adds a listener that will be notified whenever this path changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.util.beans.StandardBean
Adds a property change listener that will be notified whenever any of this bean's properties change.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.progeeks.util.beans.StandardBean
Adds a property change listener that will be notified whenever the specified property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.ConstrainedObservableList
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.DefaultObservableList
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.util.ObservableList
Adds a listener that will be notified when items are added, updated, or removed from the list.
addPropertyChangeListener(Object, PropertyChangeListener) - Method in interface org.progeeks.util.PropertyAccess
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(Object, String, PropertyChangeListener) - Method in interface org.progeeks.util.PropertyAccess
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.swing.CompositeContextAction
 
addPropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.util.TypedPropertyAccess
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.util.TypedPropertyAccess
Adds the specified property change listener to the specified object using whatever implementation specific way is most friendly.
addPropertyElement(Object, String, Object) - Method in class org.progeeks.util.beans.BeanInspector
 
addPropertyElement(Object, String, int, Object) - Method in class org.progeeks.util.beans.BeanInspector
 
addRoot(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
Adds a node as a root node, performing whatever caching and event firing that is necessary.
addRootClass(JavaClass) - Method in class org.progeeks.bcel.Dependencies
 
addRootReference(String) - Method in class org.progeeks.bcel.Dependencies
 
addSharedClass(Class) - Method in class org.progeeks.util.ClassSpace
Adds the name of the specified class to the list of class names that should always be loaded from the parent class loader.
addSharedClassName(String) - Method in class org.progeeks.util.ClassSpace
Adds the name to the list of class names that should always be loaded from the parent class loader.
addSortDecorators(JTable) - Static method in class org.progeeks.util.swing.TableUtils
 
addStandardObjectHandlers() - Method in class org.progeeks.util.xml.ObjectXmlReader
Automatically registers a set of commonly used object handlers.
addSubObjectListeners() - Method in class org.progeeks.meta.util.CompositeMetaObject
 
addTab(MetaTabbedPanel.TabConfiguration) - Method in class org.progeeks.meta.swing.MetaTabbedPanel
Adds a new tab to this panel.
addTab(String, String[]) - Method in class org.progeeks.meta.swing.MetaTabbedPanelUIFactory
Convenience method for adding a single tab that is editable and not scrollable.
addTab(String, String[], boolean, boolean) - Method in class org.progeeks.meta.swing.MetaTabbedPanelUIFactory
Convenience method for adding a single tab.
addTagText(String, String, StringBuffer, Object) - Method in class org.progeeks.util.xml.XmlReader
Called when new text is parsed within a tag body.
addTimePeriod(RegularTimePeriod) - Method in class org.progeeks.jfreechart.TimeSeriesTable
Add a 0 value item to every existing series at the specified timePeriod.
addToolBar(int, ActionList) - Method in class org.progeeks.util.swing.ActionToolPanel
 
addTreeModelListener(TreeModelListener) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
addValues - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
adjacentNodes(Object, Predicate) - Method in class org.progeeks.graph.CacheGraph
 
adjacentNodes(Object, Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
adjacentNodes(Object, Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
afterInitialize(Object, boolean, SessionImplementor) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
ALIGN_CENTER - Static variable in class org.progeeks.meta.PropertyInfo
 
ALIGN_LEFT - Static variable in class org.progeeks.meta.PropertyInfo
 
ALIGN_RIGHT - Static variable in class org.progeeks.meta.PropertyInfo
 
ALL - Static variable in class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
ALL - Static variable in class org.progeeks.hibernate.HibernateAnnotations.OptimisticLockingPropertyType
 
ALL - Static variable in class org.progeeks.util.log.LogLevel
 
ALL_DELETE_ORPHAN - Static variable in class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
ALL_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
allowNull - Variable in class org.progeeks.tool.gen.BaseDataGenerator
 
ALPHANUMBERIC - Static variable in class org.progeeks.tool.gen.StringGenerator
 
alwaysPaintBorder - Variable in class org.progeeks.util.swing.EnhancedButton
 
ANNOTATION_CLASS - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
ANNOTATION_KEY - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
ANNOTATION_TYPE - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
ANNOTATION_VALUE - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
AnnotationManager - Class in org.progeeks.meta.annotate
Provides access to registered AnnotationMaps and will create them on demand for previously unattached AnnotationTypes.
AnnotationManager() - Constructor for class org.progeeks.meta.annotate.AnnotationManager
Creates a new annotation manager with no parent.
AnnotationManager(AnnotationManager) - Constructor for class org.progeeks.meta.annotate.AnnotationManager
Creates a new annotation manager with the specified parent.
AnnotationMap - Interface in org.progeeks.meta.annotate
Relates AnnotationKeys to annotation object values.
AnnotationObjectHandler - Class in org.progeeks.meta.xml
ObjectHandler implementation that can be used to import annotations associated with a MetaClass or MetaClass property.
AnnotationObjectHandler() - Constructor for class org.progeeks.meta.xml.AnnotationObjectHandler
 
AnnotationObjectHandler.AnnotationMapping - Class in org.progeeks.meta.xml
 
AnnotationObjectHandler.AnnotationMapping(AnnotationType) - Constructor for class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
 
AnnotationType - Class in org.progeeks.meta.annotate
This defines a type of annotation that can be associated with a MetaClass or property.
AnnotationType(String, Class) - Constructor for class org.progeeks.meta.annotate.AnnotationType
 
ANY - Static variable in class org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
 
ANY_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
append(LoggingEvent) - Method in class org.progeeks.util.log.EventAppender
 
applyDefaults() - Method in class org.progeeks.meta.util.MapMetaObject
Internal method to apply default values from the PropertyInfo definitions.
APRIL - Static variable in class org.progeeks.meta.type.MonthType
 
areEqual(Object, Object) - Static method in class org.progeeks.util.ObjectUtils
Returns true if the two objects are equal by reference or by .equals().
areEqualValues(MetaObject, MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Returns true if both meta-objects are the same class and have the same values for all of their properties.
areEquivalent(MetaObject, MetaObject) - Method in class org.progeeks.meta.MetaClass
Returns true if the specified meta-objects are equivalent based on this meta-class's identity.
areTypesCompatible(Class[], Class[]) - Static method in class org.progeeks.util.InspectionUtils
Returns true if all classes in the sources list are assignment compatible with the targets list.
areTypesCompatible(Class[], Class[]) - Static method in class org.progeeks.util.Inspector
Returns true if all classes in the sources list are assignment compatible with the targets list.
areTypesCompatible(Class[], Class[]) - Static method in class org.progeeks.util.Inspector2
Deprecated. Returns true if all classes in the sources list are assignment compatible with the targets list.
assertEquals(Object, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is equal to the expected value.
assertEquals(String, Object, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is equal to the expected value.
assertFalse(TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is false.
assertFalse(String, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is false.
assertNotNull(TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is not null.
assertNotNull(String, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is not null.
assertNotSame(Object, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation does not refer to the expected object.
assertNotSame(String, Object, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation does not refer to the expected object.
assertNull(TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is null.
assertNull(String, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is null.
assertSame(Object, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation refers to the expected object.
assertSame(String, Object, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation refers to the expected object.
assertTrue(TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is true.
assertTrue(String, TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.junit.ContextualTestCase
Asserts that the value returned by the expression evaluation is true.
AUGUST - Static variable in class org.progeeks.meta.type.MonthType
 

B

BASE_MAP_CLASS - Static variable in class org.progeeks.meta.util.MapMetaObject
 
BASE_ROOT - Static variable in class org.progeeks.graph.swing.OrientedForestModel
Constant returned as the root.
BASE_TYPE_MAPPINGS - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Mappings of basic property types to Hibernate types.
baseClassGenerator - Variable in class org.progeeks.tool.gen.ComplexObjectGenerator
 
BaseDataGenerator - Class in org.progeeks.tool.gen
Base class for other data generators.
BaseDataGenerator() - Constructor for class org.progeeks.tool.gen.BaseDataGenerator
 
BcelTest - Class in org.progeeks.bcel
Playing around with BCEL to explore integration possibilities.
BcelTest() - Constructor for class org.progeeks.bcel.BcelTest
 
BeanChangeDelegate - Class in org.progeeks.util.beans
Property change listener that can listen for changes to one bean but dispatch them to a different one, re-sourcing the messages as it goes.
BeanChangeDelegate(BeanChangeSupport) - Constructor for class org.progeeks.util.beans.BeanChangeDelegate
 
BeanChangeSupport - Class in org.progeeks.util.beans
Essentially, provides a subclassable version of PropertyChangeSupport.
BeanChangeSupport() - Constructor for class org.progeeks.util.beans.BeanChangeSupport
Constructs a new BeanChangeSupport object which is the source for any events.
BeanChangeSupport(Object) - Constructor for class org.progeeks.util.beans.BeanChangeSupport
Constructs a new BeanChangeSupport object with the specified object as the source for any events.
BeanConfigurator - Class in org.progeeks.util.beans
Can hold property values for a bean and apply them on demand to a bean instance.
BeanConfigurator() - Constructor for class org.progeeks.util.beans.BeanConfigurator
Constructs a bean configurator that is not specific to any bean class.
BeanConfigurator(Class) - Constructor for class org.progeeks.util.beans.BeanConfigurator
Constructs a bean configurator that can instantiate and configure beans of the specified concrete class.
BeanConfiguratorHandler - Class in org.progeeks.util.xml
Object handler that allows easier specification bean configurators since it will intercept a "factory-foo" style tag and create the appropriate beanConfigurator without having to pass a fully qualified class name in a _ctor="" attribute.
BeanConfiguratorHandler() - Constructor for class org.progeeks.util.xml.BeanConfiguratorHandler
 
beanCreated(Object, BeanConfigurator) - Method in interface org.progeeks.util.beans.ConfiguratorListener
Called when a new bean has been created by the BeanConfigurator to which this listener is registered.
BeanFieldPropertyFormat - Class in org.progeeks.meta.format
PropertyFormat implementation that uses the value of a bean field as the format value.
BeanFieldPropertyFormat(String) - Constructor for class org.progeeks.meta.format.BeanFieldPropertyFormat
Creates a property format object that will use the value of the specified field to convert a bean into a String using String.valueOf() on the property value.
BeanFieldPropertyFormat(String, PropertyFormat) - Constructor for class org.progeeks.meta.format.BeanFieldPropertyFormat
Creates a property format object that will use the value of the specified field to convert a bean into a String.
BeanInspector - Class in org.progeeks.util.beans
Provides reflection utilities for a single bean class.
BeanInspector(Class) - Constructor for class org.progeeks.util.beans.BeanInspector
 
BeanMetaKit - Class in org.progeeks.meta.beans
MetaKit implementation providing access to the implementation features of the implementation layer.
BeanMetaKit() - Constructor for class org.progeeks.meta.beans.BeanMetaKit
 
BeanMetaObject - Class in org.progeeks.meta.beans
MetaObject implementation for interacting with standard Java beans.
BeanMetaObject(Object, MetaClass) - Constructor for class org.progeeks.meta.beans.BeanMetaObject
 
BeanObjectHandler - Class in org.progeeks.util.xml
Object handler implementation to deal with converting XML to standard Java Beans.
BeanObjectHandler() - Constructor for class org.progeeks.util.xml.BeanObjectHandler
 
BeanPropertyAdapter - Class in org.progeeks.util.beans
A PropertyAccess implementation for directly access bean properties and the property change listener add/remove methods for beans and ObservableLists.
BeanPropertyAdapter() - Constructor for class org.progeeks.util.beans.BeanPropertyAdapter
 
BeanUtils - Class in org.progeeks.meta.beans
Provides utility methods for bean introspection.
BeanUtils() - Constructor for class org.progeeks.meta.beans.BeanUtils
 
BeanUtils.BeanTemplateFactory - Class in org.progeeks.meta.beans
Introspects a bean class to create a MetaObject representing the properties and other information necessary to create the MetaClass.
BeanUtils.BeanTemplateFactory() - Constructor for class org.progeeks.meta.beans.BeanUtils.BeanTemplateFactory
 
BeveledBoxIcon - Class in org.progeeks.util.swing
A rectangular icon with a beveled border.
BeveledBoxIcon(int, int) - Constructor for class org.progeeks.util.swing.BeveledBoxIcon
 
BeveledBoxIcon(int, int, boolean) - Constructor for class org.progeeks.util.swing.BeveledBoxIcon
 
BinaryDataInputStream - Class in org.progeeks.util
Input stream that will read data in intel byte-ordered format and keep track of exactly how many bytes have been read.
BinaryDataInputStream(InputStream) - Constructor for class org.progeeks.util.BinaryDataInputStream
 
BinaryDataOutputStream - Class in org.progeeks.util
Output stream that will write data in intel byte-ordered format.
BinaryDataOutputStream(OutputStream) - Constructor for class org.progeeks.util.BinaryDataOutputStream
 
BitInputStream - Class in org.progeeks.util
Input stream that can provide adjustable bit rate support.
BitInputStream(InputStream, int, int, boolean) - Constructor for class org.progeeks.util.BitInputStream
Creates an input stream that will translate the bit rate of the underlying stream as specified by the bitrate and interleave parameters.
BooleanEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for Boolean values.
BooleanEditor() - Constructor for class org.progeeks.meta.swing.editor.BooleanEditor
 
BooleanGenerator - Class in org.progeeks.tool.gen
Generates a random Boolean value using the set positiveWeight to determine the percentage of true vs false returns.
BooleanGenerator() - Constructor for class org.progeeks.tool.gen.BooleanGenerator
 
BooleanResult - Class in org.progeeks.cmd
Contains the true/false result of a command execution.
BooleanResult() - Constructor for class org.progeeks.cmd.BooleanResult
 
BooleanResult(boolean) - Constructor for class org.progeeks.cmd.BooleanResult
 
BoundaryFilter - Class in org.progeeks.geo
NodeFilter implementation that returns all GeoShapes within a certain boundary.
BoundaryFilter(GeoRectangle) - Constructor for class org.progeeks.geo.BoundaryFilter
 
bounds - Variable in class org.progeeks.geo.GeoMultiPath
 
BOX_META_CLASS_NAME - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_HAS_MCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_HAS_ZCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_MMAX - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_MMIN - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_XMAX - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_XMIN - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_YMAX - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_YMIN - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_ZMAX - Static variable in class org.progeeks.geo.esri.EsriConstants
 
BOX_PROP_ZMIN - Static variable in class org.progeeks.geo.esri.EsriConstants
 
buildContents() - Method in class org.progeeks.util.swing.RolloutPanel
Creates and places the component contents.
buildInstantiator(PersistentClass) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Build an appropriate Instantiator for the given mapped entity.
buildPropertyGetter(Property, PersistentClass) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Build an appropriate Getter for the given property.
buildPropertySetter(Property, PersistentClass) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Build an appropriate Setter for the given property.
buildProxyFactory(PersistentClass, Getter, Setter) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
 
BUTTON_CANCEL - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
BUTTON_FINISH - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
BUTTON_NEXT - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
BUTTON_PREVIOUS - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
bytesToObject(byte[], Cache) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Converts a byte array into the un-serialized Serializable object it contains.

C

cache(Object) - Method in class org.progeeks.graph.ObservableAdjacencyList
Adds the object directly to the cache and fires the appropriate events.
Cache - Class in org.progeeks.util
A simple cache structure that uses Reference objects to hold objects and a background thread to reap dead entries when they go away.
Cache() - Constructor for class org.progeeks.util.Cache
 
cacheDescriptors() - Method in class org.progeeks.util.beans.BeanInspector
 
cacheEdge(Graph.Edge) - Method in class org.progeeks.graph.CacheGraph
Caches the specified main graph edge by converting it to a cache edge and making sure the nodes are cached.
CacheGraph - Class in org.progeeks.graph
A graph implementation that delegates to a supplied graph and caches any accessed nodes/edges in a DefaultGraph.
CacheGraph() - Constructor for class org.progeeks.graph.CacheGraph
 
cacheMetaClass(MetaClass, boolean) - Method in class org.progeeks.repository.Repository.MetaClassCache
Adds the metaclass to the cache iff it was not already cached.
cacheMetaObject(MetaObject) - Method in class org.progeeks.meta.util.MetaObjectCache
Caches the specified meta-object based on its identity.
cacheMetaObject(MetaObject, boolean) - Method in class org.progeeks.meta.util.MetaObjectCache
Caches the specified meta-object based on its identity.
cacheObject(Object, Object) - Method in class org.progeeks.meta.util.MetaObjectCache
Caches the specified object associated with the specified key.
cacheObject(Object, Object) - Method in class org.progeeks.util.Cache
Caches the specified object associated with the specified key.
cacheWrapper(String, Object) - Method in class org.progeeks.meta.AbstractMetaObject
Sticks a wrapped value into the wrapper cache.
CachingMetaObjectListAdapter - Class in org.progeeks.meta.util
Specialization of the MetaObjectListAdapter that knows it can keep track of and manage its own list of unwrapped objects.
CachingMetaObjectListAdapter(MetaKit, MetaClass, List) - Constructor for class org.progeeks.meta.util.CachingMetaObjectListAdapter
 
callMethod(String, String) - Method in class org.progeeks.util.Inspector
 
callMethod(String, Object[]) - Method in class org.progeeks.util.Inspector
 
callMethod(String) - Method in class org.progeeks.util.Inspector
 
callMethod(String, String) - Method in class org.progeeks.util.Inspector2
Deprecated.  
callMethod(String, Object[]) - Method in class org.progeeks.util.Inspector2
Deprecated.  
callMethod(String) - Method in class org.progeeks.util.Inspector2
Deprecated.  
canAdd(Object) - Method in class org.progeeks.util.ConstrainedObservableList
Returns true if the specified object can be added to the list.
canClose(boolean) - Method in interface org.progeeks.util.CloseableContext
Returns true if it is safe to remove this context or otherwise get rid of its view.
canExecute(Command) - Method in interface org.progeeks.cmd.stack.StackableCommandProcessor
Returns true if this command processor can execute the specified command.
canHandle(String) - Method in class org.progeeks.graph.xml.GraphObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.graph.xml.StandardPredicateHandler
We only handle a few specific tags.
canHandle(String) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler
We only handle a few specific tags.
canHandle(String) - Method in class org.progeeks.junit.JUnitHandler
See if we can handle that tag we're being presented with.
canHandle(String) - Method in class org.progeeks.meta.xml.AnnotationObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. See if we can handle that tag we're being presented with.
canHandle(String) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.meta.xml.TypeRegistryHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.ActionObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.BeanConfiguratorHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Returns true if the tag is "classRegistry".
canHandle(String) - Method in class org.progeeks.util.xml.ConstructedBeanHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.DefaultObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.FileSetHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.JndiObjectHandler
 
canHandle(String) - Method in class org.progeeks.util.xml.MapObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in interface org.progeeks.util.xml.ObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.StringObjectHandler
Returns true if this handler applies to the specified object tag.
canHandle(String) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Returns true if this handler applies to the specified object tag.
canHandleSignature(String) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns true if this validator can handle the specified XML signature.
canRemove(Object) - Method in class org.progeeks.util.ConstrainedObservableList
Returns true if the specified object can be removed from the list.
canRemove(Object) - Method in class org.progeeks.util.ContextList
Returns true if the object is not a CloseableContext or if it returns true from a canClose(isFullyVerified()) method call.
canRenderAsAttribute(Object, PropertyType) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
Returns true if the property value can be rendered as an attribute.
canRenderAsAttribute(Object, PropertyType) - Method in class org.progeeks.meta.xml.AbstractXmlPropertyRenderer
Returns true if the property value can be rendered as an attribute.
canRenderAsAttribute(Object, PropertyType) - Method in class org.progeeks.meta.xml.DefaultXmlPropertyRenderer
Returns true if the property value can be rendered as an attribute.
canRenderAsAttribute(Object) - Method in class org.progeeks.meta.xml.RendererProxy
Returns true if the specified value can be rendered as an attribute in this context.
canRenderAsAttribute(Object, PropertyType) - Method in class org.progeeks.meta.xml.StringXmlPropertyRenderer
Returns true if the property value can be rendered as an attribute.
canRenderAsAttribute(Object, PropertyType) - Method in interface org.progeeks.meta.xml.XmlPropertyRenderer
Returns true if the property value can be rendered as an attribute.
capacity - Variable in class org.progeeks.util.thread.CircularQueue
 
CategoryDatasetProducer - Class in org.progeeks.jfreechart
DatasetProducer which can be used to generate a DefaultCategoryDataset for use in vertical or horizontal bar charts.
CategoryDatasetProducer() - Constructor for class org.progeeks.jfreechart.CategoryDatasetProducer
 
categoryNames() - Static method in class org.progeeks.util.log.Log
Returns an iterator over the current log category names.
categoryPropertyMap - Variable in class org.progeeks.jfreechart.CategoryDatasetProducer
 
characters(char[], int, int) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
Called by the SAX parser to supply read tag body content.
ChartContext - Class in org.progeeks.jfreechart
Context which allows rendering of a List of data objects in a chart using the JFreeChart package.
ChartContext() - Constructor for class org.progeeks.jfreechart.ChartContext
 
ChartContext(Object) - Constructor for class org.progeeks.jfreechart.ChartContext
Init the ChartContext.
ChartContextPanel - Class in org.progeeks.jfreechart
Swing panel that contains a jfreechart ChartPanel and configures it using a ChartContext.
ChartContextPanel() - Constructor for class org.progeeks.jfreechart.ChartContextPanel
 
ChartContextPanel(ChartContext) - Constructor for class org.progeeks.jfreechart.ChartContextPanel
Create a new panel using the given context for configuration
ChartDataTransform - Interface in org.progeeks.jfreechart
Interface for classes which can transform a data source into a List of objects that can be fed into a MetaDatasetProducer.
ChartFocusHandler - Interface in org.progeeks.jfreechart
Interface for objects that perform various drawing operations to indicate where the focus of a chart is.
ChartObjectHandler - Class in org.progeeks.jfreechart.xml
An XML object handler that can create JFreeChart related objects that that don't fully correspond to the standard Bean get/set pattern.
ChartObjectHandler() - Constructor for class org.progeeks.jfreechart.xml.ChartObjectHandler
 
ChartObjectHandler.DateTickUnitBean - Class in org.progeeks.jfreechart.xml
Utility class to build up the parameters for a DateTickUnit.
ChartObjectHandler.DateTickUnitBean() - Constructor for class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
ChartObjectHandler.InsetBean - Class in org.progeeks.jfreechart.xml
Utility class to build up the parameters for a RectangleInset.
ChartObjectHandler.InsetBean() - Constructor for class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
ChartObjectHandler.ItemLabelPositionBean - Class in org.progeeks.jfreechart.xml
Utility class to build up the parameters for a ItemLabelPosition.
ChartObjectHandler.ItemLabelPositionBean() - Constructor for class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
ChartObjectHandler.NumberTickUnitBean - Class in org.progeeks.jfreechart.xml
Utility class to build up the parameters for a NumberTickUnit.
ChartObjectHandler.NumberTickUnitBean() - Constructor for class org.progeeks.jfreechart.xml.ChartObjectHandler.NumberTickUnitBean
 
ChartObjectHandler.PeriodAxisLabelInfoBean - Class in org.progeeks.jfreechart.xml
Utility class to build up the parameters for a PeriodAxisLabelInfo.
ChartObjectHandler.PeriodAxisLabelInfoBean() - Constructor for class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
ChartUtils - Class in org.progeeks.jfreechart
Some useful static routines.
ChartUtils() - Constructor for class org.progeeks.jfreechart.ChartUtils
 
CheckBoxAction - Class in org.progeeks.util.swing
Extends the standard Swing action to provide check-box support.
CheckBoxAction(String, boolean) - Constructor for class org.progeeks.util.swing.CheckBoxAction
 
CheckBoxAction(String) - Constructor for class org.progeeks.util.swing.CheckBoxAction
 
CheckBoxAction() - Constructor for class org.progeeks.util.swing.CheckBoxAction
 
CheckBoxActionGroup - Class in org.progeeks.util.swing
Contains a list of CheckBoxActions and applies mutual exlusion rules.
CheckBoxActionGroup() - Constructor for class org.progeeks.util.swing.CheckBoxActionGroup
 
CheckBoxActionGroup(String) - Constructor for class org.progeeks.util.swing.CheckBoxActionGroup
 
CheckBoxActionGroup(String, boolean) - Constructor for class org.progeeks.util.swing.CheckBoxActionGroup
 
checkInitialized() - Method in class org.progeeks.util.ClassSpace
 
checkModification() - Method in class org.progeeks.util.DefaultFixable
Convenience method for subclass to check the fixed state and automatically throw an exception.
checkSourceXmlForStylesheet(Reader) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Attempts to determine a stylesheet for the supplied source document.
childTraverser(Object) - Method in class org.progeeks.graph.StandardOrientedForestView
 
CircularQueue - Class in org.progeeks.util.thread
A thread safe FIFO data structure.
CircularQueue() - Constructor for class org.progeeks.util.thread.CircularQueue
Creates a new CircularQueue object with the DEFAULT_CAPACITY.
CircularQueue(int) - Constructor for class org.progeeks.util.thread.CircularQueue
Creates a new CircularQueue object with the specified capacity.
CLASS_ANNOTATION_META_CLASS - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Name of the meta-class used for the class annotation objects.
CLASS_ELEMENT - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Class element name.
CLASS_ENTITY_NAME - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Class entity-name attribute.
CLASS_NAME - Static variable in class org.progeeks.hibernate.HibernateAnnotations.AccessPropertyType
 
ClassAnnotationType - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Annotation type for the meta-class annotation that specifies that the meta-class is a persistent class.
ClassDependencyGraph - Class in org.progeeks.bcel
A graph that uses BCEL examination of classes to determine dependencies.
ClassDependencyGraph() - Constructor for class org.progeeks.bcel.ClassDependencyGraph
 
ClassDependencyGraph.DependencyInfo - Class in org.progeeks.bcel
 
ClassDependencyGraph.DependencyInfo() - Constructor for class org.progeeks.bcel.ClassDependencyGraph.DependencyInfo
 
ClassDependencyGraph.Package - Class in org.progeeks.bcel
 
ClassDependencyGraph.Package(String) - Constructor for class org.progeeks.bcel.ClassDependencyGraph.Package
 
ClassEnumeratedPropertyType - Class in org.progeeks.meta
Extends ClassPropertyType to implement the EnumeratedPropertyType interface.
ClassEnumeratedPropertyType(Integer[]) - Constructor for class org.progeeks.meta.ClassEnumeratedPropertyType
Creates a new enumerated type of integer that only allows the specified Integer values.
ClassEnumeratedPropertyType(int[]) - Constructor for class org.progeeks.meta.ClassEnumeratedPropertyType
Creates a new enumerated type of integer that only allows a set of Integer values converted from the specified array of ints.
ClassEnumeratedPropertyType(Class, Object[]) - Constructor for class org.progeeks.meta.ClassEnumeratedPropertyType
 
ClassIterator - Class in org.progeeks.util
Given a class, this iterator will traverse the class hierarchy from the specified class, through its interfaces, to the parent class with its interfaces, and so on.
ClassIterator(Class) - Constructor for class org.progeeks.util.ClassIterator
Creates a class iterator that traverses the specified class, its interfaces, to the parent class with its interfaces, and so on.
ClassIterator(Class, boolean) - Constructor for class org.progeeks.util.ClassIterator
Creates a class iterator that traverses the specified class and its parent classes.
ClassPropertyFormat - Class in org.progeeks.meta.format
Formatter for Class objects
ClassPropertyFormat() - Constructor for class org.progeeks.meta.format.ClassPropertyFormat
 
ClassPropertyFormat(boolean) - Constructor for class org.progeeks.meta.format.ClassPropertyFormat
 
ClassPropertyType - Class in org.progeeks.meta
Property type implementation that represents a Java class directly.
ClassPropertyType(Class) - Constructor for class org.progeeks.meta.ClassPropertyType
 
ClassPropertyType(Class, boolean) - Constructor for class org.progeeks.meta.ClassPropertyType
Constructor allowing subclasses to configure the returning of supertypes.
ClassPropertyTypeXmlRenderer - Class in org.progeeks.meta.xml
Renders a ClassPropertyType as a nested element instead of an attribute.
ClassPropertyTypeXmlRenderer() - Constructor for class org.progeeks.meta.xml.ClassPropertyTypeXmlRenderer
 
ClassRegistry - Class in org.progeeks.util
Class for relating objects to classes.
ClassRegistry() - Constructor for class org.progeeks.util.ClassRegistry
 
ClassRegistry(ClassRegistry) - Constructor for class org.progeeks.util.ClassRegistry
 
ClassRegistryHandler - Class in org.progeeks.util.xml
ObjectHandler implementation that can read a class registry.
ClassRegistryHandler() - Constructor for class org.progeeks.util.xml.ClassRegistryHandler
 
ClassSpace - Class in org.progeeks.util
Isolates a classloader and tracks a set of classes that will always be delegated to the parent classloader.
ClassSpace() - Constructor for class org.progeeks.util.ClassSpace
 
clear() - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Clears the currently recorded events.
clear() - Method in class org.progeeks.meta.AbstractListMutator
Clears the contents of the list value.
clear() - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
clear() - Method in class org.progeeks.util.ClassRegistry
Clears this registry of all mappings.
clear() - Method in class org.progeeks.util.ConstrainedObservableList
 
clear() - Method in class org.progeeks.util.DefaultObservableList
 
clear() - Method in class org.progeeks.util.ObservableMap
 
clear() - Method in class org.progeeks.util.ReversedList
 
clear() - Method in class org.progeeks.util.swing.ActionListGroup
Special handling for clear to remove the sublists properly.
clearAllActors() - Method in class org.progeeks.util.thread.StateCollector
Removes all of the actors from the map.
clearAllListeners() - Method in interface org.progeeks.meta.MetaObject
Clears all listeners from this object.
clearAllListeners() - Method in interface org.progeeks.meta.MetaTable
Clears all listeners from this object.
clearAllListeners() - Method in class org.progeeks.util.beans.BeanChangeSupport
Clears all listeners from this bean.
clearAllStates() - Method in class org.progeeks.util.thread.StateCollector
Clears all of the states for all of the actors.
clearCache() - Method in class org.progeeks.graph.swing.OrientedForestModel
 
clearCache() - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
clearEquatableClasses() - Static method in class org.progeeks.util.ObjectUtils
Clears the list of classes marked as equatable.
clearEquatableOverrides() - Static method in class org.progeeks.util.ObjectUtils
Clears the list of instances marked as equatable.
clearEquatables() - Static method in class org.progeeks.util.ObjectUtils
Clears both classes and instances that have been marked as equatable.
clearPushedAttributes() - Method in class org.progeeks.util.xml.XmlPrintWriter
Clears all pushed attributes.
clearQueue() - Method in class org.progeeks.cmd.stack.QueuingStack
Clears the queue of commands waiting to be run.
clearState(Object) - Method in class org.progeeks.util.thread.StateCollector
 
clone() - Method in class org.progeeks.util.DefaultObservableList
Creates a shallow copy of this observable list minus the current set of listeners.
clone() - Method in class org.progeeks.util.swing.AbstractContextAction
Only usable for subclasses that implement Cloneable.
clone() - Method in class org.progeeks.util.swing.AbstractFocusedContextAction
Make sure to clean-up some local references that shouldn't be cloned.
clone() - Method in class org.progeeks.util.swing.ActionList
Creates a copy of this action list.
clone() - Method in class org.progeeks.util.swing.CheckBoxAction
 
clone() - Method in class org.progeeks.util.swing.CompositeContextAction
 
cloneAction(Action) - Static method in class org.progeeks.util.swing.ActionUtils
Utility method to clone the specified action if it is cloneable.
cloneMetaObject(MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Creates a shallow clone of the supplied meta-object.
cloneObject(Object) - Static method in class org.progeeks.util.ObjectUtils
Clones the specified object if it is cloneable and has a public clone() method.
close() - Method in class org.progeeks.dbf.DbfReader
 
close() - Method in class org.progeeks.dbf.DbfWriter
 
close() - Method in class org.progeeks.geo.esri.MetaObjectShapeWriter
Closes the writers and files
close() - Method in class org.progeeks.geo.esri.ShapeWriter
 
close() - Method in class org.progeeks.repository.Repository
Close the repository, release the lock on it.
close() - Method in class org.progeeks.util.BinaryDataInputStream
 
close() - Method in class org.progeeks.util.BinaryDataOutputStream
 
close() - Method in class org.progeeks.util.BitInputStream
 
close() - Method in interface org.progeeks.util.CloseableIterator
Releases any underlying resources the iterator implementation may be holding.
close() - Method in class org.progeeks.util.CompositeIterator
If the current iterator is a CloseableIterator then it is closed.
close() - Method in class org.progeeks.util.log.EventAppender
 
close() - Method in class org.progeeks.util.ProgressReporterInputStream
 
close() - Method in class org.progeeks.util.ProgressReporterReader
 
close() - Method in class org.progeeks.util.xml.XmlPrintWriter
Automatically finished writing any in-progess tags and then closes the file.
CloseableContext - Interface in org.progeeks.util
A ViewContext specialization that can tell callers whether it is safe to close the context.
CloseableIterator - Interface in org.progeeks.util
An iterator specialization that provides a standard way to be closed in cases where the iterator might have underlying resources that would benefit from a timely release.
closeBlock() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes the current tag or the current comment block depending on what block is currently open.
closeComment() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes the comment block.
closeDataBlock() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes a CDATA block.
closeDocType() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes the open DOCTYPE element.
closeMarkupDeclaration() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes any open markup declaration.
closeProcessingInstruction() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes the current processing instruction block.
closeRawText() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes a section of raw text output.
closeRollout() - Method in class org.progeeks.util.swing.RolloutPanel
Closes the rollout.
closeTag() - Method in class org.progeeks.util.xml.XmlPrintWriter
Closes the current tag if open.
collectDependencies() - Method in class org.progeeks.bcel.Dependencies
 
COLLECTION_VALUES_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
CollectionGenerator - Class in org.progeeks.tool.gen
Creates a collection of objects.
CollectionGenerator() - Constructor for class org.progeeks.tool.gen.CollectionGenerator
 
CollectionModelAdapter - Class in org.progeeks.meta.swing.editor
Adapts a javax.swing.ListModel to a PropertyMutator containing a Collection-based value.
CollectionModelAdapter() - Constructor for class org.progeeks.meta.swing.editor.CollectionModelAdapter
 
ColorEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for java.awt.Color values.
ColorEditor() - Constructor for class org.progeeks.meta.swing.editor.ColorEditor
 
ColorRenderer - Class in org.progeeks.meta.swing.editor
A renderer for color values.
ColorRenderer() - Constructor for class org.progeeks.meta.swing.editor.ColorRenderer
 
ComboEnumeratedTypeEditor - Class in org.progeeks.meta.swing.editor
A custom editor for enumerated property types that presents a JComboBox or JSpinner for user selection of one of the allowed values.
ComboEnumeratedTypeEditor(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
 
Command - Interface in org.progeeks.cmd
A command is a single unit of execution where the calling code is decoupled from the work being performed.
CommandMap - Class in org.progeeks.cmd
A Map implementation that matches objects to commands and provides a convenient way to execute those commands targeted to a certain object.
CommandMap() - Constructor for class org.progeeks.cmd.CommandMap
 
CommandProcessor - Interface in org.progeeks.cmd
This is defined the basic interface to which all implementations must comply.
CommandProcessorStack - Interface in org.progeeks.cmd.stack
A stack of command processors providing a simple state manager.
COMMON_CHARS - Static variable in class org.progeeks.tool.gen.StringGenerator
 
compare(Object, Object) - Method in class org.progeeks.meta.util.FormatComparator
 
compareTo(Object) - Method in class org.progeeks.bcel.ClassDependencyGraph.Package
 
compareTo(Object) - Method in class org.progeeks.meta.PropertyInfo
 
compile() - Method in class org.progeeks.util.PatternSet
Precompiles the pattern set into a single internal pattern.
ComplexObjectGenerator - Class in org.progeeks.tool.gen
Constructs an object by iterating over a collection of sub-generators to get the values for each of the object's properties.
ComplexObjectGenerator() - Constructor for class org.progeeks.tool.gen.ComplexObjectGenerator
 
componentChanged() - Method in class org.progeeks.meta.swing.DefaultPropertyEditor
 
componentChanged() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
 
componentChanged() - Method in class org.progeeks.meta.swing.editor.BooleanEditor
 
componentChanged() - Method in class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
 
CompositeClassLoader - Class in org.progeeks.util
A ClassLoader implementation that will delegate to a set of nested ClassLoader instances.
CompositeClassLoader() - Constructor for class org.progeeks.util.CompositeClassLoader
 
CompositeClassLoader(List) - Constructor for class org.progeeks.util.CompositeClassLoader
 
CompositeClassLoader(ClassLoader) - Constructor for class org.progeeks.util.CompositeClassLoader
 
CompositeClassLoader(ClassLoader, List) - Constructor for class org.progeeks.util.CompositeClassLoader
 
CompositeContextAction - Class in org.progeeks.util.swing
Defines an action the decorates another action and delegates processing to a pre-action and a post-action.
CompositeContextAction() - Constructor for class org.progeeks.util.swing.CompositeContextAction
 
CompositeContextAction(Action) - Constructor for class org.progeeks.util.swing.CompositeContextAction
 
CompositeGraph - Class in org.progeeks.graph
Graph implementation that contains other graphs and links them together as one large unified graph.
CompositeGraph() - Constructor for class org.progeeks.graph.CompositeGraph
Creates a new CompositeGraph using an empty EdgeIdentityGraph as its root.
CompositeGraph(Graph) - Constructor for class org.progeeks.graph.CompositeGraph
Constructor that can be used by subclasses to customize the root graph implementation.
CompositeGraph.GraphCoordinator - Class in org.progeeks.graph
A coordinator can be associated with a subgraph to provide information about the types of filters that will return results and the types of nodes and edges that the graph accepts.
CompositeGraph.GraphCoordinator() - Constructor for class org.progeeks.graph.CompositeGraph.GraphCoordinator
 
CompositeGraph.GraphCoordinator(String) - Constructor for class org.progeeks.graph.CompositeGraph.GraphCoordinator
Creates a graph coordinator associated with the specified name for debugging/identification purposes.
CompositeIcon - Class in org.progeeks.util.swing
Composes two separate Icon objects into one Icon.
CompositeIcon() - Constructor for class org.progeeks.util.swing.CompositeIcon
Creates an empty icon.
CompositeIcon(Icon, Icon) - Constructor for class org.progeeks.util.swing.CompositeIcon
Creates an icon overlaying the two icons with the second centered over the first.
CompositeIcon(Icon, Icon, int) - Constructor for class org.progeeks.util.swing.CompositeIcon
Creates an icon reprsenting the two icons side by side.
CompositeIcon(Icon, Icon, int, int, int, int) - Constructor for class org.progeeks.util.swing.CompositeIcon
Creates an icon with the specified parameters.
CompositeIterator - Class in org.progeeks.util
Combines several iterators into one iterator view.
CompositeIterator(Iterator) - Constructor for class org.progeeks.util.CompositeIterator
 
CompositeKey - Class in org.progeeks.meta.annotate
A key representing two values that can be used as a key to lookup a single annotation.
CompositeKey(Object, Object) - Constructor for class org.progeeks.meta.annotate.CompositeKey
 
CompositeMetaKit - Class in org.progeeks.meta.util
MetaKit implementation combining one or more other meta-kit implementations to support compositing meta-objects.
CompositeMetaKit() - Constructor for class org.progeeks.meta.util.CompositeMetaKit
 
CompositeMetaObject - Class in org.progeeks.meta.util
Meta-object implementation that provides a composite view of several internal meta-objects each given their own subname.
CompositeMetaObject(String[], MetaObject[], MetaClass) - Constructor for class org.progeeks.meta.util.CompositeMetaObject
 
CompositeMetaObject(String[], MetaObject[], MetaClass, MetaKit) - Constructor for class org.progeeks.meta.util.CompositeMetaObject
 
CompositeUtils - Class in org.progeeks.meta.util
Utilities useful for creating composite meta-objects.
CompositeUtils() - Constructor for class org.progeeks.meta.util.CompositeUtils
 
ConditionalGenerator - Class in org.progeeks.tool.gen
A DataGenerator that selects a sub-generator to generate data based on a set of conditions.
ConditionalGenerator() - Constructor for class org.progeeks.tool.gen.ConditionalGenerator
 
ConditionalLock - Class in org.progeeks.util.thread
Allows a thread to pause waiting for a state set by another thread.
ConditionalLock() - Constructor for class org.progeeks.util.thread.ConditionalLock
Creates a new conditional in the default state of false.
ConditionalLock(boolean) - Constructor for class org.progeeks.util.thread.ConditionalLock
Creates a new conditional in the specified state.
CONFIG_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
CONFIG_FILE_PROPERTY - Static variable in class org.progeeks.junit.XmlTestLoader
System property that should contain the name of the test configuration file.
CONFIG_IMPORT_PACKAGE - Static variable in class org.progeeks.meta.xml.MetaObjectHandler
 
CONFIG_IMPORT_PACKAGE - Static variable in class org.progeeks.util.xml.BeanObjectHandler
 
CONFIGURATOR_PREFIX - Static variable in class org.progeeks.util.xml.BeanConfiguratorHandler
 
ConfiguratorListener - Interface in org.progeeks.util.beans
Listener that can be registered with a BeanConfigurator to be notified when new objects are created by the configurator.
configureBean(Object) - Method in class org.progeeks.util.beans.BeanConfigurator
Configures the specified bean by applying the stored properties.
configureHandlers(Attributes) - Method in class org.progeeks.util.xml.ObjectXmlReader
Sends configuration properties to all handlers.
ConstrainedObservableList - Class in org.progeeks.util
A java.util.List wrapper that will deliver the appropriate ListPropertyChangeEvents when the list is modified but also supports vetoing adds, removes, and sets based on subclass implementations.
ConstrainedObservableList(List) - Constructor for class org.progeeks.util.ConstrainedObservableList
Creates an ObservableList that delegates to the specified list and will fire PropertyChangeEvents for the "list" property.
ConstrainedObservableList(String, List) - Constructor for class org.progeeks.util.ConstrainedObservableList
Creates an ObservableList that delegates to the specified list and will fire PropertyChangeEvents for the specified property name.
ConstrainedObservableList() - Constructor for class org.progeeks.util.ConstrainedObservableList
Subclass constructor used to be able to create an ObservableList and defer setting of the delegate list until other setup has been done.
ConstrainedObservableList(String) - Constructor for class org.progeeks.util.ConstrainedObservableList
Subclass constructor used to be able to create an ObservableList and defer setting of the delegate list until other setup has been done.
CONSTRUCT_PREFIX - Static variable in class org.progeeks.util.xml.ConstructedBeanHandler
 
ConstructedBeanHandler - Class in org.progeeks.util.xml
Object handler that uses BeanConfigurators to delay the creation of objects until a list of constructor arguments can be collected.
ConstructedBeanHandler() - Constructor for class org.progeeks.util.xml.ConstructedBeanHandler
 
constructFromString(String, Class) - Static method in class org.progeeks.util.Inspector
Attempts to create an object of the specified type using the specified String value.
constructFromString(String, Class) - Static method in class org.progeeks.util.Inspector2
Deprecated. Attempts to create an object of the specified type using the specified String value.
CONSTRUCTOR_ARGS - Static variable in class org.progeeks.util.xml.ConstructedBeanHandler
 
CONTAINER_PROPERTY_INFO_CLASS - Static variable in class org.progeeks.meta.util.MetaObjectUtils
Defines a meta-class for ContainerPropertyInfo so that it can subclass PropertyInfo and pick up its custom properties.
CONTAINER_PROPERTY_INFO_NAME - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
ContainerEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for a Collection of values otherwise editable with another registered editor.
ContainerEditor() - Constructor for class org.progeeks.meta.swing.editor.ContainerEditor
 
ContainerEditorFactory - Class in org.progeeks.meta.swing.editor
Factory for ContainerEditors.
ContainerEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.ContainerEditorFactory
 
ContainerPropertyDescriptor - Class in org.progeeks.util.beans
Subclass of the java.beans.PropertyDescriptor class that provides additional information about multi-valued properties.
ContainerPropertyDescriptor(Class, PropertyDescriptor) - Constructor for class org.progeeks.util.beans.ContainerPropertyDescriptor
 
ContainerPropertyDescriptor.PluralPattern - Class in org.progeeks.util.beans
Encapsulates the conversion from a specific plural type to a specific singular type using a regex expression and a suffix.
ContainerPropertyDescriptor.PluralPattern(String, String) - Constructor for class org.progeeks.util.beans.ContainerPropertyDescriptor.PluralPattern
 
ContainerPropertyInfo - Class in org.progeeks.meta
Extension of the PropertyInfo interface to provide additional information about container property contents.
ContainerPropertyInfo() - Constructor for class org.progeeks.meta.ContainerPropertyInfo
Creates an empty and unfixed property info suitable for bean-like property loading.
ContainerPropertyInfo(String, String, String, String, PropertyType, int, boolean, boolean, boolean, boolean) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyInfo(String, String, String, String, PropertyType, Object, int, boolean, boolean, boolean, boolean) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyInfo(String, String, String, String, PropertyType, int, boolean, boolean, boolean) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyInfo(String, String, PropertyType, boolean, boolean) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyInfo(String, String, PropertyType) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyInfo(String, ContainerPropertyInfo) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyInfo(ContainerPropertyInfo, PropertyType) - Constructor for class org.progeeks.meta.ContainerPropertyInfo
 
ContainerPropertyType - Class in org.progeeks.meta
This represents a property type that is a container for objects of another type.
ContainerPropertyType(PropertyType) - Constructor for class org.progeeks.meta.ContainerPropertyType
Creates a ContainerPropertyType representing a container with values of the specified valueType.
ContainerPropertyType(Class, PropertyType) - Constructor for class org.progeeks.meta.ContainerPropertyType
Creates a ContainerPropertyType representing a container with values of the specified valueType.
ContainerXmlRenderer - Class in org.progeeks.meta.xml
Renders a Collection-value to XML by outputting individual elements.
ContainerXmlRenderer() - Constructor for class org.progeeks.meta.xml.ContainerXmlRenderer
 
contains(Object) - Method in class org.progeeks.graph.AbstractFilteredNodeCollection
Overridden to check the object with the filter before calling the superclass contains method.
contains(Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
contains(Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
contains(Object) - Method in class org.progeeks.util.DefaultObservableList
 
contains(Object) - Method in class org.progeeks.util.ReversedList
 
containsActor(Object) - Method in class org.progeeks.util.thread.StateCollector
Returns true if this collector is monitoring the specified actor.
containsAll(Collection) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
containsAll(Collection) - Method in class org.progeeks.util.ConstrainedObservableList
 
containsAll(Collection) - Method in class org.progeeks.util.DefaultObservableList
 
containsAll(Collection) - Method in class org.progeeks.util.ReversedList
 
containsEdge(Graph.Edge) - Method in class org.progeeks.graph.CacheGraph
 
containsEdge(Graph.Edge) - Method in class org.progeeks.graph.CompositeGraph
 
containsEdge(Graph.Edge, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the associated graph contains the specified edge.
containsEdge(Graph.Edge) - Method in class org.progeeks.graph.LoggingGraph
 
containsKey(Object) - Method in class org.progeeks.util.ObservableMap
 
containsNode(Object) - Method in class org.progeeks.graph.CacheGraph
 
containsNode(Object) - Method in class org.progeeks.graph.CompositeGraph
 
containsNode(Object, Graph) - Method in class org.progeeks.graph.CompositeGraph
Returns true if a sub-graph contains the specified node other than the graph specified.
containsNode(Object, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the associated graph contains the specified node.
containsNode(Object) - Method in class org.progeeks.graph.LoggingGraph
 
containsNode(Object) - Method in class org.progeeks.graph.MapGraph
 
containsValue(Object) - Method in class org.progeeks.util.ObservableMap
 
ContextList - Class in org.progeeks.util
Special ConstrainedObservableList subclass that prevents CloseableContexts from being removed if they return false from their canRemove() method.
ContextList() - Constructor for class org.progeeks.util.ContextList
 
ContextList(String) - Constructor for class org.progeeks.util.ContextList
 
ContextualTestCase - Class in org.progeeks.junit
Abstract base class for test cases which use a test context.
ContextualTestCase() - Constructor for class org.progeeks.junit.ContextualTestCase
Constructor that does not set the test case name.
ContextualTestCase(String) - Constructor for class org.progeeks.junit.ContextualTestCase
Constructor that sets the test case name.
ContextualTestCase.ContextTest - Class in org.progeeks.junit
Abstract base class for all of the context test classes.
ContextualTestCase.ContextTest() - Constructor for class org.progeeks.junit.ContextualTestCase.ContextTest
 
ContextualTestCase.EqualsTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is equal to an expected value.
ContextualTestCase.EqualsTest() - Constructor for class org.progeeks.junit.ContextualTestCase.EqualsTest
 
ContextualTestCase.FalseTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is false.
ContextualTestCase.FalseTest() - Constructor for class org.progeeks.junit.ContextualTestCase.FalseTest
 
ContextualTestCase.NotNullTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is not null.
ContextualTestCase.NotNullTest() - Constructor for class org.progeeks.junit.ContextualTestCase.NotNullTest
 
ContextualTestCase.NotSameTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is not the same as an expected value.
ContextualTestCase.NotSameTest() - Constructor for class org.progeeks.junit.ContextualTestCase.NotSameTest
 
ContextualTestCase.NullTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is null.
ContextualTestCase.NullTest() - Constructor for class org.progeeks.junit.ContextualTestCase.NullTest
 
ContextualTestCase.SameTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is the same as an expected value.
ContextualTestCase.SameTest() - Constructor for class org.progeeks.junit.ContextualTestCase.SameTest
 
ContextualTestCase.TrueTest - Class in org.progeeks.junit
Context test that checks to see if the value of the template expression is true
ContextualTestCase.TrueTest() - Constructor for class org.progeeks.junit.ContextualTestCase.TrueTest
 
ContextView - Interface in org.progeeks.util
Represents views that can provide access to their associated context.
convertPrimitive(Class) - Static method in class org.progeeks.meta.ClassPropertyType
If the specified class is a primitive class then the wrapper version of the class is returned.
convertToSingular(String) - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor.PluralPattern
Returns the specified name converted to a singular value or null if it doesn't match this plural pattern.
copyFile(File, File) - Static method in class org.progeeks.util.FileUtils
Copies the specified file to the specified location.
copyFile(File, File, ProgressReporter) - Static method in class org.progeeks.util.FileUtils
Copies the specified file to the specified location.
copyMetaObject(MetaObject, MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Performs a shallow copy of one meta-object to another.
copyMetaObject(MetaObject, MetaObject, boolean) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Performs a shallow copy of one meta-object to another.
COUNT_ITEM_CAT_NAME - Static variable in class org.progeeks.jfreechart.CategoryDatasetProducer
 
countItems - Variable in class org.progeeks.jfreechart.CategoryDatasetProducer
 
createActionMenu(ActionList) - Static method in class org.progeeks.util.swing.ActionUtils
Creates a menu for the specified action list.
createActionMenuBar(ActionList) - Static method in class org.progeeks.util.swing.ActionUtils
Creates a menu bar for the specified action list.
createActionMenuItem(Action) - Static method in class org.progeeks.util.swing.ActionUtils
Creates a menu for the specified action.
createBean() - Method in class org.progeeks.util.beans.BeanConfigurator
Creates a configures a bean of this configurator's associated bean type.
createBean(Object[]) - Method in class org.progeeks.util.beans.BeanConfigurator
Creates a configures a bean passing the specified arguments on the constructor.
createBean() - Method in class org.progeeks.util.beans.SingletonConfigurator
Creates a configures a bean of this configurator's associated bean type.
createBean(Object[]) - Method in class org.progeeks.util.beans.SingletonConfigurator
Creates a configures a bean passing the specified arguments on the constructor.
createBeanMetaClass(MetaClassRegistry, Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the specified class registry.
createBeanMetaClass(MetaClassRegistry, Class, List) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the specified class registry and property info list.
createBeanMetaClass(MetaClassRegistry, Class, String[]) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the specified class registry and unique field list.
createBeanMetaClass(MetaClassRegistry, Class, List, String[]) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the specified class registry and unique field list.
createBeanMetaClass(Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the context class registry.
createBeanMetaClass(Class, List) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the root class registry.
createBeanMetaClass(Class, String[]) - Static method in class org.progeeks.meta.beans.BeanUtils
Creates a meta-class for the specified Java class using the context class registry.
createButtonPanel() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
createChart() - Method in class org.progeeks.jfreechart.ChartContext
Generate the chart with current data and configuration
createChartPanel() - Method in class org.progeeks.jfreechart.ChartContextPanel
Creates the full ChartPanel from the context config.
createClasspath() - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
createCombinedComponent(ActionListButton) - Static method in class org.progeeks.util.swing.ActionListButton
Returns a component that holds both the ActionListButton and its parent button.
createCompositeMetaClass(MetaClassRegistry, String, String[], MetaClass[]) - Static method in class org.progeeks.meta.util.CompositeUtils
Creates a new meta-class as a composite of the specified meta-classes.
createCompositeMetaClass(String, String[], MetaClass[]) - Static method in class org.progeeks.meta.util.CompositeUtils
Creates a new meta-class as a composite of the specified meta-classes.
createEdge(Object, Object, Object, boolean, Object) - Method in class org.progeeks.graph.EdgeIdentityGraph
Overridden to create an ImmutableIdentityEdge.
createHibernateAnnotationMetaClasses(MetaClassRegistry) - Static method in class org.progeeks.hibernate.HibernateAnnotations
Creates the meta-class for all of the Hibernate annotation meta-objects in the supplied registry.
createInitialViews() - Method in class org.progeeks.util.swing.WindowManager
Initializes any pre-existing windows that were in the context list before the window manager was created.
createInitialViews() - Method in interface org.progeeks.util.ViewManager
Creates the initial views from the current list and factories.
createInset() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
createItemLabelPosition() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
createListMutator(String, ListPropertyType) - Method in class org.progeeks.meta.AbstractMetaObject
Creates a ListMutator for the specified property.
createListMutator(String, ListPropertyType) - Method in class org.progeeks.meta.beans.BeanMetaObject
Creates a BeanListMutator that provides advanced access to multi-valued bean properties.
createMainPanel() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
createMBeanMetaClass(ObjectName, MBeanInfo) - Static method in class org.progeeks.jmx.MBeanUtils
Creates a MetaClass from the specified ObjectName and MBeanInfo object.
createMBeanMetaClass(MetaClassRegistry, ObjectName, MBeanInfo) - Static method in class org.progeeks.jmx.MBeanUtils
Creates a MetaClass from the specified ObjectName and MBeanInfo object.
createMBeanMetaObject(ObjectName, MBeanMetaKit) - Static method in class org.progeeks.jmx.MBeanUtils
Convenience method for creating a MetaObject wrapper for the specified ObjectName.
createMBeanMetaObject(MetaClassRegistry, ObjectName, MBeanMetaKit) - Static method in class org.progeeks.jmx.MBeanUtils
Convenience method for creating a MetaObject wrapper for the specified ObjectName.
createMetaClass(String, DbfHeader, MetaClassRegistry) - Static method in class org.progeeks.dbf.meta.DbfUtils
Creates a meta-class for the specified header's field definitions.
createMetaClass(String, DbfHeader) - Static method in class org.progeeks.dbf.meta.DbfUtils
Creates a meta-class for the specified header's field definitions.
createMetaClass(String, Collection) - Method in class org.progeeks.meta.MetaClassRegistry
Creates a meta-class from the specified information.
createMetaClass(String, Collection, Collection, Collection) - Method in class org.progeeks.meta.MetaClassRegistry
Creates a meta-class from the specified information.
createMetaClass(String, Collection, List) - Method in class org.progeeks.meta.MetaClassRegistry
Creates a meta-class from the specified information.
createMetaClass(String, Collection, MetaClass) - Method in class org.progeeks.meta.MetaClassRegistry
Creates a meta-class from the specified information.
createMetaClass(MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Creates a MetaClass for the specified MetaObject representation of a MetaClass.
createMetaClass(MetaObject, MetaClassRegistry) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Creates a MetaClass for the specified MetaObject representation of a MetaClass.
createMetaClasses(Reader, MetaKit, String) - Static method in class org.progeeks.meta.xml.XmlUtils
Initializes a set of metaClass confgurations from a reader.
createMetaClassTemplate(MBeanInfo, boolean) - Static method in class org.progeeks.jmx.MBeanUtils
Creates a MetaClass template MetaObject for the specified MBeanInfo.
createMetaClassTemplate(MBeanInfo, boolean, MetaClassRegistry) - Static method in class org.progeeks.jmx.MBeanUtils
Creates a MetaClass template MetaObject for the specified MBeanInfo.
createMetaClassTemplate(String, MetaClassRegistry) - Method in class org.progeeks.meta.beans.BeanUtils.BeanTemplateFactory
 
createMetaClassTemplate(String, MetaClassRegistry) - Method in interface org.progeeks.meta.util.MetaClassTemplateFactory
Creates a MetaObject representing the properties and other information necessary to make a meta-class.
createMetaObject() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
Create a new metaObject using the default data MetaClass.
createMetaObject(MetaClass) - Method in interface org.progeeks.meta.MetaObjectFactory
Attempts to create an uninitialized MetaObject of the specified MetaClass.
createMetaObjectEditor(MetaClass) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates an editor for the specified type that can be used to edit a single MetaObject instance.
createMetaObjectEditor(MetaClass, ViewContext) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates an editor for the specified type that can be used to edit a single MetaObject instance.
createMetaObjectForMetaClass(MetaClass) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Creates a MetaObject representation of the specified MetaClass.
createMetaObjectRenderer(MetaClass) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates a renderer for the specified type that can be used to render a single MetaObject instance.
createMetaObjectRenderer(MetaClass, ViewContext) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates a renderer for the specified type that can be used to render a single MetaObject instance.
createMetaObjectWrapper(Object) - Method in class org.progeeks.meta.xml.XmlRenderContext
Auto-wraps the specified object if possible or just returns null if not.
createNumber(double) - Method in class org.progeeks.tool.gen.NumberGenerator
Creates a number object of the same type as #numberClass
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.graph.xml.GraphObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.graph.xml.StandardPredicateHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.junit.JUnitHandler
Creates and returns an test suite based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.meta.xml.AnnotationObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.meta.xml.TypeRegistryHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.ActionObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanConfiguratorHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.ConstructedBeanHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.FileSetHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.JndiObjectHandler
 
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.MapObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Creates and returns an object based on the specified parameters.
createObject(String, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Creates and returns an object based on the specified parameters.
createObjectName(String, MetaObject) - Static method in class org.progeeks.jmx.MBeanUtils
Constructs an ObjectName instance for the specified domain and MetaObject.
createObjectName(String, MetaObject, Map) - Static method in class org.progeeks.jmx.MBeanUtils
Constructs an ObjectName instance for the specified domain and MetaObject.
createObjectName(String, MetaClass, Map) - Static method in class org.progeeks.jmx.MBeanUtils
Constructs an ObjectName instance for the specified domain and MetaClass.
createPattern(String) - Method in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
createPeriodAxisLabelInfo() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
createPopupMenu(ActionList) - Static method in class org.progeeks.util.swing.ActionUtils
Creates a pop-up menu for the specified action list.
createPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.AllPredicateBean
 
createPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.AnyPredicateBean
 
createPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
createPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EqualPredicateBean
 
createPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.NotPredicateBean
 
createPredicate() - Method in interface org.progeeks.graph.xml.StandardPredicateHandler.PredicateBean
 
createPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.DefaultEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.ContainerEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.DoubleEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.EnumeratedTypeEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.FileEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.FileListEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.FloatEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.IntegerEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.ListEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.LongStringEditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.TableUIFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in interface org.progeeks.meta.swing.EditorFactory
Creates an editor for a specific set of property types.
createPropertyEditor(PropertyType) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates an editor for the specified type.
createPropertyEditor(PropertyType, ViewContext) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates an editor for the specified type.
createPropertyEditor(MetaClass) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates an editor for the specified type.
createPropertyEditor(MetaClass, ViewContext) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates an editor for the specified type.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUIFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MetaTabbedPanelUIFactory
Creates an editor for a specific set of property types.
createPropertyEditor(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MultiColumnPanelUIFactory
Creates an editor for a specific set of property types.
createPropertyInfo(MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Creates a PropertyInfo object for the specified PropertyInfo MetaObject representation.
createPropertyMutator(String) - Method in class org.progeeks.meta.AbstractMetaObject
Creates a PropertyMutator for the specified property.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.DefaultRendererFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.ContainerEditorFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.FileListEditorFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.ListEditorFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.LongStringEditorFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.TableUIFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(PropertyType) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates a renderer for the specified type.
createPropertyRenderer(PropertyType, ViewContext) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates a renderer for the specified type.
createPropertyRenderer(MetaClass) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates a renderer for the specified type.
createPropertyRenderer(MetaClass, ViewContext) - Method in class org.progeeks.meta.swing.FactoryRegistry
Creates a renderer for the specified type.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUIFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MetaTabbedPanelUIFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MultiColumnPanelUIFactory
Creates a renderer for a specific set of property types.
createPropertyRenderer(MetaPropertyContext) - Method in interface org.progeeks.meta.swing.RendererFactory
Creates a renderer for a specific set of property types.
createProxy(Serializable, SessionImplementor) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
createProxy(Class, TestInvocationHandler) - Static method in class org.progeeks.junit.TestInvocationHandler
Creates a test proxy class using the supplied generic test proxy as the invocation handler.
createProxy(Class) - Static method in class org.progeeks.junit.TestInvocationHandler
Convenience method that creates a test proxy class with a new generic test proxy as the invocation handler.
createRawSuperTypeIterator() - Method in class org.progeeks.meta.ClassPropertyType
Called by getSuperTypes() to create the Iterator and can be used for custom configuration of the iterator as necessary.
createRawSuperTypeIterator() - Method in class org.progeeks.meta.ContainerPropertyType
Called by getSuperTypes() to create the Iterator and can be used for custom configuration of the iterator as necessary.
createRecord() - Method in class org.progeeks.dbf.DbfHeader
 
createReference(PropertyPath.PathElement, Object) - Method in class org.progeeks.util.beans.PropertyPath
Returns the appropriate path reference for the specified parsed element and object value.
createReferences(Object, int) - Method in class org.progeeks.util.beans.PropertyPath
Constructs references for the specified entry on, releasing any old listeners for the path that is being replaced.
createRegex(String, boolean, boolean) - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
createRepository(File) - Method in class org.progeeks.repository.DefaultLockManager
 
createRepository(File) - Method in interface org.progeeks.repository.LockManager
Method invoked when a new repository is created.
createRepository(File) - Method in class org.progeeks.repository.WormSharedLockManager
Creates the repository.
createShapeRecord(MetaObject) - Method in class org.progeeks.geo.esri.ShapeWriter
 
createSpinner() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Deprecated.  
createSyntaxErrorMessage(String, int) - Static method in class org.progeeks.util.SimpleExpressionLanguage
 
createTab(Object) - Method in class org.progeeks.util.swing.ListTabbedPane
Overridden by subclasses to create the appropriate component for the specified object.
createTickUnit() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
Creates a DateTickUnit using the passed parameters.
createTickUnit() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.NumberTickUnitBean
Creates a DateTickUnit using the passed parameters.
createToolBar(ActionList) - Static method in class org.progeeks.util.swing.ActionUtils
Creates a JToolBar for the specified action list.
createTransform() - Method in class org.progeeks.jfreechart.ChartContext
Update the listeners on the transform
createUI(PropertyMutator, int) - Method in class org.progeeks.meta.swing.MetaPanel
Creates a meta-property UI for the specified mutator and added the UI to the appropriate data structures.
createView(ViewContext) - Method in class org.progeeks.util.DefaultViewFactory
Called to create a view for the specified context.
createView(ViewContext) - Method in interface org.progeeks.util.ViewFactory
Called to create a view for the specified context.
createViewComponent(ViewContext) - Method in class org.progeeks.util.swing.DefaultJComponentFactory
Creates a JComponent associated with the specified view context.
createViewComponent(ViewContext) - Method in interface org.progeeks.util.swing.JComponentFactory
Creates a JComponent associated with the specified view context.
createViewWindow(ViewContext) - Method in class org.progeeks.util.swing.DefaultWindowFactory
Creates a window associated with the specified view context.
createViewWindow(ViewContext) - Method in interface org.progeeks.util.swing.WindowFactory
Creates a window associated with the specified view context.
createXmlException(String) - Method in class org.progeeks.util.xml.XmlReader
Creates a properly "located" XmlException using the getLocation() method.
createXmlException(String, Throwable) - Method in class org.progeeks.util.xml.XmlReader
Creates a properly "located" XmlException using the getLocation() method.

D

data - Variable in class org.progeeks.util.thread.CircularQueue
 
dataClassIsMetaClass - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
dataClassIsMetaClass - Variable in class org.progeeks.tool.gen.ComplexObjectGenerator
 
DataGenerator - Interface in org.progeeks.tool.gen
Creates an object (regular POJO or MetaObject) with the value of the object (or its properties) set according to various rules.
DataGeneratorContext - Interface in org.progeeks.tool.gen
Provides references information to a DataGenerator about the environment in which it is creating data.
dataMetaClass - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
dataObjectClass - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
dataSource - Variable in class org.progeeks.jfreechart.DefaultChartDataTransform
 
DATE_TICK_UNIT - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates a custom configuration for DateTickUnit since that class does not have a default constructor.
DateEditorFactory - Class in org.progeeks.meta.swing.editor
 
DateEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.DateEditorFactory
 
DateGenerator - Class in org.progeeks.tool.gen
Generates a date between start and stop times.
DateGenerator() - Constructor for class org.progeeks.tool.gen.DateGenerator
 
DatePropertyFormat - Class in org.progeeks.meta.format
PropertyFormat implementation that uses a SimpleDateFormat to convert java.util.Date objects (and their subclasses) to a consistent date string.
DatePropertyFormat() - Constructor for class org.progeeks.meta.format.DatePropertyFormat
Creates a DatePropertyFormat using the DEFAULT_FORMAT.
DatePropertyFormat(String) - Constructor for class org.progeeks.meta.format.DatePropertyFormat
Creates a new DatePropertyFormat using the specified SimpleDateFormat format string.
DatePropertyFormat(String, String) - Constructor for class org.progeeks.meta.format.DatePropertyFormat
 
DateTimeEditorFactory - Class in org.progeeks.meta.swing.editor
 
DateTimeEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.DateTimeEditorFactory
 
DateTimeType - Class in org.progeeks.meta
Property type implementation that represents a Date and Time value.
DateTimeType() - Constructor for class org.progeeks.meta.DateTimeType
 
DbfField - Class in org.progeeks.dbf
Represents field information in a DBF header.
DbfField() - Constructor for class org.progeeks.dbf.DbfField
 
DbfHeader - Class in org.progeeks.dbf
 
DbfHeader() - Constructor for class org.progeeks.dbf.DbfHeader
 
DbfMetaObject - Class in org.progeeks.dbf.meta
MetaObject implementation that wraps DbfRecord.
DbfMetaObject(DbfRecord, MetaClass) - Constructor for class org.progeeks.dbf.meta.DbfMetaObject
 
DbfReader - Class in org.progeeks.dbf
A reader for DBF files that can stream records from start to finish.
DbfReader(File) - Constructor for class org.progeeks.dbf.DbfReader
 
DbfRecord - Class in org.progeeks.dbf
Represents the values for a DBF record.
DbfRecord(DbfField[]) - Constructor for class org.progeeks.dbf.DbfRecord
 
DbfRecordPropertyAccess - Class in org.progeeks.dbf
PropertyAccess implementation providing support for retrieving DbfRecord property values
DbfRecordPropertyAccess() - Constructor for class org.progeeks.dbf.DbfRecordPropertyAccess
 
DbfTest - Class in org.progeeks.dbf
Test soem DBF file reading.
DbfTest(File) - Constructor for class org.progeeks.dbf.DbfTest
 
DbfUtils - Class in org.progeeks.dbf.meta
Provides utility methods for create MetaClasses from DbfHeaders.
DbfUtils() - Constructor for class org.progeeks.dbf.meta.DbfUtils
 
DbfWriter - Class in org.progeeks.dbf
A writer for DBF files that appends records until it is closed.
DbfWriter(List, File) - Constructor for class org.progeeks.dbf.DbfWriter
 
debug(Object) - Method in class org.progeeks.util.log.Log
Log a message at the debug priority level.
debug(Object, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the debug priority level including the stack trace of the specified Throwable.
DEBUG - Static variable in class org.progeeks.util.log.LogLevel
 
DECEMBER - Static variable in class org.progeeks.meta.type.MonthType
 
deepClone(Map) - Method in class org.progeeks.util.swing.ActionList
 
deepCloneList(List) - Static method in class org.progeeks.util.ObjectUtils
Deep clones a list, iterating and cloning each list element
DEFAULT_CAPACITY - Static variable in class org.progeeks.util.thread.CircularQueue
 
DEFAULT_CONFIG - Static variable in class org.progeeks.util.log.Log
 
DEFAULT_ENTRY_TAG - Static variable in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Tag denoting a default format entry in the format registry.
DEFAULT_FORM - Static variable in class org.progeeks.meta.view.MetaFormFlavor
 
DEFAULT_FORMAT - Static variable in class org.progeeks.meta.format.DatePropertyFormat
 
DEFAULT_KIT - Static variable in class org.progeeks.meta.util.MapMetaKit
 
DEFAULT_KIT - Static variable in class org.progeeks.meta.util.PreferencesMetaKit
 
DEFAULT_MIN_ITEM_LABEL_HEIGHT - Static variable in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
Default minimum height that an item in a stack must be for the item label to draw.
DEFAULT_RETRY_TIME - Static variable in class org.progeeks.repository.WormSharedLockManager
Default time in milliseconds between locking attempt tries.
DEFAULT_SEPARATOR - Static variable in class org.progeeks.meta.format.UrlQueryFormat
 
DEFAULT_STRING_HANDLER - Static variable in class org.progeeks.util.xml.StringObjectHandler
 
DEFAULT_TOKEN_PATTERN - Static variable in class org.progeeks.meta.format.FieldSubstitutionFormat
 
DefaultAnnotationMap - Class in org.progeeks.meta.annotate
Base class and default implementation for the AnnotationMap interface.
DefaultAnnotationMap() - Constructor for class org.progeeks.meta.annotate.DefaultAnnotationMap
Creates a new DefaultAnnotationMap instance.
DefaultChartDataTransform - Class in org.progeeks.jfreechart
 
DefaultChartDataTransform() - Constructor for class org.progeeks.jfreechart.DefaultChartDataTransform
 
DefaultChartDataTransform(Object) - Constructor for class org.progeeks.jfreechart.DefaultChartDataTransform
 
DefaultContextView - Class in org.progeeks.util
Default implementation of ContextView that is simply a holder for a ViewContext.
DefaultContextView(ViewContext) - Constructor for class org.progeeks.util.DefaultContextView
 
DefaultEdgeDefinition - Class in org.progeeks.graph
Default implementation of EdgeDefintion that can take a filter and user object on the constructor.
DefaultEdgeDefinition(Predicate, Object, boolean) - Constructor for class org.progeeks.graph.DefaultEdgeDefinition
 
DefaultEditorFactory - Class in org.progeeks.meta.swing
Simple factory that will just instantiate an editor of a particular class.
DefaultEditorFactory(Class, boolean) - Constructor for class org.progeeks.meta.swing.DefaultEditorFactory
 
DefaultEditorFactory(Class) - Constructor for class org.progeeks.meta.swing.DefaultEditorFactory
 
DefaultFixable - Class in org.progeeks.util
Default implementation of the Fixable interface.
DefaultFixable() - Constructor for class org.progeeks.util.DefaultFixable
Creates a new unfixed object.
DefaultFixable(boolean) - Constructor for class org.progeeks.util.DefaultFixable
Creates an object preinitialized to the specified fixed state.
DefaultFocusHandler - Class in org.progeeks.jfreechart
Base class that contains common handling routines for focusing but does not actually do any drawing.
DefaultFocusHandler() - Constructor for class org.progeeks.jfreechart.DefaultFocusHandler
 
DefaultGeneratorContext - Class in org.progeeks.tool.gen
Default implementation of DataGeneratorContext.
DefaultGeneratorContext() - Constructor for class org.progeeks.tool.gen.DefaultGeneratorContext
 
DefaultJComponentFactory - Class in org.progeeks.util.swing
Default implementation of JComponentFactory that will instantiate a JComponent of a specified class type.
DefaultJComponentFactory(Class) - Constructor for class org.progeeks.util.swing.DefaultJComponentFactory
 
DefaultListMutator - Class in org.progeeks.meta
A default implementation of ListMutator that will work with any MetaObject, given certain restrictions.
DefaultListMutator(String, MetaObject) - Constructor for class org.progeeks.meta.DefaultListMutator
 
DefaultListPropertyFormat - Class in org.progeeks.meta.format
Default implementation for converting a list of objects to and from text data.
DefaultListPropertyFormat(PropertyFormat, String) - Constructor for class org.progeeks.meta.format.DefaultListPropertyFormat
Creates a property format object that will output a list of values by converting them individually with the specified property format object and then appending them together separated by the specified delimiter.
DefaultLockManager - Class in org.progeeks.repository
Default implementation of repository lock manager that permits only one instance of the repository to be used at a time.
DefaultLockManager() - Constructor for class org.progeeks.repository.DefaultLockManager
 
DefaultMetaForm - Class in org.progeeks.meta.view
Default implementation of MetaForm that works from a list of PropertyInfo objects.
DefaultMetaForm() - Constructor for class org.progeeks.meta.view.DefaultMetaForm
Creates an uninitialized MetaForm.
DefaultMetaForm(MetaClass, List) - Constructor for class org.progeeks.meta.view.DefaultMetaForm
Creates a meta-form for the specified class and property names.
DefaultMetaForm(String, List) - Constructor for class org.progeeks.meta.view.DefaultMetaForm
Creates a meta-form for the specified class and property infos.
DefaultMetaTable - Class in org.progeeks.meta
A default implementation of the MetaTable interface.
DefaultMetaTable(List, List, MetaClass, MetaKit) - Constructor for class org.progeeks.meta.DefaultMetaTable
Creates a default meta-table that contains the specified list of objects.
DefaultMetaTable(List, List, MetaClass, MetaKit, boolean) - Constructor for class org.progeeks.meta.DefaultMetaTable
Creates a default meta-table that contains the specified list of objects.
DefaultMultiFocusedContext - Class in org.progeeks.util
Convenient base class for multi-focused contexts.
DefaultMultiFocusedContext() - Constructor for class org.progeeks.util.DefaultMultiFocusedContext
Creates a default multi-focused context with null as a parent.
DefaultMultiFocusedContext(ViewContext) - Constructor for class org.progeeks.util.DefaultMultiFocusedContext
Creates a default multi-focused context with the specified parent.
DefaultObjectHandler - Class in org.progeeks.util.xml
Default implementation of the object handler interface that is geared to handling a specific set of objects.
DefaultObjectHandler() - Constructor for class org.progeeks.util.xml.DefaultObjectHandler
 
DefaultObjectViewContext - Class in org.progeeks.util
A default implementation of the ObjectViewContext.
DefaultObjectViewContext() - Constructor for class org.progeeks.util.DefaultObjectViewContext
 
DefaultObjectViewContext(Object) - Constructor for class org.progeeks.util.DefaultObjectViewContext
 
DefaultObservableList - Class in org.progeeks.util
A java.util.List wrapper that will deliver the appropriate ListPropertyChangeEvents when the list is modified.
DefaultObservableList() - Constructor for class org.progeeks.util.DefaultObservableList
Creates an ObservableList that delegates to an ArrayList and will fire PropertyChangeEvents for the "list" property.
DefaultObservableList(List) - Constructor for class org.progeeks.util.DefaultObservableList
Creates an ObservableList that delegates to the specified list and will fire PropertyChangeEvents for the "list" property.
DefaultObservableList(String, List) - Constructor for class org.progeeks.util.DefaultObservableList
Creates an ObservableList that delegates to the specified list and will fire PropertyChangeEvents for the specified property name.
DefaultPageEvaluator - Class in org.progeeks.meta.swing.wizard
Default implementation of the PageEvaluator interface.
DefaultPageEvaluator() - Constructor for class org.progeeks.meta.swing.wizard.DefaultPageEvaluator
 
DefaultProgressReporter - Class in org.progeeks.util
Default base implementation of the ProgressReporter interface.
DefaultProgressReporter() - Constructor for class org.progeeks.util.DefaultProgressReporter
 
DefaultPropertyEditor - Class in org.progeeks.meta.swing
Default implementation of MetaPropertyEditor that uses a property format object and a JTextField to apply changes to a PropertyMutator.
DefaultPropertyEditor(PropertyFormat) - Constructor for class org.progeeks.meta.swing.DefaultPropertyEditor
 
DefaultPropertyFormat - Class in org.progeeks.meta.format
Default implementation for converting objects to and from text data.
DefaultPropertyFormat() - Constructor for class org.progeeks.meta.format.DefaultPropertyFormat
Creates a property formatter without a specified type.
DefaultPropertyFormat(Class) - Constructor for class org.progeeks.meta.format.DefaultPropertyFormat
Creates a property formatter that will convert objects to string for the format method and attempt to instantiate an object of the specified type for the parseObject() method.
DefaultPropertyMutator - Class in org.progeeks.meta
A default implementation of PropertyMutator that will work with any MetaObject.
DefaultPropertyMutator(String, MetaObject) - Constructor for class org.progeeks.meta.DefaultPropertyMutator
 
DefaultPropertyRenderer - Class in org.progeeks.meta.swing
A default implementation of MetaPropertyRenderer that returns a JLabel with an etched border.
DefaultPropertyRenderer() - Constructor for class org.progeeks.meta.swing.DefaultPropertyRenderer
 
DefaultRendererFactory - Class in org.progeeks.meta.swing
Simple factory that will just instantiate a renderer of a particular class.
DefaultRendererFactory(Class) - Constructor for class org.progeeks.meta.swing.DefaultRendererFactory
 
DefaultRequest - Class in org.progeeks.util
Base implementation of the user request object.
DefaultRequest(String, String, boolean) - Constructor for class org.progeeks.util.DefaultRequest
 
defaultSeriesName - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
DefaultTestContext - Class in org.progeeks.junit
Default implementation of the TestContext interface.
DefaultTestContext() - Constructor for class org.progeeks.junit.DefaultTestContext
 
DefaultTestFixture - Class in org.progeeks.junit
Basic context-aware test fixture.
DefaultTestFixture() - Constructor for class org.progeeks.junit.DefaultTestFixture
 
DefaultViewContext - Class in org.progeeks.util
Default implementation of the ViewContext interface.
DefaultViewContext() - Constructor for class org.progeeks.util.DefaultViewContext
Creates a default view context with null as a parent.
DefaultViewContext(ViewContext) - Constructor for class org.progeeks.util.DefaultViewContext
Creates a default view context with the specified parent.
DefaultViewFactory - Class in org.progeeks.util
Default implementation of ViewFactory that will instantiate a ContextView of a specified class type.
DefaultViewFactory(Class) - Constructor for class org.progeeks.util.DefaultViewFactory
 
DefaultWindowFactory - Class in org.progeeks.util.swing
Default implementation of WindowFactory that will instantiate a Window of a specified class type.
DefaultWindowFactory(Class) - Constructor for class org.progeeks.util.swing.DefaultWindowFactory
 
DefaultXmlPropertyRenderer - Class in org.progeeks.meta.xml
Renders a single XML property by looking an appropriate property format.
DefaultXmlPropertyRenderer() - Constructor for class org.progeeks.meta.xml.DefaultXmlPropertyRenderer
 
DeferredPropertyType - Class in org.progeeks.meta
Represents an unresolved property type of a meta-object.
DeferredPropertyType(String) - Constructor for class org.progeeks.meta.DeferredPropertyType
Creates a deferred type the will resolve to the specified meta-class when resolution is requested.
DeferredPropertyType(String, PropertyType) - Constructor for class org.progeeks.meta.DeferredPropertyType
Creates a deferred type the will resolve to the specified meta-class when resolution is requested.
deg2rad(double) - Static method in class org.progeeks.geo.GeoUtils
Converts decimal degrees to radians
degree(Object) - Method in class org.progeeks.graph.CacheGraph
 
degree(Object, Predicate) - Method in class org.progeeks.graph.CacheGraph
 
degree(Object) - Method in class org.progeeks.graph.CompositeGraph
 
degree(Object, Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
degree(Object) - Method in class org.progeeks.graph.LoggingGraph
 
degree(Object, Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
DelegateInvocationHandler - Class in org.progeeks.util
Adapts an interface or set of interfaces to a delegate object allowing interception of specific methods for local handling.
DelegateInvocationHandler(Object, Class[]) - Constructor for class org.progeeks.util.DelegateInvocationHandler
Creates a new dynamic proxy that will pass methods defined in the specified interfaces to any methods defined on this local implementation but will otherwise pass all methods on to the delegate.
DelegateInvocationHandler(Object) - Constructor for class org.progeeks.util.DelegateInvocationHandler
Creates a new dynamic proxy that will pass methods defined in any public interface for the delegate to any methods defined on this local implementation but will otherwise pass all methods on to the delegate.
DELETE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
delete() - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
delete() - Method in class org.progeeks.repository.Repository.WriteLockedItem
 
delete() - Method in interface org.progeeks.repository.RepositoryItem
Deletes the item and its meta-data from the repository.
DELETE - Static variable in class org.progeeks.util.ListPropertyChangeEvent
 
DELETE_ORPHAN - Static variable in class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
deleteItem(RepositoryItem) - Method in class org.progeeks.repository.Repository
Deletes the given item from the repository.
deleteItem(String) - Method in class org.progeeks.repository.Repository
Deletes the item corresponding to the itemId
Dependencies - Class in org.progeeks.bcel
Given a class reference or a Jar file, this will print a list of package dependencies.
Dependencies() - Constructor for class org.progeeks.bcel.Dependencies
 
dequeue() - Method in class org.progeeks.util.thread.CircularQueue
Removes an object from the front of the queue.
destroyView(ContextView) - Method in class org.progeeks.util.DefaultViewFactory
Called to destroy a specific view previously created with this factory.
destroyView(ContextView) - Method in interface org.progeeks.util.ViewFactory
Called to destroy a specific view previously created with this factory.
detectIndent(String) - Static method in class org.progeeks.util.StringUtils
Attempts to detect the current indent by looking at the last line of the text.
determineHibernatePropertyType(PropertyType) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Determinates the appropriate hibernate type as best as it can from the property type.
DIRECTIVE_PREFIX - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
DirectoryType - Class in org.progeeks.meta.type
Specialization of FileType that is preconfigured to represent directories.
DirectoryType() - Constructor for class org.progeeks.meta.type.DirectoryType
Creates a file type representing file values with the specified restrictions.
DIRTY - Static variable in class org.progeeks.hibernate.HibernateAnnotations.OptimisticLockingPropertyType
 
dispatchEvent(PropertyChangeEvent) - Method in class org.progeeks.meta.beans.BeanMetaObject
Back-door into the event delivery chain.
docToString(Document) - Static method in class org.progeeks.meta.xml.XmlDomTest
 
domainIsPointsInTime - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
done() - Method in class org.progeeks.util.DefaultProgressReporter
Indicates that the operation has completed.
done() - Method in interface org.progeeks.util.ProgressReporter
Indicates that the operation has completed.
done() - Method in class org.progeeks.util.swing.SwingProgressReporter
Indicates that the operation has completed.
DoubleEditor - Class in org.progeeks.meta.swing.editor
Basic double editor implementation.
DoubleEditor() - Constructor for class org.progeeks.meta.swing.editor.DoubleEditor
 
DoubleEditor(Double, Double, Double, Double) - Constructor for class org.progeeks.meta.swing.editor.DoubleEditor
 
DoubleEditorFactory - Class in org.progeeks.meta.swing.editor
 
DoubleEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.DoubleEditorFactory
 
DoubleEditorFactory(Double, Double, Double, Double) - Constructor for class org.progeeks.meta.swing.editor.DoubleEditorFactory
 
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
dumpClassInfo(JavaClass) - Static method in class org.progeeks.bcel.BcelTest
 
dumpDependencies(JavaClass) - Static method in class org.progeeks.bcel.BcelTest
 
dumpDependencies(JavaClass) - Static method in class org.progeeks.bcel.Dependencies
 
DuplicateMetaClassException - Exception in org.progeeks.meta
Thrown when an application trys to create a MetaClass that already exists in the MetaClassRegistry or its parents.
DuplicateMetaClassException(String) - Constructor for exception org.progeeks.meta.DuplicateMetaClassException
 

E

EDGE_DEPENDENCY - Static variable in class org.progeeks.bcel.ClassDependencyGraph
 
EDGE_LOCATION - Static variable in class org.progeeks.bcel.ClassDependencyGraph
 
EDGE_PACKAGE - Static variable in class org.progeeks.bcel.ClassDependencyGraph
 
EDGE_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
edgeAdded(GraphEvent) - Method in class org.progeeks.graph.GraphEventForwarder
 
edgeAdded(GraphEvent) - Method in class org.progeeks.graph.GraphSynchronizer
 
edgeAdded(GraphEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel.GraphObserver
 
edgeAdded(GraphEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel.GraphObserver
 
edgeAdded(GraphEvent) - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
 
edgeAdded(GraphEvent) - Method in class org.progeeks.graph.WeakGraphListener
 
EdgeDefinition - Interface in org.progeeks.graph
Associates a traverser filter with the ability to create new edges that match that filter.
EdgeIdentityGraph - Class in org.progeeks.graph
A DefaultGraph subclass that uses an edge implementation with specific identity properties such that edges can serialized and still found in the graph, etc..
EdgeIdentityGraph() - Constructor for class org.progeeks.graph.EdgeIdentityGraph
 
EdgeIdentityGraph(Graph) - Constructor for class org.progeeks.graph.EdgeIdentityGraph
 
edgeRemoved(GraphEvent) - Method in class org.progeeks.graph.GraphEventForwarder
 
edgeRemoved(GraphEvent) - Method in class org.progeeks.graph.GraphSynchronizer
 
edgeRemoved(GraphEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel.GraphObserver
 
edgeRemoved(GraphEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel.GraphObserver
 
edgeRemoved(GraphEvent) - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
 
edgeRemoved(GraphEvent) - Method in class org.progeeks.graph.WeakGraphListener
 
edges(Predicate) - Method in class org.progeeks.graph.CacheGraph
 
edges() - Method in class org.progeeks.graph.CompositeGraph
 
edges(Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
edges(Predicate, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns the set of edges from the subgraph that match the specified filter.
edges(Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
edges() - Method in class org.progeeks.graph.MapGraph
 
edges(Predicate, Graph) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Returns the set of edges from the subgraph that match the specified filter.
EdgeUserObjectFormat - Class in org.progeeks.graph
 
EdgeUserObjectFormat() - Constructor for class org.progeeks.graph.EdgeUserObjectFormat
 
editItem(int) - Method in class org.progeeks.meta.swing.editor.ContainerEditor
 
editItem(int) - Method in class org.progeeks.meta.swing.editor.ListEditor
 
editItem(int, Object) - Method in class org.progeeks.meta.swing.editor.TableUI
Called to edit an object of the specified index and value.
EditorDialog - Class in org.progeeks.meta.swing.editor
A dialog the can interact with a PropertyEditor to create or edit a specific type of object.
EditorDialog(boolean) - Constructor for class org.progeeks.meta.swing.editor.EditorDialog
 
EditorDialog() - Constructor for class org.progeeks.meta.swing.editor.EditorDialog
 
EditorFactory - Interface in org.progeeks.meta.swing
Creates specific types of MetaPropertyEditors.
EL - Static variable in class org.progeeks.meta.util.MetaPropertyUtils
 
EL - Static variable in class org.progeeks.util.beans.PropertyUtils
 
elementsToString(List) - Method in class org.progeeks.util.SimpleExpressionLanguage
Converts a list of ExpressionElements back to their unparsed form... basically, this is an "unparse" method.
EMPTY_RESULT - Static variable in class org.progeeks.cmd.ObjectResult
 
encodeAsString(Object) - Static method in class org.progeeks.util.Inspector
Attempts to encode an object as a string using the specified object value.
encodeAsString(Object) - Static method in class org.progeeks.util.Inspector2
Deprecated. Attempts to encode an object as a string using the specified object value.
end() - Static method in class org.progeeks.util.log.Log
Threads should call this to remove the diagnostic context before exitting.
endElement(String, String, String) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
Called by the SAX parser when the end of a tag is reached.
endElement(String, String) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
An extension to the normal SAX protocol that provides a String value containing any collected cdata info for this element.
endLine() - Method in class org.progeeks.util.IndentPrintWriter
Ends the current line and sets up for a new indent.
endTag(String, String, Object) - Method in class org.progeeks.util.xml.XmlReader
Called when the end of a tag is reached.
EnhancedButton - Class in org.progeeks.util.swing
An enhanced button that remains borderless until rolled over.
EnhancedButton() - Constructor for class org.progeeks.util.swing.EnhancedButton
Creates a button with no set text or icon.
EnhancedButton(Icon) - Constructor for class org.progeeks.util.swing.EnhancedButton
Creates a button with an icon.
EnhancedButton(String) - Constructor for class org.progeeks.util.swing.EnhancedButton
Creates a button with text.
EnhancedButton(Action) - Constructor for class org.progeeks.util.swing.EnhancedButton
Creates a button where properties are taken from the Action supplied.
EnhancedButton(String, Icon) - Constructor for class org.progeeks.util.swing.EnhancedButton
Creates a button with initial text and an icon.
EnhancedItemRenderer - Interface in org.progeeks.jfreechart
Renderer improvement that allows getting/setting of attributes for individual items.
EnhancedStackedXYBarRenderer - Class in org.progeeks.jfreechart
Handles some additional drawing for StackedXYBarCharts.
EnhancedStackedXYBarRenderer() - Constructor for class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
EnhancedStackedXYBarRenderer.TableIndexTuple - Class in org.progeeks.jfreechart
Class for representing a cell coordinate for a sparsely populated and/or dynamically sized table of objects.
EnhancedStackedXYBarRenderer.TableIndexTuple(int, int) - Constructor for class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer.TableIndexTuple
 
enqueue(Object) - Method in class org.progeeks.util.thread.CircularQueue
Adds an object to the end of the queue.
entrySet() - Method in class org.progeeks.util.ObservableMap
 
EnumeratedPropertyType - Interface in org.progeeks.meta
Specialization of PropertyType representing a type that has a limited number of specific values.
EnumeratedTypeEditorFactory - Class in org.progeeks.meta.swing.editor
Factory for creating enumerated type editors.
EnumeratedTypeEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.EnumeratedTypeEditorFactory
 
EnumeratedTypeEditorFactory(boolean) - Constructor for class org.progeeks.meta.swing.editor.EnumeratedTypeEditorFactory
Creates a new factory that will create SpinnerEnumeratedTypeEditors or ComboEnumberatedTypeEditors depending on the flag specified.
Environment - Interface in org.progeeks.cmd
The context provided to the commands when they are executed by the command processor.
EQUAL_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
equals(Object) - Method in class org.progeeks.bcel.ClassDependencyGraph.Package
 
equals(Object) - Method in class org.progeeks.dbf.meta.DbfMetaObject
 
equals(Object) - Method in class org.progeeks.geo.GeoLayer
 
EQUALS - Static variable in class org.progeeks.graph.FieldComparePredicate
Public constants of available operations.
equals(Object) - Method in class org.progeeks.graph.FieldComparePredicate
 
equals(Object) - Method in class org.progeeks.graph.IdentifiableLocator
 
equals(Object) - Method in class org.progeeks.graph.ImmutableIdentityEdge
Returns true if the specified object is an ImmutableIdentityEdge that has the same tail, head, user object, and direction as this edge.
equals(Object) - Method in class org.progeeks.graph.MetaObjectLocator
 
equals(Object) - Method in class org.progeeks.graph.MetaObjectPredicate
 
equals(Object) - Method in class org.progeeks.graph.MetaObjectRangePredicate
 
equals(Object) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
 
equals(Object) - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
equals(Object) - Method in class org.progeeks.graph.ObjectFieldPredicate
 
equals(Object) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer.TableIndexTuple
 
equals(Object) - Method in class org.progeeks.jmx.MBeanMetaKit
 
equals(Object) - Method in class org.progeeks.meta.annotate.AnnotationType
 
equals(Object) - Method in class org.progeeks.meta.annotate.CompositeKey
 
equals(Object) - Method in class org.progeeks.meta.annotate.PropertyKey
 
equals(Object) - Method in class org.progeeks.meta.beans.BeanMetaKit
 
equals(Object) - Method in class org.progeeks.meta.beans.BeanMetaObject
 
equals(Object) - Method in class org.progeeks.meta.ClassPropertyType
 
equals(ContainerPropertyInfo) - Method in class org.progeeks.meta.ContainerPropertyInfo
 
equals(Object) - Method in class org.progeeks.meta.ContainerPropertyInfo
 
equals(ContainerPropertyType) - Method in class org.progeeks.meta.ContainerPropertyType
 
equals(Object) - Method in class org.progeeks.meta.ContainerPropertyType
 
equals(MetaClass) - Method in class org.progeeks.meta.MetaClass
 
equals(Object) - Method in class org.progeeks.meta.MetaClass
 
equals(MetaClassPropertyType) - Method in class org.progeeks.meta.MetaClassPropertyType
 
equals(Object) - Method in class org.progeeks.meta.MetaClassPropertyType
 
equals(PropertyInfo) - Method in class org.progeeks.meta.PropertyInfo
 
equals(Object) - Method in class org.progeeks.meta.PropertyInfo
 
equals(Object) - Method in class org.progeeks.meta.type.RangedNumberType
 
equals(Object) - Method in class org.progeeks.meta.util.MapMetaKit
Pretend to be equals in this direction with any meta-kit that we delegate to.
equals(Object) - Method in class org.progeeks.meta.util.MapMetaObject
 
equals(Object) - Method in class org.progeeks.meta.view.MetaFormFlavor
 
equals(Object) - Method in class org.progeeks.util.beans.BeanConfigurator
 
equals(Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
equals(Object) - Method in class org.progeeks.util.DefaultObservableList
 
equals(Object) - Method in class org.progeeks.util.ObservableMap
 
equals(Object) - Method in class org.progeeks.util.swing.ActionList
 
EqualsGenerator - Class in org.progeeks.tool.gen
Restricts a property to exactly one value (and optionally null).
EqualsGenerator() - Constructor for class org.progeeks.tool.gen.EqualsGenerator
 
error(String, Throwable) - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
error(ErrorInfo) - Method in class org.progeeks.util.ErrorDelegate
Sends the error information to the current listeners.
error(Object, ErrorInfo) - Method in interface org.progeeks.util.ErrorListener
Called when a source object generates an error.
error(Object) - Method in class org.progeeks.util.log.Log
Log a message at the error priority level.
error(Object, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the error priority level including the stack trace of the specified Throwable.
ERROR - Static variable in class org.progeeks.util.log.LogLevel
 
ErrorDelegate - Class in org.progeeks.util
Delegate for managing error listeners and the delivering of error events.
ErrorDelegate() - Constructor for class org.progeeks.util.ErrorDelegate
Creates a new ErrorDelegate that will use itself as the source.
ErrorDelegate(Object) - Constructor for class org.progeeks.util.ErrorDelegate
Creates a new ErrorDelegate that will use the specified source object when delivering error events.
ErrorInfo - Class in org.progeeks.util
Contains information about a specific error in a generally usable form.
ErrorInfo(String) - Constructor for class org.progeeks.util.ErrorInfo
 
ErrorInfo(String, String) - Constructor for class org.progeeks.util.ErrorInfo
 
ErrorInfo(String, String, Throwable) - Constructor for class org.progeeks.util.ErrorInfo
 
ErrorListener - Interface in org.progeeks.util
Notified when an error occurs for a given object.
ESRI_BOX_META_CLASS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
ESRI_SHAPE_META_CLASS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
ESRI_SHAPE_POINT_META_CLASS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
EsriConstants - Class in org.progeeks.geo.esri
 
EsriConstants() - Constructor for class org.progeeks.geo.esri.EsriConstants
 
EsriShapeReader - Class in org.progeeks.geo
Reads Geo shapes from an ESRI SHP file.
EsriShapeReader(InputStream) - Constructor for class org.progeeks.geo.EsriShapeReader
 
EsriShapeResource - Class in org.progeeks.geo
Combines file references to the various parts of an ESRI shape file.
EsriShapeResource() - Constructor for class org.progeeks.geo.EsriShapeResource
 
evaluate(Object) - Method in class org.progeeks.geo.BoundaryFilter
Returns true if the specified object is GeoShape and if its boundary intersects with our query boundary.
evaluate(Object) - Method in class org.progeeks.geo.LayerFilter
Returns true if the specified object is GeoShape and if its boundary intersects with our query boundary.
evaluate(Object) - Method in class org.progeeks.graph.DefaultEdgeDefinition
Evaluates an edge to see if it matches this edge definition.
evaluate(Object) - Method in interface org.progeeks.graph.EdgeDefinition
Evaluates an edge to see if it matches this edge definition.
evaluate(Object) - Method in class org.progeeks.graph.ExcludeEdgesTraverserFilter
 
evaluate(Object) - Method in class org.progeeks.graph.ExcludeObjectsPredicate
 
evaluate(Object) - Method in class org.progeeks.graph.FieldComparePredicate
Returns true if the specified node is a meta-object with the correct field value.
evaluate(Object) - Method in class org.progeeks.graph.IdentifiableLocator
Returns true if the specified node is an Identifiable object with the ID matching this locator's associated ID.
evaluate(Object) - Method in class org.progeeks.graph.IncludeObjectsPredicate
 
evaluate(Object) - Method in class org.progeeks.graph.MetaObjectLocator
Returns true if the specified node is a meta-object with the correct field value.
evaluate(Object) - Method in class org.progeeks.graph.MetaObjectPredicate
Returns true if the specified node is a meta-object with the correct field value.
evaluate(Object) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Returns true if the specified node is a meta-object whose field value fall within min and max range.
evaluate(Object) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Returns true if the specified node is a meta-object and it's field value is matched with the search expression provided.
evaluate(Object) - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
evaluate(Object) - Method in class org.progeeks.graph.ObjectFieldPredicate
Returns true if the specified node is of type objectClass and/or its value matches that which is define in the value and >code>field members.
evaluate(Object) - Method in class org.progeeks.graph.PredicateRegistry.PredicateMapping
Returns true if the internal predicate returns true for the specified value.
evaluate(TemplateExpressionProcessor.TemplateExpression) - Method in class org.progeeks.util.TemplateExpressionProcessor
Evaluates the specified TemplateExpression and returns the value.
evaluate(String) - Method in class org.progeeks.util.TemplateExpressionProcessor
Evaluates the specified template expression string and returns the value.
evaluateElement(Object) - Method in class org.progeeks.util.TemplateExpressionProcessor
Evaluates a single element.
evaluateElements(List) - Method in class org.progeeks.util.TemplateExpressionProcessor
 
evaluateTemplateExpression(TemplateExpressionProcessor.TemplateExpression) - Static method in class org.progeeks.util.TemplateExpressionProcessor
Uses the thread's current context template processor to evaluate the specified template expression.
evaluateTemplateExpression(String) - Static method in class org.progeeks.util.TemplateExpressionProcessor
Uses the thread's current context template processor to evaluate the specified template expression.
EventAppender - Class in org.progeeks.util.log
An adapter between a LogListener and the log4j appender interface.
EventAppender(LogLevel, LogListener) - Constructor for class org.progeeks.util.log.EventAppender
 
eventCount() - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Returns the number of events currently recorded.
events - Variable in class org.progeeks.junit.RecordingPropertyChangeListener
List of events received ordered from earliest to latest.
EXCLUDE - Static variable in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
ExcludeEdgesFilter - Class in org.progeeks.graph
Returns true for all edges except the specified set of edges.
ExcludeEdgesFilter() - Constructor for class org.progeeks.graph.ExcludeEdgesFilter
 
ExcludeEdgesTraverserFilter - Class in org.progeeks.graph
Returns true for all edges except the specified set of edges.
ExcludeEdgesTraverserFilter() - Constructor for class org.progeeks.graph.ExcludeEdgesTraverserFilter
 
ExcludeObjectsPredicate - Class in org.progeeks.graph
Returns true for all objects except the specified set of objects.
ExcludeObjectsPredicate() - Constructor for class org.progeeks.graph.ExcludeObjectsPredicate
 
ExcludeObjectsPredicate(Set) - Constructor for class org.progeeks.graph.ExcludeObjectsPredicate
 
EXCLUSIVE - Static variable in class org.progeeks.graph.MetaObjectRangePredicate
Flag to specify the min and max value should be exclusive.
execute(Environment) - Method in interface org.progeeks.cmd.Command
Called by a command processor to invoke this command's implemented functionality.
execute(Command) - Method in interface org.progeeks.cmd.CommandProcessor
Executes the specified command using the appropriate environment implementation for this command processor.
execute(Command) - Method in class org.progeeks.cmd.stack.ForwardingStack
Executes the specified command using the top command processor in the stack if possible.
execute(Command) - Method in class org.progeeks.cmd.stack.QueuingStack
Executes the specified command using the top command processor in the stack if possible.
execute(Command) - Method in class org.progeeks.cmd.swing.SwingCommandProcessor
Executes the specified command using the ViewEnvironment implementation.
execute(Command, boolean) - Method in class org.progeeks.cmd.swing.SwingCommandProcessor
Executes the specified command using the ViewEnvironment implementation.
execute(Environment) - Method in class org.progeeks.cmd.swing.WorkerCommand
Overridden to call the executeBackground() method when running in the background and executeForeground() when running in the foregroung.
execute() - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
executeBackground(Environment) - Method in class org.progeeks.cmd.swing.WorkerCommand
Called when running the background.
executeForeground(Environment) - Method in class org.progeeks.cmd.swing.WorkerCommand
Called when running the foreground on the AWT/Swing thread.
executeViewCommand(ViewCommand, boolean) - Method in class org.progeeks.cmd.swing.SwingCommandProcessor
Internal command used to process view command implementations.
EXISTING_VALUE_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
exists(String) - Method in class org.progeeks.meta.MetaClassRegistry
Returns true if the specified class name has a meta-class associated with it.
exists(String) - Static method in class org.progeeks.util.log.Log
Returns true if the specified category already has a log target.
exists(Class) - Static method in class org.progeeks.util.log.Log
Returns true if the specified class already has a log target.
EXPLICIT - Static variable in class org.progeeks.hibernate.HibernateAnnotations.PolymorphismPropertyType
 
ExtensionFileFilter - Class in org.progeeks.util
Implementations of the various file filters that uses a file's extension as the check.
ExtensionFileFilter(String, String) - Constructor for class org.progeeks.util.ExtensionFileFilter
 
ExtensionFileFilter(String) - Constructor for class org.progeeks.util.ExtensionFileFilter
 
EXTRA - Static variable in class org.progeeks.hibernate.HibernateAnnotations.LazyPropertyType
 
EXTRACTION_ROOT_TAG - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Root tag of the transformed meta-class list document.
EXTRACTION_XSL - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
XSL used to extract only the meta-class definitions from the incoming XML configuration file.

F

FactoryRegistry - Class in org.progeeks.meta.swing
Creates specific types of MetaPropertyEditors.
FactoryRegistry() - Constructor for class org.progeeks.meta.swing.FactoryRegistry
 
FactoryRegistry(FactoryRegistry) - Constructor for class org.progeeks.meta.swing.FactoryRegistry
 
FALSE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.LazyPropertyType
 
FALSE_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
fatal(Object) - Method in class org.progeeks.util.log.Log
Log a message at the fatal priority level.
fatal(Object, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the fatal priority level including the stack trace of the specified Throwable.
FATAL - Static variable in class org.progeeks.util.log.LogLevel
 
fatalError(SAXParseException) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
 
FEBRUARY - Static variable in class org.progeeks.meta.type.MonthType
 
fetchNext() - Method in class org.progeeks.graph.FilteredListIterator
 
fetchPrevious() - Method in class org.progeeks.graph.FilteredListIterator
 
FIELD - Static variable in class org.progeeks.hibernate.HibernateAnnotations.AccessPropertyType
 
FIELD_BOOLEAN - Static variable in class org.progeeks.dbf.DbfField
 
FIELD_CHARACTER - Static variable in class org.progeeks.dbf.DbfField
 
FIELD_DATE - Static variable in class org.progeeks.dbf.DbfField
 
FIELD_FLOAT - Static variable in class org.progeeks.dbf.DbfField
 
FIELD_MEMO - Static variable in class org.progeeks.dbf.DbfField
 
FIELD_NUMERIC - Static variable in class org.progeeks.dbf.DbfField
 
FIELD_TERMINATOR - Static variable in class org.progeeks.dbf.DbfHeader
Value used to terminate the field list in the header.
FIELD_TYPE_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
FieldComparePredicate - Class in org.progeeks.graph
Predicate which compares field values of the specified field against the specified value.
FieldComparePredicate() - Constructor for class org.progeeks.graph.FieldComparePredicate
 
FieldComparePredicate(MetaClass) - Constructor for class org.progeeks.graph.FieldComparePredicate
Constructor to create a MateObjectPredicate from a MetaClass.
FieldComparePredicate(String, String, Object) - Constructor for class org.progeeks.graph.FieldComparePredicate
Constructor to create a MateObjectPredicate from a meta class name, field and value.
FieldComparePredicate(MetaClass, String, Object) - Constructor for class org.progeeks.graph.FieldComparePredicate
Constructor to create a MateObjectPredicate from a MetaClass, field and value.
FieldSubstitutionFormat - Class in org.progeeks.meta.format
A formatter that will substitute parameters of a format string with the values contained in the MetaObject's properties.
FieldSubstitutionFormat() - Constructor for class org.progeeks.meta.format.FieldSubstitutionFormat
Default constructor for a URLQueryFormat.
FieldSubstitutionFormat(String) - Constructor for class org.progeeks.meta.format.FieldSubstitutionFormat
Creates a FieldSubstitionFormat that will replace any @propertyName@ values in the formatString with meta-object properties matching the property name.
FieldSubstitutionFormat(String, String) - Constructor for class org.progeeks.meta.format.FieldSubstitutionFormat
 
FieldSubstitutionFormat(String, String, boolean) - Constructor for class org.progeeks.meta.format.FieldSubstitutionFormat
 
FILE_ATTRIBUTE - Static variable in class org.progeeks.junit.JUnitHandler
Attribute required for the testSuiteXml tag that denotes the external file to load the test suite from.
FILE_PREFIX - Static variable in class org.progeeks.meta.xml.MetaClassLoader
Prefix used to indicate that the configuration string is a path to the config file.
FileEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for java.io.File values.
FileEditor() - Constructor for class org.progeeks.meta.swing.editor.FileEditor
 
FileEditorFactory - Class in org.progeeks.meta.swing.editor
Factory for FileEditors.
FileEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.FileEditorFactory
 
FileListEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for a List of Files.
FileListEditor(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.editor.FileListEditor
 
FileListEditorFactory - Class in org.progeeks.meta.swing.editor
Factory for FileListEditors.
FileListEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.FileListEditorFactory
 
FileSetHandler - Class in org.progeeks.util.xml
ObjectHandler implementation that can be used to create lists of java.io.File objects similar to the way that ANT's <fileset> tag works but modified to fit the semantics of ObjectXmlReader.
FileSetHandler() - Constructor for class org.progeeks.util.xml.FileSetHandler
 
FileSetHandler.Exclude - Class in org.progeeks.util.xml
 
FileSetHandler.Exclude() - Constructor for class org.progeeks.util.xml.FileSetHandler.Exclude
 
FileSetHandler.FilePattern - Class in org.progeeks.util.xml
 
FileSetHandler.FilePattern() - Constructor for class org.progeeks.util.xml.FileSetHandler.FilePattern
 
FileSetHandler.FileSet - Class in org.progeeks.util.xml
 
FileSetHandler.FileSet() - Constructor for class org.progeeks.util.xml.FileSetHandler.FileSet
 
FileSetHandler.Include - Class in org.progeeks.util.xml
 
FileSetHandler.Include() - Constructor for class org.progeeks.util.xml.FileSetHandler.Include
 
FileType - Class in org.progeeks.meta.type
Property type implementation that represents a File.
FileType(boolean, boolean) - Constructor for class org.progeeks.meta.type.FileType
Creates a file type representing file values with the specified restrictions.
FileType() - Constructor for class org.progeeks.meta.type.FileType
Creates a file type representing file values that are read-only and are not directories.
FileUtils - Class in org.progeeks.util
Utility methods for dumping streams to disk and copying files, etc..
FileUtils() - Constructor for class org.progeeks.util.FileUtils
 
fillHoles - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
fillHoles(TimeSeries) - Method in class org.progeeks.jfreechart.TimeSeriesTable
Iterate over the series and insert data items with 0 values in TimePeriods that don't have any data.
FilteredFileType - Class in org.progeeks.meta.type
Specialized version of the FileType property type that supports a built-in file filter.
FilteredFileType(boolean, boolean, FileFilter) - Constructor for class org.progeeks.meta.type.FilteredFileType
Creates a file type representing file values with the specified restrictions.
FilteredFileType(FileFilter) - Constructor for class org.progeeks.meta.type.FilteredFileType
Creates a non-writable file type with the specified filter.
FilteredFileType() - Constructor for class org.progeeks.meta.type.FilteredFileType
Creates a file type representing file values that are read-only and are not directories... with no special filtering.
FilteredListIterator - Class in org.progeeks.graph
A filtered ListIterator.
FilteredListIterator(ListIterator, Predicate) - Constructor for class org.progeeks.graph.FilteredListIterator
 
filteredSeries - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
FilterUtils - Class in org.progeeks.graph
Provides methods for searching a filter hierarchy for a filter of a given class.
findAction(String, Object) - Method in class org.progeeks.util.swing.ActionList
Finds an action with the specified field/value pair.
findBeanMetaClass(Class, MetaClassRegistry) - Static method in class org.progeeks.meta.beans.BeanUtils
Returns the appropriate meta-class for the specified Java class.
findBeanMetaClass(Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Returns the appropriate meta-class for the specified Java class searching in the context class registry.
findClass(String) - Method in class org.progeeks.util.CompositeClassLoader
 
findConstructor(Class, Class[]) - Static method in class org.progeeks.util.Inspector
Searches for a compatible constructor for the specified arg types using a widening scope.
findConstructor(Class, Class[]) - Static method in class org.progeeks.util.Inspector2
Deprecated. Searches for a compatible constructor for the specified arg types using a widening scope.
findContext(ViewContext, Class) - Static method in class org.progeeks.util.DefaultViewContext
Searches up the hierarchy and returns the first context of the specified class that is encountered.
findEm() - Method in class org.progeeks.meta.xml.AbstractXmlPropertyRenderer
 
findForm(MetaClassPropertyType, MetaFormFlavor) - Method in class org.progeeks.meta.view.MetaFormRegistry
Performs the meta-form searching by type and flavor.
findLocalForm(MetaClassPropertyType, MetaFormFlavor) - Method in class org.progeeks.meta.view.MetaFormRegistry
Searches the local registry for an exact match for the specified type and flavor.
findMethod(String, Class[]) - Method in class org.progeeks.util.MethodIndex
Searches for a method matching the specified criteria or returns a previously cached version.
findOrCreateMetaClass(Object) - Static method in class org.progeeks.jfreechart.MetaDatasetProducer
Find or create a meta class for the given class of object.
findPredicate(Predicate, Class) - Static method in class org.progeeks.graph.FilterUtils
Returns a predicate of the specified class somewhere in the predicate hierarchy or null if the type isn't found.
findPropertyInfo(String, List) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Finds the PropertyInfo for the specified name in the specified list.
findResource(String) - Method in class org.progeeks.util.CompositeClassLoader
This is "final" before JDK 1.5 so I'm commenting it out until we officially go JDK 1.5...
findViewContext(Class) - Method in class org.progeeks.util.swing.AbstractContextAction
Convenience method for finding a context within the current context hierarchy.
FiniteStateMachine - Class in org.progeeks.fsm
Provides simple and fast state based processing of message events.
FiniteStateMachine(int, int) - Constructor for class org.progeeks.fsm.FiniteStateMachine
Creates a new finite state machine that can process information using the specified number of states and message types.
fireBeanCreated(Object) - Method in class org.progeeks.util.beans.BeanConfigurator
Notifies the registered ConfiguratorListeners about the specified bean creation.
fireChangeEvent() - Method in class org.progeeks.util.swing.RolloutPanel
 
fireElementsInserted(int, int, List) - Method in class org.progeeks.meta.AbstractListMutator
Sends an event to interested listeners that this property has had elements inserted.
fireElementsInserted(int, int, List) - Method in class org.progeeks.util.ConstrainedObservableList
Sends an event to interested listeners that this property has had elements inserted.
fireElementsInserted(int, int, List) - Method in class org.progeeks.util.DefaultObservableList
Sends an event to interested listeners that this property has had elements inserted.
fireElementsInserted(int, int, List) - Method in class org.progeeks.util.swing.ActionListGroup
 
fireElementsModified(int, int, List) - Method in class org.progeeks.meta.AbstractListMutator
Sends an event to interested listeners that this property has had elements inserted.
fireElementsModified(int, int, List) - Method in class org.progeeks.util.ConstrainedObservableList
Sends an event to interested listeners that this property has had elements inserted.
fireElementsModified(int, int, List) - Method in class org.progeeks.util.DefaultObservableList
Sends an event to interested listeners that this property has had elements modified.
fireElementsRemoved(int, int, List) - Method in class org.progeeks.meta.AbstractListMutator
Sends an event to interested listeners that this property has had elements inserted.
fireElementsRemoved(int, int, List) - Method in class org.progeeks.util.ConstrainedObservableList
Sends an event to interested listeners that this property has had elements inserted.
fireElementsRemoved(int, int, List) - Method in class org.progeeks.util.DefaultObservableList
Sends an event to interested listeners that this property has had elements removed.
fireElementsRemoved(int, int, List) - Method in class org.progeeks.util.swing.ActionListGroup
 
fireMapPropertyChange(Object, Object, Object) - Method in class org.progeeks.util.ObservableMap
Report an object property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.progeeks.jmx.MetaObjectMBean
 
firePropertyChange(PropertyChangeEvent) - Method in class org.progeeks.util.beans.BeanChangeSupport
Sends a preconstructed change event to the listeners.
firePropertyChange(String, boolean, boolean) - Method in class org.progeeks.util.beans.BeanChangeSupport
Report a boolean property update to any registered listeners.
firePropertyChange(String, double, double) - Method in class org.progeeks.util.beans.BeanChangeSupport
Report a double property update to any registered listeners.
firePropertyChange(String, int, int) - Method in class org.progeeks.util.beans.BeanChangeSupport
Report an integer property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.progeeks.util.beans.BeanChangeSupport
Report an object property update to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.progeeks.util.swing.CheckBoxAction
Overridden to catch our own property changes.
firePropertyChangeEvent(PropertyChangeEvent) - Method in class org.progeeks.meta.AbstractListMutator
Implemented by subclasses to deliver a change event to the appropriately registered listeners.
firePropertyChangeEvent(PropertyChangeEvent) - Method in class org.progeeks.meta.AbstractMetaObject.BaseListMutator
 
firePropertyChangeEvent(PropertyChangeEvent) - Method in class org.progeeks.meta.DefaultListMutator
 
firePropertyChangeEvent(PropertyChangeEvent) - Method in class org.progeeks.util.ConstrainedObservableList
Implemented by subclasses to deliver a change event to the appropriately registered listeners.
firePropertyChangeEvent(PropertyChangeEvent) - Method in class org.progeeks.util.DefaultObservableList
Implemented by subclasses to deliver a change event to the appropriately registered listeners.
fireTreeNodesChanged(TreeModelEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel
 
fireTreeNodesChanged(TreeModelEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
fireTreeNodesChanged(TreeModelEvent) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
fireTreeNodesInserted(TreeModelEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel
 
fireTreeNodesInserted(TreeModelEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
fireTreeNodesInserted(TreeModelEvent) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
fireTreeNodesRemoved(TreeModelEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel
 
fireTreeNodesRemoved(TreeModelEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
fireTreeNodesRemoved(TreeModelEvent) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
fireTreeStructureChanged(TreeModelEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel
 
fireTreeStructureChanged(TreeModelEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
fireTreeStructureChanged(TreeModelEvent) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
Fixable - Interface in org.progeeks.util
Represents an object with configurable mutability.
fixed - Variable in class org.progeeks.util.DefaultFixable
 
FloatEditor - Class in org.progeeks.meta.swing.editor
Basic float editor implementation.
FloatEditor() - Constructor for class org.progeeks.meta.swing.editor.FloatEditor
 
FloatEditor(Float, Float, Float, Float) - Constructor for class org.progeeks.meta.swing.editor.FloatEditor
 
FloatEditorFactory - Class in org.progeeks.meta.swing.editor
 
FloatEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.FloatEditorFactory
 
FloatEditorFactory(Float, Float, Float, Float) - Constructor for class org.progeeks.meta.swing.editor.FloatEditorFactory
 
flush() - Method in class org.progeeks.util.BinaryDataOutputStream
 
flushEdits() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Causes any edits in progress to be flushed to the mutator if possible.
flushEdits() - Method in class org.progeeks.meta.swing.AbstractPropertyEditor
Causes any edits in progress to be flushed to the mutator if possible.
flushEdits() - Method in class org.progeeks.meta.swing.DefaultPropertyEditor
Causes any edits in progress to be flushed to the mutator if possible.
flushEdits() - Method in class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
Causes any edits in progress to be flushed to the mutator if possible.
flushEdits() - Method in interface org.progeeks.meta.swing.MetaPropertyEditor
Causes any edits in progress to be flushed to the mutator if possible.
flushEdits() - Method in class org.progeeks.meta.swing.MultiColumnPanel
Causes any edits in progress to be flushed to the object if possible.
flushEdits() - Method in class org.progeeks.meta.swing.MultiColumnPanelUI
Causes any edits in progress to be flushed to the mutator if possible.
focusChanged() - Method in class org.progeeks.util.swing.AbstractFocusedContextAction
Called when the context or the focus of a reference FocusedContext changes.
FocusedContext - Interface in org.progeeks.util
Context specialization denoting a view context that holds a focused or targeted object.
FontChooser - Class in org.progeeks.util.swing
 
FontChooser() - Constructor for class org.progeeks.util.swing.FontChooser
 
FontEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for java.awt.Font values.
FontEditor() - Constructor for class org.progeeks.meta.swing.editor.FontEditor
 
FORM_ANNOTATION - Static variable in interface org.progeeks.meta.view.MetaForm
Annotation type for storing MetaForm definitions.
format(Object) - Method in class org.progeeks.graph.EdgeUserObjectFormat
Formats the specified object as a string.
format(Object) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Returns the formatted String for the specified Object.
format(Object, StringBuffer) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Appends the formatted string to the specified StringBuffer and returns the supplied StringBuffer.
format(Object) - Method in class org.progeeks.meta.format.BeanFieldPropertyFormat
Returns the formatted String for the specified Object.
format(Object) - Method in class org.progeeks.meta.format.ClassPropertyFormat
 
format(Object) - Method in class org.progeeks.meta.format.DatePropertyFormat
Returns the formatted String for the specified Object.
format(Object) - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
Returns the formatted String for the specified Object.
format(Object, StringBuffer) - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
Appends the formatted string to the specified StringBuffer and returns the supplied StringBuffer.
format(Object) - Method in class org.progeeks.meta.format.DefaultPropertyFormat
Returns the formatted String for the specified Object.
format(MetaObject) - Method in class org.progeeks.meta.format.DefaultPropertyFormat
Returns the formatted String for the specified MetaObject.
format(Object) - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
Returns the formatted String for the specified Object, null if the Object cannot be formatted or if any errors occur.
format(Object, PropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
Convenience method for formatting a value.
format(MetaObject) - Method in class org.progeeks.meta.format.FormatRegistry
Convenience method for formatting a MetaObject value.
format(Object) - Method in class org.progeeks.meta.format.MetaFieldPropertyFormat
Returns the formatted String for the specified Object.
format(Object) - Method in class org.progeeks.meta.format.MonthFormat
Returns the formatted String for the specified Object.
format(Object) - Method in class org.progeeks.meta.format.MultiTypeFormat
Calls getTypeForObject() to find an appropriate PropertyType and then looks up the PropertyFormat for that object and returns its string value.
format(Object) - Method in class org.progeeks.meta.format.PercentFormat
Returns the formatted String for the specified Object.
format(Object) - Method in class org.progeeks.meta.format.UrlQueryFormat
Returns the formatted String for the specified Object, null if the Object cannot be formatted or if any errors occur.
format(Object) - Method in interface org.progeeks.meta.PropertyFormat
Returns the formatted String for the specified Object.
format(Object, StringBuffer) - Method in interface org.progeeks.meta.PropertyFormat
Appends the formatted string to the specified StringBuffer and returns the supplied StringBuffer.
FORMAT_REGISTRY_TAG - Static variable in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Tag denoting a format registry.
FormatComparator - Class in org.progeeks.meta.util
Uses an objects String as given by the contained formatter to use when comparing two values.
FormatComparator() - Constructor for class org.progeeks.meta.util.FormatComparator
Creates a format comparator that will delegate to a DefaultPropertyFormat to convert compared objects to strings that it will use for the real comparison.
FormatComparator(PropertyFormat) - Constructor for class org.progeeks.meta.util.FormatComparator
Creates a format comparator that will delegate to the specified PropertyFormat to convert compared objects to strings that it will use for the real comparison.
FormatListCellRenderer - Class in org.progeeks.meta.swing
A ListCellRenderer implementation that uses a PropertyFormat object to resolve String values for the elements in the list.
FormatListCellRenderer(PropertyFormat) - Constructor for class org.progeeks.meta.swing.FormatListCellRenderer
 
FormatPropertyRenderer - Class in org.progeeks.meta.swing
A subclass of DefaultPropertyRenderer that passed its values through a property format object before displaying.
FormatPropertyRenderer(PropertyFormat) - Constructor for class org.progeeks.meta.swing.FormatPropertyRenderer
 
FormatRegistry - Class in org.progeeks.meta.format
Matches types for PropertyFormats.
FormatRegistry() - Constructor for class org.progeeks.meta.format.FormatRegistry
 
FormatRegistryHandler - Class in org.progeeks.meta.xml
Deprecated. This class has been superceded by org.progeeks.meta.xml.TypeRegistryHandler.
FormatRegistryHandler() - Constructor for class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated.  
FormatTableCellRenderer - Class in org.progeeks.meta.swing
A TableCellRenderer implementation that uses a PropertyFormat object to resolve String values for the nodes in the table.
FormatTableCellRenderer(PropertyFormat) - Constructor for class org.progeeks.meta.swing.FormatTableCellRenderer
 
FormatTreeCellRenderer - Class in org.progeeks.meta.swing
A TreeCellRenderer implementation that uses a PropertyFormat object to resolve String values for the nodes in the tree.
FormatTreeCellRenderer(PropertyFormat) - Constructor for class org.progeeks.meta.swing.FormatTreeCellRenderer
 
formatValue(Object) - Method in class org.progeeks.meta.swing.DefaultPropertyRenderer
Formats the specified value and returns it as a string.
formatValue(Object) - Method in class org.progeeks.meta.swing.FormatPropertyRenderer
Formats the specified value and returns it as a string.
forName(String) - Static method in class org.progeeks.meta.MetaClass
Retrieves the specified class from the current context class registry or throws a RuntimeException.
ForwardingStack - Class in org.progeeks.cmd.stack
CommandProcessorStack implementation that will forward commands to the next entry in the stack if they cannot be run by the top entry.
ForwardingStack() - Constructor for class org.progeeks.cmd.stack.ForwardingStack
Creates an empty command processor stack.
ForwardingTransitionHandler - Class in org.progeeks.fsm
A transition handler subclass that will forward to a specified delegate StateHandler before returning it's internal state value.
ForwardingTransitionHandler(int, StateHandler) - Constructor for class org.progeeks.fsm.ForwardingTransitionHandler
Creates a new state handler that will foward processing to the specified delegate state handler before returning the specified state transition value.
fromMetaObject(MetaObject) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
fullTraverser(Object) - Method in class org.progeeks.graph.MapGraph
 

G

generateClassElement(MetaClass, MetaObject, XmlPrintWriter) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Generates the class Hibernate mapping XML element for an individual meta-class.
generateContextualTestCases(TestSuite, ContextualTestCase) - Method in class org.progeeks.junit.JUnitHandler
Uses introspection to determine the test methods inside of a contextual test case and adds those tests to the supplied test suite.
generateData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.BaseDataGenerator
Handles null generation case.
generateData(DataGeneratorContext) - Method in interface org.progeeks.tool.gen.DataGenerator
Creates an object of the proper type.
generateIdElement(PropertyInfo, MetaObject, XmlPrintWriter) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Generates the id element (and its nested generator element) based on any id property annotations.
generateItemDataFile(File, String) - Method in class org.progeeks.repository.Repository
Determines the file that the data for an item will be stored in.
generateItemDirectory(String) - Method in class org.progeeks.repository.Repository
Returns the directory in the repository where the item should be stored.
generateItemMetaDataFile(File, String) - Method in class org.progeeks.repository.Repository
Determines the file that the meta data for an item will be stored in.
generateMapElement(PropertyInfo, MetaObject, XmlPrintWriter) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Generates the map element based on any map property annotations.
generateMapping(List, Writer) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Generates a hibernate XML mapping configuration from the supplied list of meta-classes.
generateNonPropertyElement(String, MetaObject, XmlPrintWriter) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Write out a general hibernate configuration element that is not linked to an individual property.
generatePropertyElement(PropertyInfo, MetaObject, XmlPrintWriter) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Generates the property element based on any property property annotations.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.BaseDataGenerator
Left for sub-classes.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.BooleanGenerator
 
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.CollectionGenerator
Creates a collection of items.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
Creates an object of the proper type with properties set as specified by the property generators.
generateRealData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
Populates the given object with properties set as specified by the property generators.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.ConditionalGenerator
Iterate over the keys in the conditionCheckers.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.DateGenerator
 
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.EqualsGenerator
If the basis value does not match BaseDataGenerator.dataClassName but is a String, tries to create an object of the proper type from the basis.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.GenGroupGenerator
Get an item from the members set and invoke its generateData method.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.GroupMemberGenerator
Return a randomly choosen member of the set.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.MapGenerator
 
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.NumberGenerator
Return a random number in the proper range.
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.SeriesGenerator
 
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.StringGenerator
 
generateRealData(DataGeneratorContext) - Method in class org.progeeks.tool.gen.StringListGenerator
 
GenGroupGenerator - Class in org.progeeks.tool.gen
Takes a list of DataGenerators rather than specific objects to return.
GenGroupGenerator() - Constructor for class org.progeeks.tool.gen.GenGroupGenerator
 
GeoLayer - Class in org.progeeks.geo
Contains information about a geospatial layer.
GeoLayer(String) - Constructor for class org.progeeks.geo.GeoLayer
 
GeoLine - Class in org.progeeks.geo
A line connecting to geo points.
GeoLine() - Constructor for class org.progeeks.geo.GeoLine
 
GeoMultiPath - Class in org.progeeks.geo
Represents more than one path object.
GeoMultiPath() - Constructor for class org.progeeks.geo.GeoMultiPath
 
GeoPath - Class in org.progeeks.geo
A series of interconnected points.
GeoPath() - Constructor for class org.progeeks.geo.GeoPath
 
GeoPoint - Class in org.progeeks.geo
A point include x,y,z values.
GeoPoint() - Constructor for class org.progeeks.geo.GeoPoint
 
GeoRectangle - Class in org.progeeks.geo
A rectangular area denoted by two points.
GeoRectangle() - Constructor for class org.progeeks.geo.GeoRectangle
 
GeoRectangle(GeoPoint, GeoPoint) - Constructor for class org.progeeks.geo.GeoRectangle
 
GEOREF_EDGE - Static variable in class org.progeeks.geo.GeospatialGraph
Edge connecting a geoshape to an object.
GeoShape - Interface in org.progeeks.geo
Represents a geospatially oriented shape.
GeospatialGraph - Class in org.progeeks.geo
Graph implementation that provides access to geospatial information and geospatially indexed objects.
GeospatialGraph() - Constructor for class org.progeeks.geo.GeospatialGraph
 
GeoUtils - Class in org.progeeks.geo
Various geo related methods.
GeoUtils() - Constructor for class org.progeeks.geo.GeoUtils
 
get(int) - Method in class org.progeeks.meta.AbstractListMutator
Returns the object at the specified location.
get(int) - Method in class org.progeeks.meta.DefaultListMutator
 
get(PropertyType, boolean) - Method in class org.progeeks.meta.TypeRegistry
Returns the object associated with the specified type.
get(PropertyType) - Method in class org.progeeks.meta.TypeRegistry
 
get(Class) - Method in class org.progeeks.meta.TypeRegistry
Convenience method that will wrap the specified Class in a ClassPropertyType before searching.
get(MetaClass) - Method in class org.progeeks.meta.TypeRegistry
Convenience method that will wrap the specified MetaClass in a MetaClassPropertyType before searching.
get(int) - Method in class org.progeeks.meta.util.CachingMetaObjectListAdapter
 
get(int) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
get(int) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
get(Class, boolean) - Method in class org.progeeks.util.ClassRegistry
Returns the object associated with the specified class.
get(Class) - Method in class org.progeeks.util.ClassRegistry
 
get(int) - Method in class org.progeeks.util.ConstrainedObservableList
 
get(int) - Method in class org.progeeks.util.DefaultObservableList
 
get(String) - Method in class org.progeeks.util.Inspector
Returns the value of the specified property.
get(String) - Method in class org.progeeks.util.Inspector2
Deprecated. Returns the value of the specified property.
get(Object) - Method in class org.progeeks.util.ObservableMap
 
get(int) - Method in class org.progeeks.util.ReversedList
 
get(PropertyAccess, Object) - Method in interface org.progeeks.util.SimpleExpressionLanguage.ExpressionElement
 
get(PropertyAccess, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage.IndexedExpressionElement
 
get(PropertyAccess, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage.NamedExpressionElement
 
getAccess(Object) - Method in class org.progeeks.util.TypedPropertyAccess
 
getAction(String) - Method in class org.progeeks.util.swing.ActionList
Returns the action or action list associated with the specified action name.
getActions() - Method in class org.progeeks.util.swing.ActionToolPanel
 
getActorCount() - Method in class org.progeeks.util.thread.StateCollector
Returns the total number of actors.
getActors() - Method in class org.progeeks.util.thread.StateCollector
Returns a new collection containing all of the current actor objects.
getAddMethod() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns the method that should be used when adding values.
getAdjacentNode(Object, Predicate) - Method in class org.progeeks.graph.CacheGraph
 
getAdjacentNode(Object, Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
getAdjacentNode(Object, Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
getAllowNull() - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
getAllowNull() - Method in interface org.progeeks.tool.gen.DataGenerator
 
getAlwaysWrap() - Method in class org.progeeks.meta.xml.DefaultXmlPropertyRenderer
Returns true if this renderer should always wrap its rendered values in a class tag.
getAngle() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
getAnnotation(Object) - Method in interface org.progeeks.meta.annotate.AnnotationMap
Returns the annotation associated with the specified key.
getAnnotation(Object) - Method in class org.progeeks.meta.annotate.DefaultAnnotationMap
Returns the annotation associated with the specified key.
getAnnotation(Object) - Method in class org.progeeks.meta.view.MetaFormAnnotationMap
Returns the annotation associated with the specified key.
getAnnotationManager() - Method in interface org.progeeks.meta.annotate.AnnotationMap
Returns the AnnotationManager to which this AnnotationMap belongs.
getAnnotationManager() - Method in class org.progeeks.meta.annotate.DefaultAnnotationMap
Returns the AnnotationManager to which this AnnotationMap belongs.
getAnnotationMap(AnnotationType) - Method in class org.progeeks.meta.annotate.AnnotationManager
Returns the AnnotationMap for the specified AnnotationType.
getAnnotationMapType() - Method in class org.progeeks.meta.annotate.AnnotationType
 
getAppendCollections() - Method in class org.progeeks.util.beans.BeanConfigurator
 
getArrayClass() - Method in class org.progeeks.tool.gen.CollectionGenerator
 
getAsAttribute(Object, PropertyType, XmlRenderContext) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
Throws UnsupportedOperationException.
getAsAttribute(Object, PropertyType, XmlRenderContext) - Method in class org.progeeks.meta.xml.AbstractXmlPropertyRenderer
Returns the string representation of the specified object as an attribute.
getAsAttribute(Object, PropertyType, XmlRenderContext) - Method in class org.progeeks.meta.xml.DefaultXmlPropertyRenderer
Returns the string representation of the specified object as an attribute.
getAsAttribute(Object, XmlRenderContext) - Method in class org.progeeks.meta.xml.RendererProxy
Returns the string representation of the specified object as an attribute if supported.
getAsAttribute(Object, PropertyType, XmlRenderContext) - Method in class org.progeeks.meta.xml.StringXmlPropertyRenderer
Returns the string representation of the specified object as an attribute.
getAsAttribute(Object, PropertyType, XmlRenderContext) - Method in interface org.progeeks.meta.xml.XmlPropertyRenderer
Returns the string representation of the specified object as an attribute.
getAttribute(String) - Method in class org.progeeks.jmx.MetaObjectMBean
 
getAttributes(String[]) - Method in class org.progeeks.jmx.MetaObjectMBean
 
getAttributesAsMap(Attributes) - Static method in class org.progeeks.util.xml.XmlReader
Converts the specified Attributes object to a Map.
getBackground() - Method in class org.progeeks.util.swing.EnhancedButton
Returns the background of the component, possibly modified for different ButtonModel states.
getBackgroundColor() - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
getBaseClass() - Method in class org.progeeks.meta.ClassPropertyType
Returns the Java class upon which this property type is based.
getBaseClass() - Method in class org.progeeks.meta.DeferredPropertyType
Returns the Java class upon which this property type is based.
getBaseClass() - Method in class org.progeeks.meta.MetaClassPropertyType
Returns the Java class upon which this property type is based.
getBaseClass() - Method in interface org.progeeks.meta.PropertyType
Returns the Java class upon which this property type is based.
getBaseClassGenerator() - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
 
getBaseUrl() - Method in class org.progeeks.meta.format.UrlQueryFormat
 
getBasis() - Method in class org.progeeks.tool.gen.EqualsGenerator
 
getBean() - Method in class org.progeeks.meta.beans.BeanMetaObject
Provides access to the bean to local MetaKit and possibly subclasses.
getBeanClass() - Method in class org.progeeks.util.beans.BeanConfigurator
Returns the bean class associated with this configurator or null if it is not specific to a given bean class.
getBeanClass() - Method in class org.progeeks.util.beans.BeanInspector
 
getBeanFactory() - Static method in class org.progeeks.meta.beans.BeanUtils
Returns a factory that can be used to create new BeanMetaObjects based on a MetaClass.
getBeanMetaClass(Class, MetaClassRegistry) - Static method in class org.progeeks.meta.beans.BeanUtils
Returns the appropriate meta-class for the specified Java class.
getBeanMetaClass(Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Returns the appropriate meta-class for the specified Java class searching in the context class registry.
getBeanPropertyInfos(MetaClassRegistry, Class, boolean) - Static method in class org.progeeks.meta.beans.BeanUtils
Retrieves the list of property info objects for the specified Java class by using bean introspection.
getBeanPropertyInfos(MetaClassRegistry, Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Retrieves the list of property info objects for the specified Java class by using bean introspection.
getBeanPropertyInfos(Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Retrieves the list of property info objects for the specified Java class by using bean introspection.
getBeanPropertyInfos(Class, boolean) - Static method in class org.progeeks.meta.beans.BeanUtils
Retrieves the list of property info objects for the specified Java class by using bean introspection.
getBooleanProperty(String, boolean) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the boolean-typed property value for the specified property name.
getBooleanProperty(String, boolean) - Method in class org.progeeks.util.DefaultViewContext
Retrieves the boolean-typed property value for the specified property name.
getBorder() - Method in class org.progeeks.util.swing.EnhancedButton
Returns a different border depending on the selected or pressed properties.
getBorderInsets(Component) - Method in class org.progeeks.util.swing.LightBevelBorder
 
getBorderInsets(Component, Insets) - Method in class org.progeeks.util.swing.LightBevelBorder
 
getBottom() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
getCachedEdgeForGraphEdge(Graph.Edge) - Method in class org.progeeks.graph.CacheGraph
 
getCachedObject(Object) - Method in class org.progeeks.util.Cache
Returns the cached object for the specified ID if it exists or null if it is not in the cache.
getCachedWrapper(String) - Method in class org.progeeks.meta.AbstractMetaObject
Retrieves a wrapped value from the wrapper cache.
getCanonicalForm(Object) - Method in class org.progeeks.graph.ExcludeEdgesFilter
 
getCanonicalForm(Object) - Method in class org.progeeks.graph.ExcludeObjectsPredicate
 
getCanonicalForm(Object) - Method in class org.progeeks.graph.IncludeObjectsPredicate
 
getCascade() - Method in class org.progeeks.util.swing.WindowManager
 
getCategoryName() - Method in class org.progeeks.util.log.Log
Returns the current category name for this Log instance.
getCategoryPropertyMap() - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
 
getChanges() - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
Returns all of the current changes as an array and clears the queue.
getChart() - Method in class org.progeeks.jfreechart.ChartContext
Invoked by corresponding view to (if necessary) and return it.
getChart() - Method in interface org.progeeks.jfreechart.ChartFocusHandler
 
getChart() - Method in class org.progeeks.jfreechart.DefaultFocusHandler
 
getChartConfig() - Method in class org.progeeks.jfreechart.ChartContext
 
getChartDataItem(Object) - Method in interface org.progeeks.jfreechart.ChartDataTransform
Using the passed in object, return any matching data from the data source.
getChartDataItem(Object) - Method in class org.progeeks.jfreechart.DefaultChartDataTransform
Checks that keyData is part of the List and returns it if so.
getChild(Object, int) - Method in class org.progeeks.util.swing.AbstractTreeModel
Returns the child for the specified index or null.
getChildCount(Object) - Method in class org.progeeks.util.swing.AbstractTreeModel
Returns the number of children for the specified parent.
getChildList(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
 
getChildList(Object) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
getChildList(Object) - Method in class org.progeeks.util.swing.AbstractTreeModel
Returns a List of child nodes for the specified parent.
getChildPredicate() - Method in class org.progeeks.graph.StandardOrientedForestView
 
getClass(String) - Method in class org.progeeks.util.CompositeClassLoader
 
getClass(String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns the class for the specified fully qualified class name or null if the class does not exist.
getClass(String, String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Attempts to lookup a class with the given package and name.
getClass(String) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Returns the class for the specified fully qualified class name or null if the class does not exist.
getClass(String, String) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Attempts to lookup a class with the given package and name.
getClassForMetaClass(MetaClass) - Static method in class org.progeeks.meta.beans.BeanUtils
Attempts to do a reverse-lookup to find the Java class for a given meta-class.
getClassForName(String) - Static method in class org.progeeks.util.Inspector
Returns a Class for the specified class name or null if the specified class could not be found in the context class loader.
getClassForName(String) - Static method in class org.progeeks.util.Inspector2
Deprecated. Returns a Class for the specified class name or null if the specified class could not be found in the context class loader.
getClassLoaders() - Method in class org.progeeks.util.CompositeClassLoader
Returns the list of delegate class loaders that will be searched in order.
getClassPath() - Method in class org.progeeks.util.ClassSpace
Returns the current classpath list for the classspace as a list of URLs.
getClassPrefixes() - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns the current list of class prefixes.
getClassRegistry() - Method in class org.progeeks.meta.MetaClass
Returns the class registry to which this meta-class belongs.
getClassType() - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
getCol() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer.TableIndexTuple
 
getCollectionGen() - Method in class org.progeeks.tool.gen.StringListGenerator
 
getCollectionValueType() - Method in class org.progeeks.meta.ContainerPropertyInfo
Returns the current element type of the container info's property type, or null if no property type has been set yet.
getColumnClass(int) - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
getColumnClass(int) - Method in class org.progeeks.util.swing.SortedTableModel
 
getColumnCount() - Method in class org.progeeks.meta.DefaultMetaTable
Returns the number of columns in the table.
getColumnCount() - Method in interface org.progeeks.meta.MetaTable
Returns the number of columns in the table.
getColumnCount() - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
getColumnCount() - Method in class org.progeeks.util.swing.SortedTableModel
 
getColumnIndex(String) - Method in class org.progeeks.meta.DefaultMetaTable
Returns the column index of the specified property.
getColumnIndex(String) - Method in interface org.progeeks.meta.MetaTable
Returns the column index of the specified property.
getColumnName(int) - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
getColumnName(int) - Method in class org.progeeks.util.swing.SortedTableModel
 
getComparator() - Method in class org.progeeks.graph.swing.OrientedForestModel
Returns the current comparator used to sort the children.
getComparator() - Method in class org.progeeks.graph.swing.RootedTreeViewModel
Returns the current comparator used to sort the children.
getComponentIndex(Component) - Method in class org.progeeks.meta.swing.MetaPanel
Returns the index of the specified component.
getConcatenate() - Method in class org.progeeks.cmd.CommandMap
Returns true if the command map will accumulate commands for the same key.
getConcreteProxyClass(EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getConcreteProxyClass() - Method in class org.progeeks.hibernate.MetaObjectTuplizer
 
getConditionCheckers() - Method in class org.progeeks.tool.gen.ConditionalGenerator
 
getConfig() - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
getConfirmation(Frame, String, String, boolean) - Static method in class org.progeeks.util.swing.SwingRequestHandler
Static utility method that is the backing for the requestConfirmation() method.
getConstant(String, Class) - Static method in class org.progeeks.util.Inspector
Searches the specified type for a constant denoted by name.
getConstant(String, Class) - Static method in class org.progeeks.util.Inspector2
Deprecated. Searches the specified type for a constant denoted by name.
getConstant(String, Class) - Method in class org.progeeks.util.xml.BeanObjectHandler
Searches the specified type for a constant denoted by name.
getContainerDescriptor(String) - Method in class org.progeeks.util.beans.BeanInspector
 
getContext() - Method in class org.progeeks.util.log.LogEvent
Returns the context string for the event.
getContextAnnotationManager() - Static method in class org.progeeks.meta.annotate.AnnotationManager
Returns the current thread's default AnnotationManager.
getContextAnnotationMap(AnnotationType) - Static method in class org.progeeks.meta.annotate.AnnotationManager
Convenience method that uses the context AnnoationManager to lookup an AnnotationMap for the specified type.
getContextCache() - Static method in class org.progeeks.meta.util.MetaObjectCache
Returns the current thread's context meta-object cache.
getContextList() - Method in class org.progeeks.util.swing.WindowManager
Returns the observable list of contexts for which this manager is responsible.
getContextList() - Method in interface org.progeeks.util.ViewManager
Returns the observable list of contexts for which this manager is responsible.
getContextPolicy() - Static method in class org.progeeks.meta.SerializationPolicy
Returns the current policy for this thread or the root policy if none has been defined specifically for this thread.
getContextProcessor() - Static method in class org.progeeks.util.TemplateExpressionProcessor
Returns the thread's current context processor.
getContextRegistry() - Method in class org.progeeks.junit.DefaultTestFixture
 
getContextRegistry() - Static method in class org.progeeks.meta.MetaClassRegistry
Returns the current thread's context meta-class registry or the root class registry if one has not been set.
getContextTests() - Method in class org.progeeks.junit.ContextualTestCase
Returns the list of context tests to apply after each test method.
getCount() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
getCountGenerator() - Method in class org.progeeks.tool.gen.CollectionGenerator
 
getCountGenerator() - Method in class org.progeeks.tool.gen.MapGenerator
 
getCrc(InputStream) - Static method in class org.progeeks.util.FileUtils
Returns the CRC of the specified InputStream.
getCrc(File) - Static method in class org.progeeks.util.FileUtils
Returns the CRC of the specified file.
getCurrentIterator() - Method in class org.progeeks.util.CompositeIterator
 
getCurrentObject() - Method in class org.progeeks.util.xml.XmlReader
Returns the last object that was created during a startTag() method.
getCurrentPage() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
getDataClass() - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
getDataClass() - Method in interface org.progeeks.tool.gen.DataGenerator
 
getDataClazz() - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
getDataFile() - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
getDataFile() - Method in interface org.progeeks.repository.RepositoryItem
Returns the file object for the item's data.
getDataGenerators() - Method in class org.progeeks.junit.DefaultTestFixture
 
getDataList() - Method in interface org.progeeks.jfreechart.ChartDataTransform
Generates or extracts list with the data objects used to produce a chart Dataset from a stored data object.
getDataList() - Method in class org.progeeks.jfreechart.DefaultChartDataTransform
 
getDataObjectClass() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
getDatasetFromEntity(ChartEntity) - Static method in class org.progeeks.jfreechart.ChartUtils
 
getDatasetProducer() - Method in class org.progeeks.jfreechart.ChartContext
Return the primary dataset producer.
getDatasetProducers() - Method in class org.progeeks.jfreechart.ChartContext
 
getDataSource() - Method in interface org.progeeks.jfreechart.ChartDataTransform
Retrieve the data source that is used.
getDataSource() - Method in class org.progeeks.jfreechart.DefaultChartDataTransform
 
getDataTransformConfig() - Method in class org.progeeks.jfreechart.ChartContext
 
getDateFormat() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getDbfFile() - Method in class org.progeeks.geo.EsriShapeResource
 
getDeepClone() - Method in class org.progeeks.util.swing.ActionList
Returns true if cloning this list would also clone any of its cloneable children.
getDefault(PropertyType) - Method in class org.progeeks.meta.TypeRegistry
 
getDefaultGenerator() - Method in class org.progeeks.tool.gen.ConditionalGenerator
 
getDefaultIndent() - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns the default indent string used when generating the XML output.
getDefaultIndent() - Method in class org.progeeks.util.IndentPrintWriter
Returns the default indent string used by the no-arg pushIndent() method.
getDefaultPrimitiveValue(Class) - Static method in class org.progeeks.util.Inspector
Returns the Object version of the Java initial value for the specified primitive type.
getDefaultPrimitiveValue(Class) - Static method in class org.progeeks.util.Inspector2
Deprecated. Returns the Object version of the Java initial value for the specified primitive type.
getDefaultProperties() - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Returns the set of properties that will be used in place of any undefined system properties.
getDefaultPropertyAccess() - Method in class org.progeeks.util.TypedPropertyAccess
 
getDefaultSeriesName() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
If no seriesNameProperty is set, all data items will be placed in a single series with the name "Default Series."
getDefaultValue() - Method in class org.progeeks.meta.PropertyInfo
Returns the default value for this property or null if no default value has been defined.
getDefaultValue() - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Returns the default value, already resolved into the proper object type (or null if no default is set).
getDelegate() - Method in class org.progeeks.util.beans.PropertyChangeLink
 
getDelegate() - Method in class org.progeeks.util.DelegateInvocationHandler
 
getDelegate() - Method in class org.progeeks.util.ReversedList
 
getDelegateFormat() - Method in class org.progeeks.graph.EdgeUserObjectFormat
Returns the delegate PropertyFormat that edge user objects will be passed to for string conversion.
getDelegateMetaKit() - Method in class org.progeeks.meta.util.MapMetaKit
Returns the meta-kit that this kit will delegate to when dealing with non-map objects.
getDelegationPolicy() - Method in class org.progeeks.meta.MetaClassRegistry
Returns the policy used to determine how this class registry interacts with its parent registry.
getDelimiter() - Method in class org.progeeks.tool.gen.StringListGenerator
 
getDescription() - Method in class org.progeeks.junit.DefaultTestContext
 
getDescription() - Method in interface org.progeeks.junit.TestContext
Brief description of the key traits of this context.
getDescription() - Method in class org.progeeks.meta.PropertyInfo
Returns a short description of the property.
getDescription() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
getDescription() - Method in class org.progeeks.util.ExtensionFileFilter
Returns this filter's description.
getDescription() - Method in class org.progeeks.util.RegexFileFilter
Returns this filter's description.
getDescriptor(String) - Method in class org.progeeks.util.beans.BeanInspector
 
getDir() - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
getDirectionFlags() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getDirectionFlags() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
getDirectMatch(PropertyType) - Method in class org.progeeks.meta.TypeRegistry
Returns the object associated with the specified type without doing any special type searches.
getDividerPaint() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getDividerStroke() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getDocumentLocator() - Method in class org.progeeks.util.xml.XmlReader
Returns a locator object that can be used to determine information about the current file position.
getDomainCrosshairValue(XYDataset) - Method in class org.progeeks.jfreechart.TimeSeriesCrosshairsFocusHandler
Get the true time point.
getDomainCrosshairValue(XYDataset) - Method in class org.progeeks.jfreechart.XYCrosshairsFocusHandler
Focus the domain crosshair on the x value of the datapoint.
getDoubleProperty(String, double) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the double-typed property value for the specified property name.
getDoubleProperty(String, double) - Method in class org.progeeks.util.DefaultViewContext
Retrieves the double-typed property value for the specified property name.
getDynamicType() - Method in class org.progeeks.util.Inspector
Returns the type for dynamic properties.
getDynamicType() - Method in class org.progeeks.util.Inspector2
Deprecated. Returns the type for dynamic properties.
getEdge(Predicate) - Method in class org.progeeks.graph.CacheGraph
 
getEdge(Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
getEdge(Predicate, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns an edge from the specified graph that matches the specified filter.
getEdge(Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
getEdge(Predicate, Graph) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Returns an edge from the specified graph that matches the specified filter.
getEdgeDefinition() - Method in class org.progeeks.graph.ObservableAdjacencyList
 
getEdgeDefinition() - Method in class org.progeeks.graph.ObservableEdgeMap
 
getEdgeProperty(Graph.Edge) - Method in class org.progeeks.graph.meta.GraphMetaObject
Finds the appropriate property name for the specified edge.
getEdgeUserObject(Object, Object) - Method in class org.progeeks.graph.DefaultEdgeDefinition
Capable of creating user objects appropriate for edges of the type associated with this edge defition.
getEdgeUserObject(Object, Object) - Method in interface org.progeeks.graph.EdgeDefinition
Capable of creating user objects appropriate for edges of the type associated with this edge defition.
getEffectiveLogLevel() - Method in class org.progeeks.util.log.Log
Returns the current effictive logging level of this log.
getElementAt(int) - Method in class org.progeeks.meta.swing.editor.CollectionModelAdapter
 
getElementAt(int) - Method in class org.progeeks.util.swing.ObservableListModel
 
getElementClass() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Uses simple heuristics to attempt to introspect the lists element type.
getElements() - Method in class org.progeeks.util.TemplateExpressionProcessor.NestedExpressionElement
 
getElements() - Method in class org.progeeks.util.TemplateExpressionProcessor.TemplateExpression
 
getEmptyValue() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
 
getEmptyValue() - Method in class org.progeeks.meta.swing.editor.DoubleEditor
 
getEmptyValue() - Method in class org.progeeks.meta.swing.editor.FloatEditor
 
getEmptyValue() - Method in class org.progeeks.meta.swing.editor.IntegerEditor
 
getEmptyValue() - Method in class org.progeeks.meta.swing.editor.SpinnerEnumeratedTypeEditor
 
getEnforceResolvable() - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
getEngine() - Method in class org.progeeks.meta.xml.XmlRenderContext
Returns the engine from which this context is operating.
getEntityMode() - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Return the entity-mode handled by this tuplizer instance.
getEntityName(Object) - Method in class org.progeeks.hibernate.MetaObjectInterceptor
Returns the entityName of this object (type attribute's value).
getEntries() - Method in class org.progeeks.util.TypedPropertyAccess
 
getEnumeratedValues() - Method in class org.progeeks.meta.ClassEnumeratedPropertyType
Returns the list of acceptable values.
getEnumeratedValues() - Method in interface org.progeeks.meta.EnumeratedPropertyType
Returns the list of acceptable values.
getEvents() - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Returns all of the currently recorded events and clears the list of events.
getEvents(boolean) - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Returns all of the currently recorded events and optionally clears the list of events.
getExactMatches() - Method in class org.progeeks.util.PatternSet
Returns the mutable set of strings that will be used for exact match testing before checking the set of regular expressions.
getExclusiveFlags() - Method in class org.progeeks.graph.MetaObjectRangePredicate
Gets the inclusive flags.
getExitWhenLastViewRemoved() - Method in class org.progeeks.util.swing.WindowManager
 
getExpected() - Method in class org.progeeks.junit.ContextualTestCase.EqualsTest
 
getExpected() - Method in class org.progeeks.junit.ContextualTestCase.NotSameTest
 
getExpected() - Method in class org.progeeks.junit.ContextualTestCase.SameTest
 
getExpression() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Gets the regex string used in the search.
getExpression() - Method in class org.progeeks.junit.ContextualTestCase.ContextTest
 
getExpression() - Method in class org.progeeks.util.TemplateExpressionProcessor.ReferenceElement
 
getExpression() - Method in class org.progeeks.util.TemplateExpressionProcessor.TemplateExpression
Returns the unparsed String expression.
getExpressionLanguage() - Method in class org.progeeks.util.TemplateExpressionProcessor
Returns the expression language instance used to parse and evaluate embedded variable look-up expressions.
getExtension() - Method in class org.progeeks.meta.swing.editor.FileEditor
 
getExtension() - Method in class org.progeeks.meta.swing.editor.FileEditorFactory
 
getExtension() - Method in class org.progeeks.meta.swing.editor.FileListEditor
 
getExtension() - Method in class org.progeeks.meta.swing.editor.FileListEditorFactory
 
getExtensionsString() - Method in class org.progeeks.util.ExtensionFileFilter
Returns the original extensions string.
getFactories() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
 
getFactory() - Static method in class org.progeeks.util.ProgressManager
Returns the progress reporter factory for this thread.
getFactoryRegistry() - Method in class org.progeeks.meta.swing.MetaPropertyContext
Returns the FactoryRegistry that participants in this context should use when creating new components.
getFactoryRegistry() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
getField() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Returns the field name for which we are checking.
getFieldArray() - Method in class org.progeeks.dbf.DbfHeader
 
getFieldExpression() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Returns the field expression used for matching meta-object field names.
getFieldIndex(String) - Method in class org.progeeks.dbf.DbfRecord
 
getFieldName() - Method in class org.progeeks.graph.FieldComparePredicate
Returns the field name for which we are checking.
getFieldName() - Method in class org.progeeks.graph.MetaObjectLocator
Returns the field name for which we are checking.
getFieldName() - Method in class org.progeeks.graph.MetaObjectPredicate
Returns the field name for which we are checking.
getFieldName() - Method in class org.progeeks.graph.MetaObjectRangePredicate
Returns the field name for which we are checking.
getFieldName() - Method in class org.progeeks.graph.ObjectFieldPredicate
Returns the field name for this predicate.
getFields() - Method in class org.progeeks.dbf.DbfHeader
 
getFields() - Method in class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
 
getFields() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
getFields() - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
 
getFieldValue(int) - Method in class org.progeeks.dbf.DbfRecord
 
getFieldValue(String) - Method in class org.progeeks.dbf.DbfRecord
 
getFile(Frame, String, String, String, File, boolean, int) - Static method in class org.progeeks.util.swing.SwingRequestHandler
Pops up a file dialog requesting selection of the specified type of file.
getFile(Frame, String, FileFilter, File, boolean, int) - Static method in class org.progeeks.util.swing.SwingRequestHandler
Pops up a file dialog requesting selection of the specified type of file.
getFileCode() - Method in class org.progeeks.geo.esri.ShapeReader
Should be 9994
getFileFilter() - Method in class org.progeeks.meta.type.FilteredFileType
Returns the FileFilter used to accept files of this type.
getFileLength() - Method in class org.progeeks.geo.esri.ShapeReader
File length of the shape file in 16 bit words
getFilePosition() - Method in class org.progeeks.util.BinaryDataInputStream
 
getFiles(Frame, String, String, String, File, boolean, int) - Static method in class org.progeeks.util.swing.SwingRequestHandler
Pops up a file dialog requesting selection of one or more of the specified type of file.
getFiles(Frame, String, FileFilter, File, boolean, int) - Static method in class org.progeeks.util.swing.SwingRequestHandler
Pops up a file dialog requesting selection of one or more of the specified type of file.
getFillHoles() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
If true, once all data has been processed, the producer will iterate through each series and insert an item with a 0 value for any TimePeriod that doesn't have data.
getFilter() - Method in class org.progeeks.graph.AbstractFilteredNodeCollection
 
getFilter() - Method in class org.progeeks.graph.ObservableAdjacencyList
 
getFilteredId() - Method in class org.progeeks.graph.IdentifiableLocator
Returns the ID for which this filter will find matches.
getFilteredSeries() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
getFilterForType(PropertyType, String, String) - Static method in class org.progeeks.meta.swing.editor.FileEditor
Returns an appropriate JFileChooser property type for the specified file type.
getFirstEntryForNode(Object) - Method in class org.progeeks.graph.CompositeGraph
Returns the first non-root entry that contains the node.
getFirstIndex() - Method in class org.progeeks.util.ListPropertyChangeEvent
Returns the first index of the modified range.
getFloatProperty(String, float) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the float-typed property value for the specified property name.
getFocus() - Method in class org.progeeks.jfreechart.ChartContext
 
getFocus() - Method in class org.progeeks.util.DefaultMultiFocusedContext
Returns the object that is the current focus of this context.
getFocus() - Method in interface org.progeeks.util.FocusedContext
Returns the object that is the current focus of this context.
getFocus() - Method in class org.progeeks.util.swing.AbstractFocusedContextAction
Returns the current focus object if the attached context is a FocusedContext.
getFocusedObjects() - Method in class org.progeeks.util.DefaultMultiFocusedContext
Returns the list of objects that are the current focus of this context.
getFocusedObjects() - Method in interface org.progeeks.util.MultiFocusedContext
Returns the list of objects that are the current focus of this context.
getFocusedObjects() - Method in class org.progeeks.util.swing.AbstractFocusedContextAction
Returns the current list of focused objects it the attached context is a MultiFocusedContext.
getFocusHandler() - Method in class org.progeeks.jfreechart.ChartContext
 
getForm(MetaClass) - Method in class org.progeeks.meta.swing.FactoryRegistry
Returns a form containing suitable fields for viewing/editing the specified MetaClass.
getForm(MetaClass, MetaFormFlavor) - Method in class org.progeeks.meta.swing.FactoryRegistry
Returns a form containing suitable fields for viewing/editing the specified MetaClass in the specified "flavor".
getForm(PropertyType) - Method in class org.progeeks.meta.swing.FactoryRegistry
Returns a form containing suitable fields for viewing/editing the specified PropertyType.
getForm(PropertyType, MetaFormFlavor) - Method in class org.progeeks.meta.swing.FactoryRegistry
Returns a form containing suitable fields for viewing/editing the specified PropertyType in the specified "flavor".
getFormat() - Method in class org.progeeks.meta.format.BeanFieldPropertyFormat
Returns the format that will be used to format the bean field.
getFormat(PropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
Returns a PropertyFormat object for the specified PropertyType.
getFormatRegistry() - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
getFormatRegistry() - Method in class org.progeeks.meta.format.MultiTypeFormat
Returns the format registry used for resolving objects passed to the multi-type format.
getFormatRegistry() - Method in class org.progeeks.meta.swing.FactoryRegistry
Returns this factory registry's format registry.
getFormatRegistry() - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns the format registry associated with this handler.
getFormatRegistry() - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns this factory engine's format registry.
getFormatString() - Method in class org.progeeks.meta.format.DatePropertyFormat
Returns the SimpleDateFormat format string for this property format.
getFormatString() - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
getFormattedTextField() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Returns the JFormattedTextField that is used to display the spinner values.
getFormatter() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
getFormatter() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.NumberTickUnitBean
 
getFormRegistry(MetaFormFlavor, boolean) - Method in class org.progeeks.meta.view.MetaFormRegistry
Returns the form registry for the specified form flavor, creating one if specified and no current registry exists.
getFullName() - Method in class org.progeeks.bcel.ClassDependencyGraph.Package
 
getFullySerializeObjectMetaClasses() - Method in class org.progeeks.meta.SerializationPolicy
Returns true if meta-classes should be fully serialized with meta-objects.
getGbc() - Method in class org.progeeks.util.swing.ActionToolPanel
 
getGenerator(String) - Method in class org.progeeks.junit.DefaultTestContext
Returns the dataGenerator in the fixture map for the given key.
getGeneratorForClass(String) - Method in class org.progeeks.junit.DefaultTestContext
Returns the first generator that produces the given Java class or MetaClass
getGetter(Class, String) - Method in class org.progeeks.hibernate.MetaObjectAccessor
Creates a Getter for this named attribute.
getGlobalPolicy() - Static method in class org.progeeks.meta.SerializationPolicy
Returns the global serialization policy.
getGraph() - Method in class org.progeeks.graph.CacheGraph
 
getGraph() - Method in class org.progeeks.graph.ObservableAdjacencyList
 
getGraph() - Method in class org.progeeks.graph.ObservableEdgeMap
 
getGraph() - Method in class org.progeeks.graph.StandardOrientedForestView
 
getGraphEdgeForCacheEdge(Graph.Edge) - Method in class org.progeeks.graph.CacheGraph
 
getGraphForEdge(Object, Object, Object, boolean) - Method in class org.progeeks.graph.CompositeGraph
Searches for an entry that is appropriate for an edge connecting both of the specified nodes.
getHandleAllGraphs() - Method in class org.progeeks.graph.xml.GraphObjectHandler
Returns true if the handler will handle any com.phoenixt.plexus.Graph implementations.
getHandledClasses() - Method in class org.progeeks.util.xml.DefaultObjectHandler
Returns the list of classes that are handled by this handler.
getHandler(String) - Method in class org.progeeks.util.xml.ObjectXmlReader
Locates the appropriate handler for the given object tag.
getHasMemoFields() - Method in class org.progeeks.dbf.DbfHeader
 
getHead() - Method in class org.progeeks.graph.ImmutableIdentityEdge
 
getHead() - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
getHeader() - Method in class org.progeeks.dbf.DbfReader
 
getHeader() - Method in class org.progeeks.dbf.DbfWriter
 
getHeaderSize() - Method in class org.progeeks.dbf.DbfHeader
 
getHeadObject() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getHeadPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getHibernateLazyInitializer() - Method in class org.progeeks.hibernate.MetaObjectProxy
 
getHighlightColor() - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
getHistoryCount() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
getHorizontalAlignment() - Method in class org.progeeks.util.swing.CompositeIcon
 
getIcon() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
getIcon() - Method in class org.progeeks.util.swing.EnhancedButton
Returns either the normal default icon or the rollover icon depending on the pressed state.
getIcon() - Method in class org.progeeks.util.swing.RenderedIcon
Returns the wrapped icon.
getIcon() - Method in class org.progeeks.util.swing.ScaledIcon
 
getIconA() - Method in class org.progeeks.util.swing.CompositeIcon
 
getIconB() - Method in class org.progeeks.util.swing.CompositeIcon
 
getIconHeight() - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
getIconHeight() - Method in class org.progeeks.util.swing.CompositeIcon
 
getIconHeight() - Method in class org.progeeks.util.swing.RenderedIcon
 
getIconHeight() - Method in class org.progeeks.util.swing.ScaledIcon
 
getIconWidth() - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
getIconWidth() - Method in class org.progeeks.util.swing.CompositeIcon
 
getIconWidth() - Method in class org.progeeks.util.swing.RenderedIcon
 
getIconWidth() - Method in class org.progeeks.util.swing.ScaledIcon
 
getId() - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
getId() - Method in interface org.progeeks.repository.RepositoryItem
Returns the id string that unique identifies the item in the repository.
getId() - Method in interface org.progeeks.util.Identifiable
Returns the immutable string identity for this object.
getIdentifier(Object, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
Overrides the default behavior if there is a composite key specified by the metaClass (two or more identity properties).
getIdentityKey(MetaObject) - Method in class org.progeeks.meta.MetaClass
Returns a string "key" for the MetaObject based on its identity.
getIdentityProperties() - Method in class org.progeeks.meta.MetaClass
Returns the set of the names of this MetaClass's identity properties.
getIgnoreEvents() - Method in class org.progeeks.graph.GraphSynchronizer
 
getIgnoreTagCase() - Method in class org.progeeks.util.xml.XmlReader
Returns the tag name case sensitivity policy for looking up tag handlers.
getImports() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns the list of standard imported packages the will be applied to handlers.
getIncidentEdge(Object, Predicate) - Method in class org.progeeks.graph.CacheGraph
 
getIncidentEdge(Object, Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
getIncidentEdge(Object, Predicate, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns an incident edge for the specified node that matches the specified predicate.
getIncidentEdge(Object, Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
getIncrement() - Method in class org.progeeks.tool.gen.SeriesGenerator
 
getIndex() - Method in class org.progeeks.util.SimpleExpressionLanguage.IndexedExpressionElement
 
getIndexOfChild(Object, Object) - Method in class org.progeeks.util.swing.AbstractTreeModel
Returns the index of the specified child of parent or -1 if either the parent or child are null.
getInheritSelectedProperties() - Method in class org.progeeks.util.swing.CheckBoxActionGroup
 
getInnerClass(String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns the inner class for the specified fully qualified class name or null if the class does not exist.
getInsertMethod() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns the method that should be used when inserting values.
getInset() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getInspector(Class) - Static method in class org.progeeks.util.beans.BeanInspector
 
getInstance() - Static method in class org.progeeks.meta.util.PropertyAdapter
 
getInstance() - Static method in class org.progeeks.util.beans.BeanPropertyAdapter
 
getInterestLevel() - Method in class org.progeeks.tool.gen.ConditionalGenerator
 
getInterestProperty() - Method in class org.progeeks.tool.gen.ConditionalGenerator
 
getInternalObject(MetaObject) - Method in class org.progeeks.jmx.MBeanMetaKit
Returns the internal object representation for the specified meta-object if one exists.
getInternalObject(MetaObject) - Method in class org.progeeks.meta.beans.BeanMetaKit
Returns the internal object representation for the specified meta-object if one exists.
getInternalObject(MetaObject) - Method in interface org.progeeks.meta.MetaKit
Returns the internal object representation for the specified meta-object if one exists.
getInternalObject(MetaObject) - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns the internal object representation for the specified meta-object if one exists.
getInternalObject(MetaObject) - Method in class org.progeeks.meta.util.MapMetaKit
Returns the internal object representation for the specified meta-object if one exists.
getInternalObject(MetaObject) - Method in class org.progeeks.meta.util.PreferencesMetaKit
Returns the internal object representation for the specified meta-object if one exists.
getIntProperty(String, int) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the int-typed property value for the specified property name.
getIntProperty(String, int) - Method in class org.progeeks.util.DefaultViewContext
Retrieves the int-typed property value for the specified property name.
getInvocationHandler(Object) - Static method in class org.progeeks.junit.TestInvocationHandler
Convenience method that returns the invocation handler for the test proxy.
getItem(String, boolean) - Method in class org.progeeks.repository.Repository
Returns a repository item handle for the item with the given id, optionally locked for writing.
getItem(String) - Method in class org.progeeks.repository.Repository
Returns a repository item handle for the item with the given id and the item will be locked for reading.
getItemCount() - Method in class org.progeeks.jfreechart.TimeSeriesTable
 
getItemId() - Method in interface org.progeeks.repository.Lock
Returns the id of the repository item the lock is for.
getItemLabelAnchor() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
getItemOutlinePaint(int, int) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
getItemOutlinePaint(int, int) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getItemOutlineStroke(int, int) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
getItemOutlineStroke(int, int) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getItemPaint(int, int) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
getItemPaint(int, int) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getItemStroke(int, int) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
getItemStroke(int, int) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getItemYValue(MetaObject) - Method in class org.progeeks.jfreechart.XYDatasetProducer
Return the value of the Y Property if it exists.
getIterator(Object) - Method in class org.progeeks.util.CompositeIterator
Returns the iterator for the specified item as retrieved from the main iterator.
getKey() - Method in class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Returns the optional key used when storing meta-class level annotations.
getKey() - Method in class org.progeeks.util.MapPropertyChangeEvent
Returns the real object key associated with this event.
getKey() - Method in class org.progeeks.util.xml.MapObjectHandler.Entry
 
getKey() - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Returns the key (system property name) for the system property to use.
getKeyFilter() - Method in class org.progeeks.graph.ObservableEdgeMap
 
getKeyGenerator() - Method in class org.progeeks.tool.gen.MapGenerator
 
getLabelFont() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getLabelPaint() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getLast() - Method in interface org.progeeks.tool.gen.DataGeneratorContext
 
getLast() - Method in class org.progeeks.tool.gen.DefaultGeneratorContext
 
getLastArg(int) - Method in class org.progeeks.junit.TestInvocationHandler
Convenience method for returning a given argument for the last method invoked.
getLastArgs() - Method in class org.progeeks.junit.TestInvocationHandler
Returns an array of the arguments for the last method invoked or an empty array if no method has been invoked.
getLastError() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns the any exception processed during the last isValid() call.
getLastError() - Method in class org.progeeks.tool.xml.XmlValidator
 
getLastEvent() - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Returns the last recorded event and clears the list of events.
getLastEvent(boolean) - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Returns the last recorded event and optionally clears the list of events.
getLastIndex() - Method in class org.progeeks.util.ListPropertyChangeEvent
Returns the last index of the modified range.
getLastIterator() - Method in class org.progeeks.util.CompositeIterator
 
getLastMethod() - Method in class org.progeeks.junit.TestInvocationHandler
Returns the last method invoked.
getLastMethodName() - Method in class org.progeeks.junit.TestInvocationHandler
Convenience method that returns the name of the last method invoked or null if no method has been invoked.
getLastProfile() - Method in class org.progeeks.tool.xml.XmlValidator
 
getLastProxy() - Method in class org.progeeks.junit.TestInvocationHandler
Returns the last proxy object that had a method invoked.
getLayerExtent() - Method in class org.progeeks.geo.esri.ShapeReader
 
getLayerName() - Method in class org.progeeks.geo.EsriShapeResource
 
getLeft() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
getLegalChars() - Method in class org.progeeks.tool.gen.StringGenerator
 
getLengthGenerator() - Method in class org.progeeks.tool.gen.StringGenerator
 
getLevel(int) - Method in interface org.progeeks.tool.gen.DataGeneratorContext
 
getLevel(int) - Method in class org.progeeks.tool.gen.DefaultGeneratorContext
 
getList() - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
getList() - Method in class org.progeeks.util.swing.ListTabbedPane
Returns the list of objects for which this tabbed panel reflects.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.progeeks.meta.swing.FormatListCellRenderer
 
getListeners() - Method in class org.progeeks.util.swing.AbstractTreeModel
 
getListFormat(ListPropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
Searches for an appropriate formatter for the list type, but will create a default list format if one is not found.
getListMutator() - Method in class org.progeeks.meta.swing.MetaObjectTabbedPane
 
getListProperty(Object, String) - Method in class org.progeeks.util.beans.BeanInspector
 
getListPropertyValue(PropertyInfo) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
getListValue() - Method in class org.progeeks.meta.DefaultListMutator
 
getListValueType() - Method in class org.progeeks.meta.ContainerPropertyInfo
Returns the current element type of the container info's property type, or null if no property type has been set yet.
getLocation() - Method in class org.progeeks.util.xml.XmlReader
Returns the current location as a formatted string.
getLock() - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
getLock() - Method in interface org.progeeks.repository.RepositoryItem
Returns the unique identifier for the lock that the repository item was obtained with.
getLockManager() - Method in class org.progeeks.repository.Repository
Returns the lock manager implementation being used.
getLog(String) - Static method in class org.progeeks.util.log.Log
Gets a log instance for writing messages of the specified category.
getLog(Class) - Static method in class org.progeeks.util.log.Log
Shorthand for getLog( c.getName() );
getLog() - Static method in class org.progeeks.util.log.Log
Gets a log instance using the caller's class name as the category name.
getLogLevel() - Method in class org.progeeks.util.log.Log
Returns the current logging level of this log.
getLogLevel() - Method in class org.progeeks.util.log.LogEvent
Returns the level of the logging event.
getLogName() - Method in class org.progeeks.util.log.LogEvent
Returns the name of the Log object that generated the event.
getLongProperty(String, long) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the long-typed property value for the specified property name.
getMainAction() - Method in class org.progeeks.util.swing.CompositeContextAction
 
getMap() - Method in class org.progeeks.meta.util.MapMetaObject
 
getMap() - Method in class org.progeeks.util.ObservableMap
 
getMappedClass() - Method in class org.progeeks.hibernate.MetaObjectTuplizer
 
getMappedInterfaces() - Method in class org.progeeks.util.DelegateInvocationHandler
 
getMappings() - Method in class org.progeeks.graph.PredicateRegistry
Returns the list of mappings from Predicates to their respective values.
getMax() - Method in class org.progeeks.tool.gen.NumberGenerator
 
getMaximum() - Method in class org.progeeks.util.DefaultProgressReporter
Returns the maximum progress value.
getMaximum() - Method in interface org.progeeks.util.ProgressReporter
Returns the maximum progress value.
getMaximum() - Method in class org.progeeks.util.swing.SwingProgressReporter
Returns the maximum progress value.
getMaximumValue() - Method in class org.progeeks.meta.type.RangedNumberType
Returns the maximum for the number range.
getMaxValue() - Method in class org.progeeks.graph.MetaObjectRangePredicate
 
getMBeanInfo() - Method in class org.progeeks.jmx.MetaObjectMBean
 
getMBeanPropertyInfos(MBeanInfo, boolean) - Static method in class org.progeeks.jmx.MBeanUtils
Creates a list of PropertyInfo objects representing the attributes defined in the specified MBeanInfo.
getMBeanPropertyInfos(MetaClassRegistry, MBeanInfo, boolean) - Static method in class org.progeeks.jmx.MBeanUtils
Creates a list of PropertyInfo objects representing the attributes defined in the specified MBeanInfo.
getMBeanServer() - Method in class org.progeeks.jmx.MBeanMetaKit
Returns the MBean server associated with this meta-kit.
getMembers() - Method in class org.progeeks.tool.gen.GroupMemberGenerator
 
getMessage() - Method in class org.progeeks.junit.ContextualTestCase.ContextTest
 
getMessage() - Method in class org.progeeks.util.DefaultProgressReporter
Returns the string message associated with the current part of the task being performed.
getMessage() - Method in class org.progeeks.util.DefaultRequest
Returns a potential message for this user request.
getMessage() - Method in class org.progeeks.util.ErrorInfo
 
getMessage() - Method in class org.progeeks.util.log.LogEvent
Returns the application supplied logging message.
getMessage() - Method in interface org.progeeks.util.ProgressReporter
Returns the string message associated with the current part of the task being performed.
getMessage() - Method in class org.progeeks.util.swing.SwingProgressReporter
Returns the string message associated with the current part of the task being performed.
getMessage() - Method in interface org.progeeks.util.UserRequest
Returns a potential message for this user request.
getMetaClass() - Method in class org.progeeks.graph.FieldComparePredicate
Returns the meta-class for which we are searching.
getMetaClass() - Method in class org.progeeks.graph.MetaObjectLocator
Returns the meta-class for which we are searching.
getMetaClass() - Method in class org.progeeks.graph.MetaObjectPredicate
Returns the meta-class for which we are searching.
getMetaClass() - Method in class org.progeeks.graph.MetaObjectRangePredicate
Returns the meta-class for which we are searching.
getMetaClass() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Returns the meta-class for which we are searching.
getMetaClass() - Method in class org.progeeks.meta.AbstractMetaObject
Returns the meta-class associated with this object.
getMetaClass() - Method in class org.progeeks.meta.annotate.PropertyKey
 
getMetaClass() - Method in class org.progeeks.meta.DefaultMetaTable
Returns the meta-class associated with this object.
getMetaClass() - Method in class org.progeeks.meta.MetaClassPropertyType
Returns the MetaClass to which this property type refers.
getMetaClass(String) - Method in class org.progeeks.meta.MetaClassRegistry
Retrieves the meta-class associated with the specified class name.
getMetaClass() - Method in interface org.progeeks.meta.MetaObject
Returns the meta-class associated with this object.
getMetaClass() - Method in interface org.progeeks.meta.MetaTable
Returns the meta-class associated with this object.
getMetaClass() - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the meta-class associated with this object.
getMetaClass() - Method in class org.progeeks.meta.util.RemappedMetaObject
Returns the meta-class of this object (not the wrapped one).
getMetaClass() - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns the meta-class to which this form is associated.
getMetaClass() - Method in class org.progeeks.meta.view.IdentityMetaForm
Returns the meta-class to which this form refers.
getMetaClass() - Method in interface org.progeeks.meta.view.MetaForm
Returns the meta-class to which this form refers.
getMetaClassAnnotation(AnnotationType) - Method in class org.progeeks.meta.MetaClass
Returns the general MetaClass-level annotation for the specified annotation type.
getMetaClassAnnotation(AnnotationType, Object) - Method in class org.progeeks.meta.MetaClass
Returns the MetaClass-level annotation for the specified annotation type and key.
getMetaClassDefs() - Method in class org.progeeks.junit.DefaultTestFixture
 
getMetaClasses() - Method in class org.progeeks.meta.MetaClassRegistry
Returns a read-only collection containing all of the MetaClasses in this registry.
getMetaClassForObject(Object, MetaClassRegistry) - Method in class org.progeeks.jmx.MBeanMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in class org.progeeks.jmx.MBeanMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object, MetaClassRegistry) - Method in class org.progeeks.meta.beans.BeanMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in class org.progeeks.meta.beans.BeanMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object, MetaClassRegistry) - Method in interface org.progeeks.meta.MetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in interface org.progeeks.meta.MetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object, MetaClassRegistry) - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object, MetaClassRegistry) - Method in class org.progeeks.meta.util.MapMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in class org.progeeks.meta.util.MapMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object, MetaClassRegistry) - Method in class org.progeeks.meta.util.PreferencesMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassForObject(Object) - Method in class org.progeeks.meta.util.PreferencesMetaKit
Returns the appropriate meta-class for the specified object.
getMetaClassName() - Method in class org.progeeks.graph.FieldComparePredicate
Returns the meta-class name for which we are searching.
getMetaClassName() - Method in class org.progeeks.graph.MetaObjectPredicate
Returns the meta-class name for which we are searching.
getMetaClassName() - Method in class org.progeeks.graph.MetaObjectRangePredicate
Returns the meta-class name for which we are searching.
getMetaClassName() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Returns the meta-class name for which we are searching.
getMetaClassName(ObjectName) - Static method in class org.progeeks.jmx.MBeanUtils
Returns a default generated class name for the specified ObjectName.
getMetaClassName() - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns the meta-class name associated with this form.
getMetaClassRegistry() - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns the class registry associated with this handler.
getMetaClassType() - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
getMetaData() - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
getMetaData() - Method in interface org.progeeks.repository.RepositoryItem
Returns the meta-data for the file.
getMetaForm(MetaClass, MetaFormFlavor) - Method in class org.progeeks.meta.view.MetaFormRegistry
Searches for a form matching the specified meta-class and flavor by performing a search in the following order: search local registry for an exact flavor match search parent registry for an exact flavor match search meta-class annotations for an exact flavor match perform steps 1-3 on the parent flavor return the identity form
getMetaForm(PropertyType, MetaFormFlavor) - Method in class org.progeeks.meta.view.MetaFormRegistry
Searches for a form matching the specified type and flavor by performing a search in the following order: search local registry for an exact flavor match search parent registry for an exact flavor match search meta-class annotations for an exact flavor match perform steps 1-3 on the parent flavor return the identity form
getMetaForm(MetaClass, MetaFormFlavor) - Method in class org.progeeks.meta.xml.XmlRenderContext
Returns the MetaForm for the specified meta-class and flavor.
getMetaFormRegistry() - Method in class org.progeeks.meta.xml.XmlRenderingEngine
 
getMetaKit(MBeanServerConnection) - Static method in class org.progeeks.jmx.MBeanMetaKit
 
getMetaKit() - Method in class org.progeeks.meta.AbstractMetaObject
Returns the meta-kit for this meta-object's implementation layer.
getMetaKit() - Static method in class org.progeeks.meta.beans.BeanUtils
Returns the meta-kit for this implementation.
getMetaKit() - Method in class org.progeeks.meta.DefaultMetaTable
Returns the meta-kit for this meta-object's implementation layer.
getMetaKit() - Method in interface org.progeeks.meta.MetaObject
Returns the meta-kit for this meta-object's implementation layer.
getMetaKit() - Method in interface org.progeeks.meta.MetaTable
Returns the meta-kit for this meta-object's implementation layer.
getMetaKit() - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the meta-kit for this meta-object's implementation layer.
getMetaKit(MetaKit) - Static method in class org.progeeks.meta.util.MapMetaKit
Returns a MapMetaKit for the specified delegate.
getMetaKit() - Method in class org.progeeks.meta.util.RemappedMetaObject
 
getMetaKit() - Method in class org.progeeks.meta.xml.XmlRenderContext
Returns the meta-kit to use when auto-resolving regular objects to meta-objects for rendering.
getMetaKit() - Method in class org.progeeks.meta.xml.XmlRenderingEngine
 
getMetaObject() - Method in class org.progeeks.hibernate.MetaObjectLazyInitializer
 
getMetaObject(Object) - Static method in class org.progeeks.jfreechart.MetaDatasetProducer
Creates a MetaObject from the parameter.
getMetaObject(int) - Method in class org.progeeks.meta.DefaultMetaTable
Returns the specified row as a meta-object.
getMetaObject(int) - Method in interface org.progeeks.meta.MetaTable
Returns the specified row as a meta-object.
getMetaObject() - Method in class org.progeeks.meta.swing.MetaTabbedPanel
Returns the current meta-object associated with this panel.
getMetaObject(int) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Returns the current meta-object associated with the specified page.
getMetaObject(String) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the composited meta-object for the specified key.
getMetaObjectFactory() - Method in class org.progeeks.jmx.MBeanMetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getMetaObjectFactory() - Method in class org.progeeks.meta.beans.BeanMetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getMetaObjectFactory() - Method in interface org.progeeks.meta.MetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getMetaObjectFactory() - Method in class org.progeeks.meta.util.CompositeMetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getMetaObjectFactory() - Method in class org.progeeks.meta.util.MapMetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getMetaObjectFactory() - Method in class org.progeeks.meta.util.PreferencesMetaKit
Returns a factory that can be used to create new MetaObject based values using this kit's underlying implementation.
getMetaPropertyUI(int) - Method in class org.progeeks.meta.swing.MetaPanel
Returns the meta-property UI for the specified index or null if no meta-property UI exists at the specified position.
getMetaTable() - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
getMethodIndex(Class) - Static method in class org.progeeks.util.MethodIndex
Returns a new or previously cached MethodIndex for the specified type.
getMin() - Method in class org.progeeks.tool.gen.NumberGenerator
 
getMinimum() - Method in class org.progeeks.util.DefaultProgressReporter
Returns the minimum progress value.
getMinimum() - Method in interface org.progeeks.util.ProgressReporter
Returns the minimum progress value.
getMinimum() - Method in class org.progeeks.util.swing.SwingProgressReporter
Returns the minimum progress value.
getMinimumSize() - Method in class org.progeeks.util.swing.RolloutPanel
 
getMinimumValue() - Method in class org.progeeks.meta.type.RangedNumberType
Returns the minimum for the number range.
getMinItemLabelHeight() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getMinValue() - Method in class org.progeeks.graph.MetaObjectRangePredicate
 
getMutableType(String) - Method in class org.progeeks.util.Inspector
Returns the type of the specified mutable property.
getMutableType(String) - Method in class org.progeeks.util.Inspector2
Deprecated. Returns the type of the specified mutable property.
getMutator(int) - Method in class org.progeeks.meta.swing.MetaPanel
Returns the mutator at the specified index or null if no mutator exists at the specified position, ie: it's a component that was added manually.
getName() - Method in class org.progeeks.bcel.ClassDependencyGraph.Package
 
getName() - Method in class org.progeeks.dbf.DbfField
 
getName() - Method in class org.progeeks.geo.GeoLayer
 
getName() - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns the name associated with this coordinator.
getName() - Method in class org.progeeks.meta.annotate.AnnotationType
 
getName() - Method in class org.progeeks.meta.MetaClass
Returns the name of this meta-class.
getName() - Method in class org.progeeks.meta.PropertyInfo
Returns a name that can be used in normal sized UI components or renderers.
getName() - Method in class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
 
getName() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
getName() - Method in class org.progeeks.meta.view.MetaFormFlavor
Returns the unique name of the meta-form flavor.
getName() - Method in class org.progeeks.util.beans.PropertyPath.PropertyElement
 
getName() - Method in class org.progeeks.util.SimpleExpressionLanguage.NamedExpressionElement
 
getName(Object) - Method in class org.progeeks.util.swing.ListTabbedPane
Overridden by subclasses to provide a tab name for the specified object.
getName() - Method in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
getNameForClass(Class) - Static method in class org.progeeks.meta.beans.BeanUtils
Returns the MetaClass name that would be used for the specified Java class.
getNextItemId() - Method in class org.progeeks.repository.DefaultLockManager
Returns the next item id.
getNextItemId() - Method in interface org.progeeks.repository.LockManager
Returns the next item id.
getNextItemId() - Method in class org.progeeks.repository.Repository
Returns an id string for the next item to be added to the repository.
getNextItemId() - Method in class org.progeeks.repository.WormSharedLockManager
Returns the next item id, locking the id file for the read and write so that the id can be guaranteed unique between all the processes using the repository.
getNode(Predicate) - Method in class org.progeeks.graph.CacheGraph
Returns a node from this graph that matches the specified filter.
getNode(Predicate) - Method in class org.progeeks.graph.CompositeGraph
Returns a node from this graph that matches the specified filter.
getNode(Predicate, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns a node from the graph that matches the specified filter.
getNode(Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
getNode() - Method in class org.progeeks.graph.ObservableAdjacencyList
 
getNode(Predicate, Graph) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Returns a node from the graph that matches the specified filter.
getNodeObject() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
getNodePredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
getNullPercentage() - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
getNullPercentage() - Method in interface org.progeeks.tool.gen.DataGenerator
 
getObject() - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
getObject() - Method in class org.progeeks.meta.swing.MultiColumnPanel
Returns the meta-object that is currently displayed in or edited by this panel.
getObject() - Method in class org.progeeks.util.DefaultObjectViewContext
Returns the model object that this view context represents.
getObject() - Method in class org.progeeks.util.Inspector
Returns the object upon which inspection is done.
getObject() - Method in class org.progeeks.util.Inspector2
Deprecated. Returns the object upon which inspection is done.
getObject() - Method in interface org.progeeks.util.ObjectViewContext
Returns the model object that this view context represents.
getObjectClass() - Method in class org.progeeks.graph.ObjectFieldPredicate
Returns the class for this predicate.
getObjectHandlers() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns the list of handlers needed to read the XML correctly.
getObjectHandlers() - Method in class org.progeeks.util.xml.ObjectXmlReader
Returns the list of handler plug-ins that this reader will use to resolve its object tags.
getObjectId(Object) - Method in class org.progeeks.meta.xml.XmlRenderContext
Returns the ID for the specified object if it has been stored in the object cache or null if it hasn't.
getObjectMetaClass() - Method in class org.progeeks.meta.swing.MultiColumnPanel
Returns the meta-class currently associated with this panels layout configuration.
getObjectName() - Method in class org.progeeks.jmx.MBeanMetaObject
Returns the internal MBean ObjectName.
getObjectProperty(String) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the object-typed property value for the specified property name.
getObjectProperty(String, Object) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the object-typed property value for the specified property name.
getObjectProperty(String) - Method in class org.progeeks.util.DefaultViewContext
Retrieves the object-typed property value for the specified property name.
getObjectProperty(String, Object) - Method in class org.progeeks.util.DefaultViewContext
Retrieves the object-typed property value for the specified property name.
getObservableList() - Method in class org.progeeks.util.swing.ObservableListModel
 
getOffset() - Method in class org.progeeks.util.swing.CompositeIcon
 
getOffsetX() - Method in class org.progeeks.util.swing.CompositeIcon
 
getOffsetY() - Method in class org.progeeks.util.swing.CompositeIcon
 
getOperation() - Method in class org.progeeks.graph.FieldComparePredicate
Gets the operation used for this evaluation.
getOrientedForest() - Method in class org.progeeks.graph.swing.OrientedForestModel
 
getOriginalData(ChartEntity) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
Attempts to retrieve the object in the datalist that corresponds to the ChartEntity.
getOriginalData(ChartEntity) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
Return the linked original data (if we have it)
getOriginalDataItem(Object) - Method in interface org.progeeks.jfreechart.ChartDataTransform
The opposite of getChartDataItem, invoked with information from the chart.
getOriginalDataItem(Object) - Method in class org.progeeks.jfreechart.DefaultChartDataTransform
 
getOriginalValue() - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
getOtherEndpoint(Object) - Method in class org.progeeks.graph.ImmutableIdentityEdge
 
getOverwriteExistingValues() - Method in class org.progeeks.util.beans.BeanConfigurator
 
getPackages() - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns the current list of packages.
getPackages() - Method in class org.progeeks.util.xml.ClassRegistryHandler
Returns the current list of packages.
getPage(int) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Returns the page at the specified index.
getPageEvaluator() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
getPairSeparator() - Method in class org.progeeks.meta.format.UrlQueryFormat
Convenience getter for the pairSeparator pair.
getPanelConfig() - Method in class org.progeeks.jfreechart.ChartContext
 
getParent(Object) - Method in class org.progeeks.graph.StandardOrientedForestView
 
getParentButton() - Method in class org.progeeks.util.swing.ActionListButton
Returns the parent button to which this drop-down button is attached.
getParentClassLoader() - Method in class org.progeeks.util.ClassSpace
Returns the parent classloader for the space.
getParentContext() - Method in class org.progeeks.util.DefaultViewContext
Returns the parent context upon which this context depends, or null if this is a root-level context.
getParentContext() - Method in interface org.progeeks.util.ViewContext
Returns the parent context upon which this context depends, or null if this is a root-level context.
getParentEdge(Object) - Method in class org.progeeks.graph.StandardOrientedForestView
 
getParentManager() - Method in class org.progeeks.meta.annotate.AnnotationManager
Returns the parent annotation manager for this manager or null if this is a root AnnotationManager.
getParentObject() - Method in class org.progeeks.meta.DefaultListMutator
Returns the object that contains this property.
getParentObject() - Method in class org.progeeks.meta.DefaultPropertyMutator
Returns the object that contains this property.
getParentObject() - Method in class org.progeeks.meta.IsolatedMutator
Returns the object that contains this property.
getParentObject() - Method in interface org.progeeks.meta.PropertyMutator
Returns the object that contains this property.
getParentObject() - Method in class org.progeeks.meta.util.ListMutatorWrapper
Returns the object that contains this property.
getParentObject() - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Returns the object that contains this property.
getParentOverrideRegex() - Method in class org.progeeks.util.CompositeClassLoader
 
getParentPredicate() - Method in class org.progeeks.graph.StandardOrientedForestView
 
getParentRegistry() - Method in class org.progeeks.graph.PredicateRegistry
Returns a parent registry to which this registry will delegate when it doesn't find a local match.
getParentRegistry() - Method in class org.progeeks.meta.MetaClassRegistry
Returns the parent registry to this meta-class registry or null if there is no parent registry.
getPathExpression() - Method in class org.progeeks.util.beans.PropertyPath
Returns the path expression string that defines this path.
getPatterns() - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
getPeriodClass() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
getPersistentClass() - Method in class org.progeeks.hibernate.MetaObjectLazyInitializer
 
getPlot() - Method in class org.progeeks.jfreechart.ChartContext
 
getPositiveWeight() - Method in class org.progeeks.tool.gen.BooleanGenerator
 
getPostprocessAction() - Method in class org.progeeks.util.swing.CompositeContextAction
 
getPrecision() - Method in class org.progeeks.dbf.DbfField
 
getPredicate() - Method in class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
getPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.NotPredicateBean
 
getPreferencesNode() - Method in class org.progeeks.meta.util.PreferencesMetaObject
Returns the internal preferences node.
getPreferredColumnWidth(JTable, int) - Static method in class org.progeeks.util.swing.TableUtils
Returns the preferred column width based on the maximum preferred width of all cells in the column.
getPreferredHeaderWidth(JTable, int) - Static method in class org.progeeks.util.swing.TableUtils
Returns the header preferred width for a specified column.
getPreferredSize() - Method in class org.progeeks.util.swing.RolloutPanel
 
getPremappedClasses() - Method in class org.progeeks.bcel.ClassDependencyGraph
Returns the map containing any name-mapped JavaClass objects that were provided prior to or discovered during analyis.
getPreprocessAction() - Method in class org.progeeks.util.swing.CompositeContextAction
 
getPreviousObject() - Method in class org.progeeks.util.xml.XmlReader
Returns the object that was created two calls startTag() ago.
getPrimaryObject() - Method in class org.progeeks.meta.util.PropertyLink
 
getPrimaryProperty() - Method in class org.progeeks.meta.util.PropertyLink
 
getPrimarySortColumn() - Method in class org.progeeks.util.swing.SortedTableModel
 
getProducer() - Method in interface org.progeeks.jfreechart.ChartFocusHandler
 
getProducer() - Method in class org.progeeks.jfreechart.DefaultFocusHandler
 
getProducerId() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
getProgress() - Method in class org.progeeks.util.DefaultProgressReporter
Returns the current progress amount.
getProgress() - Method in interface org.progeeks.util.ProgressReporter
Returns the current progress amount.
getProgress() - Method in class org.progeeks.util.swing.SwingProgressReporter
Returns the current progress amount.
getProgressReporter(String, String, int, int) - Static method in class org.progeeks.util.ProgressManager
Returns a ProgressReporter that can be used to report status to the user.
getProgressReporter(String, String, int, int) - Method in class org.progeeks.util.ProgressManager.ReporterFactory
 
getProgressReporter(String, String, int, int) - Method in class org.progeeks.util.ProgressManager.UserRequestReporterFactory
 
getProperty(Object, String) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.junit.JUnitHandler
 
getProperty(String) - Method in class org.progeeks.meta.AbstractMetaObject
Returns the value of the specified property.
getProperty(int, int) - Method in class org.progeeks.meta.DefaultMetaTable
Returns the value of the specified property.
getProperty(String) - Method in interface org.progeeks.meta.MetaObject
Returns the value of the specified property.
getProperty(int, int) - Method in interface org.progeeks.meta.MetaTable
Returns the value of the specified property.
getProperty(String) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the value of the specified property.
getProperty(Object, List) - Static method in class org.progeeks.meta.util.MetaPropertyUtils
Uses a PropertyAdapter to traverse the bean and meta-object properties specified by the pre-parsed list of expression elements.
getProperty(Object, String) - Static method in class org.progeeks.meta.util.MetaPropertyUtils
Uses bean Introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the spring expression.
getProperty(Object, String) - Method in class org.progeeks.meta.util.PropertyAdapter
Returns the specified property from the specified object in whatever implementation specific way is most friendly.
getProperty(String) - Method in class org.progeeks.meta.util.RemappedMetaObject
Get the specified property by finding out what property it maps to in the wrapped object and getting it from that object.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Returns the current value of the specified property in the specified object.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns the current value of the specified property in the specified object.
getProperty(Object, String) - Method in class org.progeeks.util.beans.BeanInspector
 
getProperty(Object, String) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Returns the specified property from the specified object in whatever implementation specific way is most friendly.
getProperty() - Method in class org.progeeks.util.beans.PropertyPath
Returns the value of the property at the end of the path.
getProperty(Object, List) - Static method in class org.progeeks.util.beans.PropertyUtils
Uses bean Introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the pre-parsed list of expression elements.
getProperty(Object, String) - Static method in class org.progeeks.util.beans.PropertyUtils
Uses bean Introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression.
getProperty(Object, String) - Method in interface org.progeeks.util.PropertyAccess
Returns the specified property from the specified object in whatever implementation specific way is most friendly.
getProperty(Object, List) - Method in class org.progeeks.util.SimpleExpressionLanguage
Uses a PropertyAccess object to access the value at the end of a sequence of nested properties specified by the pre-parsed list of expression elements.
getProperty(Object, String) - Method in class org.progeeks.util.SimpleExpressionLanguage
Uses a PropertyAccess object to access the value at the end of a sequence of nested properties specified by the string expression.
getProperty(Object, String) - Method in class org.progeeks.util.TypedPropertyAccess
Returns the specified property from the specified object in whatever implementation specific way is most friendly.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Returns the current value of the specified property in the specified object.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns the current value of the specified property in the specified object.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Returns the current value of the specified property in the specified object.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.JndiObjectHandler
Returns the current value of the specified property in the specified object.
getProperty(Object, String, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Returns the current value of the specified property in the specified object.
getProperty(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Returns the current value of the specified property in the specified object.
getProperty(String) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Internal method used to retrieve a property value.
getProperty(String, String) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Internal method used to retrieve a property value.
getPropertyAccessor(String) - Method in class org.progeeks.util.MethodIndex
Searches for a property accessor for the spefified property name.
getPropertyAlignment() - Method in class org.progeeks.meta.PropertyInfo
Returns the preferred alignment for this property.
getPropertyAnnotation(AnnotationType, String) - Method in class org.progeeks.meta.MetaClass
Returns the annotation for the specified annotation type and property.
getPropertyClass(Object, String) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.graph.xml.GraphObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.junit.JUnitHandler
Returns the base type for the specified field for the given test suite.
getPropertyClass(Object, String) - Method in class org.progeeks.meta.util.PropertyAdapter
Returns the Java type for the specified property on the specified object.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Returns the base type for the specified field for the given object.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.TypeRegistryHandler
Returns the base type for the specified field.
getPropertyClass(Object, String) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Returns the Java type for the specified property on the specified object.
getPropertyClass(Object, String) - Method in interface org.progeeks.util.PropertyAccess
Returns the Java type for the specified property on the specified object.
getPropertyClass(Object, List) - Method in class org.progeeks.util.SimpleExpressionLanguage
Uses a PropertyAccess object to access the property class at the end of a sequence of nested properties specified by the pre-parsed list of expression elements.
getPropertyClass(Object, String) - Method in class org.progeeks.util.SimpleExpressionLanguage
Uses a PropertyAccess object to access the property class at the end of a sequence of nested properties specified by the string expression.
getPropertyClass(Object, String) - Method in class org.progeeks.util.TypedPropertyAccess
Returns the Java type for the specified property on the specified object.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ActionObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanConfiguratorHandler
Overridden to attempt to do a better type lookup when possible.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ConstructedBeanHandler
Overridden to attempt to do a better type lookup when possible.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.JndiObjectHandler
 
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.MapObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Returns the base type for the specified field.
getPropertyClass(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Returns the base type for the specified field.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.graph.xml.GraphObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.junit.JUnitHandler
Returns a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.TypeRegistryHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ActionObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanConfiguratorHandler
Overridden to provide saner error messages when the user attempts to use the progressive="true" for factory fields.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.JndiObjectHandler
 
getPropertyCollection(Object, String, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCollection(Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Returns the a collection for the specified field that can be used to accumulate multiple object values.
getPropertyCount() - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns the number of properties in this form.
getPropertyCount() - Method in class org.progeeks.meta.view.IdentityMetaForm
Returns the number of properties in this form.
getPropertyCount() - Method in interface org.progeeks.meta.view.MetaForm
Returns the number of properties in this form.
getPropertyElement(Object, String, int) - Method in class org.progeeks.util.beans.BeanInspector
 
getPropertyForm(MetaFormFlavor) - Method in class org.progeeks.meta.swing.MetaPropertyContext
Returns the form with the specified flavor for this context's property type and factory registry.
getPropertyFormat() - Method in class org.progeeks.meta.util.FormatComparator
Returns the property format object that will used to convert the objects into strings before comparisons are done.
getPropertyInfo() - Method in class org.progeeks.meta.DefaultListMutator
Returns the info associated with this property.
getPropertyInfo(int) - Method in class org.progeeks.meta.DefaultMetaTable
Returns the property info for a given column.
getPropertyInfo() - Method in class org.progeeks.meta.DefaultPropertyMutator
Returns the info associated with this property.
getPropertyInfo() - Method in class org.progeeks.meta.IsolatedMutator
Returns the info associated with this property.
getPropertyInfo(String) - Method in class org.progeeks.meta.MetaClass
Returns the descriptive information for the specified property.
getPropertyInfo(int) - Method in interface org.progeeks.meta.MetaTable
Returns the property info for a given column.
getPropertyInfo() - Method in interface org.progeeks.meta.PropertyMutator
Returns the info associated with this property.
getPropertyInfo() - Method in class org.progeeks.meta.util.ListMutatorWrapper
Returns the info associated with this property.
getPropertyInfo() - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Returns the info associated with this property.
getPropertyInfo(String) - Method in class org.progeeks.meta.util.TypedMap
Returns the descriptive information for the specified property.
getPropertyInfo(int) - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns a PropertyInfo object for the specified index.
getPropertyInfo(int) - Method in class org.progeeks.meta.view.IdentityMetaForm
Returns the PropertyInfo for the specified index.
getPropertyInfo(int) - Method in interface org.progeeks.meta.view.MetaForm
Returns the PropertyInfo for the specified index.
getPropertyInfos(DbfHeader) - Static method in class org.progeeks.dbf.meta.DbfUtils
Returns a list of PropertyInfos for the specified header's field definitions.
getPropertyInfos() - Method in class org.progeeks.meta.MetaClass
Returns an unmodifiable collection of property info objects.
getPropertyInfos(Map) - Static method in class org.progeeks.meta.util.TypedMap
Returns a list of property info objects by inspecting the contents of the map and using simple heuristics to determine value types.
getPropertyInfos() - Method in class org.progeeks.meta.util.TypedMap
Returns an unmodifiable collection of property info objects.
getPropertyMutator(String) - Method in class org.progeeks.meta.AbstractMetaObject
Returns a mutator for the specified property.
getPropertyMutator(int, int) - Method in class org.progeeks.meta.DefaultMetaTable
Returns a mutator for the specified property.
getPropertyMutator(String) - Method in interface org.progeeks.meta.MetaObject
Returns a mutator for the specified property.
getPropertyMutator(int, int) - Method in interface org.progeeks.meta.MetaTable
Returns a mutator for the specified property.
getPropertyMutator() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Provides subclasses access to the PropertyMutator.
getPropertyMutator(String) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns a mutator for the specified property.
getPropertyMutator(String) - Method in class org.progeeks.meta.util.RemappedMetaObject
Get the property mutator for the given property.
getPropertyMutator(MetaObject, int) - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns a PropertyMutator from the specified MetaObject for the specified index.
getPropertyMutator(MetaObject, int) - Method in class org.progeeks.meta.view.IdentityMetaForm
Returns a PropertyMutator from the specified MetaObject for the specified index.
getPropertyMutator(MetaObject, int) - Method in interface org.progeeks.meta.view.MetaForm
Returns a PropertyMutator from the specified MetaObject for the specified index.
getPropertyMutator(String) - Method in class org.progeeks.util.MethodIndex
Returns the "set" method of the specified property.
getPropertyMutator(String, Class) - Method in class org.progeeks.util.MethodIndex
Returns the "set" method of the specified property and type.
getPropertyName() - Method in class org.progeeks.meta.annotate.PropertyKey
 
getPropertyName() - Method in class org.progeeks.meta.DefaultListMutator
Returns the name of this property.
getPropertyName() - Method in class org.progeeks.meta.DefaultPropertyMutator
Returns the name of this property.
getPropertyName() - Method in class org.progeeks.meta.IsolatedMutator
Returns the name of this property.
getPropertyName() - Method in class org.progeeks.meta.PropertyInfo
Returns the name of this property as would be used to access the actual value in the meta-object.
getPropertyName() - Method in interface org.progeeks.meta.PropertyMutator
Returns the name of this property.
getPropertyName() - Method in class org.progeeks.meta.util.ListMutatorWrapper
Returns the name of this property.
getPropertyName() - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Returns the name of this property.
getPropertyName() - Method in class org.progeeks.util.ConstrainedObservableList
 
getPropertyName() - Method in class org.progeeks.util.DefaultObservableList
 
getPropertyNames() - Method in class org.progeeks.meta.format.UrlQueryFormat
 
getPropertyNames() - Method in class org.progeeks.meta.MetaClass
Returns the unmodifiable sorted set of property names in alphabetical order.
getPropertyNames() - Method in class org.progeeks.meta.util.TypedMap
Returns the unmodifiable set of property names.
getPropertyNames() - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns the list of property names provided by this form.
getPropertyNames() - Method in class org.progeeks.meta.view.IdentityMetaForm
Returns a list of property names in the order that they should appear in any UIs referencing this form.
getPropertyNames() - Method in interface org.progeeks.meta.view.MetaForm
Returns a list of property names in the order that they should appear in any UIs referencing this form.
getPropertyNames() - Method in class org.progeeks.util.beans.BeanInspector
Returns a read-only view of the set of property names.
getPropertyType(Class, MetaClassRegistry, boolean) - Static method in class org.progeeks.jmx.MBeanUtils
Returns an appropriate PropertyType for the specified Java class.
getPropertyType(String) - Method in class org.progeeks.meta.MetaClass
Returns the type for the specified property.
getPropertyType() - Method in class org.progeeks.meta.PropertyInfo
Returns the type of this property.
getPropertyType() - Method in class org.progeeks.meta.swing.MetaPropertyContext
Returns the local PropertyType that spawned this MetaPropertyContext.
getPropertyType(Object, String) - Method in class org.progeeks.meta.util.PropertyAdapter
Returns the best-match PropertyType for the specified property on the specified object.
getPropertyType(String) - Method in class org.progeeks.meta.util.TypedMap
Returns the type for the specified property.
getPropertyType(String) - Method in class org.progeeks.util.beans.BeanInspector
 
getPropertyType(String) - Method in class org.progeeks.util.MethodIndex
Returns the type of the specified property.
getPropertyValue(String) - Method in class org.progeeks.dbf.meta.DbfMetaObject
Overridden by subclasses to provide implementation-specific field-level access.
getPropertyValue(String) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
getPropertyValue(Object, String, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getPropertyValue(String) - Method in class org.progeeks.hibernate.MetaObjectProxy
 
getPropertyValue(Object, int) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(Object, String) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Extract the value of a particular property from the given entity.
getPropertyValue(MetaObject, String) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
Retrieve a value for a meta-object's property.
getPropertyValue(String) - Method in class org.progeeks.jmx.MBeanMetaObject
 
getPropertyValue(String) - Method in class org.progeeks.meta.AbstractMetaObject
Overridden by subclasses to provide implementation-specific field-level access.
getPropertyValue(String) - Method in class org.progeeks.meta.beans.BeanMetaObject
Overridden by subclasses to provide implementation-specific field-level access.
getPropertyValue(String) - Method in class org.progeeks.meta.jdbc.ResultSetMetaObjectIterator
Provide access to the value of a property which is really just the value of a particular column for the current row.
getPropertyValue(String) - Method in class org.progeeks.meta.util.MapMetaObject
Retrieves the property from the internal map.
getPropertyValue(String) - Method in class org.progeeks.meta.util.PreferencesMetaObject
 
getPropertyValues(Object, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getPropertyValues(Object) - Method in class org.progeeks.hibernate.MetaObjectTuplizer
 
getPropertyValuesToInsert(Object, Map, SessionImplementor) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getPropGenerators() - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
 
getQueueSize() - Method in class org.progeeks.cmd.stack.QueuingStack
Returns the number of commands that are waiting for a command processor that can run them.
getRangeCrosshairValue(XYDataset) - Method in class org.progeeks.jfreechart.XYCrosshairsFocusHandler
If a value property exists, focus the range crosshair on the value of the datapoint.
getRecordCount() - Method in class org.progeeks.dbf.DbfHeader
 
getRecordNumber() - Method in class org.progeeks.dbf.DbfReader
Returns the number of the record that will be returned next.
getRecordSize() - Method in class org.progeeks.dbf.DbfHeader
 
getRef() - Method in class org.progeeks.jfreechart.LinkedTsDataItem
 
getReferenceObject(DataGeneratorContext) - Method in class org.progeeks.tool.gen.ConditionalGenerator
Gets the appropriate reference from the context, and gets the value for the interestProperty if there is one.
getReferenceObject(String) - Method in class org.progeeks.util.xml.ObjectXmlReader
Returns an object for the specified ID if one exists.
getRemoveIndexedMethod() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns the method that should be used when removing values by index.
getRemoveMethod() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns the method that should be used when removing values.
getRemoveOrphans() - Method in class org.progeeks.graph.ObservableAdjacencyList
Returns the flag used to control orphan removal.
getRemoveOrphans() - Method in class org.progeeks.graph.ObservableEdgeMap
 
getRenderDefaultValues() - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Returns true if this renderer will render the values of properties that are the same as their defined default values.
getRenderer() - Method in class org.progeeks.meta.xml.RendererProxy
Returns the renderer for this proxy.
getRenderer(PropertyType, Object) - Method in class org.progeeks.meta.xml.XmlRenderContext
Deprecated. Use the getRendererProxy() method instead.
getRenderer(PropertyType, Object) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns the renderer for the specified property type.
getRendererProxy(PropertyType, Object) - Method in class org.progeeks.meta.xml.XmlRenderContext
Delegates to the rendering engine to retrieve a renderer for the specified type and object.
getRendererProxy(PropertyType, Object) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns an object containing the specific PropertyType and the XmlPropertyRenderer for a give type and value.
getRenderMetaClassAsAttribute() - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Set to true to render a more generic outer tag with the meta-class name as an attribute.
getReplaceIndexMethod() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns the method that should be used when replacing values by index.
getRepositoryDir() - Method in class org.progeeks.repository.Repository
Returns the repository directory.
getResolvedProperty(String, boolean) - Method in class org.progeeks.meta.util.CompositeMetaObject
Returns the meta-object preresolved entry for the specified key, creating one if necessary as per the create flag.
getResource() - Method in class org.progeeks.geo.esri.MetaObjectShapeWriter
 
getResource(String) - Method in class org.progeeks.util.CompositeClassLoader
 
getResultSetMetaClass(Class, MetaClassRegistry) - Static method in class org.progeeks.meta.jdbc.JdbcUtils
Returns the appropriate meta-class for the specified Java class.
getResultSetMetaClass(Class) - Static method in class org.progeeks.meta.jdbc.JdbcUtils
Returns the appropriate meta-class for the specified Java class searching in the context class registry.
getResultSetPropertyInfos(MetaClassRegistry, ResultSet, boolean) - Static method in class org.progeeks.meta.jdbc.JdbcUtils
Retrieves the list of property infor objects for the specified ResultSet by examining the set's meta-data.
getResultSetPropertyInfos(MetaClassRegistry, ResultSet) - Static method in class org.progeeks.meta.jdbc.JdbcUtils
Retrieves the list of property infor objects for the specified ResultSet by examining the set's meta-data.
getResultSetPropertyInfos(ResultSet) - Static method in class org.progeeks.meta.jdbc.JdbcUtils
Retrieves the list of property infor objects for the specified ResultSet by examining the set's meta-data.
getResultSetPropertyInfos(ResultSet, boolean) - Static method in class org.progeeks.meta.jdbc.JdbcUtils
Retrieves the list of property infor objects for the specified ResultSet by examining the set's meta-data.
getRetryTime() - Method in class org.progeeks.repository.WormSharedLockManager
Returns the time in millseconds to wait between attempts to obtain the id lock.
getRight() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
getRollCount() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
getRolloutPanel() - Method in class org.progeeks.util.swing.RolloutPanel
Returns the current panel that is opened and closed in the rollout control.
getRollUnit() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
getRoot() - Method in class org.progeeks.graph.swing.OrientedForestModel
Always returns the BASE_ROOT constant.
getRoot() - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
getRootAnnotationManager() - Static method in class org.progeeks.meta.annotate.AnnotationManager
Returns the root annotation manager.
getRootContext(ViewContext) - Static method in class org.progeeks.util.DefaultViewContext
Searches up the hierarchy and returns the highest non-null parent of the specified context.
getRootedTree() - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
getRootLog() - Static method in class org.progeeks.util.log.Log
Returns the root log object.
getRootNodeId() - Method in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Returns the root preference ID to prepend to any relative node paths or null if the real preferences root should be used.
getRootObject() - Method in class org.progeeks.util.xml.XmlReader
Returns the root object on the stack.
getRootPredicate() - Method in class org.progeeks.graph.StandardOrientedForestView
 
getRootRegistry() - Method in class org.progeeks.graph.PredicateRegistry
Returns the root registry for this PredicateRegistry by traversing up the parentRegistry chain.
getRootRegistry() - Static method in class org.progeeks.meta.MetaClassRegistry
Returns the singleton instance of the root class registry.
getRootSize() - Method in class org.progeeks.bcel.Dependencies
Returns the number of starting classes.
getRootTag() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
 
getRotationAnchor() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
getRow() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer.TableIndexTuple
 
getRowCount() - Method in class org.progeeks.meta.DefaultMetaTable
Returns the number of rows in the table.
getRowCount() - Method in interface org.progeeks.meta.MetaTable
Returns the number of rows in the table.
getRowCount() - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
getRowCount() - Method in class org.progeeks.util.swing.SortedTableModel
 
getRowIndex(MetaObject) - Method in class org.progeeks.meta.DefaultMetaTable
Returns the row index for the specified meta-object.
getRowIndex(MetaObject) - Method in interface org.progeeks.meta.MetaTable
Returns the row index for the specified meta-object.
getSecondaryObject() - Method in class org.progeeks.meta.util.PropertyLink
 
getSecondaryProperty() - Method in class org.progeeks.meta.util.PropertyLink
 
getSecondarySortColumn() - Method in class org.progeeks.util.swing.SortedTableModel
 
getSelectedFont() - Method in class org.progeeks.util.swing.FontChooser
Returns the currently selected font or null if none is selected.
getSelectedMetaObject() - Method in class org.progeeks.meta.swing.MetaObjectTabbedPane
Returns the currently visible meta-object.
getSelectedMetaObject() - Method in class org.progeeks.util.swing.ListTabbedPane
Returns the currently visible object.
getSeriesNameProperty() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
getServer() - Method in class org.progeeks.jmx.MBeanMetaObject
 
getSetter(Class, String) - Method in class org.progeeks.hibernate.MetaObjectAccessor
Creates a Setter for this named attribute
getShadowColor() - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
getShapeFile() - Method in class org.progeeks.geo.EsriShapeResource
 
getShapeProp() - Method in class org.progeeks.geo.esri.MetaObjectShapeWriter
 
getShapeType() - Method in class org.progeeks.geo.esri.ShapeReader
 
getShapeTypeString(int) - Static method in class org.progeeks.geo.esri.ShapeReader
 
getShapeTypeString(int) - Static method in class org.progeeks.geo.EsriShapeReader
 
getShapeTypeString(int) - Static method in class org.progeeks.geo.ShapeTest
 
getSharedClassPatterns() - Method in class org.progeeks.util.ClassSpace
Returns the PatternSet used to determine if a class name should be looked up in the class space classloader or in the parrent classloader.
getSharedResourcePatterns() - Method in class org.progeeks.util.ClassSpace
Returns the PatternSet used to determine if a resource name should be looked up in the class space classloader or in the parrent classloader.
getShortName() - Method in class org.progeeks.meta.PropertyInfo
Returns a name that can be used in limited-space situations like table headers, etc..
getShxFile() - Method in class org.progeeks.geo.EsriShapeResource
 
getSignature(File) - Method in class org.progeeks.tool.xml.XmlValidator
 
getSignature(int, String, Reader) - Method in class org.progeeks.util.xml.XmlSignatureReader
Reads in some depth of the XML to build a type signature in the form of tag + separator + tag depending on the specified nesting level.
getSignaturePattern() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns a single signature pattern that will be used to determine if this validator should handle a particular XML signature.
getSignaturePatterns() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns a list of regular expressions that will be used to determine if this validator should handle a particular XML signature.
getSingleLineAttributes() - Method in class org.progeeks.util.xml.XmlPrintWriter
Returns true if attributes are currently rendered on a single line.
getSingularPropertyName() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns the singular version of the property name that was used during element type detection, or null if detection bypassed this step.
getSize() - Method in class org.progeeks.dbf.DbfField
 
getSize() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.NumberTickUnitBean
 
getSize() - Method in class org.progeeks.meta.swing.editor.CollectionModelAdapter
 
getSize() - Method in class org.progeeks.util.swing.ObservableListModel
 
getSource() - Method in class org.progeeks.util.ErrorDelegate
Returns the source object used when delivering events.
getSourceProperty() - Method in class org.progeeks.util.beans.PropertyChangeLink
 
getSpecificType(PropertyType, Object) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns the most specific property type possible for the specified type and value that would return a valid renderer.
getSplitName(String) - Static method in class org.progeeks.meta.PropertyInfo
Attempts to break up a property name up based on letter case and runs of upper case letters.
getSplitName(String) - Static method in class org.progeeks.meta.util.CompositeUtils
Attempts to break up a property name up based on letter case and runs of upper case letters.
getStackEnvironment() - Method in interface org.progeeks.cmd.stack.StackableCommandProcessor
Returns the stack environment providing access to the command processor stack.
getStackSize() - Method in class org.progeeks.util.xml.XmlReader
Returns the current tag object stack size.
getStart() - Method in class org.progeeks.tool.gen.DateGenerator
 
getState(Object) - Method in class org.progeeks.util.thread.StateCollector
Returns the state for the specified actor.
getStateCount() - Method in class org.progeeks.util.thread.StateCollector
Returns the number of actors that have their states set.
getStateHandler(int, int) - Method in class org.progeeks.fsm.FiniteStateMachine
Returns the state handler for the specified state and message.
getStates() - Method in class org.progeeks.util.thread.StateCollector
Returns a new collection containing all of the current state objects.
getStop() - Method in class org.progeeks.tool.gen.DateGenerator
 
getStoreOriginalData() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
Set to true if the object that was the source of values for a datapoint should be stored so that it may be retrieved with MetaDatasetProducer.getOriginalData(ChartEntity).
getString(Frame, String, String, String) - Static method in class org.progeeks.util.swing.SwingRequestHandler
Pops up a simple string entry dialog.
getStringProperty(String, String) - Method in class org.progeeks.util.beans.PropertyHolder
Retrieves the string-typed property value for the specified property name.
getStringProperty(String, String) - Method in class org.progeeks.util.DefaultViewContext
Retrieves the string-typed property value for the specified property name.
getStrippedTag(String) - Method in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Returns the tag name with the PREFERENCES_PREFIX stripped off or null if it does not start with PREFERENCES_PREFIX.
getSubclassEntityPersister(Object, SessionFactoryImplementor, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getSubPlots(Plot) - Static method in class org.progeeks.jfreechart.ChartUtils
If the plot is a combined plot, return a list of all subplots.
getSubstring() - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
getSuperclasses() - Method in class org.progeeks.meta.MetaClass
Returns a List containing the immediate superclasses of this meta-class.
getSuperFlavor() - Method in class org.progeeks.meta.view.MetaFormFlavor
Returns the flavor that will be used in searches if no items are found for this particular flavor.
getSuperTypes() - Method in class org.progeeks.meta.ClassPropertyType
Returns an iterator containing all potential supertypes for this type.
getSuperTypes() - Method in class org.progeeks.meta.DeferredPropertyType
Returns an iterator containing all potential supertypes for this type.
getSuperTypes() - Method in class org.progeeks.meta.MetaClassPropertyType
Returns an iterator containing all potential supertypes for this type.
getSuperTypes() - Method in interface org.progeeks.meta.PropertyType
Returns an iterator containing all potential supertypes for this type.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.progeeks.meta.swing.FormatTableCellRenderer
 
getTagClass(String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Searches for a class that matches the specified tag name.
getTagClass(String) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Searches for a class that matches the specified tag name.
getTagReader(String) - Method in class org.progeeks.util.xml.XmlReader
 
getTagStackDepth() - Method in class org.progeeks.util.xml.XmlPrintWriter
Returns the current tag stack depth.
getTail() - Method in class org.progeeks.graph.ImmutableIdentityEdge
 
getTail() - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
getTailObject() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getTailPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getTarget() - Method in interface org.progeeks.cmd.TargetedEnvironment
Returns the target object upon which commands in this environment will operate.
getTarget() - Method in class org.progeeks.util.TemplateExpressionProcessor
Returns the target object used for embedded lookups.
getTargetGraph() - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
 
getTargetProperty() - Method in class org.progeeks.util.beans.PropertyChangeLink
 
getTask() - Method in class org.progeeks.util.ErrorInfo
 
getTestContext() - Method in class org.progeeks.junit.ContextualTestCase
Returns the test context for the test case.
getTestContextFactory() - Method in class org.progeeks.junit.ContextualTestCase
Returns the context factory for generating test contexts.
getTestFixture() - Method in class org.progeeks.junit.DefaultTestContext
 
getTestFixture() - Method in interface org.progeeks.junit.TestContext
Returns the test fixture that can be used to set up and tear down this context.
getTextAnchor() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
getThreadName() - Method in class org.progeeks.util.log.LogEvent
Returns the name of the thread in which this event was generated.
getThrowable() - Method in class org.progeeks.junit.TestInvocationHandler.TestException
 
getThrowable() - Method in class org.progeeks.util.ErrorInfo
 
getThrowable() - Method in class org.progeeks.util.log.LogEvent
Returns a Throwable object that may be attached to the event.
getTime() - Method in class org.progeeks.util.log.LogEvent
Returns the system time at which the event occurred.
getTimePeriodAnchor() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
getTimeProperty() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
getTimeUnit() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
getTimeZoneId() - Method in class org.progeeks.meta.format.DatePropertyFormat
 
getTitle() - Method in class org.progeeks.util.DefaultRequest
Returns a potential title for this user request.
getTitle() - Method in class org.progeeks.util.swing.RolloutPanel
Returns the current rollout title.
getTitle() - Method in interface org.progeeks.util.UserRequest
Returns a potential title for this user request.
getTokenPattern() - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
getTop() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
getTotalFormatter() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
Returns the total formatter.
getTotalLabelFont() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getTotalLabelPaint() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
getTransitionState() - Method in class org.progeeks.fsm.TransitionHandler
Returns the transition state value.
getTraverserPredicate() - Method in class org.progeeks.graph.DefaultEdgeDefinition
Returns a filter capable of filtering edges of the type associated with this edge definition.
getTraverserPredicate() - Method in interface org.progeeks.graph.EdgeDefinition
Returns a filter capable of filtering edges of the type associated with this edge definition.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.progeeks.meta.swing.FormatTreeCellRenderer
 
getTreePath(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
Returns a TreePath for the specified node based on the parent child relationship defined by the RootedTree.
getTreePath(Object) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
Returns a TreePath for the specified node based on the parent child relationship defined by the RootedTree.
getTuplizer(EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getType() - Method in class org.progeeks.dbf.DbfField
 
getType() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
getType() - Method in class org.progeeks.meta.swing.editor.FileEditor
 
getType() - Method in class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Returns the type of annotation this mapping represents.
getType() - Method in class org.progeeks.meta.xml.RendererProxy
Returns the specific property type that was used to look up this proxy's renderer.
getType() - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
getType(String) - Method in class org.progeeks.util.Inspector
Returns the type of the specified property.
getType(String) - Method in class org.progeeks.util.Inspector2
Deprecated. Returns the type of the specified property.
getType() - Method in class org.progeeks.util.ListPropertyChangeEvent
Returns the type of change done, one of: INSERT, UPDATE, or DELETE.
getType(PropertyAccess, Object) - Method in interface org.progeeks.util.SimpleExpressionLanguage.ExpressionElement
 
getType(PropertyAccess, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage.IndexedExpressionElement
 
getType(PropertyAccess, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage.NamedExpressionElement
 
getType() - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.ObjectPropertyHolder
 
getType() - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
 
getTypeDescription() - Method in class org.progeeks.meta.swing.editor.FileEditor
 
getTypeDescription() - Method in class org.progeeks.meta.swing.editor.FileEditorFactory
 
getTypeDescription() - Method in class org.progeeks.meta.swing.editor.FileListEditor
 
getTypeDescription() - Method in class org.progeeks.meta.swing.editor.FileListEditorFactory
 
getTypeForObject(Object) - Method in class org.progeeks.meta.format.MultiTypeFormat
Default behavior checks to see if the object is a meta-object.
getUIComponent() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Returns the component that renders the associated property mutator's value.
getUIComponent() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Returns the component that renders the associated property mutator's value.
getUIComponent() - Method in class org.progeeks.meta.swing.DefaultPropertyEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.DefaultPropertyRenderer
Returns the component that renders the associated property mutator's value.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.BooleanEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.ColorEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.ColorRenderer
Returns the component that renders the associated property mutator's value.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.FileEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.FontEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.ListEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.LongStringEditor
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.editor.SimpleDateEditor
 
getUIComponent() - Method in class org.progeeks.meta.swing.editor.SimpleDateTimeEditor
 
getUIComponent() - Method in class org.progeeks.meta.swing.editor.TableUI
Returns the component that allows modification of the associated property mutator.
getUIComponent() - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUI
Returns the component that renders the associated property mutator's value.
getUIComponent() - Method in interface org.progeeks.meta.swing.MetaObjectUI
Returns the component that renders the associated property mutator's value.
getUIComponent() - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Returns the component that renders the associated property mutator's value.
getUnit() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
getUnprefixedName(String) - Method in class org.progeeks.util.xml.BeanConfiguratorHandler
Returns the class name part of a tag (without the prefix) or null if the tag does not contain a prefix.
getUnprefixedName(String) - Method in class org.progeeks.util.xml.ConstructedBeanHandler
Returns the class name part of a tag (without the prefix) or null if the tag does not contain a prefix.
getUseDataBlock() - Method in class org.progeeks.meta.xml.LongStringXmlRenderer
Returns true if this renderer will wrap all strings in a CDATA section (startDataBlock), false otherwise.
getUseEdgesAsChildren() - Method in class org.progeeks.graph.swing.OrientedForestModel
Returns true to return Graph.Edge objects for the children instead of just the nodes.
getUseMetaClassCache() - Method in class org.progeeks.repository.Repository
Returns the flag indicating if the meta-classes should be cached in the repository.
getUserObject() - Method in class org.progeeks.graph.ImmutableIdentityEdge
 
getUserObject() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getUserObject() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
getUserPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
getUserPredicate() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
getValue() - Method in class org.progeeks.cmd.IntegerResult
 
getValue() - Method in class org.progeeks.cmd.ObjectResult
 
getValue() - Method in class org.progeeks.graph.FieldComparePredicate
Returns the value for which we are looking.
getValue() - Method in class org.progeeks.graph.MetaObjectLocator
Returns the value for which we are looking.
getValue() - Method in class org.progeeks.graph.MetaObjectPredicate
Returns the value for which we are looking.
getValue() - Method in class org.progeeks.graph.ObjectFieldPredicate
Returns the value associated with the field of this predicate.
getValue(Object) - Method in class org.progeeks.graph.PredicateRegistry
Returns the value associated with the first predicate that matches the specified search value.
getValue() - Method in class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
getValue() - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EqualPredicateBean
 
getValue() - Method in class org.progeeks.meta.DefaultListMutator
Returns the value of this property.
getValue() - Method in class org.progeeks.meta.DefaultPropertyMutator
Returns the value of this property.
getValue() - Method in class org.progeeks.meta.IsolatedMutator
Returns the value of this property.
getValue() - Method in interface org.progeeks.meta.PropertyMutator
Returns the value of this property.
getValue() - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
getValue() - Method in class org.progeeks.meta.util.ListMutatorWrapper
Returns the value of this property.
getValue() - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Returns the value of this property.
getValue() - Method in class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Returns the value of this annotation.
getValue() - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
getValue() - Method in interface org.progeeks.util.beans.PropertyPath.PathReference
Returns the value of this reference.
getValue() - Method in class org.progeeks.util.beans.PropertyPath.PropertyReference
Returns the value of this reference.
getValue(String) - Method in class org.progeeks.util.swing.ActionList
Gets one of this object's properties using the associated key.
getValue(String) - Method in class org.progeeks.util.swing.CompositeContextAction
 
getValue() - Method in class org.progeeks.util.xml.MapObjectHandler.Entry
 
getValue1() - Method in class org.progeeks.meta.annotate.CompositeKey
 
getValue2() - Method in class org.progeeks.meta.annotate.CompositeKey
 
getValueAt(int, int) - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
getValueAt(int, int) - Method in class org.progeeks.util.swing.SortedTableModel
 
getValueForObject(Object) - Method in class org.progeeks.meta.TypeRegistry
Convenience method that will lookup a value for the type of the specified object by either wrapping its meta-class in a MetaClassPropertyType or wrapping its class in a ClassPropertyType.
getValueGenerator() - Method in class org.progeeks.tool.gen.CollectionGenerator
 
getValueGenerator() - Method in class org.progeeks.tool.gen.MapGenerator
 
getValueProperty() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
getValueType() - Method in class org.progeeks.meta.ContainerPropertyType
Returns the type of values contained within lists of this type.
getVersion() - Method in class org.progeeks.geo.esri.ShapeReader
Should be 1000
getVersion(Object, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
getVerticalAlignment() - Method in class org.progeeks.util.swing.CompositeIcon
 
getViewContext() - Method in class org.progeeks.jfreechart.ChartContextPanel
 
getViewContext() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Returns the MetaPropertyContext for which this MetaPropertyUI is a participant.
getViewContext() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Returns the MetaPropertyContext for which this MetaPropertyUI is a participant.
getViewContext() - Method in interface org.progeeks.meta.swing.MetaObjectUI
Returns the MetaPropertyContext for which this MetaObjectUI is a participant.
getViewContext() - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Returns the MetaPropertyContext for which this MetaPropertyUI is a participant.
getViewContext() - Method in interface org.progeeks.util.ContextView
Returns the view context associated with this view.
getViewContext() - Method in class org.progeeks.util.DefaultContextView
Returns the view context associated with this view.
getViewContext() - Method in class org.progeeks.util.swing.AbstractContextAction
Returns the view context for this object.
getViewContext() - Method in class org.progeeks.util.swing.ActionList
Returns the view context for this object.
getViewContext() - Method in interface org.progeeks.util.ViewContextAware
Returns the view context for this object.
getViewFactories() - Method in class org.progeeks.util.swing.WindowManager
Returns the mapping of context classes to view factories.
getViewFactories() - Method in interface org.progeeks.util.ViewManager
Returns the mapping of context classes to view factories.
getViewType() - Method in class org.progeeks.util.DefaultViewFactory
 
getWriter() - Method in class org.progeeks.meta.xml.XmlRenderContext
Returns the XmlPrintWriter to which renderers should be writing.
getXIndex(XYDataset, int, double) - Static method in class org.progeeks.jfreechart.ChartUtils
Returns the index of the item in the dataset with the matching x-value.
getXmlProfiles() - Method in class org.progeeks.tool.xml.XmlValidator
 
getXmlReader() - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns an appropriately configured reader.
getXProperty() - Method in class org.progeeks.jfreechart.XYDatasetProducer
 
getXScale() - Method in class org.progeeks.util.swing.ScaledIcon
 
getYProperty() - Method in class org.progeeks.jfreechart.XYDatasetProducer
 
getYScale() - Method in class org.progeeks.util.swing.ScaledIcon
 
getYValue(XYDataset, int, Number) - Static method in class org.progeeks.jfreechart.ChartUtils
Given an X value (not a series index), return the corresponding Y value if it exists or null if it doesn't.
getYValue(XYDataset, int, double) - Static method in class org.progeeks.jfreechart.ChartUtils
 
getYValue(String, double) - Method in class org.progeeks.jfreechart.XYCrosshairsFocusHandler
Given an X value (not a series index), return the corresponding Y value in the given series.
gotoPosition(long) - Method in class org.progeeks.util.BinaryDataInputStream
Skips enough bytes to ensure that the specified position is obtained.
GraphEventForwarder - Class in org.progeeks.graph
Forwards the events from a graph to an ObservableGraphDelegate.
GraphEventForwarder(ObservableGraphDelegate) - Constructor for class org.progeeks.graph.GraphEventForwarder
 
GraphMetaObject - Class in org.progeeks.graph.meta
Presents a MetaObject view of a node in a graph.
GraphMetaObject(Graph, Object, Map, MetaClass) - Constructor for class org.progeeks.graph.meta.GraphMetaObject
 
GraphObjectHandler - Class in org.progeeks.graph.xml
An ObjectXmlReader object handler capable of reading most Plexus Graphs from a specifically formatted XML file.
GraphObjectHandler() - Constructor for class org.progeeks.graph.xml.GraphObjectHandler
 
GraphObjectHandler.EdgeHolder - Class in org.progeeks.graph.xml
 
GraphObjectHandler.EdgeHolder() - Constructor for class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
GraphSynchronizer - Class in org.progeeks.graph
Links two graphs together such that changes in one graph will be applied to the other and vice-versa.
GraphSynchronizer(ObservableGraph, ObservableGraph) - Constructor for class org.progeeks.graph.GraphSynchronizer
 
GraphXmlRenderer - Class in org.progeeks.graph.xml
A generic XML renderer that can render any plexus-based Graph object as XML, as long as it is wrapped in a MetaObject.
GraphXmlRenderer() - Constructor for class org.progeeks.graph.xml.GraphXmlRenderer
 
GREATER_THAN - Static variable in class org.progeeks.graph.FieldComparePredicate
 
GREATER_THAN_EQUAL_TO - Static variable in class org.progeeks.graph.FieldComparePredicate
 
GroupMemberGenerator - Class in org.progeeks.tool.gen
Selects a value from the supplied members List.
GroupMemberGenerator() - Constructor for class org.progeeks.tool.gen.GroupMemberGenerator
 

H

handledTags - Static variable in class org.progeeks.util.xml.StringObjectHandler
 
handleFocus(Object) - Method in class org.progeeks.jfreechart.ChartContext
Invokes the focus handler and actually sets the focus property.
handleFocus(Object) - Method in interface org.progeeks.jfreechart.ChartFocusHandler
 
handleFocus(Object) - Method in class org.progeeks.jfreechart.DefaultFocusHandler
 
handleFocus(Object) - Method in class org.progeeks.jfreechart.ItemFocusHandler
 
handleFocus(Object) - Method in class org.progeeks.jfreechart.SeriesFocusHandler
 
handleFocus(Object) - Method in class org.progeeks.jfreechart.TimeSeriesCrosshairsFocusHandler
 
handleFocus(Object) - Method in class org.progeeks.jfreechart.XYCrosshairsFocusHandler
 
handleMessage(int, int, Object) - Method in class org.progeeks.fsm.FiniteStateMachine
Handles the specified message information by looking up the appropriate handler.
handleMessage(int, int, Object) - Method in class org.progeeks.fsm.ForwardingTransitionHandler
Calls the delegate's handleMessage() method before calling the super.handleMessage() method.
handleMessage(int, int, Object) - Method in interface org.progeeks.fsm.StateHandler
Handles the specified message.
handleMessage(int, int, Object) - Method in class org.progeeks.fsm.TransitionHandler
Returns the TransitionHandler's state value.
HANDLER_TAG - Static variable in class org.progeeks.util.xml.JndiObjectHandler
The default name of the tag this class will handle.
hasAccessor(String) - Method in class org.progeeks.util.Inspector
Returns true if the contained object has a get method for the specified field.
hasAccessor(String) - Method in class org.progeeks.util.Inspector2
Deprecated. Returns true if the contained object has a get method for the specified field.
hasAddButton() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Returns true if the dialog should have an add button if the property mutator supports it.
hasAddButton() - Method in class org.progeeks.meta.swing.editor.ListEditor
Returns true if the dialog should have an add button if the property mutator supports it.
hasAddButton() - Method in class org.progeeks.meta.swing.editor.TableUI
Returns true if the dialog should have an add button if the property mutator supports it.
hasChanged() - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
hasChildren(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
Optimized method for returning whether or not a node has children without having to retrieve the whole child list and sort it.
hasChildren(Object) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
Optimized method for returning whether or not a node has children without having to retrieve the whole child list and sort it.
hasConstructor(Object[]) - Method in class org.progeeks.util.beans.BeanConfigurator
Returns true if the bean can be created with the specified arguments.
hasConstructor(Class[]) - Method in class org.progeeks.util.beans.BeanConfigurator
Returns true if the bean can be created with the specified argument types.
hasConstructor(Class, Class[]) - Static method in class org.progeeks.util.Inspector
 
hasConstructor(Class, Class[]) - Static method in class org.progeeks.util.Inspector2
Deprecated.  
hasEditButton() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Returns true if the dialog should have an edit button if the property mutator supports it.
hasEditButton() - Method in class org.progeeks.meta.swing.editor.FileListEditor
Files cannot be edited in the list, only added or removed.
hasEditButton() - Method in class org.progeeks.meta.swing.editor.ListEditor
Returns true if the dialog should have an edit button if the property mutator supports it.
hasEditButton() - Method in class org.progeeks.meta.swing.editor.TableUI
Returns true if the dialog should have an edit button if the property mutator supports it.
hasEvents() - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Returns true if there is at least one recorded event.
hasExpired(Map, Date) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
hasFormat(PropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
Returns true if the specified type has a registered format or registered default format.
hashCode() - Method in class org.progeeks.bcel.ClassDependencyGraph.Package
 
hashCode() - Method in class org.progeeks.dbf.meta.DbfMetaObject
 
hashCode() - Method in class org.progeeks.geo.GeoLayer
 
hashCode() - Method in class org.progeeks.graph.FieldComparePredicate
 
hashCode() - Method in class org.progeeks.graph.IdentifiableLocator
 
hashCode() - Method in class org.progeeks.graph.ImmutableIdentityEdge
Returns a hash code value consistent with the .equals() implementation.
hashCode() - Method in class org.progeeks.graph.MetaObjectLocator
 
hashCode() - Method in class org.progeeks.graph.MetaObjectPredicate
 
hashCode() - Method in class org.progeeks.graph.MetaObjectRangePredicate
 
hashCode() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
 
hashCode() - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
hashCode() - Method in class org.progeeks.graph.ObjectFieldPredicate
 
hashCode() - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer.TableIndexTuple
 
hashCode() - Method in class org.progeeks.jmx.MBeanMetaKit
 
hashCode() - Method in class org.progeeks.meta.annotate.AnnotationType
 
hashCode() - Method in class org.progeeks.meta.annotate.CompositeKey
 
hashCode() - Method in class org.progeeks.meta.annotate.PropertyKey
 
hashCode() - Method in class org.progeeks.meta.beans.BeanMetaKit
 
hashCode() - Method in class org.progeeks.meta.beans.BeanMetaObject
 
hashCode() - Method in class org.progeeks.meta.ClassPropertyType
 
hashCode() - Method in class org.progeeks.meta.ContainerPropertyInfo
 
hashCode() - Method in class org.progeeks.meta.ContainerPropertyType
 
hashCode(MetaObject, int) - Method in class org.progeeks.meta.MetaClass
Returns a hashcode for the specified MetaObject instance based on the identity properties for this meta-class.
hashCode() - Method in class org.progeeks.meta.MetaClass
 
hashCode() - Method in class org.progeeks.meta.MetaClassPropertyType
 
hashCode() - Method in class org.progeeks.meta.PropertyInfo
 
hashCode() - Method in class org.progeeks.meta.type.RangedNumberType
 
hashCode() - Method in class org.progeeks.meta.util.MapMetaKit
Because we implement .equals() we should implement hashCode()...
hashCode() - Method in class org.progeeks.meta.util.MapMetaObject
 
hashCode() - Method in class org.progeeks.meta.view.MetaFormFlavor
 
hashCode() - Method in class org.progeeks.util.ConstrainedObservableList
 
hashCode() - Method in class org.progeeks.util.DefaultObservableList
 
hashCode() - Method in class org.progeeks.util.ObservableMap
 
hashCode() - Method in class org.progeeks.util.swing.ActionList
 
hasIdentity() - Method in class org.progeeks.meta.MetaClass
Returns true if this class defines any identity properties.
hasListeners(int) - Method in class org.progeeks.meta.DefaultMetaTable
Returns true if the specified property name has listeners registered.
hasListeners() - Method in interface org.progeeks.meta.MetaObject
Returns true if there are any listeners registered.
hasListeners(String) - Method in interface org.progeeks.meta.MetaObject
Returns true if the specified property name has listeners registered.
hasListeners(int) - Method in interface org.progeeks.meta.MetaTable
Returns true if the specified property name has listeners registered.
hasListeners(String) - Method in class org.progeeks.util.beans.BeanChangeSupport
Returns true if the specified property name has listeners registered.
hasListeners() - Method in class org.progeeks.util.beans.BeanChangeSupport
Returns true if there are any listeners registered.
hasListeners() - Method in interface org.progeeks.util.beans.StandardBean
Returns true if there are any listeners registered.
hasListeners(String) - Method in interface org.progeeks.util.beans.StandardBean
Returns true if the specified property name has listeners registered.
hasMethod(String) - Method in class org.progeeks.util.Inspector
 
hasMethod(String, Class[]) - Method in class org.progeeks.util.Inspector
 
hasMethod(String) - Method in class org.progeeks.util.Inspector2
Deprecated.  
hasMethod(String, Class[]) - Method in class org.progeeks.util.Inspector2
Deprecated.  
hasMutator(String, Class) - Method in class org.progeeks.util.Inspector
Returns true if the contained object has a set method for the specified field and type.
hasMutator(String) - Method in class org.progeeks.util.Inspector
Returns true if the contained object has a set method for the specified field that matches the return type for the associated accessor method ("get").
hasMutator(String, Class) - Method in class org.progeeks.util.Inspector2
Deprecated. Returns true if the contained object has a set method for the specified field and type.
hasMutator(String) - Method in class org.progeeks.util.Inspector2
Deprecated. Returns true if the contained object has a set method for the specified field that matches the return type for the associated accessor method ("get").
hasNext() - Method in class org.progeeks.dbf.DbfReader
 
hasNext() - Method in class org.progeeks.geo.esri.ShapeReader
Returns true if there are still more shapes in the file.
hasNext() - Method in class org.progeeks.geo.EsriShapeReader
Returns true if there are still more shapes in the file.
hasNext() - Method in class org.progeeks.graph.FilteredListIterator
 
hasNext() - Method in class org.progeeks.util.ClassIterator
 
hasNext() - Method in class org.progeeks.util.CompositeIterator
 
hasNext() - Method in class org.progeeks.util.SingletonIterator
 
hasOverloadedConstructor(Class, Class[]) - Static method in class org.progeeks.util.Inspector
Returns true if the specified class has constructor matching the specified arg types using a widening scope.
hasOverloadedConstructor(Class, Class[]) - Static method in class org.progeeks.util.Inspector2
Deprecated. Returns true if the specified class has constructor matching the specified arg types using a widening scope.
hasPackages() - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns true if there are any imported packages associated with this engine.
hasPotentialEdges(Predicate) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the associated graph may return edges for the specified filter.
hasPotentialNodes(Predicate) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns true if the associated graph may return nodes for the specified filter.
hasPrevious() - Method in class org.progeeks.graph.FilteredListIterator
 
hasProperty(Object, String) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
hasProperty(String) - Method in class org.progeeks.meta.MetaClass
Returns true if this class has the specified property defined.
hasProperty(Object, String) - Method in class org.progeeks.meta.util.PropertyAdapter
Returns true if the specified object appears to have the specified property.
hasProperty(Object, String) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Returns true if the specified object appears to have the specified property.
hasProperty(Object, String) - Method in interface org.progeeks.util.PropertyAccess
Returns true if the specified object appears to have the specified property.
hasProperty(Object, String) - Method in class org.progeeks.util.TypedPropertyAccess
Returns true if the specified object appears to have the specified property.
hasProxy() - Method in class org.progeeks.hibernate.MetaObjectPersister
 
hasRemoveButton() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Returns true if the dialog should have a remove button if the property mutator supports it.
hasRemoveButton() - Method in class org.progeeks.meta.swing.editor.ListEditor
Returns true if the dialog should have a remove button if the property mutator supports it.
hasRemoveButton() - Method in class org.progeeks.meta.swing.editor.TableUI
Returns true if the dialog should have a remove button if the property mutator supports it.
hasSpecificFormat(PropertyType) - Method in class org.progeeks.meta.format.FormatRegistry
Returns true if the specified type has a specifically registered format.
hasState(Object) - Method in class org.progeeks.util.thread.StateCollector
 
hasUninitializedLazyProperties(Object, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
head - Variable in class org.progeeks.util.thread.CircularQueue
 
HibernateAnnotations - Class in org.progeeks.hibernate
Class providing the annotations types for meta-class annotations that are used to configure Hibernate persistance for the meta-class.
HibernateAnnotations.AccessPropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the id and property annotations' access properties.
HibernateAnnotations.AccessPropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.AccessPropertyType
 
HibernateAnnotations.CascadePropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the map property annotation's cascade property.
HibernateAnnotations.CascadePropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES - Interface in org.progeeks.hibernate
Constants for all of the property names in a class annotation object.
HibernateAnnotations.FetchPropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the map property annotation's fetch property.
HibernateAnnotations.FetchPropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.FetchPropertyType
 
HibernateAnnotations.ID_ANNOTATION_PROPERTIES - Interface in org.progeeks.hibernate
Constants for all of the property names in a id annotation object.
HibernateAnnotations.KEY_PROPERTIES - Interface in org.progeeks.hibernate
Constrants for all of the property names in a key object.
HibernateAnnotations.LazyPropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the map property annotation's lazy property.
HibernateAnnotations.LazyPropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.LazyPropertyType
 
HibernateAnnotations.MAP_ANNOTATION_PROPERTIES - Interface in org.progeeks.hibernate
Constants for all of the property names in a map annotation object.
HibernateAnnotations.OptimisticLockingPropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the class annotation's optimisticLocking property.
HibernateAnnotations.OptimisticLockingPropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.OptimisticLockingPropertyType
 
HibernateAnnotations.PolymorphismPropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the class annotation's poloymorphism property.
HibernateAnnotations.PolymorphismPropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.PolymorphismPropertyType
 
HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES - Interface in org.progeeks.hibernate
Constants for all of the property names in a property annotation object.
HibernateAnnotations.UnsavedValuePropertyType - Class in org.progeeks.hibernate
Enumerated property type defining the valid values for the id annotation's unsavedValue property.
HibernateAnnotations.UnsavedValuePropertyType() - Constructor for class org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
 
HibernateMappingGenerator - Class in org.progeeks.hibernate
Class for generating a Hibernate mapping (*.hbm.xml) from annotated meta-classes.
HibernateMappingGenerator() - Constructor for class org.progeeks.hibernate.HibernateMappingGenerator
 
historyCount - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 

I

ID_ANNOTATION_META_CLASS - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Name of the meta-class used for the id annotation objects.
ID_ELEMENT - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Id element name.
ID_FILE - Static variable in class org.progeeks.repository.DefaultLockManager
File used to save the id number to assign to the next added item.
ID_FILE - Static variable in class org.progeeks.repository.WormSharedLockManager
File used to save the id number to assign to the next added item.
ID_GENERATOR_CLASS - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Generator class attribute.
ID_GENERATOR_ELEMENT - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Generator element name used in the id element.
ID_GENERATOR_PARAM - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Generator param element.
ID_GENERATOR_PARAM_NAME - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Generator param element name.
ID_NAME - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
 
ID_VALUE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
 
IdAnnotationType - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Annotation type for the meta-class property annotation that defines a property as the primary key property column of the database.
Identifiable - Interface in org.progeeks.util
Interface implemented by objects that can provide a String identity for themselves.
IdentifiableLocator - Class in org.progeeks.graph
Node filter that returns true for any Identifiable object with the specified String ID.
IdentifiableLocator(String) - Constructor for class org.progeeks.graph.IdentifiableLocator
 
IdentityMetaForm - Class in org.progeeks.meta.view
MetaForm implementation that presents an "identity" view of the associated meta-class.
IdentityMetaForm() - Constructor for class org.progeeks.meta.view.IdentityMetaForm
Creates a new meta-form with no associated meta-class.
IdentityMetaForm(MetaClass) - Constructor for class org.progeeks.meta.view.IdentityMetaForm
Creates an identity meta-form associated with the specified meta-class.
IdentityMetaForm(String) - Constructor for class org.progeeks.meta.view.IdentityMetaForm
Creates an identity meta-form for the specified class.
ignoreAttribute(String, ObjectXmlReader) - Method in class org.progeeks.graph.xml.GraphObjectHandler
 
ignoreAttribute(String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Returns true if the specified attribute should be ignored within the context of the specified reader.
ignoreAttribute(String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
 
ignoreAttribute(String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
A convenient place for subclasses to override attribute ignore behavior.
ignoreAttribute(String) - Method in class org.progeeks.util.xml.ObjectXmlReader
Returns true if the specified attribute should be ignored for regular object-level property processing.
ignorePackage(String) - Method in class org.progeeks.bcel.Dependencies
 
ignorePackageRegex(String) - Method in class org.progeeks.bcel.Dependencies
 
ignoreUpdates() - Method in class org.progeeks.meta.beans.PropertyChangeBridge
 
IllegalModificationException - Exception in org.progeeks.util
Exception thrown when a disallowed modification is made to an object.
IllegalModificationException(String) - Constructor for exception org.progeeks.util.IllegalModificationException
 
IllegalModificationException(String, Throwable) - Constructor for exception org.progeeks.util.IllegalModificationException
 
ImmutableAnnotationMapException - Exception in org.progeeks.meta.annotate
This exception is thrown by an annotation map when it doesn't support adding new elements.
ImmutableAnnotationMapException() - Constructor for exception org.progeeks.meta.annotate.ImmutableAnnotationMapException
 
ImmutableAnnotationMapException(String) - Constructor for exception org.progeeks.meta.annotate.ImmutableAnnotationMapException
 
ImmutableIdentityEdge - Class in org.progeeks.graph
Graph.Edge that provides an immutable edge that uses its properties as its identity to implement .equals() and .hashCode().
ImmutableIdentityEdge(Object, Object, Object, boolean) - Constructor for class org.progeeks.graph.ImmutableIdentityEdge
Creates a new edge with the specified properties.
ImmutableIdentityEdge(Graph.Edge) - Constructor for class org.progeeks.graph.ImmutableIdentityEdge
Creates a new edge with the same properties as the specified edge.
implementsLifecycle(EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
implementsValidatable(EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
IMPLICIT - Static variable in class org.progeeks.hibernate.HibernateAnnotations.PolymorphismPropertyType
 
importPackage(String) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Adds a package + '.' to the list of class prefixes.
importPackage(String) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Adds a "package" name to the list of prefixes that will be checked when writing out tags that use the transform functionality of the rendering engine.
importPackage(String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Adds the specified package name to the list of imports that will be checked when a fully-qualified class name is not found.
importPackage(String) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Adds the specified package name to the list of imports that will be checked when a fully-qualified class name is not found.
importPackages(List) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Adds all packages specified to the list of class prefixes after appending a '.'.
incidentEdges(Object, Predicate) - Method in class org.progeeks.graph.CacheGraph
 
incidentEdges(Object, Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
incidentEdges(Object, Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
INCLUDE - Static variable in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
IncludeObjectsPredicate - Class in org.progeeks.graph
Returns true for objects in the specified set of objects.
IncludeObjectsPredicate() - Constructor for class org.progeeks.graph.IncludeObjectsPredicate
 
IncludeObjectsPredicate(Set) - Constructor for class org.progeeks.graph.IncludeObjectsPredicate
 
IndentPrintWriter - Class in org.progeeks.util
PrintWriter implementation that keeps track of an indent state.
IndentPrintWriter(Writer) - Constructor for class org.progeeks.util.IndentPrintWriter
 
index - Variable in class org.progeeks.util.Inspector2
Deprecated. Cache of previous method lookups.
indexMap - Variable in class org.progeeks.util.swing.SortedTableModel
Maps incoming index values to the internal table model index values based on the current sort.
indexOf(Object) - Method in class org.progeeks.meta.DefaultListMutator
 
indexOf(Object) - Method in class org.progeeks.meta.util.CachingMetaObjectListAdapter
 
indexOf(Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
indexOf(Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
indexOf(Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
indexOf(Object) - Method in class org.progeeks.util.DefaultObservableList
 
indexOf(Object) - Method in class org.progeeks.util.ReversedList
 
info(Object) - Method in class org.progeeks.util.log.Log
Log a message at the info priority level.
info(Object, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the info priority level including the stack trace of the specified Throwable.
INFO - Static variable in class org.progeeks.util.log.LogLevel
 
inheritProperties(Action) - Method in class org.progeeks.util.swing.CheckBoxActionGroup
Called to have this action inherit some display properties from the specified action.
init() - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
Validates input settings
init() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
Validates input settings, sets up dynamic time unit classes, and creates data meta class.
init() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
Validates input settings, sets up dynamic time unit classes
init() - Method in class org.progeeks.jfreechart.XYDatasetProducer
Validates input settings
init() - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
Validates input settings
init() - Method in class org.progeeks.tool.gen.NumberGenerator
Returns true if init has already been called.
init() - Method in class org.progeeks.tool.gen.SeriesGenerator
 
init() - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
initialize(File) - Method in class org.progeeks.repository.DefaultLockManager
Initializes the repository, locking its id file to ensure that only one process has access to the repository.
initialize(File) - Method in interface org.progeeks.repository.LockManager
Initialize the locking manager, obtaining any repository level lock if one is required.
initialize(File) - Method in class org.progeeks.repository.WormSharedLockManager
Initializes the repository, verifying that the id file is present.
initialize() - Method in class org.progeeks.util.ClassSpace
Initializes the internal classloader and prepares this classspace for use.
initialize() - Static method in class org.progeeks.util.log.Log
Initializes the Logger with basic configuration.
initializeClone(ActionList) - Method in class org.progeeks.util.swing.ActionList
Called by either clone method to do custom clone initialization.
initializeClone(ActionList) - Method in class org.progeeks.util.swing.CheckBoxActionGroup
 
initializeMessageType(int, StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Sets the specified handler to process all messages of the specified type no matter to which state they arrive.
initializePanel() - Method in class org.progeeks.jfreechart.ChartContextPanel
 
initializeProperty(Object) - Method in class org.progeeks.util.beans.PropertyChangeLink
Initializes the property value on the delegate bean to the value read from the source bean.
initializeState(int, StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Sets the specified handler to process all messages for the specified state.
initializeStateMachine(StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Initializes all states and message types to the specified handler.
initializeView(MetaPropertyContext) - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy.
initializeView(MetaPropertyContext) - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy.
initializeView(MetaPropertyContext) - Method in class org.progeeks.meta.swing.editor.ContainerEditor
 
initializeView(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUI
 
initializeView(MetaPropertyContext) - Method in interface org.progeeks.meta.swing.MetaObjectUI
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy.
initializeView(MetaPropertyContext) - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy.
initializeView(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MetaTabbedPanelUI
 
initializeView(MetaPropertyContext) - Method in class org.progeeks.meta.swing.MultiColumnPanelUI
 
initMetaClasses() - Method in class org.progeeks.junit.DefaultTestFixture
 
INSERT - Static variable in class org.progeeks.util.ListPropertyChangeEvent
 
insertMetaObjectTab(int, MetaObject) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPane
 
insertObjectTab(int, Object) - Method in class org.progeeks.util.swing.ListTabbedPane
Inserts a tab for the specified object into the tab list at the specified index.
insertPage(PageConfiguration, int) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Inserts a page at the specified insertion point.
insertPage(PageConfiguration, MetaObject, int) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Inserts a page at the specified insertion point and associates the specified meta-object with it.
insertTab(MetaTabbedPanel.TabConfiguration, int) - Method in class org.progeeks.meta.swing.MetaTabbedPanel
Inserts a tab at the specified insertion point.
insertTab(String, Icon, Component, String, int) - Method in class org.progeeks.meta.swing.MetaTabbedPanel
Overridden so that internal data structures are kept in synch with the superclass structures.
INSET - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates a RectangleInset object.
InspectionException - Exception in org.progeeks.util
Runtime exception thrown by the Inspector class.
InspectionException() - Constructor for exception org.progeeks.util.InspectionException
 
InspectionException(String) - Constructor for exception org.progeeks.util.InspectionException
 
InspectionException(String, Throwable) - Constructor for exception org.progeeks.util.InspectionException
 
InspectionUtils - Class in org.progeeks.util
Utility methods for reflective operations.
InspectionUtils() - Constructor for class org.progeeks.util.InspectionUtils
 
Inspector - Class in org.progeeks.util
A utility for doing simple Bean-like reflection.
Inspector() - Constructor for class org.progeeks.util.Inspector
Creates a new Inspector object with no internal object.
Inspector(Object) - Constructor for class org.progeeks.util.Inspector
Creates a new Inspector object with the specified internal object.
Inspector2 - Class in org.progeeks.util
Deprecated. Well, not really but this class will disappear as soon as it makes it back into Inspector.
Inspector2() - Constructor for class org.progeeks.util.Inspector2
Deprecated. Creates a new Inspector object with no internal object.
Inspector2(Object) - Constructor for class org.progeeks.util.Inspector2
Deprecated. Creates a new Inspector object with the specified internal object.
instantiate(Serializable) - Method in class org.progeeks.hibernate.MetaObjectInstantiator
Perform the requested entity instantiation.
instantiate() - Method in class org.progeeks.hibernate.MetaObjectInstantiator
Perform the requested instantiation (sans any id).
instantiate(Serializable, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
IntegerEditor - Class in org.progeeks.meta.swing.editor
Basic integer editor implementation.
IntegerEditor() - Constructor for class org.progeeks.meta.swing.editor.IntegerEditor
 
IntegerEditor(Integer, Integer, Integer, Integer) - Constructor for class org.progeeks.meta.swing.editor.IntegerEditor
 
IntegerEditorFactory - Class in org.progeeks.meta.swing.editor
 
IntegerEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.IntegerEditorFactory
 
IntegerEditorFactory(Integer, Integer, Integer, Integer) - Constructor for class org.progeeks.meta.swing.editor.IntegerEditorFactory
 
IntegerResult - Class in org.progeeks.cmd
Contains the integer result of a command execution.
IntegerResult() - Constructor for class org.progeeks.cmd.IntegerResult
 
IntegerResult(int) - Constructor for class org.progeeks.cmd.IntegerResult
 
interrupt() - Method in class org.progeeks.util.thread.StateCollector
 
introspectClass(Class, BeanUtils.PropertyIntrospection) - Static method in class org.progeeks.meta.beans.BeanUtils
Internal method used to introspect the bean properties for the given java class.
introspectInterface(Class, BeanUtils.PropertyIntrospection) - Static method in class org.progeeks.meta.beans.BeanUtils
 
inverse - Variable in class org.progeeks.jfreechart.CategoryDatasetProducer
 
invoke(String, Object[], String[]) - Method in class org.progeeks.jmx.MetaObjectMBean
 
invoke(Object, Method, Object[]) - Method in class org.progeeks.junit.TestInvocationHandler
Invocation handler method invoked when a call is made on the test proxy.
invoke(Object, Method, Object[]) - Method in class org.progeeks.util.AdapterInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.progeeks.util.DelegateInvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.progeeks.util.swing.SwingThreadInvoker
 
invoked() - Method in class org.progeeks.junit.TestInvocationHandler
Returns true if a method has been invoked on the proxy.
invoked(String) - Method in class org.progeeks.junit.TestInvocationHandler
Returns true if the method with the given method name was invoked.
isAddValues() - Method in class org.progeeks.jfreechart.MetaDatasetProducer
If true, when adding a data item to a series, the producer will first check to see if data already exists for the corresponding domain value (XYPlots) or category (CategoryPlots).
isAlwaysPaintBorder() - Method in class org.progeeks.util.swing.EnhancedButton
Returns true if the button always paints the border even when the mouse is not rolling over.
isAntialias() - Method in class org.progeeks.util.swing.ScaledIcon
 
isArray() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if this property value is actually an array.
isAsArray() - Method in class org.progeeks.tool.gen.CollectionGenerator
 
isAssignableFrom(PropertyType) - Method in class org.progeeks.meta.ClassPropertyType
Returns true if the specified type is the same as or a subclass of this property type.
isAssignableFrom(PropertyType) - Method in class org.progeeks.meta.ContainerPropertyType
Returns true if the specified type is the same as or a subclass of this property type.
isAssignableFrom(PropertyType) - Method in class org.progeeks.meta.DeferredPropertyType
Returns true if the specified type is the same as or a subclass of this property type.
isAssignableFrom(MetaClass) - Method in class org.progeeks.meta.MetaClass
Returns true if this MetaClass is either the same as or is a superclass of the specified MetaClass.
isAssignableFrom(PropertyType) - Method in class org.progeeks.meta.MetaClassPropertyType
Returns true if the specified type is the same as or a subclass of this property type.
isAssignableFrom(PropertyType) - Method in interface org.progeeks.meta.PropertyType
Returns true if the specified type is the same as or a subclass of this property type.
isAutoScroll() - Method in class org.progeeks.meta.swing.editor.LongStringEditor
 
isAutoScroll() - Method in class org.progeeks.meta.swing.editor.LongStringEditorFactory
 
isCanceled() - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
isCanceled() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Returns true if the wizard dialog was canceled.
isCanceled() - Method in class org.progeeks.util.DefaultProgressReporter
Returns true when the operation has been canceled by the user.
isCanceled() - Method in interface org.progeeks.util.ProgressReporter
Returns true when the operation has been canceled by the user.
isCanceled() - Method in class org.progeeks.util.swing.SwingProgressReporter
Returns true when the operation has been canceled by the user.
isCellEditable(int, int) - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
isCellEditable(int, int) - Method in class org.progeeks.util.swing.SortedTableModel
 
isChecked() - Method in class org.progeeks.util.swing.CheckBoxAction
Returns the checked state of this action.
isClassIgnored(JavaClass) - Method in class org.progeeks.bcel.Dependencies
Returns true if the specified class should be ignored
isCombinedPlot(Plot) - Static method in class org.progeeks.jfreechart.ChartUtils
 
isConformingClass(Class[], Class) - Static method in class org.progeeks.util.AdapterInvocationHandler
Returns true if the specified class has method signatures that match the method signatures found in the interfaces specified.
isContainerProperty(String) - Method in class org.progeeks.util.beans.BeanInspector
 
isContainerType(Class) - Static method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if the specified class represents a type that can be handled as a ListPropertyType.
isCountItems() - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
If true, the producer will generate a special category with the total count of items in each series.
isDataEntity(ChartEntity) - Static method in class org.progeeks.jfreechart.ChartUtils
 
isDataValid(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.BaseDataGenerator
Handles check for if testItem is null and if that is allowed.
isDataValid(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.CollectionGenerator
Overrides BaseDataGenerator's implementation since the testItem could be an array rather than a collection.
isDataValid(Object, DataGeneratorContext) - Method in interface org.progeeks.tool.gen.DataGenerator
Returns if the given object could be generated by this generator with its current rule settings.
isDebugEnabled() - Method in class org.progeeks.util.log.Log
Returns true if the current category is logging at the debug level.
isDefault() - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
isDirected() - Method in class org.progeeks.graph.DefaultEdgeDefinition
Returns true if the edges are directed.
isDirected() - Method in interface org.progeeks.graph.EdgeDefinition
Returns true if the edges are directed.
isDirected() - Method in class org.progeeks.graph.ImmutableIdentityEdge
 
isDirected() - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
isDirectEdit() - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
isDirectory() - Method in class org.progeeks.meta.type.FileType
Returns true if values of this type will only represent directories.
isDomainIsPointsInTime() - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
This controls how the last period in a time series is displayed - either as the full size of the time period or only up until the current time.
isDrawDividers() - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
isEditable() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Returns true if this UI is editable.
isEditable() - Method in class org.progeeks.meta.swing.MetaPropertyContext
Returns true if the general context is editable.
isEditable() - Method in class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
 
isEditable() - Method in class org.progeeks.meta.swing.MultiColumnPanel
Returns true if this panel presents an editable form.
isEditable() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
isEmpty() - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
isEmpty() - Method in class org.progeeks.util.ConstrainedObservableList
 
isEmpty() - Method in class org.progeeks.util.DefaultObservableList
 
isEmpty() - Method in class org.progeeks.util.ObservableMap
 
isEmpty() - Method in class org.progeeks.util.ReversedList
 
isEnabled() - Method in class org.progeeks.util.swing.ActionList
Returns the enabled state of the Action.
isEnabled() - Method in class org.progeeks.util.swing.CompositeContextAction
 
isEndsWith() - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
Returns whether we're need the endings of our substring and the predicated value to match from the beginning
isEnumeratedValue(Object) - Method in class org.progeeks.meta.ClassEnumeratedPropertyType
Returns true if the specified value is a valid value for this enumerated type.
isEnumeratedValue(Object) - Method in interface org.progeeks.meta.EnumeratedPropertyType
Returns true if the specified value is a valid value for this enumerated type.
isEquatable(Object) - Static method in class org.progeeks.util.ObjectUtils
Returns true if the class of the specified object implements its own .equals() method.
isEquatable(Class) - Static method in class org.progeeks.util.ObjectUtils
Returns true if the specified class or its hierarchy has its own .equals() method instead of inheriting one from Object.class.
isFixed() - Method in class org.progeeks.meta.PropertyInfo
Returns true if this object cannot be modified.
isFixed() - Method in class org.progeeks.util.DefaultFixable
Returns true if this object cannot be modified.
isFixed() - Method in interface org.progeeks.util.Fixable
Returns true if this object cannot be modified.
isFocusPainted() - Method in class org.progeeks.util.swing.EnhancedButton
 
isForeground() - Method in class org.progeeks.cmd.swing.AbstractViewCommand
Returns true if the command should be run on the swing event dispatcher thread.
isForeground() - Method in interface org.progeeks.cmd.swing.ViewCommand
Returns true if the command should be run on the swing event dispatcher thread.
isForeground() - Method in class org.progeeks.cmd.swing.WorkerCommand
Returns true if the command should be run on the swing event dispatcher thread.
isFullyVerified() - Method in class org.progeeks.util.ContextList
Returns true if the list fully verifies all closeable contexts before removal.
isIgnoreAttributes() - Method in class org.progeeks.util.xml.SimpleXmlReader
 
isIgnoreAttributes() - Method in class org.progeeks.util.xml.SimpleXmlReader.SimpleTagReader
Return a flag whether to ignore XML attributes.
isIgnoringUpdates() - Method in class org.progeeks.meta.beans.PropertyChangeBridge
 
isInCache(String) - Method in class org.progeeks.meta.MetaClassRegistry
Temporary.
isInfoEnabled() - Method in class org.progeeks.util.log.Log
Returns true if the current category is logging at the info level.
isInstance(Object) - Method in class org.progeeks.hibernate.MetaObjectInstantiator
Performs check to see if the given object is an instance of the entity which this Instantiator instantiates.
isInstance(Object, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
Determines if the given object an instance of this metaClass.
isInstance(Object) - Method in class org.progeeks.meta.ClassEnumeratedPropertyType
Returns true if the specified object is an instance of this type and also a valid enumerated value.
isInstance(Object) - Method in class org.progeeks.meta.ClassPropertyType
Returns true if the specified object is an instance of this type.
isInstance(Object) - Method in class org.progeeks.meta.DeferredPropertyType
Returns true if the specified object is an instance of this type.
isInstance(MetaObject) - Method in class org.progeeks.meta.MetaClass
Returns true if the specified meta-object is an instance of this class.
isInstance(Object) - Method in class org.progeeks.meta.MetaClass
Returns true if the specified object is a meta-object and an instance of this class.
isInstance(Object) - Method in class org.progeeks.meta.MetaClassPropertyType
Returns true if the specified object is an instance of this type.
isInstance(Object) - Method in interface org.progeeks.meta.PropertyType
Returns true if the specified object is an instance of this type.
isInstance(Object) - Method in class org.progeeks.meta.type.FileType
Returns true if the specified object is an instance of this type.
isInstance(Object) - Method in class org.progeeks.meta.type.FilteredFileType
Returns true if the specified object is an instance of this type.
isInstance(Object) - Method in class org.progeeks.meta.type.RangedNumberType
Returns true if the specified object is an instance of this type and fits within the specified range inclusively.
isInstrumented() - Method in class org.progeeks.hibernate.MetaObjectTuplizer
Is it an instrumented POJO?
isInverse() - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
 
isKeySupported(Object) - Method in interface org.progeeks.meta.annotate.AnnotationMap
Returns true if the map supports the specified key.
isKeySupported(Object) - Method in class org.progeeks.meta.annotate.DefaultAnnotationMap
Returns true if the map supports the specified key.
isKeySupported(Object) - Method in class org.progeeks.meta.view.MetaFormAnnotationMap
Returns true if the specified key matches the MetaForm key scheme.
isLabeled() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Returns false as a hint that the returned component should be labeled by the container.
isLabeled() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Returns true if the UI component provides its own label.
isLabeled() - Method in class org.progeeks.meta.swing.editor.BooleanEditor
Returns true if the editor provides its own label.
isLabeled() - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Returns true if the UI component provides its own label.
isLazyPropertyLoadingAvailable() - Method in class org.progeeks.hibernate.MetaObjectTuplizer
 
isLeaf(Object) - Method in class org.progeeks.graph.StandardOrientedForestView
 
isLeaf(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
Returns true if the specified node is a leaf.
isLeaf(Object) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
Returns true if the specified node is a leaf.
isLeaf(Object) - Method in class org.progeeks.util.swing.AbstractTreeModel
Returns true if the specified node is a leaf.
isList() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if this property value is a list-based implementation.
isListProperty(String) - Method in class org.progeeks.util.beans.BeanInspector
 
isListType(Class) - Static method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if the specified class represents a type that can be handled as a ListPropertyType.
isLittleEndian() - Method in class org.progeeks.util.BinaryDataInputStream
 
isLittleEndian() - Method in class org.progeeks.util.BinaryDataOutputStream
 
isMovingRange() - Method in class org.progeeks.tool.gen.DateGenerator
 
isMutable() - Method in interface org.progeeks.meta.annotate.AnnotationMap
Returns true if entries in the map can be added or updated.
isMutable() - Method in class org.progeeks.meta.annotate.DefaultAnnotationMap
Returns true if entries in the map can be added or updated.
isMutable() - Method in class org.progeeks.meta.ContainerPropertyInfo
Returns true if the elements can be replaced.
isMutable() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if the elements can be replaced.
isMutableProperty(String) - Method in class org.progeeks.util.beans.BeanInspector
Returns true if the specified property exists and is either a writeable property or a collection that can be modified.
isNewLine() - Method in class org.progeeks.util.IndentPrintWriter
Returns true if this is a new line.
IsolatedMutator - Class in org.progeeks.meta
A PropertyMutator implementation that wraps a value without requiring a parent MetaObject thereby isolating the value for separate mutation.
IsolatedMutator(PropertyType, Object) - Constructor for class org.progeeks.meta.IsolatedMutator
 
IsolatedMutator(PropertyInfo, Object) - Constructor for class org.progeeks.meta.IsolatedMutator
 
isReadable() - Method in class org.progeeks.meta.PropertyInfo
Returns true if this property can be read.
isReadableProperty(String) - Method in class org.progeeks.util.beans.BeanInspector
Returns true if the specified property exists and has an accessor method.
isRemoved() - Method in class org.progeeks.util.CompositeIterator
Returns true if an entry has been removed but next() hasn't been called yet.
isRenderedAsAttribute(PropertyInfo, Object, RendererProxy) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Called to determine if a specific property value should be rendered as an attribute or a nested element.
isResizable() - Method in class org.progeeks.meta.ContainerPropertyInfo
Returns true if the property supports resizing such as with add or remove.
isResizable() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if the property supports resizing such as with add or remove.
isReversed() - Method in class org.progeeks.util.swing.SortedTableModel
 
isScrollable() - Method in class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
 
isScrollable() - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
isSimpleName() - Method in class org.progeeks.meta.format.ClassPropertyFormat
 
isSingleColumn() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Returns false as a hint that the returned component should be displayed differently.
isSingleColumn() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Returns true if the UI component fits the standard Label:Component display method.
isSingleColumn() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Returns false since lists should be full-width controls.
isSingleColumn() - Method in class org.progeeks.meta.swing.editor.ListEditor
Returns false since lists should be full-width controls.
isSingleColumn() - Method in class org.progeeks.meta.swing.editor.LongStringEditor
Returns false since editor pane should be a full-width control.
isSingleColumn() - Method in class org.progeeks.meta.swing.editor.TableUI
Returns false since lists should be full-width controls.
isSingleColumn() - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Returns true if the UI component fits the standard Label:Component display method.
isSingleColumn() - Method in class org.progeeks.meta.swing.MultiColumnPanel
Returns true if this panel is single-column.
isSingularForm(String, String) - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Returns true if the specified name is a possible singular form of the plural property name.
isSortable(int) - Method in class org.progeeks.util.swing.SortedTableModel
 
isStartsWith() - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
Returns whether we're need the beginnings of our substring and the predicated value to match from the beginning
isTrue() - Method in class org.progeeks.cmd.BooleanResult
 
isTrue() - Method in class org.progeeks.util.thread.ConditionalLock
Returns true if the conditional currently represents a true state.
isUrlEncoding() - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
isUrlEncoding() - Method in class org.progeeks.meta.format.UrlQueryFormat
 
isValid(Reader) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Returns true if the XML in the reader is valid for this profile.
isValidForProfile(File, ObjectXmlProfile) - Method in class org.progeeks.tool.xml.XmlValidator
 
isValidProperty(String) - Method in class org.progeeks.meta.view.DefaultMetaForm
Returns true if the specified name is a valid property name.
isWritable() - Method in class org.progeeks.meta.PropertyInfo
Returns true if this property can be updated.
isWritable() - Method in class org.progeeks.meta.type.FileType
Returns true if values of this type will represent writable files.
isWriteableProperty(String) - Method in class org.progeeks.util.beans.BeanInspector
Returns true if the specified property exists and has a mutator method.
ITEM_LABEL_POSITION - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates a custom configuration for ItemLabelPosition.
itemDeleted(Object, int, List, List) - Method in class org.progeeks.util.ListPropertyChangeListener
Called when an item has been deleted.
ItemFocusHandler - Class in org.progeeks.jfreechart
This focus handler Most useful with bar charts Requires that the charts renderer implement EnhancedItemRenderer.
ItemFocusHandler() - Constructor for class org.progeeks.jfreechart.ItemFocusHandler
 
itemInserted(Object, int, List, List) - Method in class org.progeeks.util.ListPropertyChangeListener
Called when an item has been inserted.
itemUpdated(Object, int, List, List) - Method in class org.progeeks.util.ListPropertyChangeListener
Called when an item has been replaced.
iterator() - Method in class org.progeeks.graph.AbstractFilteredNodeCollection
Must be implemented by subclasses to return an already filtered iterator.
iterator() - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
iterator() - Method in class org.progeeks.util.ConstrainedObservableList
 
iterator() - Method in class org.progeeks.util.DefaultObservableList
 
iterator() - Method in class org.progeeks.util.PatternSet
 
iterator() - Method in class org.progeeks.util.ReversedList
 

J

JANUARY - Static variable in class org.progeeks.meta.type.MonthType
 
JComponentFactory - Interface in org.progeeks.util.swing
Implementations of this factory create a JComponent for a specified ViewContext.
JdbcUtils - Class in org.progeeks.meta.jdbc
Provides utility methods for obtaining meta objects from JDBC result sets.
JdbcUtils() - Constructor for class org.progeeks.meta.jdbc.JdbcUtils
 
JFormatAdapter - Class in org.progeeks.meta.swing
Adapts a PropertyFormat to the Formatter support for the JFormattedTextField.
JFormatAdapter(PropertyFormat) - Constructor for class org.progeeks.meta.swing.JFormatAdapter
 
JndiObjectHandler - Class in org.progeeks.util.xml
An ObjectHandler that is used to lookup an Object in JNDI.
JndiObjectHandler() - Constructor for class org.progeeks.util.xml.JndiObjectHandler
 
JndiObjectHandler(String) - Constructor for class org.progeeks.util.xml.JndiObjectHandler
 
JOIN - Static variable in class org.progeeks.hibernate.HibernateAnnotations.FetchPropertyType
 
JULY - Static variable in class org.progeeks.meta.type.MonthType
 
JUNE - Static variable in class org.progeeks.meta.type.MonthType
 
JUnitHandler - Class in org.progeeks.junit
ObjectHandler implementation that load JUnit test suite's, which can consist of other test suites, test cases, and FixturedTestCase (a custom test case) objects.
JUnitHandler() - Constructor for class org.progeeks.junit.JUnitHandler
 

K

KEY_ELEMENT - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Key element.
KEY_LOG_CONFIG - Static variable in class org.progeeks.util.log.Log
 
KEY_META_CLASS - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Name of the meta-class used for the key configuration objects.
keySet() - Method in class org.progeeks.util.ObservableMap
 

L

lastIndexOf(Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
lastIndexOf(Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
lastIndexOf(Object) - Method in class org.progeeks.util.DefaultObservableList
 
lastIndexOf(Object) - Method in class org.progeeks.util.ReversedList
 
LAYER_EDGE - Static variable in class org.progeeks.geo.GeospatialGraph
Edge connecting a geoshape to its layer.
LayerFilter - Class in org.progeeks.geo
NodeFilter implementation that returns all GeoFilters that match a certain layer name pattern as defined by a regex expression.
LayerFilter() - Constructor for class org.progeeks.geo.LayerFilter
Creates a filter that will return all layers.
LayerFilter(String) - Constructor for class org.progeeks.geo.LayerFilter
Creates a filter that will return layers with names matching the specified regex.
LESS_THAN - Static variable in class org.progeeks.graph.FieldComparePredicate
 
LESS_THAN_EQUAL_TO - Static variable in class org.progeeks.graph.FieldComparePredicate
 
LightBevelBorder - Class in org.progeeks.util.swing
A beveled border class that does a single-pixel bevel instead of double-pixel bevel.
LightBevelBorder(int) - Constructor for class org.progeeks.util.swing.LightBevelBorder
 
LightBevelBorder(int, Color, Color) - Constructor for class org.progeeks.util.swing.LightBevelBorder
 
LightBevelBorder(int, Color, Color, Color, Color) - Constructor for class org.progeeks.util.swing.LightBevelBorder
 
linkDependencies(JavaClass) - Method in class org.progeeks.bcel.ClassDependencyGraph
 
LinkedTsDataItem - Class in org.progeeks.jfreechart
Data item that can store a reference to the item that provided the data to create it.
LinkedTsDataItem(RegularTimePeriod, Number) - Constructor for class org.progeeks.jfreechart.LinkedTsDataItem
 
LinkedTsDataItem(RegularTimePeriod, double) - Constructor for class org.progeeks.jfreechart.LinkedTsDataItem
 
ListEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for a List of values otherwise editable with another registered editor.
ListEditor(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.editor.ListEditor
 
ListEditorFactory - Class in org.progeeks.meta.swing.editor
Factory for ListEditors.
ListEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.ListEditorFactory
 
ListEditorFactory(Class) - Constructor for class org.progeeks.meta.swing.editor.ListEditorFactory
Alternate constructor that allows a custom ListEditor subclass to be instantiated by this factory.
listIterator() - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
listIterator(int) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
listIterator() - Method in class org.progeeks.util.ConstrainedObservableList
 
listIterator(int) - Method in class org.progeeks.util.ConstrainedObservableList
 
listIterator() - Method in class org.progeeks.util.DefaultObservableList
 
listIterator(int) - Method in class org.progeeks.util.DefaultObservableList
 
listIterator(int) - Method in class org.progeeks.util.ReversedList
 
ListMutator - Interface in org.progeeks.meta
Extends PropertyMutator to provide access to the members of a multi-valued property value.
ListMutatorWrapper - Class in org.progeeks.meta.util
Base class for providing a wrapper for a ListMutator.
ListMutatorWrapper(String, MetaObject, ListMutator) - Constructor for class org.progeeks.meta.util.ListMutatorWrapper
 
ListPropertyChangeEvent - Class in org.progeeks.util
An extension to the standard PropertyChangeEvent that provides information about changes to the list.
ListPropertyChangeEvent(Object, String, Object, Object, int, int, int) - Constructor for class org.progeeks.util.ListPropertyChangeEvent
 
ListPropertyChangeEvent(Object, ListPropertyChangeEvent) - Constructor for class org.progeeks.util.ListPropertyChangeEvent
Creates a copy of the specified event but using a different source.
ListPropertyChangeEvent(Object, String, ListPropertyChangeEvent) - Constructor for class org.progeeks.util.ListPropertyChangeEvent
Creates a copy of the specified event but using a different source and name.
ListPropertyChangeListener - Class in org.progeeks.util
Provides convenience methods for subclasses to override so that they don't have to manually implement the list change extraction by themselves.
ListPropertyChangeListener() - Constructor for class org.progeeks.util.ListPropertyChangeListener
 
ListPropertyType - Class in org.progeeks.meta
Represents an ordered list of values such that they can be referenced by index number.
ListPropertyType(PropertyType) - Constructor for class org.progeeks.meta.ListPropertyType
Creates a ListPropertyType representing an order list of values of the specified valueType.
listPropertyValueAdded(PropertyInfo, Object) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
listPropertyValueRemoved(PropertyInfo, Object) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
ListTabbedPane - Class in org.progeeks.util.swing
A tabbed panel where each tab represents a different Object.
ListTabbedPane() - Constructor for class org.progeeks.util.swing.ListTabbedPane
Creates an empty ListTabbedPanel.
ListTabbedPane(boolean) - Constructor for class org.progeeks.util.swing.ListTabbedPane
 
ListXmlPropertyRenderer - Class in org.progeeks.meta.xml
Deprecated. Use ContainerXmlPropertyRenderer instead.
ListXmlPropertyRenderer() - Constructor for class org.progeeks.meta.xml.ListXmlPropertyRenderer
Deprecated.  
LOAD_SUITE_TAG - Static variable in class org.progeeks.junit.JUnitHandler
Tag denoting a test suite that is to be loaded from another XML file.
loadCache() - Method in class org.progeeks.repository.Repository.MetaClassCache
Loads the metaclass cache from the file in the repository.
loadClass(String) - Method in class org.progeeks.util.ClassSpace
Convenience method for loading a class without having to grab the space classloader first.
loadClass(String, boolean) - Method in class org.progeeks.util.CompositeClassLoader
 
loadValidator(File) - Static method in class org.progeeks.tool.xml.XmlValidator
 
loadValidator() - Method in class org.progeeks.tool.xml.XmlValidatorTask
Loads the validator to use for checking the XML.
LocalClassNotFoundException - Exception in org.progeeks.jmx
Exception indicating that a class specified as an MBean attribute type is not available in the local JVM context.
LocalClassNotFoundException(String) - Constructor for exception org.progeeks.jmx.LocalClassNotFoundException
 
LocalClassNotFoundException(String, Throwable) - Constructor for exception org.progeeks.jmx.LocalClassNotFoundException
 
LOCATION_CLASSPATH - Static variable in class org.progeeks.bcel.ClassDependencyGraph
 
LOCATION_ROOT - Static variable in class org.progeeks.bcel.ClassDependencyGraph
 
Lock - Interface in org.progeeks.repository
Interface that represents a single lock instance that is being held for a repository item.
lockItem(RepositoryItem, boolean) - Method in class org.progeeks.repository.DefaultLockManager
Lock the given item for reading and/or writing.
lockItem(String, boolean) - Method in class org.progeeks.repository.DefaultLockManager
Lock the given itemId for reading and/or writing.
lockItem(RepositoryItem, boolean) - Method in interface org.progeeks.repository.LockManager
Lock the given item for reading and/or writing.
lockItem(String, boolean) - Method in interface org.progeeks.repository.LockManager
Lock the given itemId for reading and/or writing.
lockItem(RepositoryItem, boolean) - Method in class org.progeeks.repository.WormSharedLockManager
Locks an item in the repository.
lockItem(String, boolean) - Method in class org.progeeks.repository.WormSharedLockManager
Locks an item in the repository.
LockManager - Interface in org.progeeks.repository
Interface that defines lock managers for providing various types of repository item locking.
log - Static variable in class org.progeeks.jfreechart.CategoryDatasetProducer
 
log - Static variable in class org.progeeks.jfreechart.ChartContext
 
log - Static variable in class org.progeeks.jfreechart.ChartContextPanel
 
log - Static variable in class org.progeeks.jfreechart.DefaultChartDataTransform
 
log - Static variable in class org.progeeks.jfreechart.DefaultFocusHandler
 
log - Static variable in class org.progeeks.jfreechart.ItemFocusHandler
 
log - Static variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
log - Static variable in class org.progeeks.jfreechart.SeriesFocusHandler
 
log - Static variable in class org.progeeks.jfreechart.TimeSeriesCrosshairsFocusHandler
 
log - Static variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
log - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
 
log - Static variable in class org.progeeks.jfreechart.XYCrosshairsFocusHandler
 
log - Static variable in class org.progeeks.jfreechart.XYDatasetProducer
 
log - Static variable in class org.progeeks.junit.DefaultTestFixture
 
log - Static variable in class org.progeeks.meta.format.ClassPropertyFormat
 
log - Static variable in class org.progeeks.tool.gen.BaseDataGenerator
 
log - Static variable in class org.progeeks.tool.gen.BooleanGenerator
 
log - Static variable in class org.progeeks.tool.gen.CollectionGenerator
 
log - Static variable in class org.progeeks.tool.gen.ComplexObjectGenerator
 
log - Static variable in class org.progeeks.tool.gen.ConditionalGenerator
 
log - Static variable in class org.progeeks.tool.gen.DateGenerator
 
log - Static variable in class org.progeeks.tool.gen.DefaultGeneratorContext
 
log - Static variable in class org.progeeks.tool.gen.EqualsGenerator
 
log - Static variable in class org.progeeks.tool.gen.GenGroupGenerator
 
log - Static variable in class org.progeeks.tool.gen.GroupMemberGenerator
 
log - Static variable in class org.progeeks.tool.gen.MapGenerator
 
log - Static variable in class org.progeeks.tool.gen.NumberGenerator
 
log - Static variable in class org.progeeks.tool.gen.SeriesGenerator
 
log - Static variable in class org.progeeks.tool.gen.StringGenerator
 
log - Static variable in class org.progeeks.tool.gen.StringListGenerator
 
Log - Class in org.progeeks.util.log
System logging class.
log(Object, LogLevel) - Method in class org.progeeks.util.log.Log
Log a message at the specified priority level.
log(Object, LogLevel, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the specified priority level including the stack trace of the specified Throwable.
LogEvent - Class in org.progeeks.util.log
Holds the information about a single logging event.
LogEvent(LoggingEvent) - Constructor for class org.progeeks.util.log.LogEvent
 
LoggingGraph - Class in org.progeeks.graph
A graph useful for debugging as it simply logs all method requests with their parameters but otherwise performs no-ops.
LoggingGraph(Log) - Constructor for class org.progeeks.graph.LoggingGraph
 
LogLevel - Class in org.progeeks.util.log
Represents the logging level.
LogListener - Interface in org.progeeks.util.log
Objects implementing this interface can register with the logging utility to receive notifications about logging events.
logPerformed(LogEvent) - Method in interface org.progeeks.util.log.LogListener
Called when a logging event occurs.
LongStringEditor - Class in org.progeeks.meta.swing.editor
An editor implementation for editing long string values.
LongStringEditor() - Constructor for class org.progeeks.meta.swing.editor.LongStringEditor
 
LongStringEditor(boolean) - Constructor for class org.progeeks.meta.swing.editor.LongStringEditor
 
LongStringEditorFactory - Class in org.progeeks.meta.swing.editor
Factory for LongStringEditors.
LongStringEditorFactory() - Constructor for class org.progeeks.meta.swing.editor.LongStringEditorFactory
 
LongStringType - Class in org.progeeks.meta
Property type implementation that represents a long string value.
LongStringType() - Constructor for class org.progeeks.meta.LongStringType
 
LongStringXmlRenderer - Class in org.progeeks.meta.xml
Renders long strings as nested elements instead of attributes.
LongStringXmlRenderer() - Constructor for class org.progeeks.meta.xml.LongStringXmlRenderer
 
LongStringXmlRenderer(boolean) - Constructor for class org.progeeks.meta.xml.LongStringXmlRenderer
 
LookAndFeelActions - Class in org.progeeks.util.swing
An action list that will contain actions for setting the currently installed Swing look and feels.
LookAndFeelActions(String) - Constructor for class org.progeeks.util.swing.LookAndFeelActions
 
LOOKUP_LOCAL_FIRST - Static variable in class org.progeeks.meta.MetaClassRegistry
 
LOOKUP_LOCAL_ONLY - Static variable in class org.progeeks.meta.MetaClassRegistry
 
LOOKUP_PARENT_FIRST - Static variable in class org.progeeks.meta.MetaClassRegistry
 
lookupMetaClass(String) - Static method in class org.progeeks.meta.MetaClass
Retrieves the specified class from the current context class registry or returns null.
lookupValue(String) - Method in class org.progeeks.util.TemplateExpressionProcessor
Used internally to calculate the value for a reference element.
loweredBorder - Variable in class org.progeeks.util.swing.EnhancedButton
 

M

main(String[]) - Static method in class org.progeeks.bcel.BcelTest
 
main(String[]) - Static method in class org.progeeks.bcel.ClassDependencyGraph
 
main(String[]) - Static method in class org.progeeks.bcel.Dependencies
 
main(String[]) - Static method in class org.progeeks.dbf.DbfTest
 
main(String[]) - Static method in class org.progeeks.geo.ShapeTest
 
main(String[]) - Static method in class org.progeeks.graph.FilteredListIterator
 
main(String[]) - Static method in class org.progeeks.graph.MetaObjectGraph
 
main(String[]) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Main method for generating a hibernate mapping from source XML.
main(String[]) - Static method in class org.progeeks.junit.XmlTestLoader
Main class - launches the
main(String[]) - Static method in class org.progeeks.meta.beans.BeanUtils
For testing.
main(String[]) - Static method in class org.progeeks.meta.xml.MetaObjectHandlerTester
 
main(String[]) - Static method in class org.progeeks.meta.xml.XmlDomTest
 
main(String[]) - Static method in class org.progeeks.tool.xml.XmlValidator
 
main(String[]) - Static method in class org.progeeks.util.AdapterInvocationHandler
 
main(String[]) - Static method in class org.progeeks.util.beans.BeanInspector
 
main(String[]) - Static method in class org.progeeks.util.ClassIterator
 
main(String[]) - Static method in class org.progeeks.util.ClassSpace
 
main(String[]) - Static method in class org.progeeks.util.CompositeClassLoader
For commandline testing.
main(String[]) - Static method in class org.progeeks.util.DelegateInvocationHandler
 
main(String[]) - Static method in class org.progeeks.util.ObjectUtils
 
main(String[]) - Static method in class org.progeeks.util.SimpleExpressionLanguage
For testing expression parsing as a command-line tool.
main(String[]) - Static method in class org.progeeks.util.swing.ActionListGroup
 
main(String[]) - Static method in class org.progeeks.util.swing.FontChooser
 
main(String[]) - Static method in class org.progeeks.util.TemplateExpressionProcessor
 
main(String[]) - Static method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Main method used to dump a transformed XML to stdout to assist in debugging.
main(String[]) - Static method in class org.progeeks.util.xml.SimpleXmlReader
 
main(String[]) - Static method in class org.progeeks.util.xml.XmlPrintWriter
Used for testing.
main(String[]) - Static method in class org.progeeks.util.xml.XmlSignatureReader
 
MAP_ANNOTATION_META_CLASS - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Name of the meta-class used for the map annotation objects.
MAP_ELEMENT - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Map element.
MapAnnotationType - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Annotation type for the meta-class property annotation that defines a peristent collection property of the meta-class.
MapGenerator - Class in org.progeeks.tool.gen
Creates a Map of objects.
MapGenerator() - Constructor for class org.progeeks.tool.gen.MapGenerator
 
MapGraph - Class in org.progeeks.graph
Wraps a Map object to provide a Graph view.
MapGraph(Map) - Constructor for class org.progeeks.graph.MapGraph
 
MapGraph(Map, Object, boolean) - Constructor for class org.progeeks.graph.MapGraph
Creates a Graph view of the specified map.
MapMetaKit - Class in org.progeeks.meta.util
MetaKit implementation to directly support MapMetaObjects.
MapMetaKit(MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaKit
Creates a map meta-kit that will delegate to the specified MetaKit when it determines that it can't handle a given object on its own.
MapMetaObject - Class in org.progeeks.meta.util
A meta-object implementation providing access to a java.util.Map.
MapMetaObject(TypedMap, MetaClass, MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementat that wraps the specified map and creates a meta-class using the TypedMap's property info.
MapMetaObject(Map, MetaClass, MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementation that wraps the specified map and provides access consistent with the specified meta-class.
MapMetaObject(Map, MetaClass, MetaKit, boolean) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementation that wraps the specified map and provides access consistent with the specified meta-class.
MapMetaObject(TypedMap, MetaKit) - Constructor for class org.progeeks.meta.util.MapMetaObject
Creates a MetaObject implementat that wraps the specified map and creates a meta-class using the TypedMap's property info.
MapObjectHandler - Class in org.progeeks.util.xml
ObjectHandler implementation that can treat a map as if it had a collection of Map.Entry objects.
MapObjectHandler() - Constructor for class org.progeeks.util.xml.MapObjectHandler
 
MapObjectHandler.Entry - Class in org.progeeks.util.xml
 
MapObjectHandler.Entry() - Constructor for class org.progeeks.util.xml.MapObjectHandler.Entry
 
MAPPINGS_TAG - Static variable in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Tag denoting the mappings for a format registry.
MapPropertyChangeEvent - Class in org.progeeks.util
An extension to the standard PropertyChangeEvent that provides information about changes to the Map.
MapPropertyChangeEvent(Object, Object, Object, Object) - Constructor for class org.progeeks.util.MapPropertyChangeEvent
 
MapPropertyChangeEvent(Object, MapPropertyChangeEvent) - Constructor for class org.progeeks.util.MapPropertyChangeEvent
Creates a copy of the specified event but using a different source.
MapXmlRenderer - Class in org.progeeks.meta.xml
XML renderer that writes out a map that can be read back in by the MapObjectHandler.
MapXmlRenderer() - Constructor for class org.progeeks.meta.xml.MapXmlRenderer
 
MARCH - Static variable in class org.progeeks.meta.type.MonthType
 
mark(int) - Method in class org.progeeks.util.ProgressReporterInputStream
 
mark(int) - Method in class org.progeeks.util.ProgressReporterReader
 
markEquatable(Class) - Static method in class org.progeeks.util.ObjectUtils
Manually marks a class as equatable for future checks by the isEquatable method.
markEquatable(Object) - Static method in class org.progeeks.util.ObjectUtils
Manually marks an instance as equatable for future checks by the isEquatable(Object) method.
markSupported() - Method in class org.progeeks.util.ProgressReporterInputStream
 
markSupported() - Method in class org.progeeks.util.ProgressReporterReader
 
MATCHES - Static variable in class org.progeeks.graph.FieldComparePredicate
 
matches(CharSequence) - Method in class org.progeeks.util.PatternSet
Returns true if any of the collection patterns match the specified char sequence.
matches(File, File, boolean) - Method in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
max - Variable in class org.progeeks.geo.GeoRectangle
 
MAX_EXCLUSIVE - Static variable in class org.progeeks.graph.MetaObjectRangePredicate
Flag to specify if the max value should be exclusive.
maxEvents - Variable in class org.progeeks.junit.RecordingPropertyChangeListener
Maximum number of events to retain.
MAXLEN_KEY - Static variable in class org.progeeks.geo.esri.EsriConstants
 
MAXLEN_TYPE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
MAXLEN_TYPE_NAME - Static variable in class org.progeeks.geo.esri.EsriConstants
 
MAY - Static variable in class org.progeeks.meta.type.MonthType
 
MBeanMetaKit - Class in org.progeeks.jmx
MetaKit implementation providing access to the implementation features of the MBean implementation layer.
MBeanMetaKit(MBeanServerConnection) - Constructor for class org.progeeks.jmx.MBeanMetaKit
Limited accessibility to the constructor to force use of the factory methods.
MBeanMetaObject - Class in org.progeeks.jmx
MetaObject implementation that interacts with a MBean instance.
MBeanMetaObject(ObjectName, MetaClass, MBeanMetaKit) - Constructor for class org.progeeks.jmx.MBeanMetaObject
Creates a new meta-object that allows access to the specified mbean through the specified meta-kit's mbean server.
MBeanUtils - Class in org.progeeks.jmx
Utility methods for JMX MBeans.
MBeanUtils() - Constructor for class org.progeeks.jmx.MBeanUtils
 
MEASURE_NO_DATA_THRESHOLD - Static variable in class org.progeeks.geo.esri.EsriConstants
The value at which a measurement is considered to have no data if its value is below this threshold.
members - Variable in class org.progeeks.tool.gen.GroupMemberGenerator
 
META_CLASS_ANNOTATIONS - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_IDENTITY - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_NAME - Static variable in class org.progeeks.jmx.MBeanUtils
The constant string used as the key in ObjectNames that contain a meta-class reference as a property.
META_CLASS_NAME - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_PROPERTIES - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_PROPERTY_DEFS - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_SUPERCLASSES - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_TEMPLATE_FACTORY - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_TEMPLATE_NAME - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
META_CLASS_TYPE - Static variable in class org.progeeks.meta.util.MetaObjectUtils
Creates a MetaClass representing the properties of a MetaClass.
MetaClass - Class in org.progeeks.meta
Describes the properties associated with a meta-object.
MetaClass(MetaClassRegistry, String, Collection, Collection, Collection) - Constructor for class org.progeeks.meta.MetaClass
Creates the meta-class using the specified parameters.
MetaClassLoader - Class in org.progeeks.meta.xml
Utility class used to create meta-classes in XML as part of an application's configuration.
MetaClassLoader(String) - Constructor for class org.progeeks.meta.xml.MetaClassLoader
Constructor that loads the meta-classes from the supplied configuration.
MetaClassNotFoundException - Exception in org.progeeks.meta
Thrown when an application trys to access a non-existent MetaClass by name using the MetaClass.forName() method.
MetaClassNotFoundException(String) - Constructor for exception org.progeeks.meta.MetaClassNotFoundException
 
MetaClassPropertyType - Class in org.progeeks.meta
Property type implementation that represents a meta class object.
MetaClassPropertyType(MetaClass) - Constructor for class org.progeeks.meta.MetaClassPropertyType
 
MetaClassPropertyType(String) - Constructor for class org.progeeks.meta.MetaClassPropertyType
Constructs a new MetaClassPropertyType using the specified meta-class name passed to MetaClass.forName().
MetaClassRegistry - Class in org.progeeks.meta
A registry of MetaClasses that can be looked up by name.
MetaClassRegistry() - Constructor for class org.progeeks.meta.MetaClassRegistry
Creates a new meta-class registry that delegates to the root registry after looking for a class locally.
MetaClassRegistry(int) - Constructor for class org.progeeks.meta.MetaClassRegistry
Creates a new meta-class registry the delegates to the root registry as specified by the delegation policy parameter.
MetaClassRegistry(MetaClassRegistry) - Constructor for class org.progeeks.meta.MetaClassRegistry
Creates a new meta-class registry the delegates to the specified parent registry after looking for a class locally.
MetaClassRegistry(MetaClassRegistry, int) - Constructor for class org.progeeks.meta.MetaClassRegistry
Creates a new meta-class registry the delegates to the specified parent registry as specified by the delegation policy parameter.
MetaClassTemplateFactory - Interface in org.progeeks.meta.util
Denotes an object that can create MetaObjects that represent the properties and other information necessary to make a MetaClass.
MetaDatasetProducer - Class in org.progeeks.jfreechart
Abstract class for creating jfreechart Datasets from different types of input data without having to create new DatasetProducers for each class of input data that you want to render.
MetaDatasetProducer() - Constructor for class org.progeeks.jfreechart.MetaDatasetProducer
 
MetaFieldPropertyFormat - Class in org.progeeks.meta.format
PropertyFormat implementation that uses the value of a MetaObject field to convert a MetaObject into a string.
MetaFieldPropertyFormat(String) - Constructor for class org.progeeks.meta.format.MetaFieldPropertyFormat
Creates a property format object that will use the value of the specified field to convert a meta-object into a String using String.valueOf() on the property value.
MetaFieldPropertyFormat(String, PropertyFormat) - Constructor for class org.progeeks.meta.format.MetaFieldPropertyFormat
Creates a property format object that will use the value of the specified field to convert a meta-object into a String.
MetaForm - Interface in org.progeeks.meta.view
Defines the properties that can appear in a view along with their ordering.
MetaFormAnnotationMap - Class in org.progeeks.meta.view
Specialized AnnotationMap the does internal management of the MetaForms to provide cleaner access to the information.
MetaFormAnnotationMap() - Constructor for class org.progeeks.meta.view.MetaFormAnnotationMap
 
MetaFormFlavor - Class in org.progeeks.meta.view
Defines a usage-type for a certain category of form.
MetaFormFlavor(String) - Constructor for class org.progeeks.meta.view.MetaFormFlavor
 
MetaFormFlavor(String, MetaFormFlavor) - Constructor for class org.progeeks.meta.view.MetaFormFlavor
 
MetaFormRegistry - Class in org.progeeks.meta.view
Provides extended access for looking up meta-forms by flavor from type registries or as annotations.
MetaFormRegistry() - Constructor for class org.progeeks.meta.view.MetaFormRegistry
Creates a new root-level meta-form registry that will delegate to the context annotation manager if necessary.
MetaFormRegistry(MetaFormRegistry) - Constructor for class org.progeeks.meta.view.MetaFormRegistry
Creates a meta-form registry that will delegate to the specified meta-form registry before returning arbitrary default forms.
MetaKit - Interface in org.progeeks.meta
Abstraction of a meta-object implementation layer.
metaKit - Static variable in class org.progeeks.tool.gen.ComplexObjectGenerator
 
MetaObject - Interface in org.progeeks.meta
An abstract representation of an object that allows Map-like access to its properties.
MetaObjectAccessor - Class in org.progeeks.hibernate
Access the value of a field in a MetaObject
MetaObjectAccessor() - Constructor for class org.progeeks.hibernate.MetaObjectAccessor
 
MetaObjectCache - Class in org.progeeks.meta.util
Cache specific to storing and retrieving meta-objects based on their identity.
MetaObjectCache() - Constructor for class org.progeeks.meta.util.MetaObjectCache
 
MetaObjectFactory - Interface in org.progeeks.meta
Interface that meta-object implementations can implement to provide toolkit-specific meta-object creation.
MetaObjectGraph - Class in org.progeeks.graph
A graph representing the property relationships between a set of meta-objects and the property values.
MetaObjectGraph() - Constructor for class org.progeeks.graph.MetaObjectGraph
 
MetaObjectHandler - Class in org.progeeks.meta.xml
Object handler implementation to deal with converting XML to MetaObjects.
MetaObjectHandler() - Constructor for class org.progeeks.meta.xml.MetaObjectHandler
Creates a new meta-object handler that will use a MapMetaKit to create new objects and the context class registry to resolve meta-classes.
MetaObjectHandler(MetaKit) - Constructor for class org.progeeks.meta.xml.MetaObjectHandler
Creates a new meta-object handler that will use the specified meta-kit to create new objects and the context class registry to resolve meta-classes.
MetaObjectHandler(MetaClassRegistry, FormatRegistry, MetaKit) - Constructor for class org.progeeks.meta.xml.MetaObjectHandler
Creates a new meta-object handler that will use the specified meta-kit to create new objects and the specified class registry to resolve meta-classes
MetaObjectHandlerTester - Class in org.progeeks.meta.xml
Command-line test application for reading XML files and dumping their toString() objects.
MetaObjectHandlerTester() - Constructor for class org.progeeks.meta.xml.MetaObjectHandlerTester
 
MetaObjectInstantiationException - Exception in org.progeeks.meta
Thrown when an application tries to create a new MetaObject using MetaObjectFactory.createMetaObject(), but the meta-kit is not able to create the object.
MetaObjectInstantiationException(String) - Constructor for exception org.progeeks.meta.MetaObjectInstantiationException
 
MetaObjectInstantiationException(String, Throwable) - Constructor for exception org.progeeks.meta.MetaObjectInstantiationException
 
MetaObjectInstantiator - Class in org.progeeks.hibernate
Implemenation of Instantiator for a MetaObject.
MetaObjectInstantiator(EntityMetamodel) - Constructor for class org.progeeks.hibernate.MetaObjectInstantiator
 
MetaObjectInterceptor - Class in org.progeeks.hibernate
An interceptor that allows Hibernate to create MetaObjects when loading data from the database.
MetaObjectInterceptor() - Constructor for class org.progeeks.hibernate.MetaObjectInterceptor
Creates a new MetaObjectInterceptor that will use a MapMetaKit as its underlying meta-object implementation layer.
MetaObjectIterator - Interface in org.progeeks.meta
Interface that meta-object implementation can implement to provide meta object creation from a set of backing objects such as a result set or collection.
MetaObjectLazyInitializer - Class in org.progeeks.hibernate
 
MetaObjectListAdapter - Class in org.progeeks.meta.util
java.util.List implementation the wraps returned objects in MetaObjects using a MetaKit.
MetaObjectListAdapter(MetaKit, MetaClass) - Constructor for class org.progeeks.meta.util.MetaObjectListAdapter
 
MetaObjectListAdapter(MetaKit, MetaClass, List) - Constructor for class org.progeeks.meta.util.MetaObjectListAdapter
 
MetaObjectLocator - Class in org.progeeks.graph
Node filter that returns true for any MetaObject with a matching field value as specified.
MetaObjectLocator(MetaClass, String, Object) - Constructor for class org.progeeks.graph.MetaObjectLocator
 
MetaObjectMBean - Class in org.progeeks.jmx
Wraps a MetaObject to make it compatible with the MBean interface.
MetaObjectMBean(MetaObject) - Constructor for class org.progeeks.jmx.MetaObjectMBean
Creates MetaObjectMBean that will wrap the specified meta-object for registration within an MBean server.
MetaObjectMBean(String) - Constructor for class org.progeeks.jmx.MetaObjectMBean
Creates a MetaObjectMBean that will wrap a MapMetaObject of the specified meta-class.
MetaObjectMBean(MetaClass) - Constructor for class org.progeeks.jmx.MetaObjectMBean
Creates a MetaObjectMBean that will wrap a MapMetaObject of the specified meta-class.
MetaObjectPersister - Class in org.progeeks.hibernate
Extention of the default org.hibernate.persister.EntityPersister interface to handle reading and writing of MetaObject correctly.
MetaObjectPersister(PersistentClass, CacheConcurrencyStrategy, SessionFactoryImplementor, Mapping) - Constructor for class org.progeeks.hibernate.MetaObjectPersister
 
MetaObjectPredicate - Class in org.progeeks.graph
Predicate that evaluates based on metaClass or metaClassName properties if specified, otherwise defaults to a field/value evaluation.
MetaObjectPredicate() - Constructor for class org.progeeks.graph.MetaObjectPredicate
 
MetaObjectPredicate(MetaClass) - Constructor for class org.progeeks.graph.MetaObjectPredicate
Constructor to create a MateObjectPredicate from a MetaClass.
MetaObjectPredicate(String) - Constructor for class org.progeeks.graph.MetaObjectPredicate
Constructor to cerate a MetaObjectPredicate from just a meta class name.
MetaObjectPredicate(String, String, Object) - Constructor for class org.progeeks.graph.MetaObjectPredicate
Constructor to create a MateObjectPredicate from a meta class name, field and value.
MetaObjectPredicate(MetaClass, String, Object) - Constructor for class org.progeeks.graph.MetaObjectPredicate
Constructor to create a MateObjectPredicate from a MetaClass, field and value.
MetaObjectProxy - Class in org.progeeks.hibernate
Marker interface for meta object proxies
MetaObjectProxy(MetaObjectLazyInitializer) - Constructor for class org.progeeks.hibernate.MetaObjectProxy
 
MetaObjectRangePredicate - Class in org.progeeks.graph
Predicate that evaluates a value to determine if it falls within a min and a max range ( inclusive, for now ).
MetaObjectRangePredicate() - Constructor for class org.progeeks.graph.MetaObjectRangePredicate
 
MetaObjectRangePredicate(String, String, Comparable, Comparable) - Constructor for class org.progeeks.graph.MetaObjectRangePredicate
 
MetaObjectRangePredicate(String, String, Comparable, Comparable, int) - Constructor for class org.progeeks.graph.MetaObjectRangePredicate
 
MetaObjectRangePredicate(MetaClass, String, Comparable, Comparable) - Constructor for class org.progeeks.graph.MetaObjectRangePredicate
 
MetaObjectRangePredicate(MetaClass, String, Comparable, Comparable, int) - Constructor for class org.progeeks.graph.MetaObjectRangePredicate
 
MetaObjectRegexPredicate - Class in org.progeeks.graph
A predicate that will perform a regex match on a MetaClass field value.
MetaObjectRegexPredicate() - Constructor for class org.progeeks.graph.MetaObjectRegexPredicate
 
MetaObjectRegexPredicate(String, String, String) - Constructor for class org.progeeks.graph.MetaObjectRegexPredicate
Constructor to create a MetaObjectRegexPredicate from a meta class name, field and expression.
MetaObjectRegexPredicate(MetaClass, String, String) - Constructor for class org.progeeks.graph.MetaObjectRegexPredicate
Constructor to create a MetaObjectRegexPredicate from a MetaClass, field and expression.
MetaObjectShapeWriter - Class in org.progeeks.geo.esri
This writes out a generic MetaObject out as an ESRI shape file.
MetaObjectShapeWriter(MetaClass, String, int) - Constructor for class org.progeeks.geo.esri.MetaObjectShapeWriter
Creates a writer, note that the name can contain a leading path and should end in .shp.
MetaObjectSubstringPredicate - Class in org.progeeks.graph
A predicate that will perform a substring search on a MetaClass field value.
MetaObjectSubstringPredicate() - Constructor for class org.progeeks.graph.MetaObjectSubstringPredicate
 
MetaObjectSubstringPredicate(String, String, String) - Constructor for class org.progeeks.graph.MetaObjectSubstringPredicate
Constructor to create a MetaObjectSubstringPredicate from a meta class name, field and substring.
MetaObjectSubstringPredicate(MetaClass, String, String) - Constructor for class org.progeeks.graph.MetaObjectSubstringPredicate
Constructor to create a MetaObjectSubstringPredicate from a MetaClass, field and substring.
MetaObjectSubstringPredicate(String, String, String, boolean, boolean) - Constructor for class org.progeeks.graph.MetaObjectSubstringPredicate
 
MetaObjectSubstringPredicate(MetaClass, String, String, boolean, boolean) - Constructor for class org.progeeks.graph.MetaObjectSubstringPredicate
Constructor to create a MetaObjectSubstringPredicate from a MetaClass, field and substring.
MetaObjectSubstringPredicate(MetaClass, String, String, String, boolean, boolean) - Constructor for class org.progeeks.graph.MetaObjectSubstringPredicate
 
MetaObjectTabbedPane - Class in org.progeeks.meta.swing
A tabbed panel where each tab represents a different MetaObject.
MetaObjectTabbedPane(MetaPropertyContext, boolean) - Constructor for class org.progeeks.meta.swing.MetaObjectTabbedPane
Creates an empty MetaTabbedPanel.
MetaObjectTabbedPaneUI - Class in org.progeeks.meta.swing
A component that uses a MetaObjectTabbedPane to render or edit a list of MetaObjects.
MetaObjectTabbedPaneUI(boolean) - Constructor for class org.progeeks.meta.swing.MetaObjectTabbedPaneUI
 
MetaObjectTabbedPaneUIFactory - Class in org.progeeks.meta.swing
Factory for creating MetaObjectTabbedPaneUIs
MetaObjectTabbedPaneUIFactory() - Constructor for class org.progeeks.meta.swing.MetaObjectTabbedPaneUIFactory
 
MetaObjectTabbedPaneUIFactory(boolean) - Constructor for class org.progeeks.meta.swing.MetaObjectTabbedPaneUIFactory
 
MetaObjectTuplizer - Class in org.progeeks.hibernate
Implementation of a tuplizer for MetaObjects
MetaObjectTuplizer(EntityMetamodel, PersistentClass) - Constructor for class org.progeeks.hibernate.MetaObjectTuplizer
 
MetaObjectUI - Interface in org.progeeks.meta.swing
A component that provides rendering or editing support for an instance of a specific MetaClass.
MetaObjectUtils - Class in org.progeeks.meta.util
Utilities useful for working with meta-objects.
MetaObjectUtils() - Constructor for class org.progeeks.meta.util.MetaObjectUtils
 
MetaPanel - Class in org.progeeks.meta.swing
A JPanel implementation that provides additional container methods for adding MetaObjects and PropertyMutators as if they were actual UI components.
MetaPanel() - Constructor for class org.progeeks.meta.swing.MetaPanel
Creates aa MetaPanel with a default factory registry and layout manager.
MetaPanel(FactoryRegistry) - Constructor for class org.progeeks.meta.swing.MetaPanel
Creates an empty MetaColumnPanel with a default layout manager.
MetaPanel(FactoryRegistry, LayoutManager) - Constructor for class org.progeeks.meta.swing.MetaPanel
Creates a meta-panel with the specified factory and layout manager.
MetaPanel(FactoryRegistry, LayoutManager, boolean) - Constructor for class org.progeeks.meta.swing.MetaPanel
Creates a meta-panel with the specified factory and layout manager.
MetaPanel(MetaPropertyContext, LayoutManager) - Constructor for class org.progeeks.meta.swing.MetaPanel
Creates a meta-panel with the specified context and layout manager.
MetaPropertyContext - Class in org.progeeks.meta.swing
A ViewContext implementation provided the factory registry when creating new editors and renderers.
MetaPropertyContext(PropertyType, FactoryRegistry, boolean) - Constructor for class org.progeeks.meta.swing.MetaPropertyContext
 
MetaPropertyContext(ViewContext, PropertyType, FactoryRegistry, boolean) - Constructor for class org.progeeks.meta.swing.MetaPropertyContext
 
MetaPropertyEditor - Interface in org.progeeks.meta.swing
A component that allows editing of an instance of a specific type of property.
MetaPropertyRenderer - Interface in org.progeeks.meta.swing
A component that provides rendering support for an instance of a specific type of property.
MetaPropertyUI - Interface in org.progeeks.meta.swing
A component that provides rendering or editing support for an instance of a specific type of property.
MetaPropertyUtils - Class in org.progeeks.meta.util
Extends the org.progeeks.util.beans.PropertyUtils class to also deal with MetaObjects.
MetaPropertyUtils() - Constructor for class org.progeeks.meta.util.MetaPropertyUtils
 
MetaTabbedPanel - Class in org.progeeks.meta.swing
A tabbed panel where each tab represents a different set of fields for a MetaObject.
MetaTabbedPanel() - Constructor for class org.progeeks.meta.swing.MetaTabbedPanel
Creates an empty MetaTabbedPanel.
MetaTabbedPanel(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanel
 
MetaTabbedPanel(List, MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanel
 
MetaTabbedPanel.TabConfiguration - Class in org.progeeks.meta.swing
Defines the elements related to a meta-tab including fields, editability, scrollability, etc.
MetaTabbedPanel.TabConfiguration(String, List) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
Creates a tab with the specified name that references the specified fields that is editable but not scrollable.
MetaTabbedPanel.TabConfiguration(String, String, boolean, boolean) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
Creates a tab with the specified name and only one field.
MetaTabbedPanel.TabConfiguration(String, List, boolean, boolean) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanel.TabConfiguration
Creates a tab with the specified configuration.
MetaTabbedPanelUI - Class in org.progeeks.meta.swing
A component that uses a MetaTabbedPanel to render or edit a specific type of MetaObject.
MetaTabbedPanelUI(List) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanelUI
 
MetaTabbedPanelUIFactory - Class in org.progeeks.meta.swing
Factory for creating MetaTabbedPanelUIs
MetaTabbedPanelUIFactory() - Constructor for class org.progeeks.meta.swing.MetaTabbedPanelUIFactory
 
MetaTabbedPanelUIFactory(List) - Constructor for class org.progeeks.meta.swing.MetaTabbedPanelUIFactory
 
MetaTable - Interface in org.progeeks.meta
An abstract representation of a table that allows Map-like access to the row properties.
MetaWizardDialog - Class in org.progeeks.meta.swing.wizard
A wizard dialog with a series of panels as pages that can be accessed with next/back buttons.
MetaWizardDialog(JFrame, String, boolean) - Constructor for class org.progeeks.meta.swing.wizard.MetaWizardDialog
Creates an empty MetaWizardDialog with the specified title and modality.
MetaWizardDialog(JFrame, String, boolean, FactoryRegistry) - Constructor for class org.progeeks.meta.swing.wizard.MetaWizardDialog
Creates an empty MetaWizardPanel with the specified title and modality.
MethodIndex - Class in org.progeeks.util
Uses reflections to look-up methods on a class and will cache lookups for faster subsequent access.
min - Variable in class org.progeeks.geo.GeoRectangle
 
MIN_EXCLUSIVE - Static variable in class org.progeeks.graph.MetaObjectRangePredicate
Flag to specify if the min value should be exclusive.
model - Variable in class org.progeeks.util.swing.SortedTableModel
The internal table model to which this model is a sorted view.
MonthFormat - Class in org.progeeks.meta.format
Given an integer value representing the month, this will format it as a string month name.
MonthFormat() - Constructor for class org.progeeks.meta.format.MonthFormat
 
MonthType - Class in org.progeeks.meta.type
PropertyType representing a month type.
MonthType() - Constructor for class org.progeeks.meta.type.MonthType
 
MultiColumnPanel - Class in org.progeeks.meta.swing
A panel providing multi-column display or edit for a set of properties.
MultiColumnPanel(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.MultiColumnPanel
Creates an empty MultiColumnPanel.
MultiColumnPanel(MetaPropertyContext, MetaForm) - Constructor for class org.progeeks.meta.swing.MultiColumnPanel
Creates a multi-column panel pre-initialized to display the specified property fields.
MultiColumnPanel(MetaPropertyContext, MetaClass, Collection) - Constructor for class org.progeeks.meta.swing.MultiColumnPanel
Creates a multi-column panel pre-initialized to display the specified property fields.
MultiColumnPanel(MetaPropertyContext, MetaObject, Collection) - Constructor for class org.progeeks.meta.swing.MultiColumnPanel
Creates a multi-column panel pre-initialized to display or edit the specified property field values for a MetaObject.
MultiColumnPanel(MetaPropertyContext, MetaClass, MetaObject, Collection) - Constructor for class org.progeeks.meta.swing.MultiColumnPanel
Creates a multi-column panel pre-initialized to display or edit the specified property field values for a MetaObject.
MultiColumnPanelUI - Class in org.progeeks.meta.swing
A component that uses a multi-column panel to render or edit a specific type of MetaObject.
MultiColumnPanelUI() - Constructor for class org.progeeks.meta.swing.MultiColumnPanelUI
 
MultiColumnPanelUI(MetaForm) - Constructor for class org.progeeks.meta.swing.MultiColumnPanelUI
 
MultiColumnPanelUIFactory - Class in org.progeeks.meta.swing
Factory for creating MultiColumnPanelUIs that can act as either renderers or editors.
MultiColumnPanelUIFactory() - Constructor for class org.progeeks.meta.swing.MultiColumnPanelUIFactory
 
MultiColumnPanelUIFactory(MetaClass, List) - Constructor for class org.progeeks.meta.swing.MultiColumnPanelUIFactory
 
MultiFocusedContext - Interface in org.progeeks.util
Context specialization denoting a view context that holds a set of focused or targeted objects.
MultiTypeFormat - Class in org.progeeks.meta.format
This is a property format implementation that uses a FormatRegistry to lookup an appropriate PropertyFormat to delegate to.
MultiTypeFormat() - Constructor for class org.progeeks.meta.format.MultiTypeFormat
 
MultiTypeFormat(FormatRegistry) - Constructor for class org.progeeks.meta.format.MultiTypeFormat
 

N

NAME_FIELD - Static variable in class org.progeeks.junit.JUnitHandler
Field/attribute which denotes the name of the test suite.
newAdapterProxy(Class[], Object) - Static method in class org.progeeks.util.AdapterInvocationHandler
Creates a new dynamic proxy the implements the specified interfaces and passes the method calls directly through to the specified object.
newAdapterProxy(ClassLoader, Class[], Object) - Static method in class org.progeeks.util.AdapterInvocationHandler
Creates a new dynamic proxy the implements the specified interfaces and passes the method calls directly through to the specified object.
newInstance(Class) - Static method in class org.progeeks.util.Inspector
Creates a new object of the specified class using the no-argument constructor.
newInstance(String) - Static method in class org.progeeks.util.Inspector
Creates a new object of the specified class name using the no-argument constructor.
newInstance(Class, Object[]) - Static method in class org.progeeks.util.Inspector
Creates a new object of the specified class using the constructor that takes the specified parameters.
newInstance(Class, Object[], Class[]) - Static method in class org.progeeks.util.Inspector
Creates a new object of the specified class using the constructor that takes the specified parameters of the specified types.
newInstance(String, Object[], Class[]) - Static method in class org.progeeks.util.Inspector
Creates a new object of the specified class by converting the class name to a class object and using the constructor that takes the specified parameters of the specified types.
newInstance(Class) - Static method in class org.progeeks.util.Inspector2
Deprecated. Creates a new object of the specified class using the no-argument constructor.
newInstance(String) - Static method in class org.progeeks.util.Inspector2
Deprecated. Creates a new object of the specified class name using the no-argument constructor.
newInstance(Class, Object[]) - Static method in class org.progeeks.util.Inspector2
Deprecated. Creates a new object of the specified class using the constructor that takes the specified parameters.
newInstance(Class, Object[], Class[]) - Static method in class org.progeeks.util.Inspector2
Deprecated. Creates a new object of the specified class using the constructor that takes the specified parameters of the specified types.
newInstance(String, Object[], Class[]) - Static method in class org.progeeks.util.Inspector2
Deprecated. Creates a new object of the specified class by converting the class name to a class object and using the constructor that takes the specified parameters of the specified types.
newProxy(DelegateInvocationHandler) - Static method in class org.progeeks.util.DelegateInvocationHandler
Creates a new dynamic proxy that implements the interfaces defined in the handler and passes the method calls directly to the specified DelegateInvocationHandler instance.
newProxy(ClassLoader, DelegateInvocationHandler) - Static method in class org.progeeks.util.DelegateInvocationHandler
Creates a new dynamic proxy that implements the interfaces defined in the handler and passes the method calls directly to the specified DelegateInvocationHandler instance.
next() - Method in class org.progeeks.dbf.DbfReader
 
next() - Method in class org.progeeks.geo.esri.ShapeReader
Returns the next shape in the file.
next() - Method in class org.progeeks.geo.EsriShapeReader
Returns the next shape in the file.
next() - Method in class org.progeeks.graph.FilteredListIterator
 
next() - Method in class org.progeeks.meta.jdbc.ResultSetMetaObjectIterator
 
next() - Method in interface org.progeeks.meta.MetaObjectIterator
Move to the next meta-object.
next() - Method in class org.progeeks.util.ClassIterator
 
next() - Method in class org.progeeks.util.CompositeIterator
 
next() - Method in class org.progeeks.util.SingletonIterator
 
next(int) - Method in class org.progeeks.util.thread.CircularQueue
Returns the next index based on the passed index, wrapping as appropriate.
nextIndex() - Method in class org.progeeks.graph.FilteredListIterator
 
nextRecord() - Method in class org.progeeks.dbf.DbfReader
Returns the next record from the database and returns a new DbfRecord instance.
nextRecord(DbfRecord) - Method in class org.progeeks.dbf.DbfReader
Reads the next record from the database and puts the values into the specified DbfRecord.
nodeAdded(GraphEvent) - Method in class org.progeeks.graph.GraphEventForwarder
 
nodeAdded(GraphEvent) - Method in class org.progeeks.graph.GraphSynchronizer
 
nodeAdded(GraphEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel.GraphObserver
 
nodeAdded(GraphEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel.GraphObserver
 
nodeAdded(GraphEvent) - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
 
nodeAdded(GraphEvent) - Method in class org.progeeks.graph.WeakGraphListener
 
nodeFromChild(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
Converts a node from a child edge if necessary.
nodeRemoved(GraphEvent) - Method in class org.progeeks.graph.GraphEventForwarder
 
nodeRemoved(GraphEvent) - Method in class org.progeeks.graph.GraphSynchronizer
 
nodeRemoved(GraphEvent) - Method in class org.progeeks.graph.swing.OrientedForestModel.GraphObserver
 
nodeRemoved(GraphEvent) - Method in class org.progeeks.graph.swing.RootedTreeViewModel.GraphObserver
 
nodeRemoved(GraphEvent) - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
 
nodeRemoved(GraphEvent) - Method in class org.progeeks.graph.WeakGraphListener
 
nodes(Predicate) - Method in class org.progeeks.graph.CacheGraph
 
nodes(Predicate, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns the set of nodes from the subgraph that match the specified filter.
nodes() - Method in class org.progeeks.graph.CompositeGraph
 
nodes(Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
nodes(Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
nodes() - Method in class org.progeeks.graph.MapGraph
 
nodes(Predicate, Graph) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Returns the set of nodes from the subgraph that match the specified filter.
NONE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
NONE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.OptimisticLockingPropertyType
 
NONE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
 
NOT_BUTTON_CANCEL - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
NOT_BUTTON_FINISH - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
NOT_BUTTON_NEXT - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
NOT_BUTTON_PREVIOUS - Static variable in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
NOT_EQUALS - Static variable in class org.progeeks.graph.FieldComparePredicate
 
NOT_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
NOVEMBER - Static variable in class org.progeeks.meta.type.MonthType
 
NULL - Static variable in class org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
 
NULL_FACTORY - Static variable in class org.progeeks.util.swing.WindowManager
A factory that can be registered with types to define a no-op behavior.
NULL_ROOT - Static variable in class org.progeeks.graph.swing.RootedTreeViewModel
Constant returned as the root when there is no RootedTree.
nullPercentage - Variable in class org.progeeks.tool.gen.BaseDataGenerator
 
NUMBER_TICK_UNIT - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates a custom configuration for NumberTickUnit since that class does not have a default constructor.
NumberGenerator - Class in org.progeeks.tool.gen
Generates a number within a specified range.
NumberGenerator() - Constructor for class org.progeeks.tool.gen.NumberGenerator
 

O

object - Variable in class org.progeeks.util.Inspector
The object upon which inspection is done.
object - Variable in class org.progeeks.util.Inspector2
Deprecated. The object upon which inspection is done.
ObjectFieldPredicate - Class in org.progeeks.graph
Predicate that evaluates based on objectClass instance, if specified, as well as field=value inspection, also if specified.
ObjectFieldPredicate() - Constructor for class org.progeeks.graph.ObjectFieldPredicate
 
ObjectFieldPredicate(Class) - Constructor for class org.progeeks.graph.ObjectFieldPredicate
 
ObjectFieldPredicate(String, Object) - Constructor for class org.progeeks.graph.ObjectFieldPredicate
 
ObjectFieldPredicate(Class, String, Object) - Constructor for class org.progeeks.graph.ObjectFieldPredicate
 
ObjectHandler - Interface in org.progeeks.util.xml
Converts tags and attributes into objects and field values for the ObjectXmlReader.
ObjectResult - Class in org.progeeks.cmd
Generic result holder object.
ObjectResult() - Constructor for class org.progeeks.cmd.ObjectResult
 
ObjectResult(Object) - Constructor for class org.progeeks.cmd.ObjectResult
 
objectToBytes(Serializable) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Converts a serializable object into a byte[] array.
ObjectTransformingXmlReader - Class in org.progeeks.util.xml
ObjectXmlReader subclass that loads objects from an XML source after applying a configurable XSL transformation.
ObjectTransformingXmlReader() - Constructor for class org.progeeks.util.xml.ObjectTransformingXmlReader
Creates an ObjectTransformingXmlReader that will read an object from an XML file based on the handler plug-ins that are later registered with it.
ObjectTransformingXmlReader(String) - Constructor for class org.progeeks.util.xml.ObjectTransformingXmlReader
Creates an ObjectTransformingXmlReader that will read a list of objects from an XML file based on the handler plug-ins that are later registered with it.
ObjectUtils - Class in org.progeeks.util
Some general object-level utility methods to aid in meta-programming and such.
ObjectUtils() - Constructor for class org.progeeks.util.ObjectUtils
 
ObjectViewContext - Interface in org.progeeks.util
Context specialization denoting a view context that holds a reference to a representative model object.
ObjectXmlProfile - Class in org.progeeks.tool.xml
Contains information and code for validating files intended for a specific ObjectXmlReader configuration.
ObjectXmlProfile() - Constructor for class org.progeeks.tool.xml.ObjectXmlProfile
 
ObjectXmlReader - Class in org.progeeks.util.xml
A general XML-based object reader.
ObjectXmlReader() - Constructor for class org.progeeks.util.xml.ObjectXmlReader
Creates an ObjectXmlReader that will read an object from an XML file based on the handler plug-ins that are later registered with it.
ObjectXmlReader(boolean) - Constructor for class org.progeeks.util.xml.ObjectXmlReader
Creates an ObjectXmlReader that will read an object from an XML file based on the handler plug-ins that are later registered with it.
ObjectXmlReader(String) - Constructor for class org.progeeks.util.xml.ObjectXmlReader
Creates an ObjectXmlReader that will read a list of objects from an XML file based on the handler plug-ins that are later registered with it.
ObjectXmlReader(String, boolean) - Constructor for class org.progeeks.util.xml.ObjectXmlReader
Creates an ObjectXmlReader that will read a list of objects from an XML file based on the handler plug-ins that are later registered with it.
ObjectXmlReader.ObjectTagReader - Class in org.progeeks.util.xml
Handler that will dynamically deal with all of the different tags.
ObjectXmlReader.ObjectTagReader() - Constructor for class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
ObservableAdjacencyList - Class in org.progeeks.graph
An ObservableList subclass the presents a view of a graph node's adjacency set, with optional filtering.
ObservableAdjacencyList() - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates an empty list associated with the property name "list".
ObservableAdjacencyList(String) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates an empty list associated with the specified property name.
ObservableAdjacencyList(Graph, Object, EdgeDefinition) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the adjacency set defined by the specified graph, node, and edge definition.
ObservableAdjacencyList(Graph, Object, Predicate) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the adjacency set defined by the specified graph, node, and traverser filter.
ObservableAdjacencyList(String, Graph, Object, EdgeDefinition) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the adjacency set defined by the specified graph, node, and edge definition.
ObservableAdjacencyList(String, Graph, Object, EdgeDefinition, boolean) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the adjacency set defined by the specified graph, node, and edge definition.
ObservableAdjacencyList(String, Graph, Object, Predicate) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the adjacency set defined by the specified graph, node, and traverser filter The list will be associated with the specified property name.
ObservableAdjacencyList(String, Graph, Object) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the unfiltered adjacency set of the specified node in the specified graph.
ObservableAdjacencyList(Graph, Object) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the unfiltered adjacency set of the specified node in the specified graph.
ObservableAdjacencyList(String, Graph, Object, Predicate, boolean) - Constructor for class org.progeeks.graph.ObservableAdjacencyList
Creates a list view of the adjacency set defined by the specified graph, node, and traverser filter The list will be associated with the specified property name.
ObservableEdgeMap - Class in org.progeeks.graph
An ObservableMap subclass the presents a view of a graph where a set of nodes is mapped to a set of filtered edges.
ObservableEdgeMap() - Constructor for class org.progeeks.graph.ObservableEdgeMap
 
ObservableEdgeMap(ObservableGraph, EdgeDefinition) - Constructor for class org.progeeks.graph.ObservableEdgeMap
 
ObservableEdgeMap(ObservableGraph, EdgeDefinition, boolean) - Constructor for class org.progeeks.graph.ObservableEdgeMap
 
ObservableList - Interface in org.progeeks.util
Extends the java.util.List interface to provide observability using ListPropertyChangeEvents delivered to registered PropertyChangeListener.
ObservableListModel - Class in org.progeeks.util.swing
Adapts a Swing ListModel interface to an ObservableList.
ObservableListModel() - Constructor for class org.progeeks.util.swing.ObservableListModel
 
ObservableListModel(ObservableList) - Constructor for class org.progeeks.util.swing.ObservableListModel
 
ObservableMap - Class in org.progeeks.util
A java.util.Map wrapper that will deliver the appropriate PropertyChangeEvents when the Map is modified.
ObservableMap(Map) - Constructor for class org.progeeks.util.ObservableMap
 
ObservableMap() - Constructor for class org.progeeks.util.ObservableMap
 
OCTOBER - Static variable in class org.progeeks.meta.type.MonthType
 
OFF - Static variable in class org.progeeks.util.log.LogLevel
 
OID_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
open() - Method in class org.progeeks.repository.Repository
Open the repository, creating it if necessary.
openRollout() - Method in class org.progeeks.util.swing.RolloutPanel
Opens the rollout.
org.progeeks.bcel - package org.progeeks.bcel
 
org.progeeks.cmd - package org.progeeks.cmd
 
org.progeeks.cmd.stack - package org.progeeks.cmd.stack
 
org.progeeks.cmd.swing - package org.progeeks.cmd.swing
 
org.progeeks.dbf - package org.progeeks.dbf
 
org.progeeks.dbf.meta - package org.progeeks.dbf.meta
 
org.progeeks.fsm - package org.progeeks.fsm
 
org.progeeks.geo - package org.progeeks.geo
 
org.progeeks.geo.esri - package org.progeeks.geo.esri
 
org.progeeks.graph - package org.progeeks.graph
 
org.progeeks.graph.meta - package org.progeeks.graph.meta
 
org.progeeks.graph.swing - package org.progeeks.graph.swing
 
org.progeeks.graph.xml - package org.progeeks.graph.xml
 
org.progeeks.hibernate - package org.progeeks.hibernate
Package containing extenstions for Hibernate reading and writing MetaObjects.
org.progeeks.jfreechart - package org.progeeks.jfreechart
This package provides useful extensions for the JFreeChart charting package.
org.progeeks.jfreechart.xml - package org.progeeks.jfreechart.xml
 
org.progeeks.jmx - package org.progeeks.jmx
This package provides useful extensions for registering or interacting with JMX services.
org.progeeks.junit - package org.progeeks.junit
 
org.progeeks.meta - package org.progeeks.meta
 
org.progeeks.meta.annotate - package org.progeeks.meta.annotate
 
org.progeeks.meta.beans - package org.progeeks.meta.beans
 
org.progeeks.meta.format - package org.progeeks.meta.format
 
org.progeeks.meta.jdbc - package org.progeeks.meta.jdbc
 
org.progeeks.meta.swing - package org.progeeks.meta.swing
 
org.progeeks.meta.swing.editor - package org.progeeks.meta.swing.editor
 
org.progeeks.meta.swing.wizard - package org.progeeks.meta.swing.wizard
 
org.progeeks.meta.type - package org.progeeks.meta.type
Package containing standard PropertyType implementations that are useful for many applications.
org.progeeks.meta.util - package org.progeeks.meta.util
 
org.progeeks.meta.view - package org.progeeks.meta.view
Package containing view implementation independent classes for viewing and editing meta-objects.
org.progeeks.meta.xml - package org.progeeks.meta.xml
Package containing classes useful for rendering to XML.
org.progeeks.repository - package org.progeeks.repository
 
org.progeeks.tool.gen - package org.progeeks.tool.gen
 
org.progeeks.tool.xml - package org.progeeks.tool.xml
 
org.progeeks.util - package org.progeeks.util
 
org.progeeks.util.beans - package org.progeeks.util.beans
 
org.progeeks.util.log - package org.progeeks.util.log
 
org.progeeks.util.swing - package org.progeeks.util.swing
 
org.progeeks.util.thread - package org.progeeks.util.thread
 
org.progeeks.util.xml - package org.progeeks.util.xml
 
OrientedForestModel - Class in org.progeeks.graph.swing
Wraps an OrientedForest implementation in an implementation of TreeModel.
OrientedForestModel() - Constructor for class org.progeeks.graph.swing.OrientedForestModel
 
OrientedForestModel.GraphObserver - Class in org.progeeks.graph.swing
 
OrientedForestModel.GraphObserver() - Constructor for class org.progeeks.graph.swing.OrientedForestModel.GraphObserver
 

P

p1 - Variable in class org.progeeks.geo.GeoLine
 
p2 - Variable in class org.progeeks.geo.GeoLine
 
PACKAGE_ROOT - Static variable in class org.progeeks.bcel.ClassDependencyGraph
 
pageChanged(int, MetaObject, PageConfiguration) - Method in class org.progeeks.meta.swing.wizard.DefaultPageEvaluator
Called when the value of a page field changes.
pageChanged(int, MetaObject, PageConfiguration) - Method in interface org.progeeks.meta.swing.wizard.PageEvaluator
Called when the value of a page field changes.
PageConfiguration - Class in org.progeeks.meta.swing.wizard
Configuration information for a page in a Wizard dialog.
PageConfiguration(PageConfiguration) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a modifiable clone of the specified page.
PageConfiguration(String, String) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified name that references no fields, that is editable, but not scrollable.
PageConfiguration(String, String, Icon) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified name that references no fields, that is editable, but not scrollable.
PageConfiguration(String, String, List) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified name that references the specified fields that is editable but not scrollable.
PageConfiguration(String, Icon, List) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified name that references the specified fields that is editable but not scrollable.
PageConfiguration(String, String, String, Icon, boolean, boolean) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified name and only one field.
PageConfiguration(String, String, List, Icon, boolean, boolean) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified configuration.
PageConfiguration(String, String, List, Icon, boolean, boolean, PageEvaluator) - Constructor for class org.progeeks.meta.swing.wizard.PageConfiguration
Creates a page with the specified configuration.
PageEvaluator - Interface in org.progeeks.meta.swing.wizard
Evaluates the fields of a page and performs certain actions based on that state and/or sets up the wizard button enablement.
paintBorder(Graphics) - Method in class org.progeeks.util.swing.EnhancedButton
Paint the button's border if the button model's rollover property is true or if the button model's selected property is true.
paintIcon(Component, Graphics, int, int) - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.progeeks.util.swing.CompositeIcon
 
paintIcon(Component, Graphics, int, int) - Method in class org.progeeks.util.swing.RenderedIcon
Paints this icon, caching the internally wrapped icon in a buffered image if it has not been cached already.
paintIcon(Component, Graphics, int, int) - Method in class org.progeeks.util.swing.ScaledIcon
 
paintLoweredBevel(Component, Graphics, int, int, int, int) - Method in class org.progeeks.util.swing.LightBevelBorder
 
paintRaisedBevel(Component, Graphics, int, int, int, int) - Method in class org.progeeks.util.swing.LightBevelBorder
 
PARAM_DATA - Static variable in class org.progeeks.jfreechart.MetaDatasetProducer
Common key value for the main data list that will be worked on when passed in the params map to produceDataset.
PARAM_EXISTING_DATASET - Static variable in class org.progeeks.jfreechart.MetaDatasetProducer
Common key value for any existing data set which should be added to rather than creating an entirely new one
parseAngle(String, boolean) - Static method in class org.progeeks.geo.GeoUtils
Parses an angle of the form "dd mm ss H"
parseExpression(String) - Static method in class org.progeeks.meta.util.MetaPropertyUtils
Parses the expression and returns a list of elements found.
parseExpression(String) - Static method in class org.progeeks.util.beans.PropertyUtils
Parses the expression and returns a list of elements found.
parseExpression(String) - Method in class org.progeeks.util.SimpleExpressionLanguage
Parses the expression and returns a list of elements found.
parseObject(String) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Parses the text and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.AbstractPropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String) - Method in class org.progeeks.meta.format.BeanFieldPropertyFormat
Parsing is not supported.
parseObject(String, int) - Method in class org.progeeks.meta.format.BeanFieldPropertyFormat
Parsing is not supported.
parseObject(String, int) - Method in class org.progeeks.meta.format.ClassPropertyFormat
Calls Inspector.newInstance on a substring of the given source starting at index.
parseObject(String, int) - Method in class org.progeeks.meta.format.DatePropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.DefaultPropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
Parsing is not supported.
parseObject(String, int) - Method in class org.progeeks.meta.format.MetaFieldPropertyFormat
Parsing is not supported.
parseObject(String, int) - Method in class org.progeeks.meta.format.MonthFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.MultiTypeFormat
Not implemented.
parseObject(String, int) - Method in class org.progeeks.meta.format.PercentFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in class org.progeeks.meta.format.UrlQueryFormat
Parsing is not supported.
parseObject(String) - Method in interface org.progeeks.meta.PropertyFormat
Parses the text and converts it into an Object of the appropriate type.
parseObject(String, int) - Method in interface org.progeeks.meta.PropertyFormat
Parses the text starting at the specified index and converts it into an Object of the appropriate type.
parsePath(String) - Method in class org.progeeks.util.beans.PropertyPath
 
paths - Variable in class org.progeeks.geo.GeoMultiPath
 
PatternSet - Class in org.progeeks.util
A set of patterns that can be checked against a string for pattern matches.
PatternSet() - Constructor for class org.progeeks.util.PatternSet
 
peekCommandProcessor() - Method in interface org.progeeks.cmd.stack.CommandProcessorStack
Returns the current top command processor.
peekCommandProcessor() - Method in class org.progeeks.cmd.stack.ForwardingStack
Returns the current top command processor.
peekCommandProcessor() - Method in class org.progeeks.cmd.stack.QueuingStack
Returns the current top command processor.
PercentFormat - Class in org.progeeks.meta.format
Given a float or double value, this is rendered as a percentage with a trailing % sign.
PercentFormat() - Constructor for class org.progeeks.meta.format.PercentFormat
Creates a PercentFormat the will create numbers of type Double when parsing text values.
PercentFormat(Class) - Constructor for class org.progeeks.meta.format.PercentFormat
Creates a PercentFormat the will create numbers of the specified type when parsing text values.
PercentType - Class in org.progeeks.meta.type
Special class of double/float used for representing percentages.
PercentType() - Constructor for class org.progeeks.meta.type.PercentType
Creates a percentage type of base class Double.
PercentType(Class) - Constructor for class org.progeeks.meta.type.PercentType
Creates a percentage type with the specified base class.
PERIOD_AXIS_LABEL_INFO - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates a PeriodAxisLabelInfo.
points - Variable in class org.progeeks.geo.GeoPath
 
pop() - Static method in class org.progeeks.util.log.Log
Clients should call this method before leaving a diagnostic context.
popAllTags() - Method in class org.progeeks.util.xml.XmlPrintWriter
Pops all current tags from this XmlPrintWriter effectively returning to the root state.
popCommandProcessor() - Method in interface org.progeeks.cmd.stack.CommandProcessorStack
Pops the current command processor.
popCommandProcessor() - Method in class org.progeeks.cmd.stack.ForwardingStack
Pops the current command processor.
popCommandProcessor() - Method in class org.progeeks.cmd.stack.QueuingStack
Pops the current command processor.
popIndent() - Method in class org.progeeks.util.IndentPrintWriter
Pops an indent off of the indent stack.
popTag() - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the closing element for the current tag and pops the indent.
popTag(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the closing elements for the stacked tags until the specified tag is reached and popped.
popupEdit(String, String, MetaObject, FactoryRegistry, Component) - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
popupEdit(String, String, Object, PropertyType, FactoryRegistry) - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
popupEdit(String, String, Object, PropertyType, FactoryRegistry, Component) - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
postDeregister() - Method in class org.progeeks.jmx.MetaObjectMBean
 
postRegister(Boolean) - Method in class org.progeeks.jmx.MetaObjectMBean
 
postRequest(UserRequest) - Method in class org.progeeks.util.AbstractRequestHandler
Presents the specified request to the user and returns the result.
postRequest(UserRequest) - Method in interface org.progeeks.util.UserRequestHandler
Presents the specified request to the user and returns the result.
preDeregister() - Method in class org.progeeks.jmx.MetaObjectMBean
 
PredicateRegistry - Class in org.progeeks.graph
A registry where the lookup is done by matching predicates against a supplied object.
PredicateRegistry() - Constructor for class org.progeeks.graph.PredicateRegistry
Creates a new PredicateRegistry.
PredicateRegistry(PredicateRegistry) - Constructor for class org.progeeks.graph.PredicateRegistry
Creates a new PredicateRegistry that will delegate to the specified registry when a local match isn't found.
PredicateRegistry.PredicateMapping - Class in org.progeeks.graph
A single entry that maps a predicate to an associated value.
PredicateRegistry.PredicateMapping() - Constructor for class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
PredicateRegistry.PredicateMapping(Predicate, Object) - Constructor for class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
PREFERENCES_PREFIX - Static variable in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
 
PreferencesMetaKit - Class in org.progeeks.meta.util
MetaKit implementation to directly support PreferencesMetaObjects.
PreferencesMetaKit() - Constructor for class org.progeeks.meta.util.PreferencesMetaKit
 
PreferencesMetaObject - Class in org.progeeks.meta.util
MetaObject implementation that interacts with the Java preferences API.
PreferencesMetaObject(Preferences, MetaClass) - Constructor for class org.progeeks.meta.util.PreferencesMetaObject
Creates a new MetaObject that will provide access to the specified preferences node using the specified meta-class for typing information.
PreferencesMetaObjectHandler - Class in org.progeeks.meta.xml
Object handler implementation to deal with converting XML to PreferencesMetaObjects.
PreferencesMetaObjectHandler() - Constructor for class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Creates a new meta-object handler that will use the default PreferencesMetaKit to create new objects and the context class registry to resolve meta-classes.
PreferencesMetaObjectHandler(PreferencesMetaKit) - Constructor for class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Creates a new meta-object handler that will use the specified preferences meta-kit to create new objects and the context class registry to resolve meta-classes.
PreferencesMetaObjectHandler(MetaClassRegistry, FormatRegistry, PreferencesMetaKit) - Constructor for class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Creates a new meta-object handler that will use the specified preferences meta-kit to create new objects and the specified class registry to resolve meta-classes
PRELOAD_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
preRegister(MBeanServer, ObjectName) - Method in class org.progeeks.jmx.MetaObjectMBean
 
previous() - Method in class org.progeeks.graph.FilteredListIterator
 
previousIndex() - Method in class org.progeeks.graph.FilteredListIterator
 
primarySort - Variable in class org.progeeks.util.swing.SortedTableModel
The primary sort column.
printAttribute(String, String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Writes the specified attribute to the current tag if it is still open.
printBypass(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Bypasses the automatic block termination by sending the data directly to the super class.
printComment(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the specified string as an enclosed comment.
printList(ActionList, String) - Static method in class org.progeeks.util.swing.ActionListGroup
 
println(int) - Method in class org.progeeks.geo.ShapeTest
 
println(double) - Method in class org.progeeks.geo.ShapeTest
 
println(String) - Method in class org.progeeks.geo.ShapeTest
 
println() - Method in class org.progeeks.util.IndentPrintWriter
Resets the new line state and outputs a line separator.
println() - Method in class org.progeeks.util.xml.XmlPrintWriter
 
println2(int) - Method in class org.progeeks.geo.ShapeTest
 
println2(double) - Method in class org.progeeks.geo.ShapeTest
 
println2(String) - Method in class org.progeeks.geo.ShapeTest
 
printlnBypass(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Bypasses the automatic block termination by sending the data directly to the super class.
printProcessingInstruction(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the specified processing instruction and opens it for additional writing with printAttribute() or free form printing.
printPushedAttributes() - Method in class org.progeeks.util.xml.XmlPrintWriter
Iterates over the accumulated pushed attributes and prints them.
printRawText(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the specified string as raw text without any encoding being performed.
printRecords() - Method in class org.progeeks.dbf.DbfTest
 
printResults(Dependencies, String, boolean, boolean) - Static method in class org.progeeks.bcel.Dependencies
 
printTag(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the specified tag in single-element form, ie: <tag /> This is different that the normal pushTag() because if another tag or any text is written then the printed tag will automatically be closed with the &/gt; instead of nesting the tags or text.
printValue(String, String, Object) - Static method in class org.progeeks.util.xml.SimpleXmlReader
 
processConfigDirective(Attributes) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
processDirectory(File, File) - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
processExistingValueDirective(Attributes, Object) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
processField(String, Attributes, Object) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
processingInstruction(String, String) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
 
processPreloadDirective(Attributes) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
processReferenceDirective(Attributes) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
processSettings() - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
processValue(String, Attributes, Object) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
Creates a new bean
produceDataset(Map) - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
 
produceDataset(Map) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
produceDataset(List) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
produceDataset(List, Dataset) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
produceDataset(Map) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
produceDataset(Map) - Method in class org.progeeks.jfreechart.XYDatasetProducer
 
producerId - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
ProgressManager - Class in org.progeeks.util
Provides thread-context sensitive access to progress reporters.
ProgressManager() - Constructor for class org.progeeks.util.ProgressManager
 
ProgressManager.ReporterFactory - Class in org.progeeks.util
Base implementation of the ProgressReporterFactory.
ProgressManager.ReporterFactory() - Constructor for class org.progeeks.util.ProgressManager.ReporterFactory
 
ProgressManager.UserRequestReporterFactory - Class in org.progeeks.util
ProgressReporter factory that wraps a UserRequestHAndler to provide access to progress reporter instances.
ProgressManager.UserRequestReporterFactory(UserRequestHandler) - Constructor for class org.progeeks.util.ProgressManager.UserRequestReporterFactory
 
ProgressReporter - Interface in org.progeeks.util
Defines an object that can report status to the user.
ProgressReporterInputStream - Class in org.progeeks.util
Wraps an InputStream to provide progress reporting.
ProgressReporterInputStream(InputStream, ProgressReporter, long) - Constructor for class org.progeeks.util.ProgressReporterInputStream
 
ProgressReporterReader - Class in org.progeeks.util
Wraps a reader to provide progress reporting.
ProgressReporterReader(Reader, ProgressReporter, long) - Constructor for class org.progeeks.util.ProgressReporterReader
 
PROP_ABSTRACT - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_ACCESS - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
 
PROP_ACCESS - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_ACCESS - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_BATCH_SIZE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_BATCH_SIZE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_CASCADE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_CATALOG - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_CHART - Static variable in class org.progeeks.jfreechart.ChartContext
Property storing the generated JFreeChart.
PROP_CHART_CONFIG - Static variable in class org.progeeks.jfreechart.ChartContext
Property storing the configurator for the chart.
PROP_CHART_PLOT - Static variable in class org.progeeks.jfreechart.ChartContext
Property storing the plot the chart.
PROP_CHECK - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_CHECKED - Static variable in class org.progeeks.util.swing.CheckBoxAction
 
PROP_COLUMN - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
 
PROP_COLUMN - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.KEY_PROPERTIES
 
PROP_COLUMN - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_DATA_SOURCE - Static variable in interface org.progeeks.jfreechart.ChartDataTransform
 
PROP_DATA_TRANSFORM - Static variable in class org.progeeks.jfreechart.ChartContext
Property storing the DataTransformer for the input data object.
PROP_DATASET_PRODUCERS - Static variable in class org.progeeks.jfreechart.ChartContext
Property storing the DatasetProducers for the chart.
PROP_DESCRIPTION - Static variable in class org.progeeks.junit.DefaultTestContext
 
PROP_DISCRIMINATOR_VALUE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_DYNAMIC_INSERT - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_DYNAMIC_UPDATE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_EMBED_XML - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_ENTITY_NAME - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_FETCH - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_FOCUS - Static variable in interface org.progeeks.util.FocusedContext
 
PROP_FOCUSED_OBJECTS - Static variable in interface org.progeeks.util.MultiFocusedContext
 
PROP_FORMULA - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_GENERATOR_CLASS - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
Class of the generator to use for the id.
PROP_GENERATOR_PARAMS - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
Parameters for the generator (as a map).
PROP_INDEX - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_INSERT - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_INVERSE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_LAZY - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_LAZY - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_LAZY - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_LENGTH - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_MAPPINGS - Static variable in class org.progeeks.meta.xml.TypeRegistryHandler
 
PROP_MUTABLE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_MUTABLE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_NESTED - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
Property containing a list of nested hibernate configuration elements.
PROP_NODE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_NODE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
 
PROP_NODE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_NODE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_NOT_NULL - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.KEY_PROPERTIES
 
PROP_NOT_NULL - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_OBJECT - Static variable in interface org.progeeks.util.ObjectViewContext
 
PROP_ON_DELETE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.KEY_PROPERTIES
 
PROP_OPTIMISTIC_LOCK - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_OPTIMISTIC_LOCK - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_OPTIMISTIC_LOCK - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_ORDER_BY - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_PANEL_CONFIG - Static variable in class org.progeeks.jfreechart.ChartContext
Property storing the panel configuration for the chart.
PROP_PERSISTER - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_POLYMORPHISM - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_PRECISION - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_PROPERTY_REF - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.KEY_PROPERTIES
 
PROP_PROXY - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_ROW_ID - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_SCHEMA - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_SCHEMA - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_SELECT_BEFORE_UPDATE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_SELF - Static variable in class org.progeeks.meta.IsolatedMutator
 
PROP_SORT - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_SUBSELECT - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_TABLE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
Property holding the name of the table the meta-class instances will be persisted to.
PROP_TABLE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROP_TEST_FIXTURE - Static variable in class org.progeeks.junit.DefaultTestContext
 
PROP_TYPE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
Data type of the property being persisted.
PROP_TYPE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
Data type of the property being persisted.
PROP_UNIQUE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.KEY_PROPERTIES
 
PROP_UNIQUE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_UNIQUE_KEY - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_UNSAVED_VALUE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.ID_ANNOTATION_PROPERTIES
 
PROP_UPDATE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.KEY_PROPERTIES
 
PROP_UPDATE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES
 
PROP_WHERE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES
 
PROP_WHERE - Static variable in interface org.progeeks.hibernate.HibernateAnnotations.MAP_ANNOTATION_PROPERTIES
 
PROPERTY - Static variable in class org.progeeks.hibernate.HibernateAnnotations.AccessPropertyType
 
PROPERTY_ANNOTATION_META_CLASS - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Name of the meta-class used for the property annotation objects.
PROPERTY_ANNOTATIONS - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
PROPERTY_CLASS_TYPE - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
PROPERTY_ELEMENT - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Property element.
PROPERTY_INFO_CLASS - Static variable in class org.progeeks.meta.util.MetaObjectUtils
Defines a meta-class for PropertyInfo so that we can add some custom properties.
PROPERTY_INFO_NAME - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
PROPERTY_META_CLASS_TYPE - Static variable in class org.progeeks.meta.util.MetaObjectUtils
 
PROPERTY_NAME - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Property element name.
PropertyAccess - Interface in org.progeeks.util
Interface implemented to define a standard way of accessing or manipulating object properties.
PropertyAdapter - Class in org.progeeks.meta.util
A bit of a general utility class singleton that stands as the entry point for adapting bean or meta-object-like property access to various object types in a unified way.
PropertyAdapter() - Constructor for class org.progeeks.meta.util.PropertyAdapter
 
PropertyAnnotationType - Static variable in class org.progeeks.hibernate.HibernateAnnotations
Annotation type for the meta-class property annotation that defines a persistent property of the meta-class.
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Invoked to report a new event.
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.meta.beans.PropertyChangeBridge
 
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.util.beans.BeanChangeDelegate
 
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.util.beans.PropertyChangeLink
 
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.util.beans.PropertyPath.PropertyReference
When the internal bean has change support, this method is called when this reference's value changes.
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.util.ListPropertyChangeListener
Iterates through the information contain in the event and calls one of the other methods as appropriate.
propertyChange(PropertyChangeEvent) - Method in class org.progeeks.util.WeakPropertyChangeListener
 
PropertyChangeBridge - Class in org.progeeks.meta.beans
Delegates property changes from an underlying bean to the BeanMetaObject that contains it.
PropertyChangeBridge(BeanMetaObject) - Constructor for class org.progeeks.meta.beans.PropertyChangeBridge
 
propertyChanged(String, Object) - Method in class org.progeeks.meta.beans.BeanMetaObject
Notifies listeners that the property value has changed outside of the BeanMetaObject's control.
propertyChanged() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
 
propertyChanged(PropertyChangeEvent) - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Called when the value contained in the mutator changes.
propertyChanged(PropertyChangeEvent) - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Called when the value contained in the mutator changes.
propertyChanged(PropertyChangeEvent) - Method in class org.progeeks.meta.swing.editor.ListEditor
Called when the value contained in the mutator changes.
propertyChanged(PropertyChangeEvent) - Method in class org.progeeks.meta.swing.editor.TableUI
Called when the value contained in the mutator changes.
propertyChanged(String, Object) - Method in class org.progeeks.meta.util.CompositeMetaObject
Notifies listeners that the property value has changed outside of the BeanMetaObject's control.
PropertyChangeLink - Class in org.progeeks.util.beans
Property change listener that can listen for changes in a property on one bean and use them to modify the property of another bean.
PropertyChangeLink() - Constructor for class org.progeeks.util.beans.PropertyChangeLink
 
PropertyChangeLink(Object) - Constructor for class org.progeeks.util.beans.PropertyChangeLink
 
PropertyChangeLink(String, String, Object) - Constructor for class org.progeeks.util.beans.PropertyChangeLink
 
PropertyFormat - Interface in org.progeeks.meta
Provides text formatting and parsing for a specific property type.
PropertyHolder - Class in org.progeeks.util.beans
Object that holds and provides access to a set of properties the can be set or retrieved based on name.
PropertyHolder() - Constructor for class org.progeeks.util.beans.PropertyHolder
Creates a new property container that can track various properties by name and report events when they change.
PropertyHolder(BeanChangeSupport) - Constructor for class org.progeeks.util.beans.PropertyHolder
Creates a new property container that can track various properties by name and report events when they change to both its own listeners and to the specified delegate object.
PropertyInfo - Class in org.progeeks.meta
Describes the characteristics of a single property.
PropertyInfo() - Constructor for class org.progeeks.meta.PropertyInfo
Creates an empty and unfixed property info suitable for bean-like property loading.
PropertyInfo(String, String, String, String, PropertyType, int, boolean, boolean) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyInfo(String, String, String, String, PropertyType, Object, int, boolean, boolean) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyInfo(String, String, String, String, PropertyType, int, boolean) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyInfo(String, String, PropertyType) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyInfo(String, String, String, PropertyType) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyInfo(PropertyInfo, PropertyType) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyInfo(String, PropertyInfo) - Constructor for class org.progeeks.meta.PropertyInfo
 
PropertyKey - Class in org.progeeks.meta.annotate
A key representing a single property of a meta-class.
PropertyKey(MetaClass, String) - Constructor for class org.progeeks.meta.annotate.PropertyKey
 
PropertyLink - Class in org.progeeks.meta.util
Synchronizes a property on one object with a property on another.
PropertyLink() - Constructor for class org.progeeks.meta.util.PropertyLink
 
PropertyMutator - Interface in org.progeeks.meta
Provides access to an individual property value and allows for accessing or modifying it.
PropertyMutatorWrapper - Class in org.progeeks.meta.util
Base class for providing a wrapper for a property mutator.
PropertyMutatorWrapper(String, MetaObject, PropertyMutator) - Constructor for class org.progeeks.meta.util.PropertyMutatorWrapper
 
propertyNames() - Method in class org.progeeks.meta.MetaClass
Returns an iterator over all valid property names in alphabetical order.
propertyNames() - Method in class org.progeeks.meta.util.TypedMap
Returns an iterator over all valid property names.
PropertyPath - Class in org.progeeks.util.beans
Encapsulates the path from an object down a set of property references.
PropertyPath(String) - Constructor for class org.progeeks.util.beans.PropertyPath
 
PropertyPath.PathElement - Interface in org.progeeks.util.beans
Represents a single element from a parsed path string.
PropertyPath.PathReference - Interface in org.progeeks.util.beans
Generic worker object interface for PathElements.
PropertyPath.PropertyElement - Class in org.progeeks.util.beans
Represents a single field element refering to a bean property.
PropertyPath.PropertyElement(String) - Constructor for class org.progeeks.util.beans.PropertyPath.PropertyElement
 
PropertyPath.PropertyReference - Class in org.progeeks.util.beans
Object used to supply the field information for a given object.
PropertyPath.PropertyReference(String, Object) - Constructor for class org.progeeks.util.beans.PropertyPath.PropertyReference
 
PropertyType - Interface in org.progeeks.meta
Represents a property type of a meta-object.
PropertyUtils - Class in org.progeeks.util.beans
Utils for accessing or building ASTs for property expressions using a simple dot and index notation.
PropertyUtils() - Constructor for class org.progeeks.util.beans.PropertyUtils
 
propGenerators - Variable in class org.progeeks.tool.gen.ComplexObjectGenerator
 
PUBLIC_ID - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Public id of the the Hibernate mapping XML.
push(String) - Static method in class org.progeeks.util.log.Log
Pushes a new diagnostic context onto the context stack.
pushAttribute(String, String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Adds an attribute to the set of attributes that will be automatically applied to the next rendered tag.
pushCommandProcessor(StackableCommandProcessor) - Method in interface org.progeeks.cmd.stack.CommandProcessorStack
Pushes a new command processor onto the stack.
pushCommandProcessor(StackableCommandProcessor) - Method in class org.progeeks.cmd.stack.ForwardingStack
Pushes a new command processor onto the stack.
pushCommandProcessor(StackableCommandProcessor) - Method in class org.progeeks.cmd.stack.QueuingStack
Pushes a new command processor onto the stack.
pushIndent() - Method in class org.progeeks.util.IndentPrintWriter
Pushes another indent onto the indent stack.
pushIndent(String) - Method in class org.progeeks.util.IndentPrintWriter
Pushes a custom indent onto the indent stack.
pushSortColumn(int) - Method in class org.progeeks.util.swing.SortedTableModel
 
pushTag(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the tag start and sets up the indent for nesting.
put(Object, Object) - Method in class org.progeeks.cmd.CommandMap
Adds the specified key and command to the map.
put(PropertyType, Object) - Method in class org.progeeks.meta.TypeRegistry
Maps the value to the specified type.
put(Object, Object) - Method in class org.progeeks.meta.util.TypedMap
A type-safe version of put().
put(Object, Object) - Method in class org.progeeks.util.beans.BeanConfigurator
Overridden to provide additional type-checking for key values.
put(Class, Object) - Method in class org.progeeks.util.ClassRegistry
Maps the value to the specified type.
put(Object, Object) - Method in class org.progeeks.util.ObservableMap
 
putAll(ClassRegistry) - Method in class org.progeeks.util.ClassRegistry
Adds any registry entries defined in the specified registry to this one.
putAll(Map) - Method in class org.progeeks.util.ObservableMap
 
putDefault(Class, Object) - Method in class org.progeeks.meta.TypeRegistry
Maps the value with a default base type.
putMetaClass(String, MetaClass) - Method in class org.progeeks.meta.MetaClassRegistry
Temporary.
putValue(String, Object) - Method in class org.progeeks.util.swing.ActionList
Sets one of this object's properties using the associated key.
putValue(String, Object) - Method in class org.progeeks.util.swing.CompositeContextAction
 

Q

QueuingStack - Class in org.progeeks.cmd.stack
CommandProcessorStack implementation that will queue commands that cannot be executed by the top entry.
QueuingStack() - Constructor for class org.progeeks.cmd.stack.QueuingStack
Creates an empty command processor stack.
quickTraverser(Object) - Method in class org.progeeks.graph.MapGraph
 

R

rad2deg(double) - Static method in class org.progeeks.geo.GeoUtils
Converts radians to decimal degrees
raisedBorder - Variable in class org.progeeks.util.swing.EnhancedButton
 
RangedNumberType - Class in org.progeeks.meta.type
ClassPropertyType subclass that represents a number with a minimum and maximum range.
RangedNumberType(Class, Number, Number) - Constructor for class org.progeeks.meta.type.RangedNumberType
Creates a bound number type for the specified number class and range.
read() - Method in class org.progeeks.util.BinaryDataInputStream
 
read(byte[]) - Method in class org.progeeks.util.BinaryDataInputStream
 
read(byte[], int, int) - Method in class org.progeeks.util.BinaryDataInputStream
 
read() - Method in class org.progeeks.util.BitInputStream
 
read() - Method in class org.progeeks.util.ProgressReporterInputStream
 
read(byte[]) - Method in class org.progeeks.util.ProgressReporterInputStream
 
read(byte[], int, int) - Method in class org.progeeks.util.ProgressReporterInputStream
 
read() - Method in class org.progeeks.util.ProgressReporterReader
 
read(char[], int, int) - Method in class org.progeeks.util.ProgressReporterReader
 
READ_ONLY_FORM - Static variable in class org.progeeks.meta.view.MetaFormFlavor
 
READ_ONLY_TABLE_FORM - Static variable in class org.progeeks.meta.view.MetaFormFlavor
 
readBoolean() - Method in class org.progeeks.util.BinaryDataInputStream
 
readByte() - Method in class org.progeeks.util.BinaryDataInputStream
 
readChar() - Method in class org.progeeks.util.BinaryDataInputStream
 
readDouble() - Method in class org.progeeks.util.BinaryDataInputStream
 
readExternal(ObjectInput) - Method in class org.progeeks.cmd.BooleanResult
Optimized reading.
readExternal(ObjectInput) - Method in class org.progeeks.cmd.IntegerResult
Optimized reading.
readExternal(ObjectInput) - Method in class org.progeeks.cmd.ObjectResult
Optimized reading.
readExternal(ObjectInput) - Method in class org.progeeks.meta.beans.BeanMetaKit
Don't read anything because nothing was written.
readField(BinaryDataInputStream) - Method in class org.progeeks.dbf.DbfField
 
readFile(File) - Static method in class org.progeeks.util.StringUtils
Loads the contents of the specified file as a string and returns it.
readFloat() - Method in class org.progeeks.util.BinaryDataInputStream
 
readFully(byte[]) - Method in class org.progeeks.util.BinaryDataInputStream
 
readFully(byte[], int, int) - Method in class org.progeeks.util.BinaryDataInputStream
 
readGeoShape() - Method in class org.progeeks.geo.esri.ShapeReader
Reads the next shape from the file.
readGeoShape() - Method in class org.progeeks.geo.EsriShapeReader
Reads the next shape from the file.
readHeader(BinaryDataInputStream) - Method in class org.progeeks.dbf.DbfHeader
 
readHeader() - Method in class org.progeeks.geo.esri.ShapeReader
 
readHeader() - Method in class org.progeeks.geo.EsriShapeReader
 
readIndex() - Method in class org.progeeks.geo.ShapeTest
 
readIndexRecord() - Method in class org.progeeks.geo.ShapeTest
 
readInt() - Method in class org.progeeks.util.BinaryDataInputStream
 
readItemMetaData(String) - Method in class org.progeeks.repository.Repository
Reads and returns the meta-data information for the given item.
readLine() - Method in class org.progeeks.util.BinaryDataInputStream
 
readLong() - Method in class org.progeeks.util.BinaryDataInputStream
 
readMetaClass(ObjectInputStream) - Method in class org.progeeks.meta.AbstractMetaObject
Can be used by subclasses to read a meta-class in a way specified by the current serialization policy configuration.
readMetaObject(ObjectXmlReader, Reader) - Method in class org.progeeks.repository.Repository.MetaClassCache
Reads a metaobject using the metaclass cache's registry to resolve the metaclass of the item.
readObject(Reader) - Method in class org.progeeks.util.xml.ObjectXmlReader
Reads the XML as a meta-object and returns it.
readObject(Document) - Method in class org.progeeks.util.xml.ObjectXmlReader
Reads the XML from a DOM tree as an object and returns it.
readObject(Document, Transformer) - Method in class org.progeeks.util.xml.ObjectXmlReader
Reads the XML from a DOM tree as object, applying the given transformation.
readObject(Reader) - Method in class org.progeeks.util.xml.SimpleXmlReader
Reads the XML as an object and returns it.
readObject(Document) - Method in class org.progeeks.util.xml.SimpleXmlReader
Reads the XML from a DOM tree as an object and returns it.
readObject(Document, Transformer) - Method in class org.progeeks.util.xml.SimpleXmlReader
Reads the XML from a DOM tree as object, applying the given transformation.
readObject(Reader) - Method in class org.progeeks.util.xml.XmlReader
Implemented by subclasses to provide read support.
readRecord(BinaryDataInputStream) - Method in class org.progeeks.dbf.DbfRecord
 
readRecord() - Method in class org.progeeks.geo.ShapeTest
 
readResolve() - Method in class org.progeeks.meta.AbstractMetaObject
 
readShapes() - Method in class org.progeeks.geo.ShapeTest
 
readShort() - Method in class org.progeeks.util.BinaryDataInputStream
 
readString(Reader) - Static method in class org.progeeks.util.StringUtils
Loads the contents of the specified reader as a string and returns it.
readStringResource(Class, String) - Static method in class org.progeeks.util.StringUtils
Loads the contents of the specified resource as a string and returns it.
readUnsignedByte() - Method in class org.progeeks.util.BinaryDataInputStream
 
readUnsignedShort() - Method in class org.progeeks.util.BinaryDataInputStream
 
readUTF() - Method in class org.progeeks.util.BinaryDataInputStream
 
readXml(Reader) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Reads the source XML by passing it through the transformer and having the standard SAX handler process the transformed output.
readXml(Reader) - Method in class org.progeeks.util.xml.XmlReader
Called by the subclass implementation to load data from the specified reader.
readXml(Document) - Method in class org.progeeks.util.xml.XmlReader
Called by subclasses to read XML in from the supplied document.
readXml(Document, Transformer) - Method in class org.progeeks.util.xml.XmlReader
Called by subclasses to read XML in from the supplied document after applying the given transformation.
recalculate() - Method in class org.progeeks.util.swing.CompositeIcon
 
RECORD_COUNT_OFFSET - Static variable in class org.progeeks.dbf.DbfHeader
Offset of the record count in the header.
RECORD_SIZE - Static variable in class org.progeeks.dbf.DbfField
 
RecordingPropertyChangeListener - Class in org.progeeks.junit
Property change listener that records all of the events it receives (with an optional limit on the number of events it will remember).
RecordingPropertyChangeListener(int) - Constructor for class org.progeeks.junit.RecordingPropertyChangeListener
Constructor that sets the maximum number of events to remember.
RecordingPropertyChangeListener() - Constructor for class org.progeeks.junit.RecordingPropertyChangeListener
Constructor for a listener which remembers all of the events it receives.
REFERENCE_DIRECTIVE - Static variable in class org.progeeks.util.xml.ObjectXmlReader
 
REFERENCE_RENDERER - Static variable in class org.progeeks.meta.xml.XmlRenderingEngine
 
referenceChanged(PropertyPath.PathReference) - Method in class org.progeeks.util.beans.PropertyPath
Called when the specified PathReference has detected that its value has changed.
ReferenceXmlRenderer - Class in org.progeeks.meta.xml
Renders an object reference to an object previously registered with the context's object cache.
ReferenceXmlRenderer() - Constructor for class org.progeeks.meta.xml.ReferenceXmlRenderer
 
refresh() - Method in class org.progeeks.util.CompositeIterator
Makes sure the current iterator is valid and retrives the next one as necessary.
refreshSecondary(Object) - Method in class org.progeeks.meta.util.PropertyLink
Pushes the primary's property value to any existing secondary objects.
RegexFileFilter - Class in org.progeeks.util
Implementations of the various file filters that uses a regex against the file's path to determine inclusion.
RegexFileFilter(String, String) - Constructor for class org.progeeks.util.RegexFileFilter
 
RegexFileFilter(String) - Constructor for class org.progeeks.util.RegexFileFilter
 
registerAnnotationMap(AnnotationType, AnnotationMap) - Method in class org.progeeks.meta.annotate.AnnotationManager
Registers an AnnotationMap instance for the specified AnnotationType.
registerDefaultEditorFactory(Class, EditorFactory) - Method in class org.progeeks.meta.swing.FactoryRegistry
Registers an editor factory to deal with a specific base type.
registerDefaultFormat(Class, PropertyFormat) - Method in class org.progeeks.meta.format.FormatRegistry
Registers a PropertyFormat object that will handle all PropertyTypes of the specified base class when no more specific PropertyFormat object is found.
registerDefaultRendererFactory(Class, RendererFactory) - Method in class org.progeeks.meta.swing.FactoryRegistry
Registers a renderer factory to deal with a specific base type.
registerDefaults() - Method in class org.progeeks.meta.swing.FactoryRegistry
Used to register a default set of factories.
registerEditorFactory(PropertyType, EditorFactory) - Method in class org.progeeks.meta.swing.FactoryRegistry
Registers an editor factory to deal with a specific property type.
registerEditorFactory(MetaClass, EditorFactory) - Method in class org.progeeks.meta.swing.FactoryRegistry
Registers an editor factory to deal with a specific meta-class.
registerFormat(PropertyType, PropertyFormat) - Method in class org.progeeks.meta.format.FormatRegistry
Registers a specific PropertyFormat object for the specified type.
registerHandler(String, TagReader) - Method in class org.progeeks.util.xml.XmlReader
Registers the specified handler object to handle tags of the specified tag name.
registerObject(String, Object) - Method in class org.progeeks.meta.xml.XmlRenderContext
Registers the specified object with the object cache using the specified ID.
registerObject(Object) - Method in class org.progeeks.meta.xml.XmlRenderContext
Registers the specified object with the object cache using a generated ID.
registerRenderer(PropertyType, XmlPropertyRenderer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Registers a renderer to deal with a specific property type.
registerRenderer(MetaClass, XmlPropertyRenderer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Registers a renderer to deal with a specific meta-class.
registerRenderer(Class, XmlPropertyRenderer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Registers a renderer to deal with a specific base type.
registerRendererFactory(PropertyType, RendererFactory) - Method in class org.progeeks.meta.swing.FactoryRegistry
Registers a renderer factory to deal with a specific property type.
registerRendererFactory(MetaClass, RendererFactory) - Method in class org.progeeks.meta.swing.FactoryRegistry
Registers a renderer factory to deal with a specific meta-class.
registerType(Class, PropertyAccess) - Method in class org.progeeks.util.TypedPropertyAccess
 
registerWindowFactory(Class, WindowFactory) - Method in class org.progeeks.util.swing.WindowManager
Registers the specified WindowFactory to handle the specified context class.
REGISTRY_ENTRY_TAG - Static variable in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Tag denoting an individual entry in the format registry that maps a particular PropertyType to a particular PropertyFormat.
Releasable - Interface in org.progeeks.util
Interface denoting objects that can be released.
release() - Method in class org.progeeks.graph.GraphSynchronizer
Releases the connection between the two graphs.
release() - Method in class org.progeeks.meta.AbstractMetaObject
Releases any internal resources that may be held by the underlying implementation.
release() - Method in class org.progeeks.meta.beans.BeanMetaObject
Releases any internal resources that may be held by the underlying implementation.
release() - Method in class org.progeeks.meta.DefaultMetaTable
Releases any listeners registered with the internal lists and objects.
release() - Method in interface org.progeeks.meta.MetaObject
Releases any internal resources that may be held by the underlying implementation.
release() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Releases any listeners or resources associated with this MetaPropertyUI.
release() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Releases any listeners or resources associated with this MetaPropertyUI.
release() - Method in interface org.progeeks.meta.swing.MetaObjectUI
Releases any listeners or resources associated with this MetaObjectUI.
release() - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Releases any listeners or resources associated with this MetaPropertyUI.
release() - Method in class org.progeeks.meta.util.CompositeMetaObject
Releases any internal resources that may be held by the underlying implementation.
release(boolean) - Method in class org.progeeks.meta.util.CompositeMetaObject
Releases any internal resources that may be held by the underlying implementation.
release() - Method in class org.progeeks.meta.util.RemappedMetaObject
Releases any internal resources that may be held by the underlying implementation.
release() - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
release() - Method in interface org.progeeks.repository.RepositoryItem
Releases the lock held on an item.
release() - Method in interface org.progeeks.util.beans.PropertyPath.PathReference
Releases any listeners this reference may have registered.
release() - Method in class org.progeeks.util.beans.PropertyPath.PropertyReference
Releases any listeners this reference may have registered.
release() - Method in interface org.progeeks.util.Releasable
Releases the resources obtained by the object.
releaseComponent() - Method in class org.progeeks.meta.swing.AbstractPropertyEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.DefaultPropertyEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.BooleanEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.ColorEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
We implement this to be good citizens.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.FileEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.FontEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.ListEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.LongStringEditor
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.editor.SimpleDateEditor
 
releaseComponent() - Method in class org.progeeks.meta.swing.editor.SimpleDateTimeEditor
 
releaseComponent() - Method in class org.progeeks.meta.swing.editor.TableUI
Implemented by subclasses to release any component-related resources.
releaseComponent() - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUI
Implemented by subclasses to release any component-related resources.
releaseDataSource() - Method in interface org.progeeks.jfreechart.ChartDataTransform
Tells the transform that its work is done.
releaseDataSource() - Method in class org.progeeks.jfreechart.DefaultChartDataTransform
Clears internal references to dataSource
releaseInspector(Class) - Static method in class org.progeeks.util.beans.BeanInspector
 
releaseLock(Lock) - Method in class org.progeeks.repository.DefaultLockManager
 
releaseLock(Lock) - Method in interface org.progeeks.repository.LockManager
Release the lock held on the given item.
releaseLock(Lock) - Method in class org.progeeks.repository.Repository
Release the supplied repository item lock.
releaseLock(Lock) - Method in class org.progeeks.repository.WormSharedLockManager
Releases a lock on an item on the repository.
releaseMethodIndex(Class) - Static method in class org.progeeks.util.MethodIndex
Releases any cached data associated with the specified class.
RemappedMetaObject - Class in org.progeeks.meta.util
A meta-object wrapper that translates property names based on a mapping.
RemappedMetaObject(MetaObject, MetaClass, Map) - Constructor for class org.progeeks.meta.util.RemappedMetaObject
Constructor that wraps the supplied meta-object and presents to be the given meta-class using the supplied mappings to translate property names.
remove() - Method in class org.progeeks.dbf.DbfReader
 
remove() - Method in class org.progeeks.geo.esri.ShapeReader
 
remove() - Method in class org.progeeks.geo.EsriShapeReader
 
remove(Object) - Method in class org.progeeks.graph.AbstractFilteredNodeCollection
Overridden to check the object with the filter before calling the superclass remove method.
remove() - Method in class org.progeeks.graph.FilteredListIterator
 
remove(int) - Method in class org.progeeks.meta.AbstractListMutator
Removes the object at the specified location and returns the locations value prior to removal.
remove(int) - Method in class org.progeeks.meta.DefaultListMutator
 
remove(PropertyMutator) - Method in class org.progeeks.meta.swing.MetaPanel
Removes the first component associated with the specified mutator.
remove(int) - Method in class org.progeeks.meta.swing.MetaPanel
Removes the component and mutator at the specified index.
remove(int) - Method in class org.progeeks.meta.util.CachingMetaObjectListAdapter
 
remove(Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
remove(int) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
remove(int) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
remove() - Method in class org.progeeks.util.ClassIterator
 
remove() - Method in class org.progeeks.util.CompositeIterator
 
remove(Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
remove(int) - Method in class org.progeeks.util.ConstrainedObservableList
 
remove(Object) - Method in class org.progeeks.util.DefaultObservableList
 
remove(int) - Method in class org.progeeks.util.DefaultObservableList
 
remove(Object) - Method in class org.progeeks.util.ObservableMap
 
remove(Object) - Method in class org.progeeks.util.ReversedList
 
remove(int) - Method in class org.progeeks.util.ReversedList
 
remove() - Method in class org.progeeks.util.SingletonIterator
 
remove(Object) - Method in class org.progeeks.util.swing.ActionList
 
remove(int) - Method in class org.progeeks.util.swing.ActionList
 
removeActor(Object) - Method in class org.progeeks.util.thread.StateCollector
Removes the specified actor from this collector.
removeAll() - Method in class org.progeeks.meta.swing.MetaPanel
Removes all components and mutators from this container.
removeAll(Collection) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
removeAll(Collection) - Method in class org.progeeks.util.ConstrainedObservableList
 
removeAll(Collection) - Method in class org.progeeks.util.DefaultObservableList
 
removeAll(Collection) - Method in class org.progeeks.util.ReversedList
 
removeButtonModel(ButtonModel) - Method in class org.progeeks.util.swing.CheckBoxAction
 
removeChangeListener(ChangeListener) - Method in class org.progeeks.util.swing.RolloutPanel
 
removeConfiguratorListener(ConfiguratorListener) - Method in class org.progeeks.util.beans.BeanConfigurator
Removes a previously registered configurator listener.
removeEdge(Graph.Edge) - Method in class org.progeeks.graph.CacheGraph
 
removeEdge(Graph.Edge) - Method in class org.progeeks.graph.CompositeGraph
 
removeEdge(Graph.Edge) - Method in class org.progeeks.graph.LoggingGraph
 
removeEdge(Graph.Edge) - Method in class org.progeeks.graph.MapGraph
 
removeErrorListener(ErrorListener) - Method in class org.progeeks.util.ErrorDelegate
Removes a previously registered error listener.
removeFromSource(GraphEvent) - Method in class org.progeeks.graph.WeakGraphListener
Method that can be subclassed to provide additional remove support.
removeFromSource(PropertyChangeEvent) - Method in class org.progeeks.util.WeakPropertyChangeListener
Method that can be subclassed to provide additional remove support.
removeGraphListener(GraphListener) - Method in class org.progeeks.graph.CacheGraph
Removes a previously added GraphListener.
removeGraphListener(GraphListener) - Method in class org.progeeks.graph.CompositeGraph
Removes a previously added GraphListener.
removeInlineList(ActionList) - Method in class org.progeeks.util.swing.ActionListGroup
Removes the list of inlined actions from this list.
removeItem(int, Object) - Method in class org.progeeks.meta.swing.editor.ContainerEditor
 
removeItem(int) - Method in class org.progeeks.meta.swing.editor.ListEditor
 
removeItem(int) - Method in class org.progeeks.meta.swing.editor.TableUI
Called to remove the item at the specified index.
removeLast() - Method in interface org.progeeks.tool.gen.DataGeneratorContext
 
removeLast() - Method in class org.progeeks.tool.gen.DefaultGeneratorContext
 
removeListeners(Object, String) - Method in class org.progeeks.meta.util.PropertyLink
Removes the appropriate listeners from the object depending on its type.
removeMetaObjectTab(int) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPane
 
removeNode(Object) - Method in class org.progeeks.graph.CacheGraph
 
removeNode(Object) - Method in class org.progeeks.graph.CompositeGraph
 
removeNode(Object) - Method in class org.progeeks.graph.LoggingGraph
 
removeNode(Object) - Method in class org.progeeks.graph.MapGraph
 
removeNotify() - Method in class org.progeeks.jfreechart.ChartContextPanel
 
removeObjectTab(int, Object) - Method in class org.progeeks.util.swing.ListTabbedPane
Removes the tab at the specified index.
removePropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
removePropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.DefaultListMutator
Removes the specified PropertyChangeListener from this mutator.
removePropertyChangeListener(int, PropertyChangeListener) - Method in class org.progeeks.meta.DefaultMetaTable
Removes the property change listener from a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.DefaultPropertyMutator
Removes the specified PropertyChangeListener from this mutator.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.IsolatedMutator
Removes the specified PropertyChangeListener from this mutator.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.meta.MetaObject
Removes a previously added property change listener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.progeeks.meta.MetaObject
Removes the property change listener from a specific property.
removePropertyChangeListener(PropertyChangeListener, boolean) - Method in interface org.progeeks.meta.MetaObject
Removes the property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.meta.MetaTable
Removes a previously added property change listener.
removePropertyChangeListener(int, PropertyChangeListener) - Method in interface org.progeeks.meta.MetaTable
Removes the property change listener from a specific property.
removePropertyChangeListener(PropertyChangeListener, boolean) - Method in interface org.progeeks.meta.MetaTable
Removes the property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.meta.PropertyMutator
Removes the specified PropertyChangeListener from this mutator.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.ListMutatorWrapper
Removes the specified PropertyChangeListener from this mutator.
removePropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.meta.util.PropertyAdapter
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.meta.util.PropertyAdapter
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Removes the specified PropertyChangeListener from this mutator.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanChangeSupport
Removes a previously added property change listener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanChangeSupport
Removes the property change listener from a specific property.
removePropertyChangeListener(PropertyChangeListener, boolean) - Method in class org.progeeks.util.beans.BeanChangeSupport
Removes the property change listener.
removePropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanInspector
Removes a previously added listener from the specified bean.
removePropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.beans.PropertyPath
Removes a listener that was previously registered
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.util.beans.StandardBean
Removes a previously added property change listener.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.progeeks.util.beans.StandardBean
Removes the property change listener from a specific property.
removePropertyChangeListener(PropertyChangeListener, boolean) - Method in interface org.progeeks.util.beans.StandardBean
Removes the property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.ConstrainedObservableList
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.DefaultObservableList
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.progeeks.util.ObservableList
Removes a previously registered listener.
removePropertyChangeListener(Object, PropertyChangeListener) - Method in interface org.progeeks.util.PropertyAccess
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(Object, String, PropertyChangeListener) - Method in interface org.progeeks.util.PropertyAccess
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.progeeks.util.swing.CompositeContextAction
 
removePropertyChangeListener(Object, PropertyChangeListener) - Method in class org.progeeks.util.TypedPropertyAccess
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyChangeListener(Object, String, PropertyChangeListener) - Method in class org.progeeks.util.TypedPropertyAccess
Removes a previously registered property change listener from the specified object using whatever implementation specific way is most friendly.
removePropertyElement(Object, String, Object) - Method in class org.progeeks.util.beans.BeanInspector
 
removePropertyElement(Object, String, int) - Method in class org.progeeks.util.beans.BeanInspector
 
removePropertyInfo(String, List) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Finds and removes the PropertyInfo for the specified name in the specified list.
removeRoot(Object) - Method in class org.progeeks.graph.swing.OrientedForestModel
Removes a node as a root node, performing whatever caching and event firing that is necessary.
removeSlot(int) - Method in class org.progeeks.meta.swing.MetaPanel
Releases a meta-property UI and removes it from the appropriate data structures.
removeToolBar(int, ActionList) - Method in class org.progeeks.util.swing.ActionToolPanel
 
removeTreeModelListener(TreeModelListener) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.AbstractXmlPropertyRenderer
Renders the specified value to the session defined by the render context.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.ClassPropertyTypeXmlRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.ContainerXmlRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.DefaultXmlPropertyRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.LongStringXmlRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.MapXmlRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.ReferenceXmlRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, boolean, XmlRenderContext, boolean) - Method in class org.progeeks.meta.xml.RendererProxy
Renders the specified value using the internal renderer and type.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.StringXmlPropertyRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Renders the specified Mutator's value to the specified writer.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in interface org.progeeks.meta.xml.XmlPropertyRenderer
Renders the specified value to the session defined by the render context.
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.repository.Repository.ListPropertyTypeRenderer
 
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.repository.Repository.MetaClassPropertyTypeRenderer
 
render(Object, PropertyType, boolean, XmlRenderContext) - Method in class org.progeeks.repository.Repository.PropertyInfoRenderer
 
renderEdge(Graph.Edge, Graph, MetaClass, XmlRenderContext) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
 
renderEdgeElement(String, Object, MetaClass, XmlRenderContext) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
Renders a nested element for the object.
RenderedIcon - Class in org.progeeks.util.swing
Pre-renders a wrapped icon to a BufferedImage to make future renders potentially faster.
RenderedIcon() - Constructor for class org.progeeks.util.swing.RenderedIcon
Creates an empty icon.
RenderedIcon(Icon) - Constructor for class org.progeeks.util.swing.RenderedIcon
Creates an icon that wraps the specified icon and renders it to a buffered image for future painting.
RendererFactory - Interface in org.progeeks.meta.swing
Creates specific types of MetaPropertyRenderers.
RendererProxy - Class in org.progeeks.meta.xml
Provides access to a property renderer and the specific type that was used to look it up.
RendererProxy(PropertyType, XmlPropertyRenderer) - Constructor for class org.progeeks.meta.xml.RendererProxy
 
renderMetaObject(MetaObject, boolean) - Method in class org.progeeks.meta.xml.XmlRenderContext
Looks up the appropriate renderers and generates XML output for the specified meta-object using this context's internal settings.
renderNestedElement(MetaObject, String, Object, RendererProxy, XmlRenderContext) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
 
renderNode(Object, Graph, MetaClass, XmlRenderContext) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
 
renderObject(Object, boolean, boolean, MetaClassRegistry, XmlRenderContext) - Method in class org.progeeks.graph.xml.GraphXmlRenderer
 
renderObject(Object, boolean, boolean) - Method in class org.progeeks.meta.xml.XmlRenderContext
Renders the specified object to XML using some heuristics based on type, the current meta-kit, registered meta-classes, etc. to attempt to find the best renderer using this context's internal settings.
renderProperty(MetaClass, PropertyInfo, Object) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Called to determine if the specified property should be rendered or not.
renderTypedObject(Object, PropertyType, boolean, boolean) - Method in class org.progeeks.meta.xml.XmlRenderContext
Looks up the appropriate renderers and generates XML output for the specified object using a renderer associated with the specified PropertyType using this context's internal settings.
renderXml(MetaObject, Writer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Looks up the appropriate renderers and generates XML output for the specified meta-object.
renderXml(Object, PropertyType, Writer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Looks up the appropriate renderers and generates XML output for the specified object using a renderer associated with the specified PropertyType.
renderXml(Object, Writer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Renders the specified object to XML using some heuristics based on type, the current meta-kit, registered meta-classes, etc. to attempt to find the best renderer.
renderXml(Collection, String, Writer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Looks up the appropriate renderers and generates XML output for the specified collection of -objects.
replaceContainedType(PropertyType) - Method in class org.progeeks.meta.ContainerPropertyType
Clones this container property type and replaces the value type with the type specified.
replaceContainedType(PropertyType) - Method in class org.progeeks.meta.ListPropertyType
Clones this container property type and replaces the value type with the type specified.
replaceCurrentObject(Object) - Method in class org.progeeks.util.xml.XmlReader
Replaces the last object that was create during a startTag().
replacePropertyName(String) - Method in class org.progeeks.meta.ContainerPropertyInfo
Clones this property info, replacing the property name with the name specified.
replacePropertyName(String) - Method in class org.progeeks.meta.PropertyInfo
Clones this property info, replacing the property name with the name specified.
replacePropertyType(PropertyType) - Method in class org.progeeks.meta.ContainerPropertyInfo
Clones this property info, replacing the property type with the type specified.
replacePropertyType(PropertyType) - Method in class org.progeeks.meta.PropertyInfo
Clones this property info, replacing the property type with the type specified.
replacePropertyType(List, String, PropertyType) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Replaces the specified field's type with the specified type.
Repository - Class in org.progeeks.repository
Implementation of a content repository that uses the file system to provide access to documents that are checked in to the repository.
Repository() - Constructor for class org.progeeks.repository.Repository
 
Repository.ListPropertyTypeRenderer - Class in org.progeeks.repository
Renderer for writing list property types to XML in a format that they can be read back in with (utilizing the constructed bean handler).
Repository.ListPropertyTypeRenderer() - Constructor for class org.progeeks.repository.Repository.ListPropertyTypeRenderer
 
Repository.MetaClassCache - Class in org.progeeks.repository
Class the provides a cache of meta-classes that have been seen by the repository.
Repository.MetaClassCache(File) - Constructor for class org.progeeks.repository.Repository.MetaClassCache
Constructor.
Repository.MetaClassPropertyTypeRenderer - Class in org.progeeks.repository
Renderer for writing metaclass property types to XML as deferred property types.
Repository.MetaClassPropertyTypeRenderer() - Constructor for class org.progeeks.repository.Repository.MetaClassPropertyTypeRenderer
 
Repository.PropertyInfoRenderer - Class in org.progeeks.repository
Renderer for writing property info objects to XML.
Repository.PropertyInfoRenderer() - Constructor for class org.progeeks.repository.Repository.PropertyInfoRenderer
 
Repository.ReadLockedItem - Class in org.progeeks.repository
Repository item implementation for items that are locked for reading only.
Repository.ReadLockedItem(String, File, File) - Constructor for class org.progeeks.repository.Repository.ReadLockedItem
 
Repository.WriteLockedItem - Class in org.progeeks.repository
Repository item implementation for items that are locked for reading and writing.
Repository.WriteLockedItem(String, File, File) - Constructor for class org.progeeks.repository.Repository.WriteLockedItem
 
RepositoryItem - Interface in org.progeeks.repository
Interface representing a handle to a document in the content repository.
RepositoryLockException - Exception in org.progeeks.repository
Exception throw when a lock could not be obtained on an item in the repository (usually because the item is already locked by someone else).
RepositoryLockException(String) - Constructor for exception org.progeeks.repository.RepositoryLockException
 
RepositoryLockException(String, Throwable) - Constructor for exception org.progeeks.repository.RepositoryLockException
 
repositoryOpenCheck() - Method in class org.progeeks.repository.Repository
Checks to see if the repository is open, throwing an exception if it is not.
requestConfirmation(String, String, boolean) - Method in class org.progeeks.util.swing.SwingRequestHandler
Requests confirmation from the user in the form of a yes/no question.
requestConfirmation(String, String, boolean) - Method in interface org.progeeks.util.UserRequestHandler
Requests confirmation from the user in the form of a yes/no question.
requestDirectory(String) - Method in class org.progeeks.util.swing.SwingRequestHandler
Requests a directory selection from the user.
requestDirectory(String) - Method in interface org.progeeks.util.UserRequestHandler
Requests a directory selection from the user.
requestFile(String, String, String, boolean) - Method in class org.progeeks.util.swing.SwingRequestHandler
Requests a file selection from the user.
requestFile(String, String, String, File, boolean) - Method in class org.progeeks.util.swing.SwingRequestHandler
Requests a file selection from the user providing a default initial value.
requestFile(String, String, String, boolean) - Method in interface org.progeeks.util.UserRequestHandler
Requests a file selection from the user.
requestFile(String, String, String, File, boolean) - Method in interface org.progeeks.util.UserRequestHandler
Requests a file selection from the user providing a default initial value.
requestProgressReporter(String, String, int, int) - Method in class org.progeeks.util.swing.SwingRequestHandler
Returns an object that can be used to report the progress of some operation to the user.
requestProgressReporter(String, String, int, int) - Method in interface org.progeeks.util.UserRequestHandler
Returns an object that can be used to report the progress of some operation to the user.
requestShowError(String, String) - Method in class org.progeeks.util.swing.SwingRequestHandler
Presents an error message tot he user.
requestShowError(String, String) - Method in interface org.progeeks.util.UserRequestHandler
Presents an error message tot he user.
requestShowMessage(String) - Method in class org.progeeks.util.swing.SwingRequestHandler
Presents an informational message to the user.
requestShowMessage(String, String, int) - Method in class org.progeeks.util.swing.SwingRequestHandler
Presents a titled message to the user with an optional type-related icon.
requestShowMessage(String) - Method in interface org.progeeks.util.UserRequestHandler
Presents an informational message to the user.
requestShowMessage(String, String, int) - Method in interface org.progeeks.util.UserRequestHandler
Presents a titled message to the user with an optional icon.
requestString(String, String, String) - Method in class org.progeeks.util.swing.SwingRequestHandler
Requests a String entry from the user.
requestString(String, String, String) - Method in interface org.progeeks.util.UserRequestHandler
Requests a String entry from the user.
requiresLayout() - Method in class org.progeeks.util.log.EventAppender
 
requiresResponse() - Method in class org.progeeks.util.DefaultRequest
Returns true if this is a real request and requires a response versus a message that is meant to be informational only.
requiresResponse() - Method in interface org.progeeks.util.UserRequest
Returns true if this is a real request and requires a response versus a message that is meant to be informational only.
reset() - Method in class org.progeeks.bcel.Dependencies
 
reset() - Method in class org.progeeks.cmd.swing.WorkerCommand
Resets the command to its background status so that it can be executed again.
reset() - Method in class org.progeeks.junit.TestInvocationHandler
Resets the proxy's last method details to the state where no method is considered to have been invoked.
reset() - Method in class org.progeeks.util.ProgressReporterInputStream
 
reset() - Method in class org.progeeks.util.ProgressReporterReader
 
reset() - Method in class org.progeeks.util.xml.ObjectXmlReader
Resets the internal data structures before reading another object.
reset() - Method in class org.progeeks.util.xml.SimpleXmlReader
Resets the internal data structures before reading another object.
reset() - Method in class org.progeeks.util.xml.XmlReader
Resets the internal data structures before reading another object.
resetButtonStates() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
resetComponentValue() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.BooleanEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.ColorEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.FileEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.FontEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.ListEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.LongStringEditor
Called to set the component value to a default state.
resetComponentValue() - Method in class org.progeeks.meta.swing.editor.TableUI
Called to set the component value to a default state.
resetDefaultValues(MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Resets the state of the MetaObject to use any default values defined in the MetaClass definition.
resetIndexMap() - Method in class org.progeeks.util.swing.SortedTableModel
Creates a new identity mapping.
resetListCache() - Method in class org.progeeks.graph.ObservableAdjacencyList
 
resetPreview() - Method in class org.progeeks.util.swing.FontChooser
 
resizeColumns(JTable) - Static method in class org.progeeks.util.swing.TableUtils
Resizes the columns of the table so that the maximum sized renderer will fit.
resolve() - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Resolves the property holder into the final value of the desired type.
resolveEntity(String, String) - Method in class org.progeeks.util.xml.XmlReader
 
resolveEntity(String, String) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
 
resolveFiles() - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.graph.xml.StandardPredicateHandler
Uses the internal predicate representation to call the predicate factory methods.
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler
 
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.meta.xml.AnnotationObjectHandler
Converts a handler-specific internal representation of an object to a standard representation.
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Converts a handler-specific internal representation of an object to a standard representation.
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.ConstructedBeanHandler
Used the bean configurator to create the actual object with a set of constructor arguments.
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.FileSetHandler
Converts a handler-specific internal representation of an object to a standard representation.
resolveObject(String, Object, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Converts a handler-specific internal representation of an object to a standard representation.
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Converts a handler-specific internal representation of an object to a standard representation.
resolveObject(String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Converts a handler-specific internal representation of an object to a standard representation.
resolveTagClass(String) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Attempts to find a meta-class that matches the specified tag.
resolveType(MetaClassRegistry) - Method in class org.progeeks.meta.DeferredPropertyType
Returns the replacement property type as can be resolved from the specified class registry.
resolveType(PropertyType) - Method in class org.progeeks.meta.MetaClass
Called internally to resolve a property type if it is required.
resolveTypes() - Method in class org.progeeks.meta.MetaClass
Resolves any deferred types against the class registry associated with this meta-class.
resortTable() - Method in class org.progeeks.util.swing.SortedTableModel
Recalculates the sorted view and returns true if the view has changed.
RESOURCE_PREFIX - Static variable in class org.progeeks.meta.xml.MetaClassLoader
Prefix used to indicate that the configuration string is a path to a class resource.
Result - Interface in org.progeeks.cmd
A container for the results of a command execution.
ResultSetMetaObjectIterator - Class in org.progeeks.meta.jdbc
Implementation of a meta-object iterator that is backed by a JDBC result set object.
ResultSetMetaObjectIterator(ResultSet, MetaClass) - Constructor for class org.progeeks.meta.jdbc.ResultSetMetaObjectIterator
Create the iterator object for the supplied result set using the supplied meta-class and column name mappings.
retainAll(Collection) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
retainAll(Collection) - Method in class org.progeeks.util.ConstrainedObservableList
 
retainAll(Collection) - Method in class org.progeeks.util.DefaultObservableList
 
retainAll(Collection) - Method in class org.progeeks.util.ReversedList
 
RETURN_IGNORED - Static variable in class org.progeeks.tool.xml.XmlValidator
 
RETURN_INVALID - Static variable in class org.progeeks.tool.xml.XmlValidator
 
RETURN_VALID - Static variable in class org.progeeks.tool.xml.XmlValidator
 
reversed - Variable in class org.progeeks.util.swing.SortedTableModel
Set to true if the sort ordering is reversed.
ReversedList - Class in org.progeeks.util
A lazy reversed view of a delegate List.
ReversedList() - Constructor for class org.progeeks.util.ReversedList
 
ReversedList(List) - Constructor for class org.progeeks.util.ReversedList
 
reverseMap - Variable in class org.progeeks.util.swing.SortedTableModel
A reverse of the indexMap;
RolloutPanel - Class in org.progeeks.util.swing
A rollout component consisting of a button and a collapsing panel.
RolloutPanel() - Constructor for class org.progeeks.util.swing.RolloutPanel
Creates a new rollout control with no title or panel.
RolloutPanel(String, JComponent) - Constructor for class org.progeeks.util.swing.RolloutPanel
Creates a new rollout control with the specified title and panel component.
ROOT_NODE_KEY - Static variable in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
 
ROOT_TAG - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Root tag of the Hibernate configuration.
ROOT_TAG - Static variable in class org.progeeks.meta.xml.MetaClassLoader
Root tag for the XML meta-class configuration.
RootedTreeViewModel - Class in org.progeeks.graph.swing
Wraps a RootedTree implementation in an implementation of TreeModel.
RootedTreeViewModel() - Constructor for class org.progeeks.graph.swing.RootedTreeViewModel
 
RootedTreeViewModel.GraphObserver - Class in org.progeeks.graph.swing
 
RootedTreeViewModel.GraphObserver() - Constructor for class org.progeeks.graph.swing.RootedTreeViewModel.GraphObserver
 
rootNodes() - Method in class org.progeeks.graph.StandardOrientedForestView
 
runCommand(Object, Object, boolean) - Method in class org.progeeks.cmd.CommandMap
Runs the command associated with the specified key object using the specified target.
runCommand(Object, Object) - Method in class org.progeeks.cmd.CommandMap
Runs the command associated with the specified key object using the specified target.
runContextTests() - Method in class org.progeeks.junit.ContextualTestCase
 
runTest() - Method in class org.progeeks.junit.ContextualTestCase
Method invoked to actually run a test method.

S

SAVE_UPDATE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.CascadePropertyType
 
saveCache() - Method in class org.progeeks.repository.Repository.MetaClassCache
Writes the metaclass cache to its file in the repository.
saveStream(File, InputStream) - Static method in class org.progeeks.util.FileUtils
Saves the specified stream to a file and returns the number of bytes written.
ScaledIcon - Class in org.progeeks.util.swing
Wraps an icon to provide a scaled view.
ScaledIcon() - Constructor for class org.progeeks.util.swing.ScaledIcon
Creates an empty icon.
ScaledIcon(Icon) - Constructor for class org.progeeks.util.swing.ScaledIcon
Creates an icon wrapping the specified icon with default scaling.
ScaledIcon(Icon, double, double) - Constructor for class org.progeeks.util.swing.ScaledIcon
Creates an icon overlaying the two icons with the second centered over the first.
secondarySort - Variable in class org.progeeks.util.swing.SortedTableModel
The secondary sort column.
SELECT - Static variable in class org.progeeks.hibernate.HibernateAnnotations.FetchPropertyType
 
SEPTEMBER - Static variable in class org.progeeks.meta.type.MonthType
 
SerializationPolicy - Class in org.progeeks.meta
Configures the serialization policy for meta-object saving and loading globally or on a per-thread basis.
SerializationPolicy() - Constructor for class org.progeeks.meta.SerializationPolicy
 
seriesChanged(SeriesChangeEvent) - Method in class org.progeeks.jfreechart.TimeSeriesTable
Ensures that the data still fits the needs of a table - no blanks in any series.
SeriesFocusHandler - Class in org.progeeks.jfreechart
Hilights the whole series of the focus object.
SeriesFocusHandler() - Constructor for class org.progeeks.jfreechart.SeriesFocusHandler
 
SeriesGenerator - Class in org.progeeks.tool.gen
Generates a series of numbers, starting with min and incrementing by SeriesGenerator.increment if it is set, or 1.0 if no increment is set.
SeriesGenerator() - Constructor for class org.progeeks.tool.gen.SeriesGenerator
 
seriesNameProperty - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
set(Object) - Method in class org.progeeks.graph.FilteredListIterator
 
set(int, Object) - Method in class org.progeeks.meta.AbstractListMutator
Replaces the value at the specified location.
set(int, Object) - Method in class org.progeeks.meta.DefaultListMutator
 
set(int, Object) - Method in class org.progeeks.meta.util.CachingMetaObjectListAdapter
 
set(int, Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
set(int, Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
set(int, Object) - Method in class org.progeeks.util.ConstrainedObservableList
 
set(int, Object) - Method in class org.progeeks.util.DefaultObservableList
 
set(String, Object) - Method in class org.progeeks.util.Inspector
Sets the value of the specified property.
set(String, Object, Class) - Method in class org.progeeks.util.Inspector
Sets the value of the specified property using a specifically overloaded mutator method.
set(String, Object) - Method in class org.progeeks.util.Inspector2
Deprecated. Sets the value of the specified property.
set(String, Object, Class) - Method in class org.progeeks.util.Inspector2
Deprecated. Sets the value of the specified property using a specifically overloaded mutator method.
set(int, Object) - Method in class org.progeeks.util.ReversedList
 
set(PropertyAccess, Object, Object) - Method in interface org.progeeks.util.SimpleExpressionLanguage.ExpressionElement
 
set(PropertyAccess, Object, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage.IndexedExpressionElement
 
set(PropertyAccess, Object, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage.NamedExpressionElement
 
set(int, Object) - Method in class org.progeeks.util.swing.ActionList
 
setActionProperty(Action, String, Object) - Method in class org.progeeks.util.xml.ActionObjectHandler
 
setActions(ActionList) - Method in class org.progeeks.util.swing.ActionToolPanel
 
setAddValues(boolean) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
setAllowNull(boolean) - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
setAllowNull(boolean) - Method in interface org.progeeks.tool.gen.DataGenerator
 
setAlwaysPaintBorder(boolean) - Method in class org.progeeks.util.swing.EnhancedButton
Set to false if the button should only paint the border when the mouse is over the button.
setAlwaysWrap(boolean) - Method in class org.progeeks.meta.xml.DefaultXmlPropertyRenderer
Set to true if this renderer should always wrap its rendered values in a class tag.
setAngle(double) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
setAnnotation(Object, Object) - Method in interface org.progeeks.meta.annotate.AnnotationMap
Sets the annotation object associated with the specified key.
setAnnotation(Object, Object) - Method in class org.progeeks.meta.annotate.DefaultAnnotationMap
Sets the annotation object associated with the specified key.
setAnnotation(Object, Object) - Method in class org.progeeks.meta.view.MetaFormAnnotationMap
Sets the annotation object associated with the specified key.
setAnnotationManager(AnnotationManager) - Method in interface org.progeeks.meta.annotate.AnnotationMap
Sets the AnnotationManager to which this map belongs.
setAnnotationManager(AnnotationManager) - Method in class org.progeeks.meta.annotate.DefaultAnnotationMap
Sets the AnnotationManager to which this map belongs.
setAntialias(boolean) - Method in class org.progeeks.util.swing.ScaledIcon
 
setAppendCollections(boolean) - Method in class org.progeeks.util.beans.BeanConfigurator
Set to true collection based values should be appended to any existing collection.
setArrayClass(Class) - Method in class org.progeeks.tool.gen.CollectionGenerator
 
setAsArray(boolean) - Method in class org.progeeks.tool.gen.CollectionGenerator
 
setAttribute(Attribute) - Method in class org.progeeks.jmx.MetaObjectMBean
 
setAttributes(AttributeList) - Method in class org.progeeks.jmx.MetaObjectMBean
 
setAutoScroll(boolean) - Method in class org.progeeks.meta.swing.editor.LongStringEditor
Set to true for the component to automatically scroll to the end of the text whenever the value changes.
setAutoScroll(boolean) - Method in class org.progeeks.meta.swing.editor.LongStringEditorFactory
Set to true for the component to automatically scroll to the end of the text whenever the value changes.
setBackgroundColor(Color) - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
setBaseClassGenerator(ComplexObjectGenerator) - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
Generator that can be used to set fields prior to any generators in the propGenerators map.
setBasePath(File) - Method in class org.progeeks.util.RegexFileFilter
Sets a base path that can be used to construct relative paths.
setBaseUrl(String) - Method in class org.progeeks.meta.format.UrlQueryFormat
 
setBasis(Object) - Method in class org.progeeks.tool.gen.EqualsGenerator
 
setBooleanProperty(String, boolean) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setBooleanProperty(String, boolean) - Method in class org.progeeks.util.DefaultViewContext
Sets the specified property to the specified value firing a change notification as appropriate.
setBottom(double) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
setButtonFlags(int) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
setCascade(boolean) - Method in class org.progeeks.util.swing.WindowManager
 
setCategoryPropertyMap(Map) - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
 
setChart(JFreeChart) - Method in interface org.progeeks.jfreechart.ChartFocusHandler
 
setChart(JFreeChart) - Method in class org.progeeks.jfreechart.DefaultFocusHandler
 
setChart(JFreeChart) - Method in class org.progeeks.jfreechart.ItemFocusHandler
 
setChart(JFreeChart) - Method in class org.progeeks.jfreechart.SeriesFocusHandler
 
setChartConfig(BeanConfigurator) - Method in class org.progeeks.jfreechart.ChartContext
 
setChecked(boolean) - Method in class org.progeeks.util.swing.CheckBoxAction
Called to set the action's state to "checked".
setChildPredicate(Predicate) - Method in class org.progeeks.graph.StandardOrientedForestView
Sets the predicate used to find the children of nodes.
setClassLoaders(List) - Method in class org.progeeks.util.CompositeClassLoader
Sets the list of delegate class loaders that will be searched in order.
setClasspath(Path) - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
setClassPath(List) - Method in class org.progeeks.util.ClassSpace
Sets the list of class-path entries for the classpace.
setClasspathRef(Reference) - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
setClassPrefixes(List) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Sets the class prefix list.
setClassType(Class) - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
setCollectionGen(CollectionGenerator) - Method in class org.progeeks.tool.gen.StringListGenerator
 
setCollectionValue(String, Collection, Inspector) - Method in class org.progeeks.util.beans.BeanConfigurator
 
setCollectionValueType(PropertyType) - Method in class org.progeeks.meta.ContainerPropertyInfo
Sets the element type by wrapping it in a ContainerPropertyType and calling setPropertyType.
setColors(Color) - Static method in class org.progeeks.util.swing.EnhancedButton
Sets the pressed and selected colors based on the passed in background color.
setComparator(Comparator) - Method in class org.progeeks.graph.swing.OrientedForestModel
Sets a comparator to use when sorting the tree nodes.
setComparator(Comparator) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
Sets a comparator to use when sorting the tree nodes.
setComponent(Component) - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Called to set the component.
setComponentObject(Component, MetaObject) - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Called to set the value currently displayed in the component.
setComponentObject(Component, MetaObject) - Method in class org.progeeks.meta.swing.MetaTabbedPanelUI
Called to set the value currently displayed in the component.
setComponentObject(Component, MetaObject) - Method in class org.progeeks.meta.swing.MultiColumnPanelUI
Called to set the value currently displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.DefaultPropertyEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.DefaultPropertyRenderer
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.BooleanEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.ColorEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.ColorRenderer
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
Called by our superclass to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.FileEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.FontEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.ListEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.LongStringEditor
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.SimpleDateEditor
 
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.SimpleDateTimeEditor
 
setComponentValue(Object) - Method in class org.progeeks.meta.swing.editor.TableUI
Called to set the current value displayed in the component.
setComponentValue(Object) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUI
Called to set the current value displayed in the component.
setConcatenate(boolean) - Method in class org.progeeks.cmd.CommandMap
Set to true if the command map should accumulate commands for the same key.
setConditionCheckers(Map) - Method in class org.progeeks.tool.gen.ConditionalGenerator
 
setConfig(File) - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
setConfigurationProperty(String, String) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Sends a configuration property to the handler implementation.
setConfigurationProperty(String, String) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Sends a configuration property to the handler implementation.
setConfigurationProperty(String, String) - Method in class org.progeeks.util.xml.BeanObjectHandler
Sends a configuration property to the handler implementation.
setConfigurationProperty(String, String) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Sends a configuration property to the handler implementation.
setConfigurationProperty(String, String) - Method in interface org.progeeks.util.xml.ObjectHandler
Sends a configuration property to the handler implementation.
setContainedText(String, Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Called to apply any body text found during tag processing.
setContainedText(String, Object, String, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Called to apply any body text found during tag processing.
setContainedText(String, Object, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
 
setContextAnnotationManager(AnnotationManager) - Static method in class org.progeeks.meta.annotate.AnnotationManager
Returns the current thread's default AnnotationManager.
setContextCache(MetaObjectCache) - Static method in class org.progeeks.meta.util.MetaObjectCache
Sets the current thread's context meta-object cache.
setContextList(ObservableList) - Method in class org.progeeks.util.swing.WindowManager
Sets the observable list of contexts for which this manager is responsible.
setContextList(ObservableList) - Method in interface org.progeeks.util.ViewManager
Sets the observable list of contexts for which this manager is responsible.
setContextProcessor(TemplateExpressionProcessor) - Static method in class org.progeeks.util.TemplateExpressionProcessor
Sets the thread's context processor.
setContextRegistry(MetaClassRegistry) - Method in class org.progeeks.junit.DefaultTestFixture
If not set, the default registry will be used to store any MetaClasses from DefaultTestFixture.getMetaClassDefs()
setContextRegistry(MetaClassRegistry) - Static method in class org.progeeks.meta.MetaClassRegistry
Sets the current thread's context meta-class registry or the root class registry if one has not been set.
setContextTests(List) - Method in class org.progeeks.junit.ContextualTestCase
Sets the list of context tests to apply after each test method.
setCount(Integer) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
setCountGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.CollectionGenerator
 
setCountGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.MapGenerator
 
setCountItems(boolean) - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
 
setCurrentPage(int) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
setCurrentRange() - Method in class org.progeeks.tool.gen.DateGenerator
 
setDataClass(String) - Method in class org.progeeks.tool.gen.BaseDataGenerator
The full java class name or a MetaClass name of the objects to create
setDataClass(String) - Method in class org.progeeks.tool.gen.CollectionGenerator
Enforces that dataClass implement Collection
setDataClass(String) - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
 
setDataClass(String) - Method in interface org.progeeks.tool.gen.DataGenerator
The full java class name or a MetaClass name of the objects to create
setDataClass(String) - Method in class org.progeeks.tool.gen.MapGenerator
Enforces that dataClass implements Map.
setDataClass(String) - Method in class org.progeeks.tool.gen.NumberGenerator
 
setDataClass(String) - Method in class org.progeeks.tool.gen.StringListGenerator
 
setDataGenerators(Map) - Method in class org.progeeks.junit.DefaultTestFixture
 
setDataObjectClass(String) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
setDatasetProducer(MetaDatasetProducer) - Method in class org.progeeks.jfreechart.ChartContext
Set the PROP_DATASET_PRODUCERS property.
setDatasetProducers(List) - Method in class org.progeeks.jfreechart.ChartContext
Set the PROP_DATASET_PRODUCERS property.
setDataTransformConfig(BeanConfigurator) - Method in class org.progeeks.jfreechart.ChartContext
 
setDateFormat(DateFormat) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setDbfFile(String) - Method in class org.progeeks.geo.EsriShapeResource
Sets the name of the .DBF file associated with this shape resource.
setDeepClone(boolean) - Method in class org.progeeks.util.swing.ActionList
Set to true if cloning this list should also clone any of its cloneable children.
setDefault(boolean) - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
setDefaultFactory(ProgressManager.ReporterFactory) - Static method in class org.progeeks.util.ProgressManager
Sets the default ReporterFactory that will be used when a thread has no other factory specified.
setDefaultGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.ConditionalGenerator
Generator to be invoked if none of the conditions evaluate to true.
setDefaultHandler(TagReader) - Method in class org.progeeks.util.xml.XmlReader
Sets a default handler that will be used when a better handler cannot be found.
setDefaultIndent(String) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Sets the default indent string used when generating the XML output.
setDefaultIndent(String) - Method in class org.progeeks.util.IndentPrintWriter
Sets the default indent string used by the no-arg pushIndent() method.
setDefaultProperties(Properties) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler
Sets the set of properties that will be used in place of any undefined system properties.
setDefaultPropertyAccess(PropertyAccess) - Method in class org.progeeks.util.TypedPropertyAccess
 
setDefaultSeriesName(String) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
setDefaultValue(Object) - Method in class org.progeeks.meta.PropertyInfo
Sets the default value for this property.
setDefaultValue(String) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Sets the default value of the property.
setDelegate(Object) - Method in class org.progeeks.util.beans.PropertyChangeLink
 
setDelegate(List) - Method in class org.progeeks.util.ReversedList
 
setDelegateFormat(PropertyFormat) - Method in class org.progeeks.graph.EdgeUserObjectFormat
Sets the delegate PropertyFormat that edge user objects will be passed to for string conversion.
setDelimiter(String) - Method in class org.progeeks.tool.gen.StringListGenerator
 
setDescription(String) - Method in class org.progeeks.junit.DefaultTestContext
 
setDescription(String) - Method in interface org.progeeks.junit.TestContext
 
setDescription(String) - Method in class org.progeeks.meta.PropertyInfo
Sets the short description of the property.
setDescription(String) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setDir(String) - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
setDirected(boolean) - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
setDirectEdit(boolean) - Method in class org.progeeks.meta.swing.editor.EditorDialog
Sets whether or not this dialog directly edits a live object.
setDirectionFlags(int) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setDirectionFlags(int) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
setDividerPaint(Paint) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setDividerStroke(Stroke) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setDocumentLocator(Locator) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
Receive a locator object for document events.
setDomainIsPointsInTime(boolean) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
setDoubleProperty(String, double) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setDoubleProperty(String, double) - Method in class org.progeeks.util.DefaultViewContext
Sets the specified property to the specified value firing a change notification as appropriate.
setDrawDividers(boolean) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setEdgeDefinition(EdgeDefinition) - Method in class org.progeeks.graph.ObservableAdjacencyList
 
setEdgeDefinition(EdgeDefinition) - Method in class org.progeeks.graph.ObservableEdgeMap
 
setEditable(boolean) - Method in class org.progeeks.meta.swing.MultiColumnPanel
Sets the panel default editability.
setEditable(boolean) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setEditParameters(String, String, MetaObject, FactoryRegistry) - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
setEditParameters(String, String, Object, PropertyType, FactoryRegistry) - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
setEnabled(boolean) - Method in class org.progeeks.util.swing.ActionList
Sets the enabled state of the Action.
setEnabled(boolean) - Method in class org.progeeks.util.swing.CompositeContextAction
 
setEndsWith(boolean) - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
Controls whether we're need the endings of our substring and the predicated value to match from the beginning
setEnforceResolvable(boolean) - Method in class org.progeeks.tool.gen.BaseDataGenerator
Enforce that the dataClassName should be resolvable (i.e. is a known Java class).
setExclusiveFlags(int) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Sets the inclusive flags
setExitWhenLastViewRemoved(boolean) - Method in class org.progeeks.util.swing.WindowManager
 
setExpected(Object) - Method in class org.progeeks.junit.ContextualTestCase.EqualsTest
 
setExpected(Object) - Method in class org.progeeks.junit.ContextualTestCase.NotSameTest
 
setExpected(Object) - Method in class org.progeeks.junit.ContextualTestCase.SameTest
 
setExpression(String) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Sets the regex to use in the search.
setExpression(TemplateExpressionProcessor.TemplateExpression) - Method in class org.progeeks.junit.ContextualTestCase.ContextTest
 
setExpression(String) - Method in class org.progeeks.junit.ContextualTestCase.ContextTest
 
setExpression(String) - Method in class org.progeeks.util.TemplateExpressionProcessor.TemplateExpression
 
setExtension(String) - Method in class org.progeeks.meta.swing.editor.FileEditor
 
setExtension(String) - Method in class org.progeeks.meta.swing.editor.FileEditorFactory
Sets the comma delimited list of file extensions.
setExtension(String) - Method in class org.progeeks.meta.swing.editor.FileListEditor
 
setExtension(String) - Method in class org.progeeks.meta.swing.editor.FileListEditorFactory
Sets the comma delimited list of file extensions.
setFactory(ProgressManager.ReporterFactory) - Static method in class org.progeeks.util.ProgressManager
Registers the specified ReporterFactory as the context factory for this thread.
setFactoryRegistry(FactoryRegistry) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
setFalse() - Method in class org.progeeks.util.thread.ConditionalLock
Sets the conditional to the false state.
setField(String) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Sets the field name for this predicate.
setFieldExpression(String) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Sets the field expression used for matching meta-object field names.
setFieldName(String) - Method in class org.progeeks.graph.FieldComparePredicate
Sets the field name for this predicate.
setFieldName(String) - Method in class org.progeeks.graph.MetaObjectPredicate
Sets the field name for this predicate.
setFieldName(String) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Sets the field name for this predicate.
setFieldName(String) - Method in class org.progeeks.graph.ObjectFieldPredicate
Sets the field name for this predicate.
setFields(List) - Method in class org.progeeks.dbf.DbfHeader
 
setFields(MetaClass, Collection, boolean) - Method in class org.progeeks.meta.swing.MultiColumnPanel
Presets the field information for this panel.
setFields(List) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setFieldValue(int, Object) - Method in class org.progeeks.dbf.DbfRecord
Set the field value.
setFieldValue(String, Object) - Method in class org.progeeks.dbf.DbfRecord
 
setFillHoles(boolean) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
setFilter(Predicate) - Method in class org.progeeks.graph.ObservableAdjacencyList
 
setFilteredSeries(List) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
setFixed(boolean) - Method in class org.progeeks.meta.PropertyInfo
Sets the mutable/immutable state of this object.
setFixed(boolean) - Method in class org.progeeks.util.DefaultFixable
Sets the mutable/immutable state of this object.
setFixed(boolean) - Method in interface org.progeeks.util.Fixable
Sets the mutable/immutable state of this object.
setFloatProperty(String, float) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setFocus(Object) - Method in class org.progeeks.jfreechart.ChartContext
Handles setting the focus by both outside objects and if the user clicks in the ChartPanel.
setFocus(Object) - Method in class org.progeeks.util.DefaultMultiFocusedContext
Sets the specified object as the current focus object for this context.
setFocus(Object) - Method in interface org.progeeks.util.FocusedContext
Sets the specified object as the current focus object for this context.
setFocusedObjects(List) - Method in class org.progeeks.util.DefaultMultiFocusedContext
Sets the specified list as the current focused object list for this context.
setFocusedObjects(List) - Method in interface org.progeeks.util.MultiFocusedContext
Sets the specified list as the current focused object list for this context.
setFocusHandler(ChartFocusHandler) - Method in class org.progeeks.jfreechart.ChartContext
 
setForm(MetaForm, boolean) - Method in class org.progeeks.meta.swing.MultiColumnPanel
Presets the field information for this panel.
setFormat(PropertyFormat) - Method in class org.progeeks.meta.format.BeanFieldPropertyFormat
Sets the format that will be used for formatting the bean field.
setFormatRegistry(FormatRegistry) - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
Sets an optional format registry that will be used to resolve the substitued field values.
setFormatRegistry(FormatRegistry) - Method in class org.progeeks.meta.format.MultiTypeFormat
Sets the format registry used for resolving objects passed to the multi-type format.
setFormatRegistry(FormatRegistry) - Method in class org.progeeks.meta.swing.FactoryRegistry
Sets the format registry that will be used to resolve formatters for types without specific renderers or editors.
setFormatRegistry(FormatRegistry) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Sets the format registry associated with this handler.
setFormatRegistry(FormatRegistry) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Sets the format registry that will be used to resolve formatters for types without specific renderers.
setFormatString(String) - Method in class org.progeeks.meta.format.DatePropertyFormat
Sets the SimpleDateFormat format string for this property format.
setFormatString(String) - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
setFormatter(DateFormat) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
setFormatter(NumberFormat) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.NumberTickUnitBean
 
setFullySerializeObjectMetaClasses(boolean) - Method in class org.progeeks.meta.SerializationPolicy
Set to true if meta-classes should be fully serialized with meta-objects.
setFullyVerified(boolean) - Method in class org.progeeks.util.ContextList
Set to true to fully verify all closeable contexts before removal.
setGraph(Graph) - Method in class org.progeeks.graph.CacheGraph
 
setGraph(Graph) - Method in class org.progeeks.graph.ObservableAdjacencyList
 
setGraph(ObservableGraph) - Method in class org.progeeks.graph.ObservableEdgeMap
 
setGraph(Graph) - Method in class org.progeeks.graph.StandardOrientedForestView
Sets the graph for which this view is a view.
setHandleAllGraphs(boolean) - Method in class org.progeeks.graph.xml.GraphObjectHandler
Set to true for the handler to handle any com.phoenixt.plexus.Graph implementations.
setHasMemoFields(boolean) - Method in class org.progeeks.dbf.DbfHeader
 
setHead(Object) - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
setHeadObject(Object) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setHeadPredicate(Predicate) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setHighlightColor(Color) - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
setHistoryCount(long) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
Used to set the TimeSeries.setMaximumItemAge property.
setHorizontalAlignment(int) - Method in class org.progeeks.util.swing.CompositeIcon
 
setIcon(Icon) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setIcon(Icon) - Method in class org.progeeks.util.swing.RenderedIcon
Sets a new icon to this rendered icon.
setIcon(Icon) - Method in class org.progeeks.util.swing.ScaledIcon
 
setIconA(Icon) - Method in class org.progeeks.util.swing.CompositeIcon
 
setIconB(Icon) - Method in class org.progeeks.util.swing.CompositeIcon
 
setIconHeight(int) - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
setIconWidth(int) - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
setIdentifier(Object, Serializable, EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
setIgnoreAttributes(boolean) - Method in class org.progeeks.util.xml.SimpleXmlReader
 
setIgnoreAttributes(boolean) - Method in class org.progeeks.util.xml.SimpleXmlReader.SimpleTagReader
Set the flag to ignore XML attributes
setIgnoreEvents(boolean) - Method in class org.progeeks.graph.GraphSynchronizer
Set to true to temporarily stop the synchronization.
setIgnoreTagCase(boolean) - Method in class org.progeeks.util.xml.XmlReader
Sets the tag name case sensitivity policy for looking up tag handlers.
setImports(List) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Sets the list of standard imported packages that will be applied to handlers.
setIncrement(double) - Method in class org.progeeks.tool.gen.SeriesGenerator
 
setInheritSelectedProperties(boolean) - Method in class org.progeeks.util.swing.CheckBoxActionGroup
Set to true if the action list's name, icon, etc. should be inherited from whatever action is currently selected.
setInset(RectangleInsets) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setInterestLevel(int) - Method in class org.progeeks.tool.gen.ConditionalGenerator
The level in the passed context to use as the reference for the conditionCheckers.
setInterestProperty(String) - Method in class org.progeeks.tool.gen.ConditionalGenerator
The property within the referenced object that is to be evaluated by the conditionCheckers.
setIntProperty(String, int) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setIntProperty(String, int) - Method in class org.progeeks.util.DefaultViewContext
Sets the specified property to the specified value firing a change notification as appropriate.
setInverse(boolean) - Method in class org.progeeks.jfreechart.CategoryDatasetProducer
 
setItemLabelAnchor(ItemLabelAnchor) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
setItemOutlinePaint(int, int, Paint) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
setItemOutlinePaint(int, int, Paint) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
setItemOutlineStroke(int, int, Stroke) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
setItemOutlineStroke(int, int, Stroke) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
setItemPaint(int, int, Paint) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
setItemPaint(int, int, Paint) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
setItemStroke(int, int, Stroke) - Method in interface org.progeeks.jfreechart.EnhancedItemRenderer
 
setItemStroke(int, int, Stroke) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
setKey(Object) - Method in class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Sets the optional key used when storing meta-class level annotations.
setKey(Object) - Method in class org.progeeks.util.xml.MapObjectHandler.Entry
 
setKey(String) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Sets the key (system property name) for the system property to use.
setKeyFilter(Predicate) - Method in class org.progeeks.graph.ObservableEdgeMap
Sets an optional key filter that will be used to evaluate nodes for Map key suitability.
setKeyGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.MapGenerator
 
setLabelFont(Font) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setLabelPaint(Paint) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setLastIterator(Iterator) - Method in class org.progeeks.util.CompositeIterator
 
setLayerName(String) - Method in class org.progeeks.geo.EsriShapeResource
Sets the name of the preferred layer for these shapes.
setLeft(double) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
setLegalChars(String) - Method in class org.progeeks.tool.gen.StringGenerator
 
setLengthGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.StringGenerator
 
setList(List) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
setList(List) - Method in class org.progeeks.util.ConstrainedObservableList
 
setList(List) - Method in class org.progeeks.util.DefaultObservableList
 
setList(ObservableList) - Method in class org.progeeks.util.swing.ListTabbedPane
Sets the current ObservableList which this tabbed panel reflects.
setListMutator(ListMutator) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPane
Sets the current ListMutator which this tabbed panel reflects.
setListPropertyValue(PropertyInfo, Collection) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
setListValueType(PropertyType) - Method in class org.progeeks.meta.ContainerPropertyInfo
Sets the element type by wrapping it in a ListPropertyType and calling setPropertyType.
setLittleEndian(boolean) - Method in class org.progeeks.util.BinaryDataInputStream
 
setLittleEndian(boolean) - Method in class org.progeeks.util.BinaryDataOutputStream
 
setLockManager(LockManager) - Method in class org.progeeks.repository.Repository
Sets the lock manager implementation to use.
setLogLevel(LogLevel) - Method in class org.progeeks.util.log.Log
Set the logging level of this log.
setLongProperty(String, long) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setMainAction(Action) - Method in class org.progeeks.util.swing.CompositeContextAction
 
setMap(Map) - Method in class org.progeeks.util.ObservableMap
 
setMappings(List) - Method in class org.progeeks.graph.PredicateRegistry
Sets the mappings from Predicates to their respective values.
setMappings(Map) - Method in class org.progeeks.util.ClassRegistry
Sets the class registry mappings from a passed in Map.
setMapValue(String, Map, Inspector) - Method in class org.progeeks.util.beans.BeanConfigurator
 
setMax(double) - Method in class org.progeeks.tool.gen.NumberGenerator
 
setMaxEvents(int) - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Sets the maximum number of events to remember; if set to zero or less, all events will be remember.
setMaximum(int) - Method in class org.progeeks.util.DefaultProgressReporter
Sets the maximum progress value.
setMaximum(int) - Method in interface org.progeeks.util.ProgressReporter
Sets the maximum progress value.
setMaximum(int) - Method in class org.progeeks.util.swing.SwingProgressReporter
Sets the maximum progress value.
setMaxValue(Comparable) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Set the maximum acceptable value in the range.
setMembers(Collection) - Method in class org.progeeks.tool.gen.GenGroupGenerator
 
setMembers(Collection) - Method in class org.progeeks.tool.gen.GroupMemberGenerator
 
setMessage(String) - Method in class org.progeeks.junit.ContextualTestCase.ContextTest
 
setMessage(String) - Method in class org.progeeks.util.DefaultProgressReporter
Sets the string message associated with the current part of the task being performed.
setMessage(String) - Method in interface org.progeeks.util.ProgressReporter
Sets the string message associated with the current part of the task being performed.
setMessage(String) - Method in class org.progeeks.util.swing.SwingProgressReporter
Sets the string message associated with the current part of the task being performed.
setMetaClass(MetaClass) - Method in class org.progeeks.graph.FieldComparePredicate
Sets the meta-class to be searched later.
setMetaClass(MetaClass) - Method in class org.progeeks.graph.MetaObjectPredicate
Sets the meta-class to be searched later.
setMetaClass(MetaClass) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Sets the meta-class to be searched later.
setMetaClass(MetaClass) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Sets the meta-class to be searched later.
setMetaClass(MetaClass) - Method in class org.progeeks.jmx.MetaObjectMBean
 
setMetaClass(MetaClass) - Method in class org.progeeks.meta.AbstractMetaObject
Called by subclasses to set the meta-class when setting it on the constructor is not possible.
setMetaClass(MetaClass) - Method in class org.progeeks.meta.view.DefaultMetaForm
Sets the meta-class for this form.
setMetaClass(MetaClass) - Method in class org.progeeks.meta.view.IdentityMetaForm
Sets the meta-class associated with this identity form.
setMetaClassAnnotation(AnnotationType, Object) - Method in class org.progeeks.meta.MetaClass
Sets the general MetaClass-level annotation for the specified annotation type to the specified value.
setMetaClassAnnotation(AnnotationType, Object, Object) - Method in class org.progeeks.meta.MetaClass
Sets the MetaClass-level annotation for the specified annotation type and key to the specified value.
setMetaClassDefs(List) - Method in class org.progeeks.junit.DefaultTestFixture
 
setMetaClassForm(CompositeKey, MetaForm) - Method in class org.progeeks.meta.view.MetaFormAnnotationMap
 
setMetaClassName(String) - Method in class org.progeeks.graph.FieldComparePredicate
Sets the metaClassName for this predicate.
setMetaClassName(String) - Method in class org.progeeks.graph.MetaObjectPredicate
Sets the metaClassName for this predicate.
setMetaClassName(String) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Sets the metaClassName for this predicate.
setMetaClassName(String) - Method in class org.progeeks.graph.MetaObjectRegexPredicate
Sets the metaClassName for this predicate.
setMetaClassName(String) - Method in class org.progeeks.meta.view.DefaultMetaForm
Sets the meta-class by name.
setMetaClassRegistry(MetaClassRegistry) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Sets the class registry associated with this handler.
setMetaClassType(String) - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
setMetaData(MetaObject) - Method in class org.progeeks.repository.Repository.ReadLockedItem
 
setMetaData(MetaObject) - Method in class org.progeeks.repository.Repository.WriteLockedItem
 
setMetaData(MetaObject) - Method in interface org.progeeks.repository.RepositoryItem
Sets the meta-data for a file, replacing any existing meta-data it had.
setMetaFormRegistry(MetaFormRegistry) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Sets the form registry to use for looking up MetaForms.
setMetaKit(MetaKit) - Method in class org.progeeks.meta.AbstractMetaObject
Called by subclasses to set the meta-kit when setting it on the constructor is not possible.
setMetaKit(MetaKit) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Sets the meta-kit to use when auto-resolving regular objects to meta-objects for rendering.
setMetaObject(MetaObject) - Method in class org.progeeks.jmx.MetaObjectMBean
 
setMetaObject(MetaObject) - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Sets this MetaObjectUI instance to reflect the value of the specified meta-object.
setMetaObject(MetaObject) - Method in interface org.progeeks.meta.swing.MetaObjectUI
Sets this MetaObjectUI instance to reflect the value of the specified meta-object.
setMetaObject(MetaObject) - Method in class org.progeeks.meta.swing.MetaTabbedPanel
Sets a new meta-object and updates the tabs accordingly.
setMetaObject(MetaObject) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Sets a new meta-object and updates the pages accordingly.
setMetaObject(int, MetaObject) - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Sets a new meta-object for the specified page and updates its panel accordingly.
setMetaObject(String, MetaObject) - Method in class org.progeeks.meta.util.CompositeMetaObject
Replaces one of the internal meta-objects specified by name with the supplied meta-object.
setMetaTable(MetaTable) - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
setMin(double) - Method in class org.progeeks.tool.gen.NumberGenerator
 
setMinimum(int) - Method in class org.progeeks.util.DefaultProgressReporter
Sets the minimum progress value.
setMinimum(int) - Method in interface org.progeeks.util.ProgressReporter
Sets the minimum progress value.
setMinimum(int) - Method in class org.progeeks.util.swing.SwingProgressReporter
Sets the minimum progress value.
setMinItemLabelHeight(int) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
Set this depending on your font size to avoid drawing item labels in blocks that are too short to nicely display them.
setMinValue(Comparable) - Method in class org.progeeks.graph.MetaObjectRangePredicate
Set the minimum acceptable value in the range.
setMovingRange(boolean) - Method in class org.progeeks.tool.gen.DateGenerator
Sets if this is a range based around the current time.
setMutable(boolean) - Method in class org.progeeks.meta.ContainerPropertyInfo
Sets the mutability of the containers referenced by this property.
setMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.CollectionModelAdapter
 
setName(String) - Method in class org.progeeks.dbf.DbfField
 
setName(String) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Sets the name of the coordinator... useable by subclasses.
setName(String) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Allows for XML configuration of the name.
setName(String) - Method in class org.progeeks.meta.PropertyInfo
Sets the displayable version of the property name.
setName(String) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setName(String) - Method in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
setNode(Object) - Method in class org.progeeks.graph.ObservableAdjacencyList
 
setNodeObject(Object) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
setNodePredicate(Predicate) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
setNullPercentage(float) - Method in class org.progeeks.tool.gen.BaseDataGenerator
 
setNullPercentage(float) - Method in interface org.progeeks.tool.gen.DataGenerator
 
setObject(Object) - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
setObject(MetaObject, PropertyMutator) - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Sets the internal object information for this component.
setObject(MetaObject) - Method in class org.progeeks.meta.swing.MultiColumnPanel
Sets the meta-object that is displayed or edited in this panel.
setObject(Object) - Method in class org.progeeks.util.beans.PropertyPath
Sets the object from which this path starts.
setObject(Object) - Method in class org.progeeks.util.DefaultObjectViewContext
Sets the specified model object that this view context represents.
setObject(Object) - Method in class org.progeeks.util.Inspector
Sets the object upon which inspection will be performed.
setObject(Object) - Method in class org.progeeks.util.Inspector2
Deprecated. Sets the object upon which inspection will be performed.
setObject(Object) - Method in interface org.progeeks.util.ObjectViewContext
Sets the specified model object that this view context represents.
setObjectClass(Class) - Method in class org.progeeks.graph.ObjectFieldPredicate
Sets the class for this predicate.
setObjectHandlers(List) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Sets the list of handlers needed to read the XML correctly.
setObjectHandlers(List) - Method in class org.progeeks.util.xml.ObjectXmlReader
Sets the list of handler plug-ins that this reader will use to resolve its object tags.
setObjectProperties(MetaObject, Attributes, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
 
setObjectProperties(Object, Attributes, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
 
setObjectProperty(String, Object) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setObjectProperty(String, Object) - Method in class org.progeeks.util.DefaultViewContext
Sets the specified property to the specified value firing a change notification as appropriate.
setObjects(List, boolean) - Method in class org.progeeks.meta.DefaultMetaTable
 
setObservableList(ObservableList) - Method in class org.progeeks.util.swing.ObservableListModel
 
setOffset(int, int) - Method in class org.progeeks.util.swing.CompositeIcon
 
setOffsetX(int) - Method in class org.progeeks.util.swing.CompositeIcon
 
setOffsetY(int) - Method in class org.progeeks.util.swing.CompositeIcon
 
setOperation(int) - Method in class org.progeeks.graph.FieldComparePredicate
Set the operation used in the evaluation
setOrientedForest(OrientedForest) - Method in class org.progeeks.graph.swing.OrientedForestModel
 
setOriginalValue(Object) - Method in class org.progeeks.meta.swing.editor.EditorDialog
 
setOverrideIndent(boolean) - Method in class org.progeeks.util.IndentPrintWriter
Set to true to override the current indent.
setOverwriteExistingValues(boolean) - Method in class org.progeeks.util.beans.BeanConfigurator
Set to true if existing values should be overwritten.
setPackages(List) - Method in class org.progeeks.util.xml.BeanObjectHandler
Sets the list of packages to which this handler will refer when resolving class names.
setPackages(List) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Sets the list of packages to which this handler will refer when resolving class names.
setPageEvaluator(PageEvaluator) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setPairSeparator(String) - Method in class org.progeeks.meta.format.UrlQueryFormat
Convenience setter for the pairSeparator pair.
setPanelConfig(BeanConfigurator) - Method in class org.progeeks.jfreechart.ChartContext
 
setParentClassLoader(ClassLoader) - Method in class org.progeeks.util.ClassSpace
Sets the parent classloader for the space.
setParentContext(ViewContext) - Method in class org.progeeks.util.DefaultViewContext
Sets the parent context of this context.
setParentContext(ViewContext) - Method in interface org.progeeks.util.ViewContext
Sets the parent context of this context.
setParentOverrideRegex(String) - Method in class org.progeeks.util.CompositeClassLoader
Sets the regular expression used to determine which packages or classes should always be delegated to the parent class loader.
setParentPredicate(Predicate) - Method in class org.progeeks.graph.StandardOrientedForestView
Sets the predicate used to find the parents of nodes.
setParentRegistry(PredicateRegistry) - Method in class org.progeeks.graph.PredicateRegistry
Sets a parent registry to which this registry will delegate when it doesn't find a local match.
setPatterns(List) - Method in class org.progeeks.util.xml.FileSetHandler.FileSet
 
setPeriodClass(Class) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.PeriodAxisLabelInfoBean
 
setPlot(Plot) - Method in class org.progeeks.jfreechart.ChartContext
Set the PROP_CHART_CONFIG property.
setPlots(List) - Method in class org.progeeks.jfreechart.ChartContext
Set the PROP_CHART_CONFIG property with the first Plot in the list.
setPositiveWeight(float) - Method in class org.progeeks.tool.gen.BooleanGenerator
Set the percentage of time that the generator will return true.
setPostprocessAction(Action) - Method in class org.progeeks.util.swing.CompositeContextAction
 
setPrecision(int) - Method in class org.progeeks.dbf.DbfField
 
setPredicate(Predicate) - Method in class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
setPredicate(Predicate) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.NotPredicateBean
 
setPreprocessAction(Action) - Method in class org.progeeks.util.swing.CompositeContextAction
 
setPrimaryObject(Object) - Method in class org.progeeks.meta.util.PropertyLink
 
setPrimaryProperty(String) - Method in class org.progeeks.meta.util.PropertyLink
 
setPrimarySortColumn(int) - Method in class org.progeeks.util.swing.SortedTableModel
 
setProducer(MetaDatasetProducer) - Method in interface org.progeeks.jfreechart.ChartFocusHandler
 
setProducer(MetaDatasetProducer) - Method in class org.progeeks.jfreechart.DefaultFocusHandler
 
setProducerId(String) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
Unique ID for this object
setProgress(int) - Method in class org.progeeks.util.DefaultProgressReporter
Sets the current progress amount.
setProgress(int) - Method in interface org.progeeks.util.ProgressReporter
Sets the current progress amount.
setProgress(int) - Method in class org.progeeks.util.swing.SwingProgressReporter
Sets the current progress amount.
setProperties(List) - Method in class org.progeeks.meta.DefaultMetaTable
 
setProperty(Object, String, Object) - Method in class org.progeeks.dbf.DbfRecordPropertyAccess
 
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.graph.xml.GraphObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.junit.JUnitHandler
Sets a property on the specified test suite.
setProperty(String, Object) - Method in class org.progeeks.meta.AbstractMetaObject
Sets the value of the specified property.
setProperty(String, Object) - Method in class org.progeeks.meta.beans.BeanMetaObject
Overridden to prevent redundant change notifications from being delivered by the bean.
setProperty(int, int, Object) - Method in class org.progeeks.meta.DefaultMetaTable
Sets the value of the specified property.
setProperty(String, Object) - Method in interface org.progeeks.meta.MetaObject
Sets the value of the specified property.
setProperty(int, int, Object) - Method in interface org.progeeks.meta.MetaTable
Sets the value of the specified property.
setProperty(String, Object) - Method in class org.progeeks.meta.util.CompositeMetaObject
Sets the value of the specified property.
setProperty(Object, String, Object) - Static method in class org.progeeks.meta.util.MetaPropertyUtils
Uses bean introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression and set the last property in the chain.
setProperty(Object, List, Object) - Static method in class org.progeeks.meta.util.MetaPropertyUtils
Uses bean introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression and set the last property in the chain.
setProperty(Object, String, Object) - Method in class org.progeeks.meta.util.PropertyAdapter
Sets the specified property on the specified object to the specified value using whatever implementation specific way is most friendly.
setProperty(String, Object) - Method in class org.progeeks.meta.util.RemappedMetaObject
Set the specified property by finding out what property it maps to in the wrapped object and sending it on.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.meta.xml.TypeRegistryHandler
Sets a property on the specified object.
setProperty(Object, String, Object) - Method in class org.progeeks.util.beans.BeanInspector
 
setProperty(Object, String, Object) - Method in class org.progeeks.util.beans.BeanPropertyAdapter
Sets the specified property on the specified object to the specified value using whatever implementation specific way is most friendly.
setProperty(Object) - Method in class org.progeeks.util.beans.PropertyPath
Sets the value of the property at the end of the path.
setProperty(Object, String, Object) - Static method in class org.progeeks.util.beans.PropertyUtils
Uses bean introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression and set the last property in the chain.
setProperty(Object, List, Object) - Static method in class org.progeeks.util.beans.PropertyUtils
Uses bean introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression and set the last property in the chain.
setProperty(Object, String, Object) - Method in interface org.progeeks.util.PropertyAccess
Sets the specified property on the specified object to the specified value using whatever implementation specific way is most friendly.
setProperty(Object, String, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage
Uses bean introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression and set the last property in the chain.
setProperty(Object, List, Object) - Method in class org.progeeks.util.SimpleExpressionLanguage
Uses bean introspection via org.progeeks.util.Inspector to access a sequence of nested properties specified by the string expression and set the last property in the chain.
setProperty(Object, String, Object) - Method in class org.progeeks.util.TypedPropertyAccess
Sets the specified property on the specified object to the specified value using whatever implementation specific way is most friendly.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.ActionObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.JndiObjectHandler
 
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.MapObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Sets a property on the specified object.
setProperty(Object, String, Object, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Sets a property on the specified object.
setPropertyAlignment(int) - Method in class org.progeeks.meta.PropertyInfo
Sets the alignment of this property.
setPropertyAnnotation(AnnotationType, String, Object) - Method in class org.progeeks.meta.MetaClass
Sets the annotation value for the specified annotation type and property.
setPropertyElement(Object, String, int, Object) - Method in class org.progeeks.util.beans.BeanInspector
 
setPropertyFlavor(PropertyKey, MetaFormFlavor) - Method in class org.progeeks.meta.view.MetaFormAnnotationMap
 
setPropertyFormat(PropertyFormat) - Method in class org.progeeks.meta.util.FormatComparator
Sets the property format object that will used to convert the objects into strings before comparisons are done.
setPropertyInfoAttributes(PropertyInfo, MetaObject) - Static method in class org.progeeks.meta.util.MetaObjectUtils
Sets the attributes of the specified PropertyInfo object to those contained in the MetaObject representation.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Sets this MetaPropertyUI instance to reflect value of the specified property mutator.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Sets this MetaPropertyUI instance to reflect value of the specified property mutator.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.AbstractSpinnerEditor
Overridden to configure an appropriate text field formatter as necessary.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.BooleanEditor
Called when the property mutator changes.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.ComboEnumeratedTypeEditor
Overridden so that we can properly configure the combo box model for the given type.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.ContainerEditor
Intercepted to configure the list panel to most appropriately modify the list.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.ListEditor
Intercepted to configure the list panel to most appropriately modify the list.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.SpinnerEnumeratedTypeEditor
Overridden so that we can properly configure the combo box model for the given type.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.editor.TableUI
Intercepted to configure the list panel to most appropriately modify the list.
setPropertyMutator(PropertyMutator) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPaneUI
Sets this MetaPropertyUI instance to reflect value of the specified property mutator.
setPropertyMutator(PropertyMutator) - Method in interface org.progeeks.meta.swing.MetaPropertyUI
Sets this MetaPropertyUI instance to reflect value of the specified property mutator.
setPropertyName(String) - Method in class org.progeeks.meta.PropertyInfo
Sets the property name this PropertyInfo represents.
setPropertyNames(List) - Method in class org.progeeks.meta.format.UrlQueryFormat
Convenience setter for the property names list
setPropertyNames(List) - Method in class org.progeeks.meta.view.DefaultMetaForm
Sets the names and order of properties to be included in this form.
setPropertyType(PropertyType) - Method in class org.progeeks.meta.PropertyInfo
Sets the type of this property.
setPropertyValue(String, Object) - Method in class org.progeeks.dbf.meta.DbfMetaObject
 
setPropertyValue(String, Object) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
setPropertyValue(String, Object) - Method in class org.progeeks.hibernate.MetaObjectProxy
 
setPropertyValue(String, Object) - Method in class org.progeeks.jmx.MBeanMetaObject
 
setPropertyValue(String, Object) - Method in class org.progeeks.meta.AbstractMetaObject
Overridden by subclasses to provide implementation-specific field-level access.
setPropertyValue(String, Object) - Method in class org.progeeks.meta.beans.BeanMetaObject
Used a bean-inspector to set the property and does some checks to make sure property changes are propagated correctly even if the bean's internal reference hasn't changed.
setPropertyValue(String, Object) - Method in class org.progeeks.meta.jdbc.ResultSetMetaObjectIterator
Set a property that just generates an error right now.
setPropertyValue(Object) - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Called to set the current property value.
setPropertyValue(String, Object) - Method in class org.progeeks.meta.util.MapMetaObject
Stores the property in the internal map.
setPropertyValue(String, Object) - Method in class org.progeeks.meta.util.PreferencesMetaObject
 
setPropertyValues(Object, Object[], EntityMode) - Method in class org.progeeks.hibernate.MetaObjectPersister
 
setPropGenerators(Map) - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
Map where the keys are property names and the data is a generator for that property.
setReadable(boolean) - Method in class org.progeeks.meta.PropertyInfo
Sets the redability of this property.
setRecordCount(int) - Method in class org.progeeks.dbf.DbfHeader
 
setRecurse(boolean) - Method in class org.progeeks.bcel.Dependencies
 
setRef(Object) - Method in class org.progeeks.jfreechart.LinkedTsDataItem
 
setRemoveOrphans(boolean) - Method in class org.progeeks.graph.ObservableAdjacencyList
Set to true to cause the list to remove orphaned nodes when removing edges.
setRemoveOrphans(boolean) - Method in class org.progeeks.graph.ObservableEdgeMap
 
setRenderDefaultValues(boolean) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Set to true for default property values to be rendered with the rest of the properties.
setRenderMetaClassAsAttribute(boolean) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
Set to true to render a more generic outer tag with the meta-class name as an attribute.
setRepositoryDir(File) - Method in class org.progeeks.repository.Repository
Sets the repository directory (i.e. root directory for the repository).
setResizable(boolean) - Method in class org.progeeks.meta.ContainerPropertyInfo
Sets the resizability of the containers referenced by this property.
setRetryTime(int) - Method in class org.progeeks.repository.WormSharedLockManager
Sets the time in milliseconds to wait between attempts to obtain the id lock.
setReturnException(String, Throwable) - Method in class org.progeeks.junit.TestInvocationHandler
Sets the exception to generate for the given method's invocation.
setReturnResult(String, Object) - Method in class org.progeeks.junit.TestInvocationHandler
Sets the result object to return for a given method's invocation.
setReversed(boolean) - Method in class org.progeeks.util.swing.SortedTableModel
 
setRight(double) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
setRollCount(Integer) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
setRolloutPanel(JComponent) - Method in class org.progeeks.util.swing.RolloutPanel
Sets the panel that is opened and closed.
setRollUnit(Integer) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
setRootedTree(RootedTree) - Method in class org.progeeks.graph.swing.RootedTreeViewModel
 
setRootNodeId(String) - Method in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
Sets the root preference ID to prepend to any relative node paths.
setRootPredicate(Predicate) - Method in class org.progeeks.graph.StandardOrientedForestView
Sets the predicate used to locate the initial root set.
setRootTag(String) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Sets the root tag for the profile.
setRotationAnchor(TextAnchor) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
setScrollable(boolean) - Method in class org.progeeks.meta.swing.wizard.PageConfiguration
 
setSecondaryObject(Object) - Method in class org.progeeks.meta.util.PropertyLink
 
setSecondaryProperty(String) - Method in class org.progeeks.meta.util.PropertyLink
 
setSecondarySortColumn(int) - Method in class org.progeeks.util.swing.SortedTableModel
 
setSelectedFont(Font) - Method in class org.progeeks.util.swing.FontChooser
Sets the currently selected font.
setSelectedMetaObject(MetaObject) - Method in class org.progeeks.meta.swing.MetaObjectTabbedPane
Sets the currently visible meta-object.
setSelectedMetaObject(Object) - Method in class org.progeeks.util.swing.ListTabbedPane
Sets the currently visible object.
setSeriesNameProperty(String) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
setShadowColor(Color) - Method in class org.progeeks.util.swing.BeveledBoxIcon
 
setShapeFile(String) - Method in class org.progeeks.geo.EsriShapeResource
Sets the name of the .SHP shape file.
setShortName(String) - Method in class org.progeeks.meta.PropertyInfo
Sets the short displayable version of the property name.
setShowAdds(boolean) - Method in class org.progeeks.bcel.Dependencies
 
setShxFile(String) - Method in class org.progeeks.geo.EsriShapeResource
Sets the name of the .SHX file associated with this shape resource.
setSignaturePattern(String) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Sets a single signature pattern that will be used to determine if this validator should handle a particular XML signature.
setSignaturePatterns(List) - Method in class org.progeeks.tool.xml.ObjectXmlProfile
Sets a list of regular expressions that will be used to determine if this validator should handle a particular XML signature.
setSimpleName(boolean) - Method in class org.progeeks.meta.format.ClassPropertyFormat
 
setSingleLineAttributes(boolean) - Method in class org.progeeks.util.xml.XmlPrintWriter
Set to true to print each attribute on its own line.
setSize(int) - Method in class org.progeeks.dbf.DbfField
 
setSize(Double) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.NumberTickUnitBean
 
setSortColumns(int, int) - Method in class org.progeeks.util.swing.SortedTableModel
 
setSourceProperty(String) - Method in class org.progeeks.util.beans.PropertyChangeLink
Sets the name of the source property to which this PropertyChangeLink will respond.
setStackEnvironment(StackEnvironment) - Method in interface org.progeeks.cmd.stack.StackableCommandProcessor
Sets the stack environment providing access to the command processor stack.
setStart(Date) - Method in class org.progeeks.tool.gen.DateGenerator
 
setStartsWith(boolean) - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
Controls whether we're need the beginnings of our substring and the predicated value to match from the beginning
setState(boolean) - Method in class org.progeeks.util.thread.ConditionalLock
Sets the state to the specified value.
setState(Object, Object) - Method in class org.progeeks.util.thread.StateCollector
Sets the state for the specified actor.
setStateHandler(int, int, StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Sets the specified handler to process messages for the specified state and message type.
setStateHandlers(int[], int, StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Sets the specified handler to process messages for the specified states and message type.
setStateHandlers(int, int[], StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Sets the specified handler to process messages for the specified state and message types.
setStateHandlers(int[], int[], StateHandler) - Method in class org.progeeks.fsm.FiniteStateMachine
Sets the specified handler to process messages for the specified states and message types.
setStop(Date) - Method in class org.progeeks.tool.gen.DateGenerator
 
setStoreOriginalData(boolean) - Method in class org.progeeks.jfreechart.MetaDatasetProducer
 
setStringProperty(String, String) - Method in class org.progeeks.util.beans.PropertyHolder
Sets the specified property to the specified value firing a change notification as appropriate.
setStringProperty(String, String) - Method in class org.progeeks.util.DefaultViewContext
Sets the specified property to the specified value firing a change notification as appropriate.
setStyleSheet(String) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Sets the stylesheet to one loaded from the supplied path.
setStyleSheet(InputStream) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Sets the stylesheet to the one loaded from the supplied input stream.
setStyleSheet(Reader) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Sets the stylesheet to the one loaded from the supplied reader.
setStyleSheet(Source) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Sets the stylesheet by parsing the stylesheet definition from the supplied source.
setStyleSheetXml(String) - Method in class org.progeeks.util.xml.ObjectTransformingXmlReader
Sets the stylesheet to the supplied XML string.
setSubstring(String) - Method in class org.progeeks.graph.MetaObjectSubstringPredicate
 
setTail(Object) - Method in class org.progeeks.graph.xml.GraphObjectHandler.EdgeHolder
 
setTailObject(Object) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setTailPredicate(Predicate) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setTarget(Object) - Method in class org.progeeks.util.TemplateExpressionProcessor
Sets the target object used for embedded lookups.
setTargetGraph(Graph) - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
 
setTargetProperty(String) - Method in class org.progeeks.util.beans.PropertyChangeLink
Sets the property that will be set when change events are received for the source property.
setTestContext(TestContext) - Method in class org.progeeks.junit.ContextualTestCase
Set the test context for the test case.
setTestContextFactory(BeanConfigurator) - Method in class org.progeeks.junit.ContextualTestCase
Sets the context factory for generating test contexts.
setTestFixture(TestFixture) - Method in class org.progeeks.junit.DefaultTestContext
 
setTestFixture(TestFixture) - Method in interface org.progeeks.junit.TestContext
Set the test fixture for setting up and tearing down this context.
setTextAnchor(TextAnchor) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.ItemLabelPositionBean
 
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.junit.JUnitHandler
Sets a text property on the specified test suite.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.FormatRegistryHandler
Deprecated. Sets a text property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.meta.xml.MetaObjectHandler
Sets a text-value property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.AbstractObjectHandler
Sets a text-value property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ActionObjectHandler
Sets a text-value property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.BeanObjectHandler
Sets a text-value property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.ClassRegistryHandler
Sets a text-value property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.JndiObjectHandler
 
setTextProperty(Object, String, String, ObjectXmlReader) - Method in interface org.progeeks.util.xml.ObjectHandler
Sets a text-value property on the specified object.
setTextProperty(Object, String, String, ObjectXmlReader) - Method in class org.progeeks.util.xml.StringObjectHandler
Sets a text-value property on the specified object.
setTimePeriodAnchor(TimePeriodAnchor) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
setTimeProperty(String) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
Sets the underlying xProperty.
setTimeUnit(String) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
Must be one of "Millisecond", "Second", "Minute", "Hour", "Day", "Week", "Month", "Quarter", "Year".
setTimeZoneId(String) - Method in class org.progeeks.meta.format.DatePropertyFormat
 
setTitle(String) - Method in class org.progeeks.util.swing.RolloutPanel
Sets the title of the rollout.
setTokenPattern(String) - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
setTop(double) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
setTotalFormatter(NumberFormat) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
Sets the total formatter.
setTotalLabelFont(Font) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
setTotalLabelPaint(Color) - Method in class org.progeeks.jfreechart.EnhancedStackedXYBarRenderer
 
setTrue() - Method in class org.progeeks.util.thread.ConditionalLock
Sets the conditional to the true state.
setType(char) - Method in class org.progeeks.dbf.DbfField
 
setType(UnitType) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.InsetBean
 
setType(AnnotationType) - Method in class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Sets the type of annotation this mapping represents.
setType(PropertyType) - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
setType(Class) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.ObjectPropertyHolder
 
setType(Class) - Method in class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Sets the type that string properties will resolve to.
setTypeDescription(String) - Method in class org.progeeks.meta.swing.editor.FileEditor
 
setTypeDescription(String) - Method in class org.progeeks.meta.swing.editor.FileEditorFactory
Sets the description of the file format that will appear in any file choosers.
setTypeDescription(String) - Method in class org.progeeks.meta.swing.editor.FileListEditor
 
setTypeDescription(String) - Method in class org.progeeks.meta.swing.editor.FileListEditorFactory
Sets the description of the file format that will appear in any file choosers.
setUnit(Integer) - Method in class org.progeeks.jfreechart.xml.ChartObjectHandler.DateTickUnitBean
 
setUp() - Method in class org.progeeks.junit.ContextualTestCase
Sets up for a run of the test case using the test fixture (if one is configured) to initialize the test context.
setUp(TestContext) - Method in class org.progeeks.junit.DefaultTestFixture
 
setUp(TestContext) - Method in interface org.progeeks.junit.TestFixture
Set up the test context for a run of a test.
setupContainerInfo() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor
Attempts to configure the container info values based on some introspection heuristics and guesswork.
setupDefaultButtonFlags() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
Sets the default button flags based on the current page index.
setupListeners() - Method in class org.progeeks.util.swing.CheckBoxActionGroup
 
setupToolTipText(PropertyMutator, boolean) - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Called to setup the tooltip text when the mutator is set.
setupToolTipText(PropertyMutator, boolean) - Method in class org.progeeks.meta.swing.editor.ListEditor
 
setUrlEncoding(boolean) - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
 
setUrlEncoding(boolean) - Method in class org.progeeks.meta.format.UrlQueryFormat
Convenience setter for the urlEncode flag.
setUseDataBlock(boolean) - Method in class org.progeeks.meta.xml.LongStringXmlRenderer
Set to true if the strings should be wrapped in CDATA delimiters, false to treat it as straight text.
setUseEdgesAsChildren(boolean) - Method in class org.progeeks.graph.swing.OrientedForestModel
Set to true to return Graph.Edge objects for the children instead of just the nodes.
setUseMetaClassCache(boolean) - Method in class org.progeeks.repository.Repository
Sets the flag indicating if meta-classes should be cached in the repository.
setUserFocus(ChartEntity) - Method in class org.progeeks.jfreechart.ChartContext
Called by corresponding panel when the user clicks in the chart.
setUserObject(Object) - Method in class org.progeeks.graph.ImmutableIdentityEdge
Throws an UnsupportedOperationException because this edge implementation is immutable.
setUserObject(Object) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setUserObject(Object) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
setUserPredicate(Predicate) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
setUserPredicate(Predicate) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
setUserRequestHandler(UserRequestHandler) - Static method in class org.progeeks.util.ProgressManager
Convenience method for registering a factory for this thread by wrapping the specified UserRequestHandler using UserRequestReporterFactory.
setValue(Object) - Method in class org.progeeks.graph.FieldComparePredicate
Sets the value assocaited with the field of this predicate.
setValue(Object) - Method in class org.progeeks.graph.MetaObjectPredicate
Sets the value assocaited with the field of this predicate.
setValue(Object) - Method in class org.progeeks.graph.ObjectFieldPredicate
Sets the value associated with the field of this predicate.
setValue(Object) - Method in class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
setValue(Object) - Method in class org.progeeks.graph.xml.StandardPredicateHandler.EqualPredicateBean
 
setValue(Object) - Method in class org.progeeks.meta.DefaultListMutator
Resets the value of this property.
setValue(Object) - Method in class org.progeeks.meta.DefaultPropertyMutator
Resets the value of this property.
setValue(Object) - Method in class org.progeeks.meta.IsolatedMutator
Resets the value of this property.
setValue(Object) - Method in interface org.progeeks.meta.PropertyMutator
Resets the value of this property.
setValue(Object) - Method in class org.progeeks.meta.util.ListMutatorWrapper
Resets the value of this property.
setValue(Object) - Method in class org.progeeks.meta.util.PropertyMutatorWrapper
Resets the value of this property.
setValue(Object) - Method in class org.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
Sets the value of this annotation.
setValue(Object) - Method in class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 
setValue(String, Object, Inspector) - Method in class org.progeeks.util.beans.BeanConfigurator
 
setValue(Object) - Method in interface org.progeeks.util.beans.PropertyPath.PathReference
Sets the value of this reference.
setValue(Object) - Method in class org.progeeks.util.beans.PropertyPath.PropertyReference
Sets the value of this reference.
setValue(Object) - Method in class org.progeeks.util.xml.MapObjectHandler.Entry
 
setValueAt(Object, int, int) - Method in class org.progeeks.meta.swing.editor.TableModelAdapter
 
setValueAt(Object, int, int) - Method in class org.progeeks.util.swing.SortedTableModel
 
setValueGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.CollectionGenerator
 
setValueGenerator(DataGenerator) - Method in class org.progeeks.tool.gen.MapGenerator
 
setValueProperty(String) - Method in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
Sets the underlying yProperty.
setVerticalAlignment(int) - Method in class org.progeeks.util.swing.CompositeIcon
 
setViewContext(ViewContext) - Method in class org.progeeks.jfreechart.ChartContextPanel
 
setViewContext(ViewContext) - Method in interface org.progeeks.util.ContextView
Sets this view's current ViewContext.
setViewContext(ViewContext) - Method in class org.progeeks.util.DefaultContextView
Sets this view's current ViewContext.
setViewContext(ViewContext) - Method in class org.progeeks.util.swing.AbstractContextAction
Sets the view context for this action list and any of its children that are also context-aware.
setViewContext(ViewContext) - Method in class org.progeeks.util.swing.AbstractFocusedContextAction
Overridden to setup listeners on FocusedContexts that we're attached to.
setViewContext(ViewContext) - Method in class org.progeeks.util.swing.ActionList
Sets the view context for this action list and any of its children that are also context-aware.
setViewContext(ViewContext) - Method in class org.progeeks.util.swing.CompositeContextAction
Sets the view context for this action list and any of its children that are also context-aware.
setViewContext(ViewContext) - Method in interface org.progeeks.util.ViewContextAware
Sets the view context for this object.
setViewFactories(ClassRegistry) - Method in class org.progeeks.util.swing.WindowManager
Sets a mapping of context classes to view factories.
setViewFactories(ClassRegistry) - Method in interface org.progeeks.util.ViewManager
Sets a mapping of context classes to view factories.
setWritable(boolean) - Method in class org.progeeks.meta.PropertyInfo
Sets the writability of this property.
setXmlProfiles(List) - Method in class org.progeeks.tool.xml.XmlValidator
 
setXProperty(String) - Method in class org.progeeks.jfreechart.XYDatasetProducer
 
setXScale(double) - Method in class org.progeeks.util.swing.ScaledIcon
 
setYProperty(String) - Method in class org.progeeks.jfreechart.XYDatasetProducer
 
setYScale(double) - Method in class org.progeeks.util.swing.ScaledIcon
 
SHAPE_FILE_CODE - Static variable in class org.progeeks.geo.esri.EsriConstants
Magic number for the SHP file.
SHAPE_FILE_VERSION - Static variable in class org.progeeks.geo.esri.EsriConstants
Version number of the SHP file.
SHAPE_META_CLASS_NAME - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_MULTIPATCH - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_MULTIPATCH - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_MULTIPATCH - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_MULTIPOINT - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_MULTIPOINT - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_MULTIPOINT - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_MULTIPOINT_M - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_MULTIPOINT_M - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_MULTIPOINT_M - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_MULTIPOINT_Z - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_MULTIPOINT_Z - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_MULTIPOINT_Z - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_NULL - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_NULL - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_NULL - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POINT - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POINT - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POINT - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POINT_M - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POINT_M - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POINT_M - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POINT_Z - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POINT_Z - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POINT_Z - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POLYGON - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POLYGON - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POLYGON - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POLYGON_M - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POLYGON_M - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POLYGON_M - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POLYGON_Z - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POLYGON_Z - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POLYGON_Z - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POLYLINE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POLYLINE - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POLYLINE - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POLYLINE_M - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POLYLINE_M - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POLYLINE_M - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_POLYLINE_Z - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_POLYLINE_Z - Static variable in class org.progeeks.geo.EsriShapeReader
 
SHAPE_POLYLINE_Z - Static variable in class org.progeeks.geo.ShapeTest
 
SHAPE_PROP_BOX - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_HAS_MCOORDS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_HAS_ZCOORDS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_ID - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_PARTS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_POINTS - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_TYPE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPE_PROP_TYPES - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_META_CLASS_NAME - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_PROP_HAS_MCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_PROP_HAS_ZCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_PROP_MCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_PROP_XCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_PROP_YCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
SHAPEPOINT_PROP_ZCOORD - Static variable in class org.progeeks.geo.esri.EsriConstants
 
ShapeReader - Class in org.progeeks.geo.esri
Reads esri.shape meta objects from an ESRI SHP file.
ShapeReader(InputStream) - Constructor for class org.progeeks.geo.esri.ShapeReader
 
ShapeTest - Class in org.progeeks.geo
Playing with ESRI shape files.
ShapeTest(File, File) - Constructor for class org.progeeks.geo.ShapeTest
 
ShapeWriter - Class in org.progeeks.geo.esri
Writes esri.shape meta object to an ESRI SHP file (also creates the DBF and SHX) files).
ShapeWriter(EsriShapeResource, int) - Constructor for class org.progeeks.geo.esri.ShapeWriter
 
shouldBeIndeterminate() - Method in class org.progeeks.util.swing.SwingProgressReporter
Returns true if the bar should be indeterminate based on its min/max values.
shouldLoadClassFromParent(String) - Method in class org.progeeks.util.ClassSpace
 
shouldLoadClassFromParent(String) - Method in class org.progeeks.util.CompositeClassLoader
 
shouldLoadResourceFromParent(String) - Method in class org.progeeks.util.ClassSpace
 
show() - Method in class org.progeeks.meta.swing.wizard.MetaWizardDialog
 
showDialog(Component, String, Font) - Static method in class org.progeeks.util.swing.FontChooser
 
shpStream - Variable in class org.progeeks.geo.esri.ShapeWriter
 
shxStream - Variable in class org.progeeks.geo.esri.ShapeWriter
 
SimpleDateEditor - Class in org.progeeks.meta.swing.editor
 
SimpleDateEditor() - Constructor for class org.progeeks.meta.swing.editor.SimpleDateEditor
 
SimpleDateTimeEditor - Class in org.progeeks.meta.swing.editor
Editor implementation for modifying date and time values.
SimpleDateTimeEditor() - Constructor for class org.progeeks.meta.swing.editor.SimpleDateTimeEditor
 
SimpleEdgeDefinition - Class in org.progeeks.graph
Subclass of DefaultEdgeDefinition the auto-configures itself to use the specified user edge object.
SimpleEdgeDefinition(Object, boolean) - Constructor for class org.progeeks.graph.SimpleEdgeDefinition
 
SimpleEdgeDefinition(Object) - Constructor for class org.progeeks.graph.SimpleEdgeDefinition
Creates an EdgeDefinition that will use the specified userObject as the user edge object as well as the filter criteria.
SimpleExpressionLanguage - Class in org.progeeks.util
Enables a simple expression language that can be used to access object properties through PropertyAccess implementations.
SimpleExpressionLanguage(PropertyAccess) - Constructor for class org.progeeks.util.SimpleExpressionLanguage
 
SimpleExpressionLanguage.ExpressionElement - Interface in org.progeeks.util
 
SimpleExpressionLanguage.IndexedExpressionElement - Class in org.progeeks.util
 
SimpleExpressionLanguage.IndexedExpressionElement(int) - Constructor for class org.progeeks.util.SimpleExpressionLanguage.IndexedExpressionElement
 
SimpleExpressionLanguage.NamedExpressionElement - Class in org.progeeks.util
 
SimpleExpressionLanguage.NamedExpressionElement(String) - Constructor for class org.progeeks.util.SimpleExpressionLanguage.NamedExpressionElement
 
SimpleXmlReader - Class in org.progeeks.util.xml
Reads any XML document into a simple Collections based set of data structures.
SimpleXmlReader() - Constructor for class org.progeeks.util.xml.SimpleXmlReader
Creates a SimpleXmlReader that will read an object from an XML file and load it into Maps and Lists.
SimpleXmlReader.SimpleTagReader - Class in org.progeeks.util.xml
Handler that will dynamically deal with all of the different tags.
SimpleXmlReader.SimpleTagReader() - Constructor for class org.progeeks.util.xml.SimpleXmlReader.SimpleTagReader
 
SINGLETON_PREFIX - Static variable in class org.progeeks.util.xml.BeanConfiguratorHandler
 
SingletonConfigurator - Class in org.progeeks.util.beans
Specialized version of BeanConfigurator that will implement singleton getInstance() behavior with some advanced features.
SingletonConfigurator() - Constructor for class org.progeeks.util.beans.SingletonConfigurator
Constructs a bean configurator that is not specific to any bean class.
SingletonConfigurator(Class) - Constructor for class org.progeeks.util.beans.SingletonConfigurator
Constructs a bean configurator that can instantiate and configure beans of the specified concrete class.
SingletonIterator - Class in org.progeeks.util
Iterator implementation that contains a single object and returns it at the first call to next().
SingletonIterator(Object) - Constructor for class org.progeeks.util.SingletonIterator
 
size() - Method in class org.progeeks.meta.AbstractListMutator
Returns the number of elements in the list value.
size() - Method in class org.progeeks.meta.DefaultListMutator
 
size() - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
size() - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
size() - Method in class org.progeeks.util.ConstrainedObservableList
 
size() - Method in class org.progeeks.util.DefaultObservableList
 
size() - Method in class org.progeeks.util.ObservableMap
 
size() - Method in class org.progeeks.util.PatternSet
 
size() - Method in class org.progeeks.util.ReversedList
 
skip(long) - Method in class org.progeeks.util.BinaryDataInputStream
 
skip(long) - Method in class org.progeeks.util.ProgressReporterInputStream
 
skip(long) - Method in class org.progeeks.util.ProgressReporterReader
 
skipBytes(int) - Method in class org.progeeks.util.BinaryDataInputStream
 
SortedTableModel - Class in org.progeeks.util.swing
Wraps a standard table model and provides a sorted view.
SortedTableModel(TableModel) - Constructor for class org.progeeks.util.swing.SortedTableModel
 
SpinnerEnumeratedTypeEditor - Class in org.progeeks.meta.swing.editor
Basic integer editor implementation.
SpinnerEnumeratedTypeEditor(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.editor.SpinnerEnumeratedTypeEditor
 
StackableCommandProcessor - Interface in org.progeeks.cmd.stack
Command processor specialization that can be used in a StackedCommandProcessor.
StackEnvironment - Interface in org.progeeks.cmd.stack
Environment specialization providing access to the command processor stack controls.
STANDARD_EXAMPLES - Static variable in class org.progeeks.util.TemplateExpressionProcessor
 
STANDARD_IMPORTS - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Standard list of package imports for reading the meta-class objects from XML.
StandardBean - Interface in org.progeeks.util.beans
Interface denoting a standard bean implementation that provides methods for adding and removing property change listeners.
StandardOrientedForestView - Class in org.progeeks.graph
A default implementation of the OrientedForestView interface that supports some different operations than the standard Plexus DefaultOrientedForestView at the expense of a little correctness.
StandardOrientedForestView() - Constructor for class org.progeeks.graph.StandardOrientedForestView
Creates an empty oriented forest view.
StandardOrientedForestView(Graph) - Constructor for class org.progeeks.graph.StandardOrientedForestView
Creates a flat oriented forest view of the specified graph.
StandardOrientedForestView(Graph, Predicate, Predicate, Predicate) - Constructor for class org.progeeks.graph.StandardOrientedForestView
Creates an oriented forest view with the specified properties.
StandardPredicateHandler - Class in org.progeeks.graph.xml
An XML object handler that can read the standard predicate forms created by the different predicate factories in plexus or some predicates that require full information for instantiation such as the AnyPredicate, AllPredicate, etc..
StandardPredicateHandler() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler
 
StandardPredicateHandler.AllPredicateBean - Class in org.progeeks.graph.xml
 
StandardPredicateHandler.AllPredicateBean() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler.AllPredicateBean
 
StandardPredicateHandler.AnyPredicateBean - Class in org.progeeks.graph.xml
 
StandardPredicateHandler.AnyPredicateBean() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler.AnyPredicateBean
 
StandardPredicateHandler.EdgePredicateBean - Class in org.progeeks.graph.xml
 
StandardPredicateHandler.EdgePredicateBean() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler.EdgePredicateBean
 
StandardPredicateHandler.EqualPredicateBean - Class in org.progeeks.graph.xml
 
StandardPredicateHandler.EqualPredicateBean() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler.EqualPredicateBean
 
StandardPredicateHandler.NotPredicateBean - Class in org.progeeks.graph.xml
 
StandardPredicateHandler.NotPredicateBean() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler.NotPredicateBean
 
StandardPredicateHandler.PredicateBean - Interface in org.progeeks.graph.xml
 
StandardPredicateHandler.TraverserPredicateBean - Class in org.progeeks.graph.xml
 
StandardPredicateHandler.TraverserPredicateBean() - Constructor for class org.progeeks.graph.xml.StandardPredicateHandler.TraverserPredicateBean
 
startComment() - Method in class org.progeeks.util.xml.XmlPrintWriter
Starts a comment block.
startDataBlock() - Method in class org.progeeks.util.xml.XmlPrintWriter
Starts a CDATA block.
startDocType(String, String, String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Prints the XML DOCTYPE declaration.
startElement(String, String, String, Attributes) - Method in class org.progeeks.util.xml.XmlReader.XmlHandler
Called by the SAX parser when a new tag is started.
startMarkupDeclaration(String) - Method in class org.progeeks.util.xml.XmlPrintWriter
Starts a markup declaration such as ENTITY, ATTLIST and so on.
startRawText() - Method in class org.progeeks.util.xml.XmlPrintWriter
Starts a section of raw text output.
startTag(String, Attributes) - Method in class org.progeeks.util.xml.XmlReader
Called at the beginning of a new tag.
StateCollector - Class in org.progeeks.util.thread
Can track state among multiple threads and wait on consensus or for a certain number of participants to have set their state.
StateCollector() - Constructor for class org.progeeks.util.thread.StateCollector
 
StateHandler - Interface in org.progeeks.fsm
Handles a message type for a given state.
storeOriginalData - Variable in class org.progeeks.jfreechart.MetaDatasetProducer
 
StringGenerator - Class in org.progeeks.tool.gen
Helper class for generating String s that do not have more specific generators.
StringGenerator() - Constructor for class org.progeeks.tool.gen.StringGenerator
 
StringListGenerator - Class in org.progeeks.tool.gen
Puts together a single string comprised of elements generated from its #valueGenerator.
StringListGenerator() - Constructor for class org.progeeks.tool.gen.StringListGenerator
 
StringObjectHandler - Class in org.progeeks.util.xml
ObjectHandler implementation for handling strings.
StringObjectHandler() - Constructor for class org.progeeks.util.xml.StringObjectHandler
 
stringToValue(String) - Method in class org.progeeks.meta.swing.JFormatAdapter
 
StringUtils - Class in org.progeeks.util
Utilities for loading and manipulating strings.
StringUtils() - Constructor for class org.progeeks.util.StringUtils
 
StringXmlPropertyRenderer - Class in org.progeeks.meta.xml
Renders a single String XML property.
StringXmlPropertyRenderer() - Constructor for class org.progeeks.meta.xml.StringXmlPropertyRenderer
 
subList(int, int) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
subList(int, int) - Method in class org.progeeks.util.ConstrainedObservableList
 
subList(int, int) - Method in class org.progeeks.util.DefaultObservableList
 
subList(int, int) - Method in class org.progeeks.util.ReversedList
 
SUBSELECT - Static variable in class org.progeeks.hibernate.HibernateAnnotations.FetchPropertyType
 
suite() - Static method in class org.progeeks.junit.XmlTestLoader
Method invoked by a general test runner to get the suite of tests to run.
suite(String) - Static method in class org.progeeks.junit.XmlTestLoader
Method invoked by a test runner or this application's main method to create a test suite from the supplied configuration file.
suite(Reader) - Static method in class org.progeeks.junit.XmlTestLoader
Method invoked to actually load the test suite from a reader.
supportsGraph(Graph) - Method in class org.progeeks.geo.BoundaryFilter
Returns true for any GeospatialGraph.
supportsGraph(Graph) - Method in class org.progeeks.geo.LayerFilter
Returns true for any GeospatialGraph.
supportsGraph(Predicate, Graph) - Static method in class org.progeeks.graph.FilterUtils
Returns false if any of the contained filters are TargetedFilter and also return false for their supportsGraph() method.
supportsGraph(Graph) - Method in interface org.progeeks.graph.TargetedFilter
Returns true if this filter can provide optimized searching over the specified graph.
swapBytes(int) - Static method in class org.progeeks.util.BinaryDataInputStream
 
SwingCommandProcessor - Class in org.progeeks.cmd.swing
A command processor implementation that supports commands targetted to the AWT event thread or a set of background threads.
SwingCommandProcessor() - Constructor for class org.progeeks.cmd.swing.SwingCommandProcessor
Creates a new command processor implementation that can execute commands that are coordinated with the swing thread.
SwingGraphSynchronizer - Class in org.progeeks.graph.swing
GraphListener that will forward graph changes to another graph.
SwingGraphSynchronizer() - Constructor for class org.progeeks.graph.swing.SwingGraphSynchronizer
 
SwingGraphSynchronizer(Graph) - Constructor for class org.progeeks.graph.swing.SwingGraphSynchronizer
 
SwingProgressReporter - Class in org.progeeks.util.swing
A swing implementation of a progress reporter window.
SwingProgressReporter(Component, String, String, int, int) - Constructor for class org.progeeks.util.swing.SwingProgressReporter
Creates a new progress reporter that uses a swing JOptionPane to display status.
SwingRequestHandler - Class in org.progeeks.util.swing
Swing-based implementation of the user request handler.
SwingRequestHandler(Frame) - Constructor for class org.progeeks.util.swing.SwingRequestHandler
 
SwingThreadInvoker - Class in org.progeeks.util.swing
A dynamic proxy handler that will synchronize a set of methods with the AWT event thread.
SwingThreadInvoker(Object) - Constructor for class org.progeeks.util.swing.SwingThreadInvoker
 
synchronizeObject(Object, Class) - Static method in class org.progeeks.util.swing.SwingThreadInvoker
Wraps the specified class in a proxy that will execute its methods on the Swing/AWT thread.
synchronizeSeries(TimeSeries) - Method in class org.progeeks.jfreechart.TimeSeriesTable
Ensures that a given series has all the x-values that the other series have and visa-versa.
SYSTEM_LITERAL - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
System literal of the Hibernate mapping XML.
SYSTEM_NODE_ATTR - Static variable in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
 
SystemPropertyObjectHandler - Class in org.progeeks.util.xml
ObjectHandler implementation that can be used to import specific system properties into the XML object space.
SystemPropertyObjectHandler() - Constructor for class org.progeeks.util.xml.SystemPropertyObjectHandler
Constructor.
SystemPropertyObjectHandler.ObjectPropertyHolder - Class in org.progeeks.util.xml
Version of the system property holder that allows configuration of the type to which strings will resolve.
SystemPropertyObjectHandler.ObjectPropertyHolder() - Constructor for class org.progeeks.util.xml.SystemPropertyObjectHandler.ObjectPropertyHolder
 
SystemPropertyObjectHandler.SystemPropertyHolder - Class in org.progeeks.util.xml
Class for storing the intermediate object containing the information for determining the system property value.
SystemPropertyObjectHandler.SystemPropertyHolder(Class) - Constructor for class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Constructor for the holder that sets what kind of property it will be resolving.
SystemPropertyObjectHandler.SystemPropertyHolder() - Constructor for class org.progeeks.util.xml.SystemPropertyObjectHandler.SystemPropertyHolder
Protected constructor for subclasses that don't know their type yet.

T

TABLE_FORM - Static variable in class org.progeeks.meta.view.MetaFormFlavor
 
TableModelAdapter - Class in org.progeeks.meta.swing.editor
Wraps a meta-table to provide swing table model support.
TableModelAdapter(MetaTable) - Constructor for class org.progeeks.meta.swing.editor.TableModelAdapter
 
TableUI - Class in org.progeeks.meta.swing.editor
An editor/renderer implementation for a List of meta-objects that can be displayed in a JTable.
TableUI(MetaPropertyContext) - Constructor for class org.progeeks.meta.swing.editor.TableUI
 
TableUIFactory - Class in org.progeeks.meta.swing.editor
Factory for TableUIs.
TableUIFactory() - Constructor for class org.progeeks.meta.swing.editor.TableUIFactory
Creates a factory that will instantiate TableUI objects.
TableUIFactory(Class) - Constructor for class org.progeeks.meta.swing.editor.TableUIFactory
Creates a factory that will instantiate subclasses of TableUI specified by the uiClass parameter.
TableUtils - Class in org.progeeks.util.swing
Utility methods for JTables.
TableUtils() - Constructor for class org.progeeks.util.swing.TableUtils
 
tabRemoved(Component, Object) - Method in class org.progeeks.util.swing.ListTabbedPane
Overridden by subclasses to intercept the removal of a tab.
TAG_MAPPING - Static variable in class org.progeeks.meta.xml.TypeRegistryHandler
 
tagEnd(String, String, Object, Object) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
tagEnd(String, String, Object, Object) - Method in class org.progeeks.util.xml.SimpleXmlReader.SimpleTagReader
 
tagEnd(String, String, Object, Object) - Method in class org.progeeks.util.xml.TagReader
Performs any operations necessary to close a tag.
TagReader - Class in org.progeeks.util.xml
Handles the operations necessary to create an object for the associated tag type.
TagReader() - Constructor for class org.progeeks.util.xml.TagReader
 
tagStart(String, Attributes, Object) - Method in class org.progeeks.util.xml.ObjectXmlReader.ObjectTagReader
 
tagStart(String, Attributes, Object) - Method in class org.progeeks.util.xml.SimpleXmlReader.SimpleTagReader
 
tagStart(String, Attributes, Object) - Method in class org.progeeks.util.xml.TagReader
Called at the beginning of a tag so that the initial tag object can be created.
tagText(String, String, StringBuffer, Object, Object) - Method in class org.progeeks.util.xml.TagReader
Called when a new section of text is parsed from the body of the tag.
tail - Variable in class org.progeeks.util.thread.CircularQueue
 
TargetedEnvironment - Interface in org.progeeks.cmd
Specialization of Environment providing access to a specific target object.
TargetedFilter - Interface in org.progeeks.graph
A filter that can tell callers whether or not it can be usefully applied to a particular graph.
tearDown() - Method in class org.progeeks.junit.ContextualTestCase
Cleans up after a run of the test case by using the test fixture (if one is configured) to tear down the test context.
tearDown(TestContext) - Method in class org.progeeks.junit.DefaultTestFixture
 
tearDown(TestContext) - Method in interface org.progeeks.junit.TestFixture
Clean up the test context after a test run.
TEMPLATE_FACTORY - Static variable in class org.progeeks.meta.beans.BeanUtils
Constant factory that can create a MetaObject representing the properties and other information for a bean class.
TemplateExpressionProcessor - Class in org.progeeks.util
Interacts with the SimpleExpressionLanguage to allow basic variable substitution within string template expressions.
TemplateExpressionProcessor(SimpleExpressionLanguage) - Constructor for class org.progeeks.util.TemplateExpressionProcessor
Creates an untargeted template processor that will use the specified SimpleExpressionLanguage for lookups.
TemplateExpressionProcessor(Object, SimpleExpressionLanguage) - Constructor for class org.progeeks.util.TemplateExpressionProcessor
Creates a new template processor that will operate on the specified target using the specified expression language for lookups.
TemplateExpressionProcessor.NestedExpressionElement - Class in org.progeeks.util
A nested TemplateExpression within a TemplateExpression.
TemplateExpressionProcessor.NestedExpressionElement(List) - Constructor for class org.progeeks.util.TemplateExpressionProcessor.NestedExpressionElement
 
TemplateExpressionProcessor.ReferenceElement - Class in org.progeeks.util
A variable reference within a TemplateExpression.
TemplateExpressionProcessor.ReferenceElement(String) - Constructor for class org.progeeks.util.TemplateExpressionProcessor.ReferenceElement
 
TemplateExpressionProcessor.TemplateExpression - Class in org.progeeks.util
Represents a template expression string as a formal type that can be used to clarify method arguments, etc.
TemplateExpressionProcessor.TemplateExpression() - Constructor for class org.progeeks.util.TemplateExpressionProcessor.TemplateExpression
 
TemplateExpressionProcessor.TemplateExpression(String) - Constructor for class org.progeeks.util.TemplateExpressionProcessor.TemplateExpression
 
terminate() - Method in class org.progeeks.repository.DefaultLockManager
 
terminate() - Method in interface org.progeeks.repository.LockManager
Terminate the locking manager.
terminate() - Method in class org.progeeks.repository.WormSharedLockManager
Terminates the locking manager.
terminateView() - Method in class org.progeeks.meta.swing.AbstractMetaObjectUI
Called by the release method to remove any listeners that may have been registered with the view context.
terminateView() - Method in class org.progeeks.meta.swing.AbstractPropertyUI
Called by the release method to remove any listeners that may have been registered with the view context.
test() - Method in class org.progeeks.junit.ContextualTestCase.ContextTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.EqualsTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.FalseTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.NotNullTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.NotSameTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.NullTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.SameTest
 
test() - Method in class org.progeeks.junit.ContextualTestCase.TrueTest
 
TEST_SUITE_TAG - Static variable in class org.progeeks.junit.JUnitHandler
Tag denoting a test suite.
TestContext - Interface in org.progeeks.junit
Represents the context for a a single test.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.BaseDataGenerator
Left for sub-classes.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.BooleanGenerator
 
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.CollectionGenerator
 
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
 
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.ConditionalGenerator
Uses the same process as generateRealData for moving through the conditionCheckers and then invokes isDataValid on the value generator associated with whatever conditionChecker was matched.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.DateGenerator
Checks if the given item meets the criteria set for this generator.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.EqualsGenerator
Check if given item is equal to basis.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.GenGroupGenerator
Iterate over the members and see if any of them say that the data is valid.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.GroupMemberGenerator
See if the item is in the member list.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.MapGenerator
 
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.NumberGenerator
Checks if the given item meets the criteria set for this generator.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.SeriesGenerator
Checks that the item is within the specified range and that it could be hit with the set increment amount.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.StringGenerator
Checks if the given item meets the criteria set for this generator.
testData(Object, DataGeneratorContext) - Method in class org.progeeks.tool.gen.StringListGenerator
Always returns true.
TestFixture - Interface in org.progeeks.junit
Interface that defines a test fixture that can be used to initialize a test context before a test is run and then clean the context up after the test has run.
TestInvocationHandler - Class in org.progeeks.junit
A proxy invocation handler for testing that can serve as any interface and records the interface's last method invocations and its parameters.
TestInvocationHandler() - Constructor for class org.progeeks.junit.TestInvocationHandler
 
TestInvocationHandler.TestException - Class in org.progeeks.junit
Class used to denote a specific method invocation should generate an exception rather than return a result.
TestInvocationHandler.TestException(Throwable) - Constructor for class org.progeeks.junit.TestInvocationHandler.TestException
 
TESTS_FIELD - Static variable in class org.progeeks.junit.JUnitHandler
Field containing a list of the tests that belong to the suite.
TIME_TOOL_TIP - Static variable in class org.progeeks.jfreechart.xml.ChartObjectHandler
Creates a StandardXYToolTipGenerator that properly formats time values for the X coordinate.
timePeriodAnchor - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
TimeSeriesCrosshairsFocusHandler - Class in org.progeeks.jfreechart
FocusHandler which more accurately draws the crosshairs for TimeSeriesDataItems.
TimeSeriesCrosshairsFocusHandler() - Constructor for class org.progeeks.jfreechart.TimeSeriesCrosshairsFocusHandler
 
TimeSeriesDatasetProducer - Class in org.progeeks.jfreechart
A MetaDatasetProducer for TimeSeries collections.
TimeSeriesDatasetProducer() - Constructor for class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
TimeSeriesTable - Class in org.progeeks.jfreechart
TimeSeriesCollection which also implements the TableXYDataset interface.
TimeSeriesTable() - Constructor for class org.progeeks.jfreechart.TimeSeriesTable
 
timeUnit - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
timeUnitClass - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
timeUnitClasses - Static variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
timeUnitConstructor - Variable in class org.progeeks.jfreechart.TimeSeriesDatasetProducer
 
toArray() - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
toArray(Object[]) - Method in class org.progeeks.meta.util.ListMutatorWrapper
 
toArray() - Method in class org.progeeks.util.ConstrainedObservableList
 
toArray(Object[]) - Method in class org.progeeks.util.ConstrainedObservableList
 
toArray() - Method in class org.progeeks.util.DefaultObservableList
 
toArray(Object[]) - Method in class org.progeeks.util.DefaultObservableList
 
toIndex(int) - Method in class org.progeeks.util.ReversedList
Converts from a reverse index to a delegate index, or vice versa.
toInt() - Method in class org.progeeks.util.log.LogLevel
 
toLevel(int) - Static method in class org.progeeks.util.log.LogLevel
 
toMetaObject(Object) - Method in class org.progeeks.meta.util.MetaObjectListAdapter
 
toRealIndex(int) - Method in class org.progeeks.util.swing.SortedTableModel
Maps an index in the sorted view to an index in the real table.
toSortedIndex(int) - Method in class org.progeeks.util.swing.SortedTableModel
Maps an index in the real table to an index in the sorted view.
toString() - Method in class org.progeeks.bcel.ClassDependencyGraph.Package
 
toString() - Method in class org.progeeks.cmd.BooleanResult
 
toString() - Method in class org.progeeks.cmd.IntegerResult
 
toString() - Method in class org.progeeks.cmd.ObjectResult
 
toString() - Method in class org.progeeks.dbf.DbfField
 
toString() - Method in class org.progeeks.dbf.DbfHeader
 
toString() - Method in class org.progeeks.dbf.DbfRecord
 
toString() - Method in class org.progeeks.dbf.meta.DbfMetaObject
 
toString() - Method in class org.progeeks.fsm.ForwardingTransitionHandler
 
toString() - Method in class org.progeeks.fsm.TransitionHandler
 
toString() - Method in class org.progeeks.geo.GeoLayer
 
toString() - Method in class org.progeeks.geo.GeoLine
 
toString() - Method in class org.progeeks.geo.GeoMultiPath
 
toString() - Method in class org.progeeks.geo.GeoPath
 
toString() - Method in class org.progeeks.geo.GeoPoint
 
toString() - Method in class org.progeeks.geo.GeoRectangle
 
toString() - Method in class org.progeeks.graph.CompositeGraph
 
toString() - Method in class org.progeeks.graph.FieldComparePredicate
 
toString() - Method in class org.progeeks.graph.IdentifiableLocator
 
toString() - Method in class org.progeeks.graph.ImmutableIdentityEdge
 
toString() - Method in class org.progeeks.graph.MetaObjectLocator
 
toString() - Method in class org.progeeks.graph.MetaObjectPredicate
 
toString() - Method in class org.progeeks.graph.MetaObjectRangePredicate
 
toString() - Method in class org.progeeks.graph.MetaObjectRegexPredicate
 
toString() - Method in class org.progeeks.graph.ObjectFieldPredicate
 
toString() - Method in class org.progeeks.graph.PredicateRegistry.PredicateMapping
 
toString() - Method in class org.progeeks.graph.PredicateRegistry
 
toString() - Method in class org.progeeks.jmx.MBeanMetaObject
 
toString() - Method in class org.progeeks.junit.ContextualTestCase.EqualsTest
 
toString() - Method in class org.progeeks.junit.ContextualTestCase.FalseTest
 
toString() - Method in class org.progeeks.junit.ContextualTestCase.NotNullTest
 
toString() - Method in class org.progeeks.junit.ContextualTestCase.NotSameTest
 
toString() - Method in class org.progeeks.junit.ContextualTestCase.NullTest
 
toString() - Method in class org.progeeks.junit.ContextualTestCase.SameTest
 
toString() - Method in class org.progeeks.junit.ContextualTestCase
Override to return more specific description of what case and context this instance is running.
toString() - Method in class org.progeeks.junit.ContextualTestCase.TrueTest
 
toString() - Method in class org.progeeks.meta.annotate.AnnotationType
 
toString() - Method in class org.progeeks.meta.annotate.CompositeKey
 
toString() - Method in class org.progeeks.meta.annotate.PropertyKey
 
toString() - Method in class org.progeeks.meta.beans.BeanMetaObject
 
toString() - Method in class org.progeeks.meta.ClassPropertyType
 
toString() - Method in class org.progeeks.meta.ContainerPropertyInfo
 
toString() - Method in class org.progeeks.meta.ContainerPropertyType
 
toString() - Method in class org.progeeks.meta.DeferredPropertyType
 
toString() - Method in class org.progeeks.meta.format.BeanFieldPropertyFormat
String summary.
toString() - Method in class org.progeeks.meta.format.DatePropertyFormat
String summary.
toString() - Method in class org.progeeks.meta.format.DefaultListPropertyFormat
String summary.
toString() - Method in class org.progeeks.meta.format.DefaultPropertyFormat
String summary.
toString() - Method in class org.progeeks.meta.format.FieldSubstitutionFormat
String summary.
toString() - Method in class org.progeeks.meta.format.MetaFieldPropertyFormat
String summary.
toString() - Method in class org.progeeks.meta.format.MonthFormat
String summary.
toString() - Method in class org.progeeks.meta.format.MultiTypeFormat
String summary.
toString() - Method in class org.progeeks.meta.format.PercentFormat
String summary.
toString() - Method in class org.progeeks.meta.format.UrlQueryFormat
String summary.
toString() - Method in class org.progeeks.meta.MetaClass
 
toString() - Method in class org.progeeks.meta.MetaClassPropertyType
 
toString() - Method in class org.progeeks.meta.PropertyInfo
 
toString() - Method in class org.progeeks.meta.util.MapMetaKit
 
toString() - Method in class org.progeeks.meta.util.MapMetaObject
 
toString() - Method in class org.progeeks.meta.util.PreferencesMetaObject
 
toString() - Method in class org.progeeks.meta.view.DefaultMetaForm
 
toString() - Method in class org.progeeks.meta.view.MetaFormFlavor
 
toString() - Method in class org.progeeks.repository.Repository.ReadLockedItem
Returns a string summary of the object.
toString() - Method in class org.progeeks.repository.Repository
Returns a string summary of the object.
toString() - Method in class org.progeeks.tool.gen.BooleanGenerator
 
toString() - Method in class org.progeeks.tool.gen.ComplexObjectGenerator
 
toString() - Method in class org.progeeks.tool.gen.DateGenerator
 
toString() - Method in class org.progeeks.tool.gen.EqualsGenerator
 
toString() - Method in class org.progeeks.tool.gen.NumberGenerator
 
toString() - Method in class org.progeeks.util.beans.BeanConfigurator
 
toString() - Method in class org.progeeks.util.beans.ContainerPropertyDescriptor.PluralPattern
 
toString() - Method in class org.progeeks.util.beans.PropertyPath.PropertyElement
 
toString() - Method in class org.progeeks.util.beans.PropertyPath.PropertyReference
 
toString() - Method in class org.progeeks.util.beans.SingletonConfigurator
 
toString() - Method in class org.progeeks.util.ClassRegistry
 
toString() - Method in class org.progeeks.util.CompositeClassLoader
 
toString() - Method in class org.progeeks.util.ConstrainedObservableList
 
toString() - Method in class org.progeeks.util.DefaultObservableList
 
toString() - Method in class org.progeeks.util.DefaultViewFactory
 
toString() - Method in class org.progeeks.util.ErrorInfo
 
toString() - Method in class org.progeeks.util.ExtensionFileFilter
 
toString() - Method in class org.progeeks.util.log.LogEvent
 
toString() - Method in class org.progeeks.util.log.LogLevel
 
toString() - Method in class org.progeeks.util.ObservableMap
 
toString() - Method in class org.progeeks.util.RegexFileFilter
 
toString() - Method in class org.progeeks.util.SimpleExpressionLanguage.IndexedExpressionElement
 
toString() - Method in class org.progeeks.util.SimpleExpressionLanguage.NamedExpressionElement
 
toString() - Method in class org.progeeks.util.swing.ActionList
 
toString() - Method in class org.progeeks.util.TemplateExpressionProcessor.NestedExpressionElement
 
toString() - Method in class org.progeeks.util.TemplateExpressionProcessor.ReferenceElement
 
toString() - Method in class org.progeeks.util.TemplateExpressionProcessor.TemplateExpression
 
toString() - Method in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
trace(Object) - Method in class org.progeeks.util.log.Log
Log a message at the trace priority level.
trace(Object, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the trace priority level including the stack trace of the specified Throwable.
TRACE - Static variable in class org.progeeks.util.log.LogLevel
 
transformClassName(String) - Method in class org.progeeks.meta.xml.XmlRenderContext
Performs any necessary transformations on the specified class name and then returns it.
transformClassName(String) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Returns the transformed class name after chopping off any relevant package name and setting the first letter of the separated class name to a lowercase character.
transformFocusData(Object, MetaDatasetProducer) - Method in class org.progeeks.jfreechart.DefaultFocusHandler
Creates a dataset containing 1 item - the focus.
TransitionHandler - Class in org.progeeks.fsm
A handler that simply returns an arbitrary state transition.
TransitionHandler(int) - Constructor for class org.progeeks.fsm.TransitionHandler
Creates a transition handler that will return the specified state when processed.
translateFromPrimitive(Class) - Static method in class org.progeeks.util.InspectionUtils
If this specified class represents a primitive type (int, float, etc.) then it is translated into its wrapper type (Integer, Float, etc.).
translateFromPrimitive(Class) - Static method in class org.progeeks.util.Inspector
If this specified class represents a primitive type (int, float, etc.) then it is translated into its wrapper type (Integer, Float, etc.).
translateFromPrimitive(Class) - Static method in class org.progeeks.util.Inspector2
Deprecated. If this specified class represents a primitive type (int, float, etc.) then it is translated into its wrapper type (Integer, Float, etc.).
traverser(Object, Predicate) - Method in class org.progeeks.graph.CacheGraph
 
traverser(Object, Predicate, Graph) - Method in class org.progeeks.graph.CompositeGraph.GraphCoordinator
Returns a traverser for the specified node that is filtered by the specified predicate.
traverser(Object) - Method in class org.progeeks.graph.CompositeGraph
 
traverser(Object, Predicate) - Method in class org.progeeks.graph.CompositeGraph
 
traverser(Object, Predicate) - Method in class org.progeeks.graph.LoggingGraph
 
traverser(Object) - Method in class org.progeeks.graph.MapGraph
 
traverser(Object, Predicate, Graph) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Returns a traverser for the specified node that is filtered by the specified predicate.
TRAVERSER_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
TRUE - Static variable in class org.progeeks.hibernate.HibernateAnnotations.LazyPropertyType
 
TRUE_PREDICATE - Static variable in class org.progeeks.graph.xml.StandardPredicateHandler
 
truncateEvents() - Method in class org.progeeks.junit.RecordingPropertyChangeListener
Checks the list of recorded events and if it contains more than the maximum number of events allowed, removes the oldest events.
type - Variable in class org.progeeks.util.Inspector
The class of the object upon which inspection is done.
type - Variable in class org.progeeks.util.Inspector2
Deprecated. The class of the object upon which inspection is done.
type - Variable in class org.progeeks.util.TypedPropertyAccess.AccessEntry
 
TYPE_LINE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_MULTI_LINE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_MULTI_POINT - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_MULTI_POLYGON - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_MULTI_SIMPLE_LINE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_NIL - Static variable in class org.progeeks.geo.esri.EsriConstants
SeShape constants
TYPE_POINT - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_POLYGON - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TYPE_SIMPLE_LINE - Static variable in class org.progeeks.geo.esri.EsriConstants
 
TypedMap - Class in org.progeeks.meta.util
A Map implementation providing field-level change notification as well as type information compatible with the core meta-jb property info classes..
TypedMap() - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation wrapping a HashMap instance.
TypedMap(Map) - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation wrapping the specified map.
TypedMap(Map, Collection) - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation wrapping the specified map and using the specified property information.
TypedMap(Collection) - Constructor for class org.progeeks.meta.util.TypedMap
Typed map implementation using the specified property information.
TypedPropertyAccess - Class in org.progeeks.util
Looks up an appropriate PropertyAccess object using instanceof checks on the target object.
TypedPropertyAccess() - Constructor for class org.progeeks.util.TypedPropertyAccess
 
TypedPropertyAccess(PropertyAccess) - Constructor for class org.progeeks.util.TypedPropertyAccess
 
TypedPropertyAccess.AccessEntry - Class in org.progeeks.util
 
TypedPropertyAccess.AccessEntry(Class, PropertyAccess) - Constructor for class org.progeeks.util.TypedPropertyAccess.AccessEntry
 
TypeRegistry - Class in org.progeeks.meta
Class for relating objects to types.
TypeRegistry() - Constructor for class org.progeeks.meta.TypeRegistry
 
TypeRegistry(TypeRegistry) - Constructor for class org.progeeks.meta.TypeRegistry
 
TypeRegistryHandler - Class in org.progeeks.meta.xml
ObjectHandler implementation for converting XML into a TypeRegistry implementation.
TypeRegistryHandler() - Constructor for class org.progeeks.meta.xml.TypeRegistryHandler
 
TypeRegistryHandler.Mapping - Class in org.progeeks.meta.xml
Represents a single mapping in the registry as read from XML.
TypeRegistryHandler.Mapping() - Constructor for class org.progeeks.meta.xml.TypeRegistryHandler.Mapping
 

U

uncache(Object) - Method in class org.progeeks.graph.ObservableAdjacencyList
Adds the object directly to the cache and fires the appropriate events.
uncacheObject(Object) - Method in class org.progeeks.util.Cache
Uncaches the object for the specified ID.
UNDEFINED - Static variable in class org.progeeks.hibernate.HibernateAnnotations.UnsavedValuePropertyType
 
UnexcludedGraphCoordinator - Class in org.progeeks.graph
CompositeGraph.GraphCoordinator specialization that automatically unwraps AndPredicates that contain an ExcludesFilter... and if an ExludesFilter is passed directly then it is not passed on to the client.
UnexcludedGraphCoordinator() - Constructor for class org.progeeks.graph.UnexcludedGraphCoordinator
 
UnexcludedGraphCoordinator(String) - Constructor for class org.progeeks.graph.UnexcludedGraphCoordinator
 
UNKNOWN - Static variable in class org.progeeks.util.xml.FileSetHandler.FilePattern
 
UNLIMITTED_EVENTS - Static variable in class org.progeeks.junit.RecordingPropertyChangeListener
Constant used to indicate the listener should remember all events it receives.
UnsupportedKeyException - Exception in org.progeeks.meta.annotate
This exception is thrown by an annotation map when it doesn't support a certain type of key.
UnsupportedKeyException() - Constructor for exception org.progeeks.meta.annotate.UnsupportedKeyException
 
UnsupportedKeyException(String) - Constructor for exception org.progeeks.meta.annotate.UnsupportedKeyException
 
unwrapPredicate(Predicate) - Method in class org.progeeks.graph.UnexcludedGraphCoordinator
Unwraps the predicate if possible and returns the unwrapped version and the separated excludes filter in an array.
unwrapPropertyValue(Object, PropertyType) - Method in class org.progeeks.graph.meta.GraphMetaObject
Avoid all wrapping/unwrapping for the time-being.
unwrapPropertyValue(String, Object, PropertyType) - Method in class org.progeeks.meta.AbstractMetaObject
Unwraps the object as appropriate to pass to the internal setPropertyValue() method or returns the original value if no unwrapping is needed.
UPDATE - Static variable in class org.progeeks.util.ListPropertyChangeEvent
 
updateBoundingAxis(MetaObject, String, String, String) - Method in class org.progeeks.geo.esri.ShapeWriter
 
updateBoundingBox(MetaObject) - Method in class org.progeeks.geo.esri.ShapeWriter
 
updateBytesRead(long) - Method in class org.progeeks.util.ProgressReporterInputStream
 
updateBytesRead(long) - Method in class org.progeeks.util.ProgressReporterReader
 
updateDatasets(List) - Method in class org.progeeks.jfreechart.ChartContext
Create or update the datasets that will be used in the chart.
updateDatasets(Object) - Method in class org.progeeks.jfreechart.ChartContext
Create or update the dataset that will be used in the chart.
updateHeader(RandomAccessFile, int) - Method in class org.progeeks.geo.esri.ShapeWriter
 
updateHeaderBoundingValue(RandomAccessFile, String) - Method in class org.progeeks.geo.esri.ShapeWriter
 
updatePropertyValue(PropertyInfo, Object, Object) - Method in class org.progeeks.graph.meta.GraphMetaObject
 
updateState(CheckBoxAction) - Method in class org.progeeks.util.swing.CheckBoxActionGroup
 
UrlQueryFormat - Class in org.progeeks.meta.format
This formatter will return a format in the pattern of: propName=propValue&prop2Name=prop2Value as typically used in queries.
UrlQueryFormat() - Constructor for class org.progeeks.meta.format.UrlQueryFormat
Default constructor.
UrlQueryFormat(String, List) - Constructor for class org.progeeks.meta.format.UrlQueryFormat
 
UrlQueryFormat(String, List, String) - Constructor for class org.progeeks.meta.format.UrlQueryFormat
 
UrlQueryFormat(String, List, String, boolean) - Constructor for class org.progeeks.meta.format.UrlQueryFormat
Constructor in which all config params may be specified.
USER_NODE_ATTR - Static variable in class org.progeeks.meta.xml.PreferencesMetaObjectHandler
 
UserRequest - Interface in org.progeeks.util
A UI-independent way of formulating a request to the user.
UserRequestHandler - Interface in org.progeeks.util
Provides UI-independant access to the user.

V

validate(File) - Method in class org.progeeks.tool.xml.XmlValidator
 
validate(Object, File) - Method in class org.progeeks.tool.xml.XmlValidatorTask
 
validateFile(File) - Method in class org.progeeks.tool.xml.XmlValidator
 
validateFiles(List) - Method in class org.progeeks.tool.xml.XmlValidator
 
validateProperties() - Method in class org.progeeks.meta.view.DefaultMetaForm
Called to validate the list of names against the associated meta-class if both exist.
valueForPathChanged(TreePath, Object) - Method in class org.progeeks.util.swing.AbstractTreeModel
 
values() - Method in class org.progeeks.util.ObservableMap
 
valueToString(Object) - Method in class org.progeeks.meta.swing.JFormatAdapter
 
verifyAccess(AccessibleObject) - Static method in class org.progeeks.util.beans.BeanInspector
Work-around a sort of anomoly in the reflection classes.
verifyMinMax() - Method in class org.progeeks.tool.gen.NumberGenerator
Make sure it's possible to generate a number in the proper range
VERSION - Static variable in class org.progeeks.hibernate.HibernateAnnotations.OptimisticLockingPropertyType
 
VERSION_ATTRIBUTE - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Version attribute for the XML processing instruction.
VERSION_VALUE - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
Version value for the version attribute.
viewAdded(ViewContext) - Method in class org.progeeks.util.swing.WindowManager
 
ViewCommand - Interface in org.progeeks.cmd.swing
A command specialization that provides additional information about which thread it should be run on.
ViewContext - Interface in org.progeeks.util
Represents a section of the model operated on by a particular view and the view-specific model.
ViewContextAware - Interface in org.progeeks.util
Represents an object that can be aware of the context within which it is operating.
ViewFactory - Interface in org.progeeks.util
Factory that can create views from a ViewContext.
ViewManager - Interface in org.progeeks.util
Interface denoting a class that can manage the views for an obserable list of contexts.
viewRemoved(ViewContext) - Method in class org.progeeks.util.swing.WindowManager
 

W

waitForEmpty() - Method in class org.progeeks.util.thread.CircularQueue
Blocks until the queue is empty.
waitForFalse(long) - Method in class org.progeeks.util.thread.ConditionalLock
Waits for the state to become false for the specified milliseconds.
waitForFalse() - Method in class org.progeeks.util.thread.ConditionalLock
Waits for the state to become false.
waitForPending() - Method in class org.progeeks.graph.swing.SwingGraphSynchronizer
Waits for all current pending operations to complete.
waitForStates(double, long) - Method in class org.progeeks.util.thread.StateCollector
Waits until a certain percentage of states have been collected or until the specified timeout.
waitForTrue(long) - Method in class org.progeeks.util.thread.ConditionalLock
Waits for the state to become true for the specified milliseconds.
waitForTrue() - Method in class org.progeeks.util.thread.ConditionalLock
Waits for the state to become true.
warn(Object) - Method in class org.progeeks.util.log.Log
Log a message at the warn priority level.
warn(Object, Throwable) - Method in class org.progeeks.util.log.Log
Log a message at the warn priority level including the stack trace of the specified Throwable.
WARN - Static variable in class org.progeeks.util.log.LogLevel
 
watchUpdates() - Method in class org.progeeks.meta.beans.PropertyChangeBridge
 
WeakGraphListener - Class in org.progeeks.graph
Graph listener that holds weak reference to a delegate GraphListener.
WeakGraphListener(GraphListener) - Constructor for class org.progeeks.graph.WeakGraphListener
 
WeakPropertyChangeListener - Class in org.progeeks.util
Property change listener that holds weak reference to a delegate property change listener.
WeakPropertyChangeListener(PropertyChangeListener) - Constructor for class org.progeeks.util.WeakPropertyChangeListener
 
WIDTH_MULTIPLIER - Static variable in class org.progeeks.jfreechart.ItemFocusHandler
 
WIDTH_MULTIPLIER - Static variable in class org.progeeks.jfreechart.SeriesFocusHandler
 
WILDCARD - Static variable in class org.progeeks.graph.MetaObjectRegexPredicate
Wildcard, searches all fields.
WindowFactory - Interface in org.progeeks.util.swing
Implementations of this factory create a Window object for a specified ViewContext.
WindowManager - Class in org.progeeks.util.swing
Manages a list of swing windows that are associated with specific ViewContexts from an ObservableList.
WindowManager() - Constructor for class org.progeeks.util.swing.WindowManager
 
WindowManager(ObservableList) - Constructor for class org.progeeks.util.swing.WindowManager
 
WindowManager(ObservableList, ClassRegistry) - Constructor for class org.progeeks.util.swing.WindowManager
 
WORD_CHARS - Static variable in class org.progeeks.tool.gen.StringGenerator
 
WorkerCommand - Class in org.progeeks.cmd.swing
Implementation of the ViewCommand interface that will first run as a background command and then redispatch itself as a foreground command.
WorkerCommand() - Constructor for class org.progeeks.cmd.swing.WorkerCommand
 
WormSharedLockManager - Class in org.progeeks.repository
A locking manager that provides basic distributed locking among several processes assuming that all processes are willing to access repository items in a WORM (Write Once, Read Many) manner.
WormSharedLockManager() - Constructor for class org.progeeks.repository.WormSharedLockManager
 
wrapObject(Object, MetaClass) - Method in class org.progeeks.jmx.MBeanMetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapObject(Object, MetaClass) - Method in class org.progeeks.meta.beans.BeanMetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapObject(Object, MetaClass) - Method in interface org.progeeks.meta.MetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapObject(Object, MetaClass) - Method in class org.progeeks.meta.util.CompositeMetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapObject(Object, MetaClass) - Method in class org.progeeks.meta.util.MapMetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapObject(Object, MetaClass) - Method in class org.progeeks.meta.util.PreferencesMetaKit
Wraps the specified object in a meta-object adapter specific to this kit's implementation layer.
wrapPropertyValue(String, PropertyType, Object) - Method in class org.progeeks.graph.meta.GraphMetaObject
Avoid all wrapping/unwrapping for the time-being.
wrapPropertyValue(String, PropertyType, Object) - Method in class org.progeeks.jmx.MBeanMetaObject
For some strange reason some JMX servers will tell us that a property is a String and then give us an ObjectName, Inet4Address, etc..
wrapPropertyValue(String, PropertyType, Object) - Method in class org.progeeks.meta.AbstractMetaObject
Wraps the object as appropriate to return to a caller or returns the original value if no wrapping is needed.
wrapPropertyValue(String, PropertyType, Object) - Method in class org.progeeks.meta.util.MapMetaObject
Overridden to wrap any nested TypedMaps.
wrapRawSuperType(Object) - Method in class org.progeeks.meta.ClassEnumeratedPropertyType
Called to wrap the specified class in a PropertyType.
wrapRawSuperType(Object) - Method in class org.progeeks.meta.ClassPropertyType
Called to wrap the specified class in a PropertyType.
wrapRawSuperType(Object) - Method in class org.progeeks.meta.ContainerPropertyType
Called to wrap the specified super-type in a PropertyType.
wrapRawSuperType(Object) - Method in class org.progeeks.meta.ListPropertyType
Called to wrap the specified super-type in a PropertyType.
wrapWriter(Writer) - Method in class org.progeeks.meta.xml.XmlRenderingEngine
Wraps or casts the specified writer as appropriate to return a properly configured XmlPrintWriter.
write(MetaObject) - Method in class org.progeeks.geo.esri.MetaObjectShapeWriter
Add the MetaObject to the output files.
write(byte[], int, int) - Method in class org.progeeks.util.BinaryDataOutputStream
 
write(byte[]) - Method in class org.progeeks.util.BinaryDataOutputStream
 
write(int) - Method in class org.progeeks.util.BinaryDataOutputStream
 
write(int) - Method in class org.progeeks.util.IndentPrintWriter
Overridden to set the new line state to false and to write the indent level if newLine is true.
write(char[], int, int) - Method in class org.progeeks.util.IndentPrintWriter
Overridden to set the new line state to false and to write the indent level if newLine is true.
write(String, int, int) - Method in class org.progeeks.util.IndentPrintWriter
Overridden to set the new line state to false and to write the indent level if newLine is true.
write(int) - Method in class org.progeeks.util.xml.XmlPrintWriter
Overridden to provide XML encoding when appropriate.
write(char[], int, int) - Method in class org.progeeks.util.xml.XmlPrintWriter
Overridden to provide XML encoding when appropriate.
write(String, int, int) - Method in class org.progeeks.util.xml.XmlPrintWriter
Overridden to provide XML encoding when appropriate.
writeAttribute(MetaObject, String, Object, XmlPrintWriter) - Static method in class org.progeeks.hibernate.HibernateMappingGenerator
Write an attribute out to the output XML with an optional default value if it has no value set.
writeAttributes(MetaObject, Collection, Map, XmlRenderContext) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
 
writeBoolean(BinaryDataOutputStream, Boolean, int) - Method in class org.progeeks.dbf.DbfRecord
 
writeBoolean(boolean) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeBoundingBox(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeByte(int) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeBytes(String) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeChar(int) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeChars(String) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeDate(BinaryDataOutputStream, Date, int) - Method in class org.progeeks.dbf.DbfRecord
 
writeDouble(double) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeDoubleLittleEndian(RandomAccessFile, double) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeElements(MetaObject, Collection, Map, XmlRenderContext) - Method in class org.progeeks.meta.xml.XmlMetaObjectRenderer
 
writeEncoded(String, int, int) - Method in class org.progeeks.util.xml.XmlPrintWriter
 
writeEncoded(char[], int, int) - Method in class org.progeeks.util.xml.XmlPrintWriter
 
writeEncoded(int) - Method in class org.progeeks.util.xml.XmlPrintWriter
Writes the specified value out as an encoded string if necessary.
writeExternal(ObjectOutput) - Method in class org.progeeks.cmd.BooleanResult
Optimized writing.
writeExternal(ObjectOutput) - Method in class org.progeeks.cmd.IntegerResult
Optimized writing.
writeExternal(ObjectOutput) - Method in class org.progeeks.cmd.ObjectResult
Optimized writing.
writeExternal(ObjectOutput) - Method in class org.progeeks.meta.beans.BeanMetaKit
Don't write anything because there's no point.
writeField(BinaryDataOutputStream) - Method in class org.progeeks.dbf.DbfField
 
writeFile(String, File) - Static method in class org.progeeks.util.StringUtils
Writes the string to the specified file.
writeFloat(float) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeHeader(BinaryDataOutputStream) - Method in class org.progeeks.dbf.DbfHeader
 
writeHeader(BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
Writes the header used for the SHP and IDX files, using place holders for information that can't be determined until all of the shapes have been written (such as file size and bounding box).
writeInt(int) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeInvalidChar(int) - Method in class org.progeeks.util.xml.XmlPrintWriter
Called to write out characters that are invalid in XML.
writeItemMetaData(String, MetaObject) - Method in class org.progeeks.repository.Repository
Writes the given meta-data information to the repository for the specified item.
writeLong(long) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeMeasureRange(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeMeasures(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeMetaClass(ObjectOutputStream) - Method in class org.progeeks.meta.AbstractMetaObject
Can be used by subclasses to write this object's meta-class in a way specified by the current serialization policy configuration.
writeNumeric(BinaryDataOutputStream, Object, int, int) - Method in class org.progeeks.dbf.DbfRecord
 
writeNumParts(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeNumPoints(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeParts(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writePartTypes(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writePoints(MetaObject, BinaryDataOutputStream, boolean, boolean) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeRecord(BinaryDataOutputStream) - Method in class org.progeeks.dbf.DbfRecord
 
writeRecord(DbfRecord) - Method in class org.progeeks.dbf.DbfWriter
 
writeReplace() - Method in class org.progeeks.hibernate.MetaObjectProxy
 
writeReplace() - Method in class org.progeeks.meta.AbstractMetaObject
Stores an instance of this object in the context MetaObjectCache for later retrieval.
writeShape(MetaObject) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeShort(int) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeString(BinaryDataOutputStream, String, int, boolean) - Method in class org.progeeks.dbf.DbfRecord
 
writeString(String, Writer) - Static method in class org.progeeks.util.StringUtils
Writes the string data to the specified writer.
writeUTF(String) - Method in class org.progeeks.util.BinaryDataOutputStream
 
writeZRange(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 
writeZValues(MetaObject, BinaryDataOutputStream) - Method in class org.progeeks.geo.esri.ShapeWriter
 

X

x - Variable in class org.progeeks.geo.GeoPoint
 
XML_FORM_FLAVOR - Static variable in class org.progeeks.meta.xml.XmlRenderingEngine
 
XML_PROCESSING_INSTRUCTION - Static variable in class org.progeeks.hibernate.HibernateMappingGenerator
XML processing instruction used in the output XML.
XmlDomTest - Class in org.progeeks.meta.xml
Parking this here for the moment to test out the way DOM encodes certain things.
XmlDomTest() - Constructor for class org.progeeks.meta.xml.XmlDomTest
 
XmlException - Exception in org.progeeks.util.xml
Base exception thrown by the XML utility classes.
XmlException() - Constructor for exception org.progeeks.util.xml.XmlException
 
XmlException(String) - Constructor for exception org.progeeks.util.xml.XmlException
 
XmlException(String, Throwable) - Constructor for exception org.progeeks.util.xml.XmlException
 
XmlMetaObjectRenderer - Class in org.progeeks.meta.xml
Default renderer for generating output for a meta-object.
XmlMetaObjectRenderer() - Constructor for class org.progeeks.meta.xml.XmlMetaObjectRenderer
Creates a renderer that will renderer all the fields of a meta-object.
XmlMetaObjectRenderer(List) - Constructor for class org.progeeks.meta.xml.XmlMetaObjectRenderer
Creates a renderer that will renderer the specified fields of a meta-object.
XmlPrintWriter - Class in org.progeeks.util.xml
Extends the functionality of the IndentPrintWriter to keep track of tag state and provide attribute support, etc..
XmlPrintWriter(Writer) - Constructor for class org.progeeks.util.xml.XmlPrintWriter
 
XmlPropertyRenderer - Interface in org.progeeks.meta.xml
Renders a single XML property
XmlReader - Class in org.progeeks.util.xml
Provides base support for reading XML files into objects as defined by subclass implementations.
XmlReader() - Constructor for class org.progeeks.util.xml.XmlReader
 
XmlReader.XmlHandler - Class in org.progeeks.util.xml
HandlerBase implementation that interacts with the outer class.
XmlReader.XmlHandler() - Constructor for class org.progeeks.util.xml.XmlReader.XmlHandler
 
XmlRenderContext - Class in org.progeeks.meta.xml
Contains the session specific information during a single rendering engine write call, including the XmlPrintWriter, a reference to the engine, an object cache, etc..
XmlRenderContext(XmlRenderingEngine, XmlPrintWriter, MetaKit) - Constructor for class org.progeeks.meta.xml.XmlRenderContext
 
XmlRenderingEngine - Class in org.progeeks.meta.xml
Renders MetaObjects to XML.
XmlRenderingEngine() - Constructor for class org.progeeks.meta.xml.XmlRenderingEngine
 
XmlSignatureReader - Class in org.progeeks.util.xml
Reads the first parts of an XML file to pull out tag signatures.
XmlSignatureReader() - Constructor for class org.progeeks.util.xml.XmlSignatureReader
 
XmlTestLoader - Class in org.progeeks.junit
Class from running tests that are loaded from XML This class is set up so that it can either be run as a standalone program (with the test configuration supplied as an argument or via a system property) or via a JUnit TestRunner (with its test configuraiton specified as a system property).
XmlTestLoader() - Constructor for class org.progeeks.junit.XmlTestLoader
 
XmlUtils - Class in org.progeeks.meta.xml
Utilities useful for working with xml and meta-objects.
XmlUtils() - Constructor for class org.progeeks.meta.xml.XmlUtils
 
XmlValidator - Class in org.progeeks.tool.xml
Utility that can validate different XML files based on signature.
XmlValidator() - Constructor for class org.progeeks.tool.xml.XmlValidator
 
XmlValidatorTask - Class in org.progeeks.tool.xml
ANT task for running the XmlValidator.
XmlValidatorTask() - Constructor for class org.progeeks.tool.xml.XmlValidatorTask
 
XYCrosshairsFocusHandler - Class in org.progeeks.jfreechart
Draws the crosshairs at the data point representing the passed in focus object.
XYCrosshairsFocusHandler() - Constructor for class org.progeeks.jfreechart.XYCrosshairsFocusHandler
 
XYDatasetProducer - Class in org.progeeks.jfreechart
Baseclass for other DSPs.
XYDatasetProducer() - Constructor for class org.progeeks.jfreechart.XYDatasetProducer
 

Y

y - Variable in class org.progeeks.geo.GeoPoint
 

Z

z - Variable in class org.progeeks.geo.GeoPoint
 

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

Copyright © 2002-2003 Paul Speed. All Rights Reserved.