Arch4J 1.1
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

A

ABSTRACT - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
AbstractSplashScreen - class org.arch4j.ui.AbstractSplashScreen.
 
AbstractSplashScreen(Frame) - Constructor for class org.arch4j.ui.AbstractSplashScreen
Creates a new instance of AbstractSplashScreen
accept(File) - Method in class org.arch4j.ui.example.ExampleFileFilter
Return true if this file should be shown in the directory pane, false if it shouldn't.
accessModifier - Variable in class org.arch4j.generator.JavaDefinition
The access control modifier.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.JTabbedApplicationShell
Listener callback method.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.JDefaultApplicationPanel
Listener callback method.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.JApplicationShell
Listener callback method.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.JApplication
Listener callback method.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.ActionPerformer
 
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.components.PropertiesPanel
Listener callback method.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.components.MultiChoicePanel
This method was created by a SmartGuide.
actionPerformed(ActionEvent) - Method in class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
ActionPerformer - class org.arch4j.ui.ActionPerformer.
 
ActionPerformer() - Constructor for class org.arch4j.ui.ActionPerformer
 
ActionPerformer(String) - Constructor for class org.arch4j.ui.ActionPerformer
 
ActionPerformer(String, JPanel) - Constructor for class org.arch4j.ui.ActionPerformer
 
ADD_STRING - Static variable in interface org.arch4j.property.PropertyConstants
The name of the add action.
add(BatchQuery) - Method in class org.arch4j.dataaccess.common.BatchQuery
Add the contents of a batch query to this one.
add(int, Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
add(Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
add(Query) - Method in class org.arch4j.dataaccess.common.BatchQuery
The add method can also be used as follows BatchQuery bquery = new BatchQuery(); String USERID_COLUMN = "UserId"; String USERNAME_COLUMN ="UserName"; String USER_TABLE = "User" Condition condition1 = new Condition( USERID_COLUMN, Condition.EQ, "01" ); Condition condition2 = new Condition( USERNAME_COLUMN, Condition.EQ, "Gandalf" ); condition1.and(condition2); update = new Update( USER_TABLE,condition1 ); bquery.add(update);
add(String, Object) - Method in class org.arch4j.dataaccess.common.Update
 
add(String, Object) - Method in interface org.arch4j.dataaccess.common.UpdatableQuery
 
add(String, Object) - Method in class org.arch4j.dataaccess.common.Insert
 
add(String, Property) - Method in class org.arch4j.property.XMLPropertyWriter
Add the given Property object to the property map identified by the given domain name.
addAction(Action) - Method in class org.arch4j.ui.JDefaultApplicationPanel
Add an Action to the command manager.
addAction(Action) - Method in class org.arch4j.ui.JApplication
Add an Action to the command manager.
addAction(Action) - Method in class org.arch4j.ui.CommandManager
 
addActionListener(ActionListener) - Method in class org.arch4j.ui.components.ProgressDialog
 
addAll(Collection) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
addAll(int, Collection) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
addAscending(String) - Method in class org.arch4j.dataaccess.common.OrderBy
 
addCheckBox(JLabel) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addCheckBox(String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addChild(Property) - Method in class org.arch4j.propertytree.Property
add a property as a child of this property.
addComboBox(JLabel, Vector, Object) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addComboBox(JLabel, Vector, Object, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addComboBox(String, Vector, Object) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addComboBox(String, Vector, Object, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addComponent(Component, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel without positioning to the next line.
addComponentRelativeToBottom(Component, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel starting at the current y location and the bottom constraint on the bottom of the panel as it streches.
addComponentRelativeToBottom(Component, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel starting at the current y location and the bottom constraint on the bottom of the panel as it streches.
addComponentRelativeToBottom(Component, int, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel starting at the current y location and the bottom constraint on the bottom of the panel as it streches.
addComponentRelativeToBottomWithWidth(Component, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel starting at the current y location and the bottom constraint on the bottom of the panel as it streches.
addComponentRelativeToRight(Component, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel without positioning to the next line.
addComponentRelativeToRight(Component, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a component to the panel without positioning to the next line.
addComponents() - Method in class org.arch4j.ui.components.PropertiesPanel
This method was created by a SmartGuide.
addComponents() - Method in class org.arch4j.ui.components.MultiChoicePanel
Method overriden to do nothing.
addComponents() - Method in class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
addConstructor(JavaConstructorDefinition) - Method in class org.arch4j.generator.JavaSourceFile
Add a constructor method definition to the source file.
addConstructors(List) - Method in class org.arch4j.generator.JavaSourceFile
Add a list of constructor methods to the source file.
addDescending(String) - Method in class org.arch4j.dataaccess.common.OrderBy
 
addException(JavaType) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add an exception that is thrown by the function.
addException(String) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add an exception that is thrown by the function.
addExceptions(List) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add a list of exceptions that are thrown by the function.
addExtension(String) - Method in class org.arch4j.ui.example.ExampleFileFilter
Adds a filetype "dot" extension to filter against.
addField(JavaFieldDefinition) - Method in class org.arch4j.generator.JavaSourceFile
Add a class or instance variable (field) to the source file.
addFields(BaseDomain, UpdatableQuery) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Add field names and values to the given query, which will be used when inserting or updating the given domain object.
addFields(List) - Method in class org.arch4j.generator.JavaSourceFile
Add a list of class or instance variables (fields) to the source file.
addFocusListener(FocusListener) - Method in class org.arch4j.ui.components.SearchComboBox
Overridden to handle the metal look and feel.
addHelpButton() - Method in class org.arch4j.ui.components.PropertiesPanel
 
addHelpButton(int) - Method in class org.arch4j.ui.components.PropertiesPanel
 
addImplementedInterface(JavaType) - Method in class org.arch4j.generator.JavaObjectDefinition
Add an interface that is implemented by the object.
addImplementedInterface(String) - Method in class org.arch4j.generator.JavaObjectDefinition
Add an interface that is implemented by the object.
addImplementedInterfaces(List) - Method in class org.arch4j.generator.JavaObjectDefinition
Add a list of interfaces that are implemented by the object.
addImport(JavaType) - Method in class org.arch4j.generator.JavaSourceFile
Add an import directive for the source file.
addImport(String) - Method in class org.arch4j.generator.JavaSourceFile
Add an import directive for the source file.
addImports(List) - Method in class org.arch4j.generator.JavaSourceFile
Add a list of import directives for the source file.
addLabel(String) - Method in class org.arch4j.ui.components.PropertiesPanel
 
addLabel(String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
 
addLayoutComponent(String, Component) - Method in class org.arch4j.ui.layout.FractionalLayout
Adds the specified component with the specified name to the layout.
addList(JLabel, Vector, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text area.
addList(String, Vector, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text area.
addListener() - Method in class org.arch4j.ui.tree.TreeBrowser
 
addMethod(JavaMethodDefinition) - Method in class org.arch4j.generator.JavaSourceFile
Add a method definition to the source file.
addMethods(List) - Method in class org.arch4j.generator.JavaSourceFile
Add a list of methods to the source file.
addMultipleStatements(String) - Method in class org.arch4j.dataaccess.common.BatchQuery
Parse a string containing multiple statements and add to the list of statements to execute.
addNewlineTextField(JLabel, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a label and a text field, with the text field on the line below the label example: label: [textfield].
addNewlineTextField(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a label and a text field, with the text field on the line below the label example: label: [textfield].
addNullEditor() - Method in class org.arch4j.ui.tree.TreeBrowser
 
addObject(Object) - Method in class org.arch4j.ui.table.ObjectTableModel
Add another object to the table.
addObject(Object) - Method in class org.arch4j.ui.table.ObjectTable
Add a row to the table for the given object.
addObjects(Collection) - Method in class org.arch4j.ui.table.ObjectTable
Add a row to the table for each of the given objects.
addOkCancelButtons() - Method in class org.arch4j.ui.components.PropertiesPanel
Add the OK and Cancel buttons to the panel.
addPanel(JPanel) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the panel to our canvas and used the height of the panel.
addPanel(JPanel, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the panel to our canvas with the given height.
addPanel(JPanel, int, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the panel to our canvas with the given height.
addPanelTypeForDebug() - Method in class org.arch4j.ui.components.PropertiesPanel
 
addParameter(JavaIdentifier) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add a formal parameter that is passed to the function.
addParameter(String) - Method in class org.arch4j.ui.webstart.WebstartWrapper
Add a startup parameter.
addParameter(String, int, String) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add a formal parameter that is passed to the function.
addParameter(String, String) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add a formal parameter that is passed to the function.
addParameters(List) - Method in class org.arch4j.generator.JavaFunctionDefinition
Add a list of formal parameters that are passed to the function.
addPrompt(String, Vector, String) - Method in class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
addResource(String, Integer) - Method in class org.arch4j.ui.ResourceManager
Add a new resource to the pool.
addResource(String, Integer) - Method in class org.arch4j.ui.ResourceBuilder
 
addResource(String, String) - Method in class org.arch4j.ui.ResourceManager
Add a new resource to the pool.
addResource(String, String) - Method in class org.arch4j.ui.ResourceBuilder
 
addRowFor(Object) - Method in class org.arch4j.ui.table.ObjectTableModel
Add another object row.
addScrollPane(JScrollPane, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the scroll pane to our canvas with the given height.
addSearchComboBox(JLabel, Vector, Object) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addSearchComboBox(JLabel, Vector, Object, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addSearchComboBox(String, Vector, Object) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addSearchComboBox(String, Vector, Object, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a comboBox field.
addSelectedObject(Object) - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Add a object to the selected object list.
addSelectedObject(Object) - Method in class org.arch4j.ui.table.ObjectSelectionTable
Add a object to the selected object list.
addStatement(String) - Method in class org.arch4j.dataaccess.common.BatchQuery
Add another string statement to the query.
addSuperInterface(JavaType) - Method in class org.arch4j.generator.JavaInterfaceDefinition
Add an interface that this interface extends.
addSuperInterface(String) - Method in class org.arch4j.generator.JavaInterfaceDefinition
Add an interface that this interface extends.
addSuperInterfaces(List) - Method in class org.arch4j.generator.JavaInterfaceDefinition
Add a list of interfaces that this interface extends.
addTable(JLabel, TableModel, int) - Method in class org.arch4j.ui.components.PropertiesPanel
This method was created by a SmartGuide.
addTable(String) - Method in class org.arch4j.dataaccess.common.Select
Add a table to the select statement
addTable(String, TableModel, int) - Method in class org.arch4j.ui.components.PropertiesPanel
This method was created by a SmartGuide.
addTextArea(JLabel, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a max length text area.
addTextArea(JLabel, String, int, boolean) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a max length text area.
addTextArea(String, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a max length text area.
addTextArea(String, String, int, boolean) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a max length text area.
addTextAreaToBottom(JLabel, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text area.
addTextAreaToBottom(String, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text area.
addTextField(JLabel, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text field.
addTextField(JLabel, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text field.
addTextField(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text field.
addTextField(String, String, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Add a text field.
addTextLabel(JLabel, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add non-editable text preceded by a label.
addTextLabel(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Add non-editable text preceded by a label.
addTitle() - Method in class org.arch4j.ui.components.PropertiesPanel
 
addWhat(String) - Method in class org.arch4j.dataaccess.common.Select
 
adjustedAlignmentLeft(Dimension) - Method in class org.arch4j.ui.layout.AlignmentOriginConstraint
Given a component size, figure out the appropriate horizontal offset
adjustedAlignmentTop(Dimension) - Method in class org.arch4j.ui.layout.AlignmentOriginConstraint
Given a component size, figure out the appropriate vertical offset
adjustedBottom(Dimension) - Method in class org.arch4j.ui.layout.FrameConstraint
Given a container size, resolve the bottom edge of a component
adjustedLeft(Dimension) - Method in class org.arch4j.ui.layout.OriginConstraint
Given a container size, resolve the left edge of a component
adjustedRectangle(Dimension, Dimension) - Method in class org.arch4j.ui.layout.OriginConstraint
Given the size of a container and the component size, return a Rectangle which appropriately bounds the component given this constraint.
adjustedRectangle(Dimension, Dimension) - Method in class org.arch4j.ui.layout.FrameConstraint
Given the size of a container and the component size, return a Rectangle which appropriately bounds the component given this constraint.
adjustedRectangle(Dimension, Dimension) - Method in class org.arch4j.ui.layout.AlignmentOriginConstraint
Given the size of a container and the component size, return a Rectangle which appropriately bounds the component given this constraint.
adjustedRight(Dimension) - Method in class org.arch4j.ui.layout.FrameConstraint
Given a container size, resolve the right edge of a component
adjustedTop(Dimension) - Method in class org.arch4j.ui.layout.OriginConstraint
Given a container size, resolve the top edge of a component
AlignmentOriginConstraint - class org.arch4j.ui.layout.AlignmentOriginConstraint.
An AlignmentOriginConstraint is used with an instance of FractionalLayout to describe the layout of an unbounded figure.
AlignmentOriginConstraint() - Constructor for class org.arch4j.ui.layout.AlignmentOriginConstraint
Create an instanace of an AlignmentOriginConstraint.
AlignmentOriginConstraint(double, int, double, int, double, double) - Constructor for class org.arch4j.ui.layout.AlignmentOriginConstraint
Create an instance of an AlignmentOriginConstraint given the left fraction, the left offset, the top fraction, the top offset, the left alignment fraction, and the top alignment fraction.
AllListToListManipulator - class org.arch4j.ui.components.AllListToListManipulator.
 
AllListToListManipulator(ActionListener) - Constructor for class org.arch4j.ui.components.AllListToListManipulator
 
and(Condition) - Method in class org.arch4j.dataaccess.common.Condition
 
and(String, String, Object) - Method in class org.arch4j.dataaccess.common.Condition
 
ands - Variable in class org.arch4j.dataaccess.common.Condition
 
APP_HOME_PROPERTY - Static variable in class org.arch4j.property.DefaultConstants
 
append(Object) - Method in class org.arch4j.generator.CodeBuffer
Append obj to the buffer.
append(String) - Method in class org.arch4j.generator.CodeBuffer
Append text to the buffer.
appendAndStartBlock(Object) - Method in class org.arch4j.generator.CodeBuffer
Append obj to the buffer and start a block.
appendAndStartBlock(String) - Method in class org.arch4j.generator.CodeBuffer
Append text to the buffer.
appendBlankLine() - Method in class org.arch4j.generator.CodeBuffer
Append the representation of a newline directly to the buffer.
appendBlankLines(int) - Method in class org.arch4j.generator.CodeBuffer
Append count newlines directly to the buffer.
appendLine(Object) - Method in class org.arch4j.generator.CodeBuffer
Append obj to the buffer.
appendLine(Object, boolean) - Method in class org.arch4j.generator.CodeBuffer
Append obj to the buffer.
appendLine(String) - Method in class org.arch4j.generator.CodeBuffer
Append text to the buffer.
appendLine(String, boolean) - Method in class org.arch4j.generator.CodeBuffer
Append text to the buffer.
appendLines(String) - Method in class org.arch4j.generator.CodeBuffer
Append the lines contained in multiLineText one at a time to the receiver.
appendMultiLineComment(String) - Method in class org.arch4j.generator.CodeBuffer
Append the lines contained in multiLineText one at a time to the receiver within a multi-line comment block.
appendMultiLineCommentLines(String) - Method in class org.arch4j.generator.CodeBuffer
Append the lines contained in multiLineText one at a time to the receiver within an already started multi-line comment block.
appendSingleLineComment(String) - Method in class org.arch4j.generator.CodeBuffer
Append the line contained in commentText to the receiver within a single-line comment block.
appendSingleLineCommentLines(String) - Method in class org.arch4j.generator.CodeBuffer
Append the lines contained in multiLineText one at a time to the receiver, each preceded by the single-line comment string.
appendSpace() - Method in class org.arch4j.generator.CodeBuffer
Append the representation of a space directly to the buffer.
appendSpaces(int) - Method in class org.arch4j.generator.CodeBuffer
Append count spaces directly to the buffer.
appendTab() - Method in class org.arch4j.generator.CodeBuffer
Append the representation of a tab directly to the buffer.
appendTabs() - Method in class org.arch4j.generator.CodeBuffer
Append an appropriate number of tabs for the current indent level directly to the buffer.
appendTabs(int) - Method in class org.arch4j.generator.CodeBuffer
Append count tabs directly to the buffer.
appendTransition(Transition) - Method in class org.arch4j.clientcontroller.State
Allows subclasses to specify Transitions.
applicationImplements(String) - Method in class org.arch4j.ui.CommandManager
 
assertAttribute(int, String, String) - Method in class org.arch4j.xml.XMLStreamTest
 
assertNumberOfElements(int) - Method in class org.arch4j.xml.XMLStreamTest
 
assertTypeList(String, List) - Method in class org.arch4j.generator.GeneratorTest
 
assertWellFormed() - Method in class org.arch4j.xml.XMLStreamTest
 
AtomicOperationCommand - class org.arch4j.dataaccess.AtomicOperationCommand.
This class is realized to bound multiple database operations which need to execute as one atomic operation.
AtomicOperationCommand() - Constructor for class org.arch4j.dataaccess.AtomicOperationCommand
 

B

BASE_SERVICES_CLASS_PROPERTY - Variable in class org.arch4j.baseservices.BaseServicesProvider
The base service implementation class property name.
BASE_SERVICES_DOMAIN - Variable in class org.arch4j.baseservices.BaseServicesProvider
The base services property file name.
BaseApplicationException - exception org.arch4j.core.BaseApplicationException.
This class is the root of the Arch4J exception tree for exceptions that are to be treated as application exceptions.
BaseApplicationException() - Constructor for class org.arch4j.core.BaseApplicationException
Constructs a BaseApplicationException with no specified detail message or nested exception.
BaseApplicationException(String) - Constructor for class org.arch4j.core.BaseApplicationException
Constructs a BaseApplicationException with the specified detail message.
BaseApplicationException(String, Throwable) - Constructor for class org.arch4j.core.BaseApplicationException
Constructs a BaseApplicationException with the specified detail message and nested exception.
BaseApplicationException(Throwable) - Constructor for class org.arch4j.core.BaseApplicationException
Constructs a BaseApplicationException with the specified nested exception.
BaseDomain - class org.arch4j.persistence.domainmapper.BaseDomain.
The base class of all domain objects.
BaseDomain() - Constructor for class org.arch4j.persistence.domainmapper.BaseDomain
Constructs an instance of the domain superclass and initializes the id to a universally unique identifier.
BaseDomain(Serializable, long) - Constructor for class org.arch4j.persistence.domainmapper.BaseDomain
Constructs an instance of the domain superclass with the specified id and version.
BaseDomainMapper - class org.arch4j.persistence.domainmapper.BaseDomainMapper.
Abstract super class for all domain mappers.
BaseDomainMapper.BaseDomainResultSetVisitor - class org.arch4j.persistence.domainmapper.BaseDomainMapper.BaseDomainResultSetVisitor.
Database result set visitor used to retrieve a list of domain objects.
BaseDomainMapper.BaseDomainResultSetVisitor() - Constructor for class org.arch4j.persistence.domainmapper.BaseDomainMapper.BaseDomainResultSetVisitor
 
BaseDomainMapper() - Constructor for class org.arch4j.persistence.domainmapper.BaseDomainMapper
Default constructor
BaseException - interface org.arch4j.core.BaseException.
This interface mainly defines the semantics of being a Arch4J exception.
baseFind(BaseDomain, String) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Find a collection of domain objects for the given parent object.
baseFind(Condition) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Creates a select statement using the given condition and then executes the statement to return a list of domain objects.
baseFind(Condition, String, boolean) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Finds a domain object ...
baseFind(Select) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Executes the select statement and returns a list of domain objects built from the result set.
baseFind(Serializable) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Read the domain object of the given Id.
BaseRuntimeException - exception org.arch4j.core.BaseRuntimeException.
This class is the common superclass for Arch4J runtime exceptions.
BaseRuntimeException() - Constructor for class org.arch4j.core.BaseRuntimeException
Constructs a BaseRuntimeException with no specified detail message or nested exception.
BaseRuntimeException(String) - Constructor for class org.arch4j.core.BaseRuntimeException
Constructs a BaseRuntimeException with the specified detail message.
BaseRuntimeException(String, Throwable) - Constructor for class org.arch4j.core.BaseRuntimeException
Constructs a BaseRuntimeException with the specified detail message and nested exception.
BaseRuntimeException(Throwable) - Constructor for class org.arch4j.core.BaseRuntimeException
Constructs a BaseRuntimeException with the specified nested exception.
BaseServices - interface org.arch4j.baseservices.BaseServices.
This class provides the interface to get base services offered by an application server or other provider.
BaseServicesProvider - class org.arch4j.baseservices.BaseServicesProvider.
This class is the main provider for base system services offered by an application server or other engine.
BaseServicesProvider() - Constructor for class org.arch4j.baseservices.BaseServicesProvider
Constructs an instance of this class and initializes the baseServices.
BaseServicesTest - class org.arch4j.baseservices.BaseServicesTest.
Tests the SpiderLogic base services framework.
BaseServicesTest(String) - Constructor for class org.arch4j.baseservices.BaseServicesTest
 
BasicPropertyBuilder - class org.arch4j.propertytree.BasicPropertyBuilder.
 
BasicPropertyBuilder() - Constructor for class org.arch4j.propertytree.BasicPropertyBuilder
null constructor.
BasicPropertyBuilderTest - class org.arch4j.propertytree.BasicPropertyBuilderTest.
 
BasicPropertyBuilderTest(String) - Constructor for class org.arch4j.propertytree.BasicPropertyBuilderTest
 
BatchQuery - class org.arch4j.dataaccess.common.BatchQuery.
This class is used as a builder for batch query .
BatchQuery() - Constructor for class org.arch4j.dataaccess.common.BatchQuery
 
BatchResult - class org.arch4j.dataaccess.common.BatchResult.
This class goes throught the values returned by calling the executeBatch method and inspects the overall of result of the batch query
BatchResult(int[]) - Constructor for class org.arch4j.dataaccess.common.BatchResult
 
BeanStateComparator - interface org.arch4j.ui.comparator.BeanStateComparator.
Insert the type's description here.
BeanStateManager - class org.arch4j.statemonitoring.BeanStateManager.
Used to manage a collection of widgets state.
BeanStateManager() - Constructor for class org.arch4j.statemonitoring.BeanStateManager
 
BeanStateMonitor - interface org.arch4j.statemonitoring.BeanStateMonitor.
Monitor the state of a bean and be able to reset the state.
beginDatabaseAction() - Method in class org.arch4j.dataaccess.TransactionalDatabaseManager
Override the base implementation of this method to add transactional behaviour.
beginDatabaseAction() - Method in class org.arch4j.dataaccess.DatabaseManager
Attempts to establish a connection to the database.
beginTransaction() - Method in interface org.arch4j.persistence.PersistenceManager
Begin a transaction.
beginTransaction() - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Begin a transaction.
BigDecimalDomain - class org.arch4j.domain.BigDecimalDomain.
Represents a BigDecimal value.
BigDecimalDomain() - Constructor for class org.arch4j.domain.BigDecimalDomain
Default constructor.
BigDecimalDomain(Object) - Constructor for class org.arch4j.domain.BigDecimalDomain
Constructor which sets the domain's value to the specified argument.
bind(boolean) - Method in interface org.arch4j.persistence.ObjectQuery
Bind a primitive boolean type.
bind(boolean) - Method in class org.arch4j.persistence.castor.QueryWrapper
Bind a primitive boolean type.
bind(Collection) - Method in interface org.arch4j.persistence.ObjectQuery
Bind to a collection of parameters.
bind(Collection) - Method in class org.arch4j.persistence.castor.QueryWrapper
Bind to a collection of parameters.
bind(double) - Method in interface org.arch4j.persistence.ObjectQuery
Bind a primitive double type.
bind(double) - Method in class org.arch4j.persistence.castor.QueryWrapper
Bind a primitive double type.
bind(float) - Method in interface org.arch4j.persistence.ObjectQuery
Bind a primitive float type.
bind(float) - Method in class org.arch4j.persistence.castor.QueryWrapper
Bind a primitive float type.
bind(int) - Method in interface org.arch4j.persistence.ObjectQuery
Bind a primitive integer type.
bind(int) - Method in class org.arch4j.persistence.castor.QueryWrapper
Bind a primitive integer type.
bind(Object) - Method in interface org.arch4j.persistence.ObjectQuery
Bind an element to the first element in the query string.
bind(Object) - Method in class org.arch4j.persistence.castor.QueryWrapper
Bind an element to the first element in the query string.
BOOLEAN - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
BOOLEAN_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The boolean data type initial character (for quick lookup).
BOOLEAN_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The boolean data type name.
BOOLEAN_TYPE - Static variable in class org.arch4j.generator.JavaType
The boolean primitive data type.
bottom - Variable in class org.arch4j.ui.layout.FrameConstraint
Represents the number of pixels to be added as an offset to the bottom edge of a component.
bottomFraction - Variable in class org.arch4j.ui.layout.FrameConstraint
A number between 0.0 and 1.0 which represents the relative fraction (of the container) for the bottom edge of a component.
bottomOffset - Variable in class org.arch4j.ui.components.PropertiesPanel
 
boxOffset - Variable in class org.arch4j.ui.components.PropertiesPanel
 
braceOnSameLine() - Method in class org.arch4j.generator.CodeBuffer
Opening braces will now appear at the end of the current line when a new block is started.
BrowserRowMapper - class org.arch4j.ui.tree.BrowserRowMapper.
This type was created in VisualAge.
BrowserRowMapper(JTree) - Constructor for class org.arch4j.ui.tree.BrowserRowMapper
BrowserRowMapper constructor comment.
BrowserTree - class org.arch4j.ui.tree.BrowserTree.
 
BrowserTree(TreeNode) - Constructor for class org.arch4j.ui.tree.BrowserTree
 
BrowserTreeCellRenderer - class org.arch4j.ui.tree.BrowserTreeCellRenderer.
 
BrowserTreeCellRenderer() - Constructor for class org.arch4j.ui.tree.BrowserTreeCellRenderer
 
BrowserTreeNode - class org.arch4j.ui.tree.BrowserTreeNode.
 
BrowserTreeNode() - Constructor for class org.arch4j.ui.tree.BrowserTreeNode
 
BrowserTreeNode(Object) - Constructor for class org.arch4j.ui.tree.BrowserTreeNode
 
BrowserTreeNode(Object, boolean) - Constructor for class org.arch4j.ui.tree.BrowserTreeNode
PartsTreeNode constructor comment.
build(Serializable, long, ResultSet) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Build a domain object from the result set.
buildMap(Attributes) - Method in class org.arch4j.xml.xerces.XercesXMLStream
Used to convert the SAX-specific (@link Attributes} set into a Hashtable.
buildProperties(String) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method accepts a full filepath and then parses that file to return a Property hierarchy.
buildProperties(String) - Method in interface org.arch4j.propertytree.PropertyBuilder
this method accepts a full filepath and then parses that file to return a Property hierarchy.
buildProperties(String) - Method in class org.arch4j.propertytree.BasicPropertyBuilder
this method accepts a full filepath and then parses that file to return a Property hierarchy.
buildStatement(Connection, String, List) - Method in class org.arch4j.dataaccess.DatabaseManager
Creates a PreparedStatement object and populates it with the given parameters.
buildTransitionList() - Method in class org.arch4j.clientcontroller.State
Build the transitionList of Transitions available from this State.
buildTransitionList() - Method in class org.arch4j.clientcontroller.ErrorState
Does nothing - defined only to satisfy the abstract superclass.
buildXml(Object) - Method in class org.arch4j.persistence.castor.XMLObjectManager
Create the xml string for the given object.
buildXml(Object) - Method in class org.arch4j.persistence.castor.ObjectManager
Create the xml string for the given object.
BusinessData - class org.arch4j.businessdata.BusinessData.
Represents base business data container functionality.
BusinessData() - Constructor for class org.arch4j.businessdata.BusinessData
 
buttonOffset - Variable in class org.arch4j.ui.components.PropertiesPanel
 
BYTE - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
BYTE_TYPE - Static variable in class org.arch4j.generator.JavaType
The byte primitive data type.

C

cancelButton - Variable in class org.arch4j.ui.components.PropertiesPanel
 
cancelPressed() - Method in class org.arch4j.ui.components.PropertiesPanel
Invoked when the cancel button is pressed.
canParse(String) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method accepts a filename and then determines if this property builder can build properties from that file, based on its extension.
canParse(String) - Method in interface org.arch4j.propertytree.PropertyBuilder
this method accepts a filename and then determines if this property builder can build properties from that file, based on its extension.
canParse(String) - Method in class org.arch4j.propertytree.BasicPropertyBuilder
this method accepts a filename and then determines if this property builder can build properties from that file, based on its extension.
capitalizeVariableName(String) - Static method in class org.arch4j.generator.GeneratorUtility
Capitalize the given variable name.
cardPanel - Variable in class org.arch4j.ui.tree.TreeBrowser
 
CastorPersistenceManager - class org.arch4j.persistence.castor.CastorPersistenceManager.
Implements the PersistenceManager interface for the Castor O/R mapping tool.
CastorPersistenceManager(String) - Constructor for class org.arch4j.persistence.castor.CastorPersistenceManager
Creates a new instance of CastorPersistenceManager
CATCH - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
centerOnScreen(Container) - Static method in class org.arch4j.ui.util.WindowUtils
Center the dialog in the screen.
centerWindow(JFrame) - Static method in class org.arch4j.ui.JApplication
Center the screen on the desktop.
CHAR - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
CHAR_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The char data type initial character (for quick lookup).
CHAR_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The char data type name.
CHAR_TYPE - Static variable in class org.arch4j.generator.JavaType
The char primitive data type.
characters(char[], int, int) - Method in class org.arch4j.xml.XMLStreamTest
this method is called when the parser encounters plain text outside of a bracketed tag.
characters(char[], int, int) - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called when the parser encounters plain text outside of a bracketed tag.
characters(char[], int, int) - Method in interface org.arch4j.xml.XMLHandler
this method is called when the parser encounters plain text outside of a bracketed tag.
characters(char[], int, int) - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser whenever non-tag characters are encountered.
characters(char[], int, int) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called when the parser encounters plain text outside of a bracketed tag.
checkContents() - Method in class org.arch4j.generator.JavaSourceFile
Perform a set of tasks to prepare the source file for generation.
ChoicePanel - class org.arch4j.ui.components.ChoicePanel.
This class was generated by a SmartGuide.
ChoicePanel() - Constructor for class org.arch4j.ui.components.ChoicePanel
ChoicePanel constructor comment.
ChoicePanel(String, Vector) - Constructor for class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
CLASS - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
classComment - Variable in class org.arch4j.generator.JavaSourceFile
A comment describing the source file.
className - Variable in class org.arch4j.generator.JavaConstructorDefinition
The class name for this constructor.
cleanup() - Method in class org.arch4j.clientcontroller.ContextImpl
Removes all values and removes the child context.
cleanupState() - Method in class org.arch4j.clientcontroller.StateMachine
Recursively exit from the current state and state machine and all sub-states and sub-state machines.
cleanupSubState() - Method in class org.arch4j.clientcontroller.StateMachine
Recursively exit from all sub-states and sub-state machines.
clear() - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
clearAllDomainCaches() - Static method in class org.arch4j.persistence.domainmapper.DomainCacheController
 
clearCache() - Static method in class org.arch4j.property.PropertyManagerImpl
Clears the property cache.
clearError() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
clearProperties() - Method in class org.arch4j.property.PropertyProviderTest
 
clearSelections() - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Deselect all items.
clearSelections() - Method in class org.arch4j.ui.table.ObjectSelectionTable
Clear out all selections.
CLIENT_STATE_DOMAIN - Variable in class org.arch4j.clientcontroller.ClientStateProvider
The property file name.
ClientStateProvider - class org.arch4j.clientcontroller.ClientStateProvider.
Provides runtime access to the client state model.
ClientStateProvider() - Constructor for class org.arch4j.clientcontroller.ClientStateProvider
This is made protected so the only way to access this class is through the getProvider method.
close() - Method in class org.arch4j.messaging.MessageTopicFacade
Since a provider typically allocates resources outside the JVM on behalf of a Session, clients should close them when they are not needed.
close() - Method in class org.arch4j.messaging.MessageQueueFacadeSenderTest
Close the queue sender and the message facade.
close() - Method in class org.arch4j.messaging.MessageQueueFacadeReceiverTest
Close the queue receiver and message queue facade instance.
close() - Method in class org.arch4j.messaging.MessageQueueFacade
Since a provider typically allocates resources outside the JVM on behalf of a Session, clients should close them when they are not needed.
close() - Method in class org.arch4j.messaging.websphere.J2EEContainerMessageQueueFacade
 
close() - Method in interface org.arch4j.persistence.PersistenceManager
Close the connection.
close() - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Close the connection.
close() - Method in class org.arch4j.parse.RecordWriter
close down the writer and flush all the data to the underlying output stream.
CloseableApplication - interface org.arch4j.ui.CloseableApplication.
 
closeConnection() - Static method in class org.arch4j.messaging.MessageQueueFacade
Close the static queue Connection.
closeWindow() - Method in class org.arch4j.ui.components.PropertiesPanel
Close the top level window.
codeBlock - Variable in class org.arch4j.generator.JavaFunctionDefinition
The statements and code representing the body of the function.
CodeBuffer - class org.arch4j.generator.CodeBuffer.
This class is used to cleanly format code into a StringBuffer.
CodeBuffer() - Constructor for class org.arch4j.generator.CodeBuffer
Creates a new CodeBuffer instance.
CodeBuffer(int) - Constructor for class org.arch4j.generator.CodeBuffer
Creates a new CodeBuffer instance with the given indentation level.
ComboBoxValueAdapter - class org.arch4j.ui.valueadaptor.ComboBoxValueAdapter.
This class was generated by a SmartGuide.
ComboBoxValueAdapter(JComboBox) - Constructor for class org.arch4j.ui.valueadaptor.ComboBoxValueAdapter
This method was created by a SmartGuide.
COMMAND_PARAMETER_NAME - Static variable in class org.arch4j.webpresentation.FrontConstants
 
CommandDrivenFrontController - class org.arch4j.webpresentation.CommandDrivenFrontController.
This class implements the FrontController pattern using the Command pattern to implement the request processing.
CommandDrivenFrontController() - Constructor for class org.arch4j.webpresentation.CommandDrivenFrontController
 
CommandManager - class org.arch4j.ui.CommandManager.
The CommandManager is used by an application to manage menuItems and toolbars buttons and their associated actions.
CommandManager() - Constructor for class org.arch4j.ui.CommandManager
 
CommandManager(ResourceManager) - Constructor for class org.arch4j.ui.CommandManager
 
CommandManager(ResourceManager, JApplication) - Constructor for class org.arch4j.ui.CommandManager
 
CommandManager(ResourceManager, JPanel) - Constructor for class org.arch4j.ui.CommandManager
 
commandMgr - Variable in class org.arch4j.ui.JDefaultApplicationPanel
 
commandMgr - Variable in class org.arch4j.ui.JApplicationShell
 
commandMgr - Variable in class org.arch4j.ui.JApplication
 
commandMgr - Variable in class org.arch4j.ui.tree.TreeBrowser
 
comment - Variable in class org.arch4j.generator.JavaDefinition
A descriptive line of comments.
commit() - Method in class org.arch4j.messaging.MessageFacade
Commit all messages done in this transaction and releases any locks currently held.
commit() - Method in interface org.arch4j.persistence.PersistenceManager
Commit the transaction.
commit() - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Commit the transaction.
COMMON_DATE_FORMAT - Static variable in class org.arch4j.domain.DateTimeDomain
Constant defining the common date format.
COMMON_DATETIME_FORMAT - Static variable in class org.arch4j.domain.DateTimeDomain
Constant defining the common datetime format.
components - Variable in class org.arch4j.ui.layout.FractionalLayout
The keys are components, which are pointing to contraints.
ComponentStateMonitor - class org.arch4j.ui.util.ComponentStateMonitor.
Used to monitor the state of swing components.
ComponentStateMonitor() - Constructor for class org.arch4j.ui.util.ComponentStateMonitor
ComponentStateMonitor constructor comment.
ConcurrencyException - exception org.arch4j.persistence.domainmapper.ConcurrencyException.
Thrown to indicate a concurrency exception.
ConcurrencyException(Exception) - Constructor for class org.arch4j.persistence.domainmapper.ConcurrencyException
Creates a new instance of ConcurrencyException
ConcurrencyException(String) - Constructor for class org.arch4j.persistence.domainmapper.ConcurrencyException
Creates a new instance of ConcurrencyException
Condition - class org.arch4j.dataaccess.common.Condition.
 
Condition(String, boolean) - Constructor for class org.arch4j.dataaccess.common.Condition
Matches for is null if true, or is not null if false
Condition(String, String, Object) - Constructor for class org.arch4j.dataaccess.common.Condition
 
configure() - Method in class org.arch4j.logging.LoggingProvider
Configure the logging framework.
configure() - Method in class org.arch4j.logging.LoggingManagerImpl
Configure the logging framework.
configure() - Method in interface org.arch4j.logging.LoggingFramework
Configure the logging framework.
configure() - Method in class org.arch4j.logging.FailsafeLoggingFramework
Configure the logging framework.
configure() - Method in class org.arch4j.logging.log4j.Log4JLoggingFramework
Configure the logging framework.
configure() - Method in class org.arch4j.logging.sun.SunLoggingFramework
Configure the logging framework.
connectionManager - Variable in class org.arch4j.dataaccess.DatabaseManager
 
CONSTANTS_CLASS_PROPERTY - Static variable in class org.arch4j.property.StartupConstants
The new-style property specifying the startup constants class name to use.
constructors - Variable in class org.arch4j.generator.JavaSourceFile
A list of constructor methods, of type JavaConstructorDefinition.
contains(Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
containsAll(Collection) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
containSize(Dimension) - Method in class org.arch4j.ui.layout.OriginConstraint
Given the size of a component, return the smallest size container which could contain it given this constraint.
containSize(Dimension) - Method in class org.arch4j.ui.layout.FrameConstraint
Given the size of a component, return the smallest size container which could contain it given this constraint.
containSize(Dimension) - Method in class org.arch4j.ui.layout.AlignmentOriginConstraint
Given the size of a component, return the smallest size container which could contain it given this constraint.
containsValue(String) - Method in interface org.arch4j.clientcontroller.StateContext
Determines if the specified value exists in the context set.
containsValue(String) - Method in class org.arch4j.clientcontroller.ContextImpl
Determines if the specified value exists in the context set.
contentPanel - Variable in class org.arch4j.ui.JApplicationShell
 
contentPanel - Variable in class org.arch4j.ui.JApplication
 
context - Variable in class org.arch4j.webpresentation.FrontCommand
 
ContextImpl - class org.arch4j.clientcontroller.ContextImpl.
This class specifies the state context interface used by State and Transition objects.
ContextImpl(StateContext) - Constructor for class org.arch4j.clientcontroller.ContextImpl
Constructor
ContextView - interface org.arch4j.clientcontroller.ContextView.
Specifies the state machine client's view of the context data.
convertBooleanToYesNo(boolean) - Method in class org.arch4j.persistence.domainmapper.ValueHelper
 
convertDateStringToTimestamp(String) - Static method in class org.arch4j.dataaccess.visitors.ResultSetCacheTest
 
convertObjectToText(Object, String) - Method in class org.arch4j.parse.RecordWriter
 
convertPackageToPath(String) - Static method in class org.arch4j.generator.GeneratorUtility
Convert the package name to a relative path name that can be used to create a file.
convertStringListToTypeList(List) - Static method in class org.arch4j.generator.GeneratorUtility
Convert a list (possibly) containing String objects to a list containing JavaType objects.
convertTimestampToDate(Timestamp) - Method in class org.arch4j.persistence.domainmapper.ValueHelper
 
convertType(String, String, String) - Method in class org.arch4j.parse.RecordReader
convert a text value to a given type.
convertVariableToParameter(String) - Static method in class org.arch4j.generator.GeneratorUtility
Convert the variable name to a name that can be used as a formal parameter name.
convertYesNoToBoolean(String) - Method in class org.arch4j.persistence.domainmapper.ValueHelper
 
copy() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
copyBuffer - Variable in class org.arch4j.ui.tree.TreeBrowser
 
copyrightComment - Variable in class org.arch4j.generator.JavaSourceFile
The comment that can be used as a separate copyright comment.
countLines(String) - Static method in class org.arch4j.generator.GeneratorUtility
Return the number of lines in the given multi-line text string.
create(BaseDomain) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Map the domain to a new record.
create(File) - Method in class org.arch4j.property.XMLPropertyManagerTest
 
create(Object) - Method in interface org.arch4j.persistence.PersistenceManager
Create a new object.
create(Object) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Create object or objects.
create(Object, boolean) - Method in interface org.arch4j.persistence.PersistenceManager
Create a new object.
create(Object, boolean) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Create object or objects.
createButton() - Method in class org.arch4j.ui.components.ListToListManipulator
 
createButton() - Method in class org.arch4j.ui.components.ListManipulator
 
createBytesMessage() - Method in class org.arch4j.messaging.MessageFacade
Create a BytesMessage.
createCardPanel() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
createDefaultKeySelectionManager() - Method in class org.arch4j.ui.components.SearchComboBox
Overridden to hook in our key selection manager that can handle cell renderers.
createDefaultModel() - Method in class org.arch4j.ui.components.UpperCaseField
 
createDurableTopicSubscriber(String, String) - Method in class org.arch4j.messaging.MessageTopicFacade
Create a durable TopicSubscriber using the session instance associated with this facade.
createDurableTopicSubscriber(String, String, String, boolean) - Method in class org.arch4j.messaging.MessageTopicFacade
Create a durable TopicSubscriber using the session instance associated with this facade.
createEmbeddedStateMachine(Transition, StateContext) - Method in class org.arch4j.clientcontroller.State
Helper method to create an embedded StateMachine.
createEmbeddedStateMachine(Transition, Transition, StateContext) - Method in class org.arch4j.clientcontroller.State
Helper method to create an embedded StateMachine.
createFile1(File) - Method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
 
createFile1(File) - Method in class org.arch4j.property.PropertyManagerImplTest
 
createFile1(String) - Method in class org.arch4j.xml.XMLStreamTest
 
createFile1(String) - Method in class org.arch4j.propertytree.XMLPropertyBuilderTest
 
createFile1(String) - Method in class org.arch4j.propertytree.BasicPropertyBuilderTest
 
createFile2(String) - Method in class org.arch4j.xml.XMLStreamTest
 
createFramework(Class) - Method in class org.arch4j.logging.LoggingManagerImpl
 
createGoodInputFile(File) - Method in class org.arch4j.parse.FixedRecordReaderTest
 
createGoodInputFile(File) - Method in class org.arch4j.parse.DelimitedRecordReaderTest
 
createGoodRecordList() - Method in class org.arch4j.parse.DelimitedRecordWriterTest
 
createInstance(Class) - Method in class org.arch4j.baseservices.BaseServicesProvider
Create an instance from the Class.
createInstance(Class) - Method in class org.arch4j.messaging.MessagingProvider
Create an instance from the Class.
createInstance(Class) - Method in class org.arch4j.xml.XMLProvider
Create an instance from the Class.
createInstance(String) - Method in class org.arch4j.clientcontroller.ClientStateProvider
Create an instance from the classname.
createMapMessage() - Method in class org.arch4j.messaging.MessageFacade
Create a MapMessage.
createMenubar() - Method in class org.arch4j.ui.CommandManager
 
createMessage() - Method in class org.arch4j.messaging.MessageFacade
Create a Message.
createMix(File) - Method in class org.arch4j.property.XMLPropertyManagerTest
 
createObjectMessage() - Method in class org.arch4j.messaging.MessageFacade
Create an ObjectMessage.
createObjectMessage(Serializable) - Method in class org.arch4j.messaging.MessageFacade
Create an initialized ObjectMessage.
createPopupMenu(String) - Method in class org.arch4j.ui.CommandManager
 
createPropertyFile(File) - Method in class org.arch4j.property.PropertyProviderTest
 
createPropFile1(File) - Method in class org.arch4j.propertytree.PropertyTreeManagerTest
 
createQueueBrowser(String, String) - Method in class org.arch4j.messaging.MessageQueueFacade
Create a QueueBrowser.
createQueueReciever(String, String) - Method in class org.arch4j.messaging.MessageQueueFacade
Create a QueueBrowser.
createQueueSender(String) - Method in class org.arch4j.messaging.MessageQueueFacade
Create a QueueSender.
createRawData(RecordData) - Method in class org.arch4j.parse.RecordWriter
create a record ready to go out to the ouput stream from an RecordData object.
createRawData(RecordData) - Method in class org.arch4j.parse.DelimitedRecordWriter
 
createRecord(String[]) - Method in class org.arch4j.parse.RecordReader
create an RecordData object from a raw data buffer, based on the format properties.
createRecord(String[]) - Method in class org.arch4j.parse.FixedRecordReader
 
createRecord(String[]) - Method in class org.arch4j.parse.DelimitedRecordReader
 
createSortingParentNode(Object, String, String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
 
createSortingParentNode(String, String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
 
createSplitPane() - Method in class org.arch4j.ui.example.TestTreeBrowser
This method was created by a SmartGuide.
createSplitPane() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
createStreamMessage() - Method in class org.arch4j.messaging.MessageFacade
Create a StreamMessage.
createTextMessage() - Method in class org.arch4j.messaging.MessageFacade
Create a TextMessage.
createTextMessage(StringBuffer) - Method in class org.arch4j.messaging.MessageFacade
Create a TextMessage.
createToolbar() - Method in class org.arch4j.ui.CommandManager
 
createTopicPublisher(String) - Method in class org.arch4j.messaging.MessageTopicFacade
Create a TopicPublisher using the session instance associated with this facade.
createTopicSubscriber(String) - Method in class org.arch4j.messaging.MessageTopicFacade
Create a TopicSubscriber using the session instance associated with this facade.
createTopicSubscriber(String, String, boolean) - Method in class org.arch4j.messaging.MessageTopicFacade
Create a TopicSubscriber with the specified message selector and local message filter specifier using the session instance associated with this facade.
createTree() - Method in class org.arch4j.ui.tree.TreeBrowser
 
createTreeNode(Object, String, String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
 
createTreeNode(String, String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
 
createTreeStructure() - Method in class org.arch4j.ui.example.TestTreeBrowser
 
createTreeStructure() - Method in class org.arch4j.ui.tree.TreeBrowser
 
createXMLFile1(File) - Method in class org.arch4j.propertytree.PropertyTreeManagerTest
 
createXMLFileDef(File) - Method in class org.arch4j.parse.FixedRecordReaderTest
 
createXMLFileDef(File) - Method in class org.arch4j.parse.DelimitedRecordWriterTest
 
createXMLFileDef(File) - Method in class org.arch4j.parse.DelimitedRecordReaderTest
 
createXMLPropertyFile(File) - Method in class org.arch4j.property.PropertyProviderTest
 
currentEditor - Variable in class org.arch4j.ui.tree.TreeBrowser
 
cut() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.

D

DATA_ACCESS_DOMAIN - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The property that defines the domain for the data access.
DATA_TYPE_DATE - Static variable in class org.arch4j.parse.RecordWriter
 
DATA_TYPE_DATE - Static variable in class org.arch4j.parse.RecordReader
 
DATA_TYPE_NUMBER - Static variable in class org.arch4j.parse.RecordWriter
 
DATA_TYPE_NUMBER - Static variable in class org.arch4j.parse.RecordReader
 
DATA_TYPE_TEXT - Static variable in class org.arch4j.parse.RecordWriter
 
DATA_TYPE_TEXT - Static variable in class org.arch4j.parse.RecordReader
 
DataAccessConstants - interface org.arch4j.dataaccess.DataAccessConstants.
Constant values used in this package.
DataAccessException - exception org.arch4j.dataaccess.DataAccessException.
This class is a wrapper for SQLExceptions.
DataAccessException() - Constructor for class org.arch4j.dataaccess.DataAccessException
Constructs a DataAccessException with no specified detail message or nested exception.
DataAccessException(SQLException) - Constructor for class org.arch4j.dataaccess.DataAccessException
Constructs a DataAccessException with the specified nested SQL exception.
DataAccessException(String) - Constructor for class org.arch4j.dataaccess.DataAccessException
Constructs a DataAccessException with the specified detail message.
DataAccessException(String, Throwable) - Constructor for class org.arch4j.dataaccess.DataAccessException
Constructs a DataAccessException with the specified detail message and nested exception.
DataAccessException(Throwable) - Constructor for class org.arch4j.dataaccess.DataAccessException
Constructs a DataAccessException with the specified nested exception.
DataAccessProvider - class org.arch4j.dataaccess.DataAccessProvider.
This class is the main service provider for data access services.
DataAccessProvider() - Constructor for class org.arch4j.dataaccess.DataAccessProvider
 
DataAccessProviderTest - class org.arch4j.dataaccess.DataAccessProviderTest.
This test assumes that the dataaccess.properties file exists with the following contents:
DataAccessProviderTest(String) - Constructor for class org.arch4j.dataaccess.DataAccessProviderTest
 
DatabaseManager - class org.arch4j.dataaccess.DatabaseManager.
This class is used to communicate with the data server.
DatabaseManager() - Constructor for class org.arch4j.dataaccess.DatabaseManager
Default constructor
DatabaseManagerTest - class org.arch4j.dataaccess.DatabaseManagerTest.
This test assumes that the database contains a table named TST_FOO exists with the following structure:
DatabaseManagerTest(String) - Constructor for class org.arch4j.dataaccess.DatabaseManagerTest
 
DataNotFoundException - exception org.arch4j.businessdata.DataNotFoundException.
This exception is thrown by the from the data service layer to indicate that it was unable to find the expected business data.
DataNotFoundException() - Constructor for class org.arch4j.businessdata.DataNotFoundException
Constructs a DataNotFoundException with no specified detail message or nested exception.
DataNotFoundException(String) - Constructor for class org.arch4j.businessdata.DataNotFoundException
Constructs a DataNotFoundException with the specified detail message.
DataNotFoundException(String, Throwable) - Constructor for class org.arch4j.businessdata.DataNotFoundException
Constructs a DataNotFoundException with the specified detail message and nested exception.
DataNotFoundException(Throwable) - Constructor for class org.arch4j.businessdata.DataNotFoundException
Constructs a DataNotFoundException with the specified nested exception.
DateTimeDomain - class org.arch4j.domain.DateTimeDomain.
Represents a datetime value and provides convenience methods to set and retrieve the value in String format.
DateTimeDomain() - Constructor for class org.arch4j.domain.DateTimeDomain
Default constructor.
DateTimeDomain(Object) - Constructor for class org.arch4j.domain.DateTimeDomain
Constructor which sets the domain's value to the specified argument.
DEBUG_LEVEL - Static variable in interface org.arch4j.logging.LoggingConstants
 
debug(Object) - Method in interface org.arch4j.logging.LoggingCategory
Log an object with debug priority.
debug(Object) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
debug(Object) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
debug(Object) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
debug(String) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with debug priority.
debug(String) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
debug(String) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
debug(String) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
debug(String, Throwable) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with debug priority.
debug(String, Throwable) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
debug(String, Throwable) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
debug(String, Throwable) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
DEFAULT_ACCESS - Static variable in interface org.arch4j.generator.JavaKeywordConstants
Default or package access is denoted by not specifying anything.
DEFAULT_CLOSE_BRACKET - Static variable in class org.arch4j.parse.RecordWriter
Used to bound the end of output text.
DEFAULT_CODE_BLOCK - Static variable in class org.arch4j.generator.JavaConstructorDefinition
The code block to use for the default constructor.
DEFAULT_CONNECTION - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
Property that defines the default connection name.
DEFAULT_CONNECTION - Static variable in interface org.arch4j.persistence.PersistenceConstants
Property that defines the default connection name.
DEFAULT_DELIMITER - Static variable in class org.arch4j.parse.DelimitedRecordWriter
 
DEFAULT_DELIMITER - Static variable in class org.arch4j.parse.DelimitedRecordReader
 
DEFAULT_DOMAIN_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The string used for the default, global domain name.
DEFAULT_DOUBLE - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a default value to initialize and check if an int has been set.
DEFAULT_FLOAT - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a default value to initialize and check if an int has been set.
DEFAULT_INT - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a default value to initialize and check if an int has been set.
DEFAULT_INTEGER - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a default value to initialize and check if an Integer has been set.
DEFAULT_MAPPING_FILENAME - Static variable in class org.arch4j.persistence.castor.ObjectManager
 
DEFAULT_OPEN_BRACKET - Static variable in class org.arch4j.parse.RecordWriter
Used to bound the beginning of output text.
DEFAULT_STRING - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a default value to initialize and check if a String has been set.
DEFAULT_XML_STREAM_CLASS - Variable in class org.arch4j.xml.XMLProvider
The fallback XML stream implementation.
DefaultConstants - class org.arch4j.property.DefaultConstants.
This class is the default startup constants class that will be used if not specified at startup.
DefaultConstants() - Constructor for class org.arch4j.property.DefaultConstants
 
defaultConstructorFor(String) - Static method in class org.arch4j.generator.JavaConstructorDefinition
Create a new default constructor with the specified class name.
defaultConstructorFor(String, JavaAccessModifier, String) - Static method in class org.arch4j.generator.JavaConstructorDefinition
Create a new default constructor with the specified comment, access control modifier, and class name.
defaultConstructorFor(String, JavaAccessModifier, String, String) - Static method in class org.arch4j.generator.JavaConstructorDefinition
Create a new default constructor with the specified comment, access control modifier, class name, and code block.
defaultConstructorFor(String, String) - Static method in class org.arch4j.generator.JavaConstructorDefinition
Create a new default constructor with the specified class name and code block.
defaultConstructorFor(String, String, String) - Static method in class org.arch4j.generator.JavaConstructorDefinition
Create a new default constructor with the specified comment, access control modifier, and class name.
defaultConstructorFor(String, String, String, String) - Static method in class org.arch4j.generator.JavaConstructorDefinition
Create a new default constructor with the specified comment, access control modifier, class name, and code block.
DefaultTextRenderer - class org.arch4j.ui.components.DefaultTextRenderer.
 
DefaultTextRenderer() - Constructor for class org.arch4j.ui.components.DefaultTextRenderer
 
DefaultXMLStream - class org.arch4j.xml.DefaultXMLStream.
This class provides a default implementation of the XMLStream interface.
DefaultXMLStream() - Constructor for class org.arch4j.xml.DefaultXMLStream
Constructs a DefaultXMLStream.
Delete - class org.arch4j.dataaccess.common.Delete.
This class acts as a wrapper around delete statements It takes a table name and a Condition object in its contructor *
delete() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
delete(BaseDomain) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Delete the domain objects contents from the database.
delete(Condition) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Delete domain objects from the database that match the given condition.
delete(File) - Method in class org.arch4j.property.XMLPropertyManagerTest
 
delete(File) - Method in class org.arch4j.property.PropertyProviderTest
 
Delete(String, Condition) - Constructor for class org.arch4j.dataaccess.common.Delete
 
delete(String, List) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL DELETE statement containing zero or more question-marked parameters and returns the number of rows affected.
deleteFile(File) - Method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
 
deleteFile(File) - Method in class org.arch4j.property.PropertyManagerImplTest
 
deleteFile(String) - Method in class org.arch4j.xml.XMLStreamTest
 
deleteFile(String) - Method in class org.arch4j.propertytree.XMLPropertyBuilderTest
 
deleteFile(String) - Method in class org.arch4j.propertytree.BasicPropertyBuilderTest
 
deleteNode(BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
 
deleting - Variable in class org.arch4j.ui.tree.TreeBrowser
 
DelimitedRecordReader - class org.arch4j.parse.DelimitedRecordReader.
 
DelimitedRecordReader() - Constructor for class org.arch4j.parse.DelimitedRecordReader
 
DelimitedRecordReader(ReadOnlyProperty) - Constructor for class org.arch4j.parse.DelimitedRecordReader
 
DelimitedRecordReaderTest - class org.arch4j.parse.DelimitedRecordReaderTest.
 
DelimitedRecordReaderTest.TestRecordHandler - class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler.
 
DelimitedRecordReaderTest(String) - Constructor for class org.arch4j.parse.DelimitedRecordReaderTest
 
DelimitedRecordWriter - class org.arch4j.parse.DelimitedRecordWriter.
 
DelimitedRecordWriter(OutputStream) - Constructor for class org.arch4j.parse.DelimitedRecordWriter
 
DelimitedRecordWriterTest - class org.arch4j.parse.DelimitedRecordWriterTest.
 
DelimitedRecordWriterTest(String) - Constructor for class org.arch4j.parse.DelimitedRecordWriterTest
 
DelimitedTokenizer - class org.arch4j.parse.DelimitedTokenizer.
 
DelimitedTokenizer(String, int) - Constructor for class org.arch4j.parse.DelimitedTokenizer
 
dialog - Variable in class org.arch4j.ui.components.PropertiesPanel
 
DialogManager - class org.arch4j.ui.components.DialogManager.
Centralized place to deal with Dialogs, We 'deal' with Dialogs by making sure if we're already displaying a modal dialog to not display another one.
disable() - Static method in class org.arch4j.ui.util.Transcript
This method was created by a SmartGuide.
disableAction(String) - Method in class org.arch4j.ui.JDefaultApplicationPanel
Disable an action in the command manager.
disableAction(String) - Method in class org.arch4j.ui.JApplication
Disable an action in the command manager.
disableAction(String) - Method in class org.arch4j.ui.CommandManager
Disable any button(s) and/or menu item(s) associated with an action string.
disableAction(String, String) - Method in class org.arch4j.ui.CommandManager
Disable any button(s) and/or menu item(s) associated with an action string.
disableTextField(JTextField) - Static method in class org.arch4j.ui.components.PropertiesPanel
Disable a text field.
displayConfirm(Component, String, String) - Method in class org.arch4j.ui.components.DialogManager
Display an Confirmation dialog to the user
displayConfirm(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Display an Confirmation dialog to the user
displayConfirm(String, String) - Method in class org.arch4j.ui.components.DialogManager
Display an Confirmation dialog to the user
displayConfirm(String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
Display an Confirmation dialog to the user
displayError(Component, String, String) - Method in class org.arch4j.ui.components.DialogManager
Display an error to the user.
displayError(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Display an error to the user.
displayError(String, String) - Method in class org.arch4j.ui.components.DialogManager
Display an error to the user.
displayError(String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
Display an error to the user.
displayInformation(Component, String, String) - Method in class org.arch4j.ui.components.DialogManager
Display an informational message to the user.
displayInformation(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Display an informational message to the user.
displayInformation(String, String) - Method in class org.arch4j.ui.components.DialogManager
Display an informational message to the user.
displayInformation(String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
Display information to the user.
displayMessage(Component, Object, String, int) - Method in class org.arch4j.ui.components.DialogManager
Display an informational message to the user.
displayWarning(Component, String, String) - Method in class org.arch4j.ui.components.DialogManager
Display a warning to the user.
displayWarning(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Display a warning to the user.
displayWarning(String, String) - Method in class org.arch4j.ui.components.DialogManager
Display a warning to the user.
displayWarning(String, String) - Method in class org.arch4j.ui.tree.TreeBrowser
Display a warning to the user.
doAction(Map, StateContext) - Method in class org.arch4j.clientcontroller.Transition
Complete any action for the transition and specify a resulting State.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.webpresentation.FrontControllerServlet
Called by the server (via the service method) to allow a servlet to handle a GET request.
domain - Variable in class org.arch4j.dataaccess.DatabaseManagerTest
 
Domain - class org.arch4j.domain.Domain.
This is the abstract base class for all domain classes.
DOMAIN_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The domain element initial character (for quick lookup).
DOMAIN_MAPPER_DOMAIN - Static variable in class org.arch4j.persistence.domainmapper.DomainMapperConstants
The domain mapper property domain name.
DOMAIN_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The domain element tag name.
Domain() - Constructor for class org.arch4j.domain.Domain
Constructs the domain and sets its value to null.
Domain(Object) - Constructor for class org.arch4j.domain.Domain
Constructs the domain and sets its value to the specified value.
DomainCacheController - class org.arch4j.persistence.domainmapper.DomainCacheController.
This static singleton allows domain managers to register for VM-wide domain cache clearing.
DomainCacheController() - Constructor for class org.arch4j.persistence.domainmapper.DomainCacheController
 
DomainMapperConstants - class org.arch4j.persistence.domainmapper.DomainMapperConstants.
This class contains constants available to the SpiderLogic persistence framework.
DomainMapperConstants() - Constructor for class org.arch4j.persistence.domainmapper.DomainMapperConstants
 
DomainValidationException - exception org.arch4j.domain.DomainValidationException.
This will be thrown for business rule and bound validation exceptions.
DomainValidationException() - Constructor for class org.arch4j.domain.DomainValidationException
Constructs a DomainValidationException with no specified detail message or nested exception.
DomainValidationException(String) - Constructor for class org.arch4j.domain.DomainValidationException
Constructs a DomainValidationException with the specified detail message.
DomainValidationException(String, Throwable) - Constructor for class org.arch4j.domain.DomainValidationException
Constructs a DomainValidationException with the specified detail message and nested exception.
DomainValidationException(Throwable) - Constructor for class org.arch4j.domain.DomainValidationException
Constructs a DomainValidationException with the specified nested exception.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.webpresentation.FrontControllerServlet
Called by the server (via the service method) to allow a servlet to handle a POST request.
doTransformation(InputStream, InputStream, OutputStream, String) - Method in class org.arch4j.xml.XMLTransformationHelper
 
DOUBLE - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
DOUBLE_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The double data type initial character (for quick lookup).
DOUBLE_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The double data type name.
DOUBLE_TYPE - Static variable in class org.arch4j.generator.JavaType
The double primitive data type.
DRIVER_PROPERTY - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The sub-property for getting the JDBC driver name.
DS_LOOKUP_NAME - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
 

E

EditablePropertyPanel - interface org.arch4j.ui.components.EditablePropertyPanel.
This interface defines the methods required to be a panel in the tree browser framework.
EMPTY_STRING - Static variable in interface org.arch4j.property.PropertyConstants
The empty string.
enable() - Static method in class org.arch4j.ui.util.Transcript
This method was created by a SmartGuide.
enableAction(String) - Method in class org.arch4j.ui.JDefaultApplicationPanel
Enable an action in the command manager.
enableAction(String) - Method in class org.arch4j.ui.JApplication
Enable an action in the command manager.
enableAction(String) - Method in class org.arch4j.ui.CommandManager
Enable any button(s) and/or menu item(s) associated with an action string.
enableAction(String, String) - Method in class org.arch4j.ui.CommandManager
Enable any button(s) and/or menu item(s) associated with an action string.
enableTextField(JTextField) - Static method in class org.arch4j.ui.components.PropertiesPanel
Enable a text field.
END_JAVADOC - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representing the end of a javadoc comment.
end() - Method in interface org.arch4j.parse.InputRecordHandler
this method is called by the record reader after the last record has been read, when the end of the stream is reached.
end() - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
end() - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
endBlock() - Method in class org.arch4j.generator.CodeBuffer
End a code block.
endCount - Variable in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
endCount - Variable in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
endDatabaseAction(ResultSet, Statement, Connection) - Method in class org.arch4j.dataaccess.TransactionalDatabaseManager
Override the base implementation of this method to add transactional behaviour.
endDatabaseAction(ResultSet, Statement, Connection) - Method in class org.arch4j.dataaccess.DatabaseManager
Releases the JDBC resources.
endDocument() - Method in class org.arch4j.xml.XMLStreamTest
called when parser reaches the end of the document
endDocument() - Method in class org.arch4j.xml.XMLHandlerAdapter
called when parser reaches the end of the document
endDocument() - Method in interface org.arch4j.xml.XMLHandler
called when parser reaches the end of the document
endDocument() - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser when the end of the document is encountered.
endDocument() - Method in class org.arch4j.propertytree.XMLPropertyBuilder
called when parser reaches the end of the document
endElement(String) - Method in class org.arch4j.xml.XMLStreamTest
this method is called whenever the parser encounters the end of an element
endElement(String) - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called whenever the parser encounters the end of an element
endElement(String) - Method in interface org.arch4j.xml.XMLHandler
this method is called whenever the parser encounters the end of an element
endElement(String) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called whenever the parser encounters the end of an element
endElement(String, String, String) - Method in class org.arch4j.property.XMLPropertyReader
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser when the end of an element is encountered.
endMultiLineComment() - Method in class org.arch4j.generator.CodeBuffer
End a multi-line comment block.
endPrefixMapping(String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
ensureVisible(JComponent) - Method in class org.arch4j.ui.components.PropertiesPanel
Make sure the component is visible if in a scroll pane.
entryAction(StateContext) - Method in class org.arch4j.clientcontroller.State
Perform the entry action for this state.
entryAction(StateContext) - Method in class org.arch4j.clientcontroller.ErrorState
Perform the entry action for this state.
EnvironmentalException - exception org.arch4j.core.EnvironmentalException.
This exception class is intended to be used for issues related to the runtime environment.
EnvironmentalException() - Constructor for class org.arch4j.core.EnvironmentalException
Constructs a EnvironmentalException with no specified detail message or nested exception.
EnvironmentalException(String) - Constructor for class org.arch4j.core.EnvironmentalException
Constructs a EnvironmentalException with the specified detail message.
EnvironmentalException(String, Throwable) - Constructor for class org.arch4j.core.EnvironmentalException
Constructs a EnvironmentalException with the specified detail message and nested exception.
EnvironmentalException(Throwable) - Constructor for class org.arch4j.core.EnvironmentalException
Constructs a EnvironmentalException with the specified nested exception.
EQ - Static variable in class org.arch4j.dataaccess.common.Condition
 
equals(Object) - Method in class org.arch4j.generator.JavaType
Returns true if this data type is equal to another object.
equals(Object) - Method in class org.arch4j.generator.JavaAccessModifier
Returns true if this access modifier is equal to another object.
equals(Object) - Method in class org.arch4j.persistence.domainmapper.BaseDomain
 
ERROR_LEVEL - Static variable in interface org.arch4j.logging.LoggingConstants
 
error(int, String, String[]) - Method in interface org.arch4j.parse.InputRecordHandler
this method is called by the record reader when it is unable to read a record into a record object.
error(int, String, String[]) - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
error(int, String, String[]) - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
error(JPanel, JComponent, String) - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
error(Object) - Method in interface org.arch4j.logging.LoggingCategory
Log an object with the error priority.
error(Object) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
error(Object) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
error(Object) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
error(SAXParseException) - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser when a recoverable parse error is encountered
error(String) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with the error priority.
error(String) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
error(String) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
error(String) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
error(String, String, int, int) - Method in class org.arch4j.xml.XMLStreamTest
this method is called by the parser if it encounters a recoverable error.
error(String, String, int, int) - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called by the parser if it encounters a recoverable error.
error(String, String, int, int) - Method in interface org.arch4j.xml.XMLHandler
this method is called by the parser if it encounters a recoverable error.
error(String, String, int, int) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called by the parser if it encounters a recoverable error.
error(String, Throwable) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with the error priority.
error(String, Throwable) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
error(String, Throwable) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
error(String, Throwable) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
errorCount - Variable in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
errorCount - Variable in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
ErrorState - class org.arch4j.clientcontroller.ErrorState.
This class defines an error state.
ErrorState(Transition, StateMachineException) - Constructor for class org.arch4j.clientcontroller.ErrorState
Constructor that sets the only transition for this error state to be the one specified.
evaluate() - Method in class org.arch4j.dataaccess.SQLEvaluator
 
example() - Static method in class org.arch4j.util.Performer
An example of how to use the performer.
ExampleFileFilter - class org.arch4j.ui.example.ExampleFileFilter.
A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
ExampleFileFilter(String) - Constructor for class org.arch4j.ui.example.ExampleFileFilter
Creates a file filter that accepts files with the given extension.
ExampleFileFilter(String[]) - Constructor for class org.arch4j.ui.example.ExampleFileFilter
Creates a file filter from the given string array.
ExampleFileFilter(String[], String) - Constructor for class org.arch4j.ui.example.ExampleFileFilter
Creates a file filter from the given string array and description.
ExampleFileFilter(String, String) - Constructor for class org.arch4j.ui.example.ExampleFileFilter
Creates a file filter that accepts the given file type.
ExceptionFrontCommand - class org.arch4j.webpresentation.ExceptionFrontCommand.
This class is a special case FrontCommand.
ExceptionFrontCommand(Throwable) - Constructor for class org.arch4j.webpresentation.ExceptionFrontCommand
Constructor which takes the exception.
ExceptionHelper - class org.arch4j.webpresentation.ExceptionHelper.
This class is a simple bean which helps the ExceptionFrontCommand.
ExceptionHelper() - Constructor for class org.arch4j.webpresentation.ExceptionHelper
 
exceptions - Variable in class org.arch4j.generator.JavaFunctionDefinition
A list of exceptions thrown, expressed as JavaType objects.
execUpdate(String, List) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL DELETE statement containing zero or more question-marked parameters and returns the number of rows affected.
execUpdate(String, List, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL INSERT, UPDATE or DELETE statement containing zero or more question-marked parameters and returns the number of rows affected.
execute() - Method in class org.arch4j.dataaccess.AtomicOperationCommand
Implement this method to include the database operations that need to be executed.
execute() - Method in class org.arch4j.webpresentation.UnknownFrontCommand
Execute the command and return the target to forward to.
execute() - Method in class org.arch4j.webpresentation.FrontCommand
Execute the command and return the target to forward to.
execute() - Method in class org.arch4j.webpresentation.ExceptionFrontCommand
Execute the command and return the target to forward to.
execute(Query, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
This method executes a query that could be SELECT, INSERT, DELETE or UPDATE
execute(String, List, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL SELECT, INSERT, UPDATE, or DELETE statement containing zero or more question-marked parameters.
execute(String, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL SELECT, INSERT, UPDATE, or DELETE statement containing no parameters.
execute(String, String, List, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL SELECT, INSERT, UPDATE, or DELETE statement specified by the given property name in the given property domain.
execute(String, String, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL SELECT, INSERT, UPDATE, or DELETE statement specified by the given property name in the given property domain.
executeBatch(BatchQuery) - Method in class org.arch4j.dataaccess.TransactionalDatabaseManager
Extends the base class, DatabaseManager, by adding rollback functionality on failure.
executeBatch(BatchQuery) - Method in class org.arch4j.dataaccess.DatabaseManager
Note that the JDBC specification does not specify if a BatchQuery will execute as an atomic operation or not.
executeTransaction(AtomicOperationCommand) - Method in class org.arch4j.dataaccess.TransactionalDatabaseManager
Use this method to bound multiple database operations which need to execute as one atomic operation.
executeTransaction(AtomicOperationCommand) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Use this method to bound multiple database operations which need to execute as one atomic operation.
exists(BaseDomain) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Returns whether or not the given domain object exists in the database.
exitAction(StateContext) - Method in class org.arch4j.clientcontroller.State
Perform the exit action for this state.
exitAction(StateContext) - Method in class org.arch4j.clientcontroller.ErrorState
Perform the exit action for this state.
exitApplication() - Method in class org.arch4j.ui.JTabbedApplicationShell
Cause the application to terminate.
exitApplication() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Cause the application to terminate.
exitApplication() - Method in class org.arch4j.ui.JApplicationShell
Cause the application to terminate.
exitApplication() - Method in class org.arch4j.ui.JApplication
Cause the application to terminate.
exitApplication() - Method in interface org.arch4j.ui.CloseableApplication
Called before the application is closed so that any resources may be cleaned up.
exitApplication() - Method in class org.arch4j.ui.tree.TreeBrowser
Exit normally from the application.
EXPECTED_LINE_FOUR - Variable in class org.arch4j.parse.DelimitedRecordWriterTest
 
EXPECTED_LINE_ONE - Variable in class org.arch4j.parse.DelimitedRecordWriterTest
 
EXPECTED_LINE_THREE - Variable in class org.arch4j.parse.DelimitedRecordWriterTest
 
EXPECTED_LINE_TWO - Variable in class org.arch4j.parse.DelimitedRecordWriterTest
 
EXTENDS - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 

F

fail() - Method in class org.arch4j.dataaccess.common.BatchResult
Method failed.
failsafeFramework - Variable in class org.arch4j.logging.LoggingManagerImpl
 
FailsafeLoggingCategory - class org.arch4j.logging.FailsafeLoggingCategory.
This class wraps the categorization of log messages within a simple, failsafe logging facility.
FailsafeLoggingCategory(String) - Constructor for class org.arch4j.logging.FailsafeLoggingCategory
Creates a new FailsafeLoggingCategory instance, defining a logging category for the given name.
FailsafeLoggingFramework - class org.arch4j.logging.FailsafeLoggingFramework.
This class wraps a simple, failsafe logging facility.
FailsafeLoggingFramework() - Constructor for class org.arch4j.logging.FailsafeLoggingFramework
Creates a new FailsafeLoggingFramework instance.
FALSE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
FALSE_STRING - Static variable in interface org.arch4j.property.PropertyConstants
The String representation of a boolean false value.
FALSE_YES_NO_STRING - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a constant value for representing false as a String.
fatalError(SAXParseException) - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser when a non-recoverable parse error is encountered.
fatalError(String, String, int, int) - Method in class org.arch4j.xml.XMLStreamTest
this method is called by the parser if it encounters a non-recoverable error.
fatalError(String, String, int, int) - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called by the parser if it encounters a non-recoverable error.
fatalError(String, String, int, int) - Method in interface org.arch4j.xml.XMLHandler
this method is called by the parser if it encounters a non-recoverable error.
fatalError(String, String, int, int) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called by the parser if it encounters a non-recoverable error.
field - Variable in class org.arch4j.generator.JavaFieldDefinition
 
fieldOffset - Variable in class org.arch4j.ui.components.PropertiesPanel
 
fields - Variable in class org.arch4j.generator.JavaSourceFile
A list of class or instance variables, of type JavaFieldDefinition.
FILE_DELIMITER - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representation to use for the directory/file separator.
FILE_EXTENSION - Static variable in class org.arch4j.generator.JavaSourceFile
The standard Java file extension.
FILENAME_PROPERTY - Static variable in interface org.arch4j.persistence.PersistenceConstants
The sub-property for getting the name of the xml file that castor stores the db connection info in.
filePath - Static variable in class org.arch4j.ui.util.IconManager
 
FINAL - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
finalize() - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
 
FINALLY - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
findAll() - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Returns a list containing all domain objects mapped by the receiver.
findAll(String, boolean) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Returns a list containing all domain objects mapped by the receiver, and sorted according to the given field name.
FixedRecordReader - class org.arch4j.parse.FixedRecordReader.
 
FixedRecordReader() - Constructor for class org.arch4j.parse.FixedRecordReader
 
FixedRecordReader(ReadOnlyProperty) - Constructor for class org.arch4j.parse.FixedRecordReader
 
FixedRecordReaderTest - class org.arch4j.parse.FixedRecordReaderTest.
 
FixedRecordReaderTest.TestRecordHandler - class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler.
 
FixedRecordReaderTest(String) - Constructor for class org.arch4j.parse.FixedRecordReaderTest
 
FLOAT - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
FLOAT_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The float data type initial character (for quick lookup).
FLOAT_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The float data type name.
FLOAT_TYPE - Static variable in class org.arch4j.generator.JavaType
The float primitive data type.
flush() - Method in class org.arch4j.persistence.castor.LoggingStringWriter
Flush the stream.
flush() - Method in class org.arch4j.parse.RecordWriter
flush any buffered contents to the stream.
focusGained(FocusEvent) - Method in class org.arch4j.ui.components.PropertiesPanel
 
focusLost(FocusEvent) - Method in class org.arch4j.ui.components.PropertiesPanel
 
format - Variable in class org.arch4j.parse.RecordWriter
property tree, describes output record format.
format - Variable in class org.arch4j.parse.RecordReader
property tree, specific to each record reader subclass.
FormatException - exception org.arch4j.propertytree.FormatException.
This class is used to signal problems when loading or parsing a property file.
FormatException() - Constructor for class org.arch4j.propertytree.FormatException
Constructs a FormatException with no specified detail message or nested exception.
FormatException(String) - Constructor for class org.arch4j.propertytree.FormatException
Constructs a FormatException with the specified detail message.
FormatException(String, Throwable) - Constructor for class org.arch4j.propertytree.FormatException
Constructs a FormatException with the specified detail message and nested exception.
FormatException(Throwable) - Constructor for class org.arch4j.propertytree.FormatException
Constructs a FormatException with the specified nested exception.
forward(HttpServletRequest, HttpServletResponse, String) - Method in class org.arch4j.webpresentation.FrontControllerServlet
Forwards the request to another resource (servlet, JSP file, or HTML file) on the server.
FractionalLayout - class org.arch4j.ui.layout.FractionalLayout.
A layout manager for a container that lays out components in a VisualWorks kinda way.
FractionalLayout() - Constructor for class org.arch4j.ui.layout.FractionalLayout
Create an instanace of a FractionalLayout
FrameConstraint - class org.arch4j.ui.layout.FrameConstraint.
A FrameConstraint is used with an instance of FractionalLayout to compute a Rectangle relative to a containing Rectangle by computing the relative edges and then adding offsets to them.
FrameConstraint() - Constructor for class org.arch4j.ui.layout.FrameConstraint
Create an instanace of an FrameConstraint.
FrameConstraint(double, int, double, int, double, int, double, int) - Constructor for class org.arch4j.ui.layout.FrameConstraint
Create an instance of an FrameConstraint given the left fraction, the left offset, the top fraction, the top offset, the right fraction, the right offset, the bottom fraction, and the bottom offset.
FRAMEWORK_PROPERTY - Static variable in class org.arch4j.logging.LoggingManagerImpl
 
FrontCommand - class org.arch4j.webpresentation.FrontCommand.
This class is the root of a hierarchy of classes that implement the Commmand pattern to handle an HTTP request.
FrontCommand() - Constructor for class org.arch4j.webpresentation.FrontCommand
 
FrontConstants - class org.arch4j.webpresentation.FrontConstants.
This class defines common constants.
FrontConstants() - Constructor for class org.arch4j.webpresentation.FrontConstants
 
FrontControllerServlet - class org.arch4j.webpresentation.FrontControllerServlet.
This class is the root of a hierarchy of servlet-based classes that can be used as a front-end handler of requests to a web site.
FrontControllerServlet() - Constructor for class org.arch4j.webpresentation.FrontControllerServlet
 

G

gatherImports() - Method in class org.arch4j.generator.JavaSourceFile
Gather additional imports from the various parts of the source file.
GE - Static variable in class org.arch4j.dataaccess.common.Condition
 
generate() - Method in class org.arch4j.generator.JavaSourceFile
Generate the Java source file.
generate() - Method in class org.arch4j.persistence.domainmapper.JugTimeBasedUuidGenerator
Generate a new unique identifier.
generate() - Method in class org.arch4j.persistence.domainmapper.JugRandomBasedUuidGenerator
Generate a new unique identifier.
generate() - Method in interface org.arch4j.persistence.domainmapper.IdentifierGenerator
Generate a new unique identifier.
generateClassComments(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the class comments to the given CodeBuffer.
generateClassDefinition(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the class or interface definition to the given CodeBuffer.
generateConstructors(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the constructor method definitions to the given CodeBuffer.
generateCopyrightComments(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the copyright comments to the given CodeBuffer.
generateEndOfFile(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the end of class string to the given CodeBuffer.
generateFields(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the class or instance variable field definitions to the given CodeBuffer.
generateFullImports(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
 
generateImports(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the import directives to the given CodeBuffer.
generateMethods(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the method definitions to the given CodeBuffer.
generatePackage(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the package statement to the given CodeBuffer.
generateSettersAndGetters(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
Write the setter and getter method definitions to the given CodeBuffer.
generateSource() - Method in class org.arch4j.generator.JavaSourceFile
Generate the Java source representation of the source file as a multi-line String.
generateStarredImports(CodeBuffer) - Method in class org.arch4j.generator.JavaSourceFile
 
GeneratorConstants - interface org.arch4j.generator.GeneratorConstants.
This interface defines a collection of constants available to the code generator.
GeneratorTest - class org.arch4j.generator.GeneratorTest.
 
GeneratorTest(String) - Constructor for class org.arch4j.generator.GeneratorTest
 
GeneratorUtility - class org.arch4j.generator.GeneratorUtility.
This class contains utility helper methods used by the code generators.
get(int) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
getAccessModifier() - Method in class org.arch4j.generator.JavaDefinition
Returns the access control modifier.
getAction() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
getAddedList() - Method in class org.arch4j.persistence.domainmapper.PersistableList
Retrieves the list of objects added since the last reset.
getAllValues() - Method in interface org.arch4j.clientcontroller.ContextView
Retrieves all key-value pairs from this context set, assuming that this context is the root.
getAllValues() - Method in class org.arch4j.clientcontroller.ContextImpl
Retrieves all key-value pairs from this context set, assuming that this context is the root.
getApplicationHome() - Method in class org.arch4j.property.StartupConstants
Returns a string containing the application home directory.
getApplicationHomeProperty() - Method in class org.arch4j.property.StartupConstants
Returns a string containing the application home directory property key.
getApplicationHomeProperty() - Method in class org.arch4j.property.DefaultConstants
Returns a string containing the application home directory property key.
getApplicationImage() - Method in class org.arch4j.ui.AbstractSplashScreen
Gets the icon to use in the splash screen.
getApplicationImageKey() - Method in class org.arch4j.ui.AbstractSplashScreen
Gets the key for the image in the splash screen.
getApplicationImageKey() - Method in class org.arch4j.ui.example.SplashScreen
 
getArrayDimension() - Method in class org.arch4j.generator.JavaIdentifier
Returns how many dimensions the array has, assuming the identifier is an array.
getArrayDimension() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns how many dimensions the array has, assuming the field is an array.
getAttributes(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.clientcontroller.struts.StateMachineAction
Retrieves the attribute set to be passed to the state machine to handle the event.
getBaseServices() - Method in class org.arch4j.baseservices.BaseServicesProvider
Returns a reference to the BaseServices implementation.
getBaseServicesClass() - Method in class org.arch4j.baseservices.BaseServicesProvider
Get the base services implementation class to use from the property setting.
getBeanBeingMonitored() - Method in class org.arch4j.statemonitoring.JTextFieldStateMonitor
Gets the bean that we are monitoring.
getBeanBeingMonitored() - Method in class org.arch4j.statemonitoring.JComboBoxStateMonitor
Gets the bean that we are monitoring.
getBeanBeingMonitored() - Method in interface org.arch4j.statemonitoring.BeanStateMonitor
Gets the bean that we are monitoring.
getBeanMonitors() - Method in class org.arch4j.statemonitoring.BeanStateManager
Get the list of bean monitors.
getBigDecimal(Object) - Method in class org.arch4j.parse.RecordData
 
getBoolean(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a boolean.
getBoolean(String, boolean) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a boolean.
getBoolean(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a boolean within the given domain.
getBoolean(String, String, boolean) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a boolean within the given domain.
getBooleanArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of boolean property values for the given property key.
getBooleanArray(String, boolean) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of boolean property values for the given property key.
getBooleanArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of boolean property values for the given property key within the given domain.
getBooleanArray(String, String, boolean) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of boolean property values for the given property key within the given domain.
getCategory(String) - Method in class org.arch4j.logging.LoggingProvider
Retrieve a logging category with name name.
getCategory(String) - Method in class org.arch4j.logging.LoggingManagerImpl
Retrieve a logging category with name name.
getCategory(String) - Method in interface org.arch4j.logging.LoggingFramework
Return a logging category for the given name.
getCategory(String) - Method in class org.arch4j.logging.FailsafeLoggingFramework
Retrieve a logging category with name name.
getCategory(String) - Method in class org.arch4j.logging.log4j.Log4JLoggingFramework
Retrieve a logging category with name name.
getCategory(String) - Method in class org.arch4j.logging.sun.SunLoggingFramework
Retrieve a logging category with name name.
getChar(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a char.
getChar(String, char) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a char.
getChar(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a char within the given domain.
getChar(String, String, char) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a char within the given domain.
getCharArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of char property values for the given property key.
getCharArray(String, char) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of char property values for the given property key.
getCharArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of char property values for the given property key within the given domain.
getCharArray(String, String, char) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of char property values for the given property key within the given domain.
getChild(String) - Method in class org.arch4j.propertytree.Property
retrieve the first child property found with a given name name
getChild(String, String) - Method in class org.arch4j.propertytree.Property
retrieve a the first property with a given name and value.
getChildNames() - Method in interface org.arch4j.propertytree.ReadOnlyProperty
return an array of all of this property's children's names.
getChildNames() - Method in class org.arch4j.propertytree.Property
return a list of all of this property's children's names.
getChildren() - Method in class org.arch4j.propertytree.Property
retrieve the complete list of this property's children.
getChildren(String) - Method in class org.arch4j.propertytree.Property
retrieve a set of child property by name, leaving them in the list.
getChildValue(String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getChildValue(String) - Method in class org.arch4j.propertytree.Property
retrieve the value of the first child property found with a given name
getChildValue(String, String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getChildValue(String, String) - Method in class org.arch4j.propertytree.Property
retrieve the value of the first child property found with a given name, or return a default value if no property is found.
getChildValueAsInt(String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getChildValueAsInt(String) - Method in class org.arch4j.propertytree.Property
retrieve the value of the first child property found with a given name and convert it to an integer
getChildValueAsInt(String, int) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getChildValueAsInt(String, int) - Method in class org.arch4j.propertytree.Property
retrieve the value of the first child property found with a given name and convert it to an integer, or return a default value if no property is found.
getChildValues(String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getChildValues(String) - Method in class org.arch4j.propertytree.Property
retrive values of all child propeties with a given name.
getClassName() - Method in class org.arch4j.generator.JavaConstructorDefinition
Returns the constructor's class name.
getCodeBlock() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns the statements defining the body of the function.
getColumnClass(int) - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
JTable uses this method to determine the default renderer/ editor for each cell.
getColumnNames() - Method in class org.arch4j.dataaccess.common.OrderBy
 
getCommand(HttpServletRequest) - Method in class org.arch4j.webpresentation.CommandDrivenFrontController
 
getCommandClass(HttpServletRequest) - Method in class org.arch4j.webpresentation.CommandDrivenFrontController
Returns the class name of a FrontCommand to be used to handle the request.
getCommandManager() - Method in class org.arch4j.ui.JDefaultApplicationPanel
commandMgr Accessor.
getCommandManager() - Method in interface org.arch4j.ui.JApplicationPanel
This method was created by a SmartGuide.
getCommandManager() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getCommandPackageName() - Method in class org.arch4j.webpresentation.CommandDrivenFrontController
Returns the package name containing the FrontCommand classes.
getComment() - Method in class org.arch4j.generator.JavaDefinition
Returns the comment.
getConnection() - Method in class org.arch4j.dataaccess.TransactionalConnectionManager
Create a connection if this is the first action of the transaction, otherwise return the existing connection.
getConstants() - Method in class org.arch4j.property.PropertyProvider
Returns the startup constants.
getConstraint(Component) - Method in class org.arch4j.ui.layout.FractionalLayout
Return the constraint that is associated with the given component.
getContext() - Method in interface org.arch4j.baseservices.BaseServices
Gets a JNDI Context.
getContext() - Method in class org.arch4j.baseservices.jboss.JbossBaseServices
Gets a Context based on the url specified in the properties file.
getContext() - Method in class org.arch4j.baseservices.weblogic.WebLogicBaseServices
Gets a Context based on the url specified in the properties file.
getContext() - Method in class org.arch4j.baseservices.websphere.WebsphereBaseServices
Gets a Context based on the url specified in the properties file.
getContext() - Method in class org.arch4j.naming.J2EEContainerBaseServices
Gets a Context
getContextView() - Method in class org.arch4j.clientcontroller.StateMachine
Returns a view of the current state's context.
getDate() - Method in class org.arch4j.domain.DateTimeDomain
Retrieves a String representation of this domain's Timestamp in date format.
getDate(Object) - Method in class org.arch4j.parse.RecordData
 
getDateField(int, String) - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
getDateField(int, String) - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
getDateFormat() - Method in class org.arch4j.persistence.domainmapper.ValueHelper
Date formatter specific to the expected DB/2 timestamp format
getDateTime() - Method in class org.arch4j.domain.DateTimeDomain
Retrieves a String representation of this domain's Timestamp in datetime format.
getDefault() - Static method in class org.arch4j.ui.components.HelpDialog
Implementation of singleton--use this to get an instance to work with
getDefaultApplicationHome() - Method in class org.arch4j.property.StartupConstants
Returns a string containing the default application home directory.
getDefaultButton() - Method in class org.arch4j.ui.components.PropertiesPanel
 
getDefaultComment() - Method in class org.arch4j.generator.JavaMethodDefinition
 
getDefaultComment() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns a simple, descriptive, one line comment for the function.
getDefaultComment() - Method in class org.arch4j.generator.JavaConstructorDefinition
 
getDefaultDomainName() - Static method in class org.arch4j.property.XMLPropertyManager
Returns the string used as the default, global domain name.
getDefaultManager() - Method in class org.arch4j.dataaccess.DataAccessProvider
Create a DatabaseManager for data access.
getDefaultTransactionalManager() - Method in class org.arch4j.dataaccess.DataAccessProvider
Create a TransactionalDatabaseManager for data access.
getDefaultXMLParserFactoryClassname() - Method in class org.arch4j.property.StartupConstants
Returns a string containing the default SAX Parser Factory class name to use.
getDefinition() - Method in class org.arch4j.generator.JavaDefinition
Returns a String containing the Java source representation of the definition.
getDescription() - Method in class org.arch4j.ui.example.ExampleFileFilter
Returns the human readable description of this filter.
getDividerLocation() - Method in class org.arch4j.ui.tree.TreeBrowser
Gets the relative location of the divider bar.
getDomainObjects() - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper.BaseDomainResultSetVisitor
 
getDouble(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a double.
getDouble(String, double) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a double.
getDouble(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a double within the given domain.
getDouble(String, String, double) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a double within the given domain.
getDoubleArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of double property values for the given property key.
getDoubleArray(String, double) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of double property values for the given property key.
getDoubleArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of double property values for the given property key within the given domain.
getDoubleArray(String, String, double) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of double property values for the given property key within the given domain.
getEmbeddedStateMachine() - Method in class org.arch4j.clientcontroller.State
Retrieves the embedded state machine.
getErrorMessage() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
getErrorString(SQLException) - Static method in class org.arch4j.dataaccess.DataAccessException
Creates an informative error string based on the given SQLException, following the chain of additional exceptions (if any).
getEvent(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.clientcontroller.struts.StateMachineAction
Retrieves the name of the event this action will trigger
getExceptions() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns a List of exceptions thrown by the function.
getExpectedValueFromArguments(Map, String) - Method in class org.arch4j.clientcontroller.Transition
Helper method to retrieve an expected value from the argument list.
getExtension(File) - Method in class org.arch4j.ui.example.ExampleFileFilter
Return the extension portion of the file's name .
getExternalEvent() - Method in class org.arch4j.clientcontroller.Transition
Retrieves the name of the external event which this transition reacts to.
getExternalEvents() - Method in class org.arch4j.clientcontroller.StateMachine
Retrieves a String list of all possible external events that this state machine will react to.
getFailsafeFramework() - Method in class org.arch4j.logging.LoggingManagerImpl
 
getField() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the field's identifier.
getField() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
getField(int, String) - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
getField(int, String) - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
getFieldOffset() - Method in class org.arch4j.ui.components.PropertiesPanel
accessor for fieldOffset
getFloat(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a float.
getFloat(String, float) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a float.
getFloat(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a float within the given domain.
getFloat(String, String, float) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a float within the given domain.
getFloatArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of float property values for the given property key.
getFloatArray(String, float) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of float property values for the given property key.
getFloatArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of float property values for the given property key within the given domain.
getFloatArray(String, String, float) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of float property values for the given property key within the given domain.
getFormattedComment() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns a formatted javadoc comment for the function.
getFrameworkClass() - Method in class org.arch4j.logging.LoggingManagerImpl
 
getGetter() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns a String containing the Java source representation of the getter.
getGetterAccessModifier() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the access control modifier for the getter.
getHelper() - Static method in class org.arch4j.persistence.domainmapper.ValueHelper
Retrieve a value helper
getHelpTextURLBase() - Method in class org.arch4j.ui.components.HelpDialog
Accessor for URL base
getIcon() - Method in class org.arch4j.ui.JTabbedApplicationShell
Get the icon that is displayed in the Window titlebar from the resource manager.
getIcon() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Get the icon that is displayed in the Window titlebar from the command manager.
getIcon() - Method in class org.arch4j.ui.JApplicationShell
Get the icon that is displayed in the Window titlebar from the resource manager.
getIcon() - Method in interface org.arch4j.ui.JApplicationPanel
This method was created by a SmartGuide.
getIcon() - Method in class org.arch4j.ui.JApplication
Get the icon that is displayed in the Window titlebar from the command manager.
getIcon() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
getIcon() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
getIcon(String) - Method in class org.arch4j.ui.ResourceManager
 
getIcon(String) - Static method in class org.arch4j.ui.util.IconManager
 
getIconAccessor() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
getIconFilename(String) - Static method in class org.arch4j.ui.util.IconManager
 
getIconFor(String) - Method in class org.arch4j.ui.tree.TreeBrowser
Get the icon for the name given.
getId() - Method in class org.arch4j.persistence.domainmapper.BaseDomain
Getter for property id.
getId(BaseDomain) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Return the given domain object's ID, or null if the domain object is null.
getIdentifierGenerator() - Method in class org.arch4j.persistence.domainmapper.IdentifierGeneratorProvider
Returns an instance of IdentifierGenerator that implements the interface.
getImplementedInterfaces() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns a List of interfaces implemented by the object.
getImports() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns a list of potential import types for the object.
getImports() - Method in class org.arch4j.generator.JavaMethodDefinition
 
getImports() - Method in class org.arch4j.generator.JavaInterfaceDefinition
 
getImports() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns a list of potential import types for the function.
getImports() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns a list of potential import types for the field.
getImports() - Method in class org.arch4j.generator.JavaDefinition
Returns a list of potential import types for the definition.
getImports() - Method in class org.arch4j.generator.JavaClassDefinition
 
getIndex(Object) - Method in class org.arch4j.ui.table.ObjectTableModel
Gets the index of the object.
getIndex(Object) - Method in class org.arch4j.ui.table.ObjectTable
Get the index of the object.
getInitializer() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the field's initializer.
getInsertionIndex(BrowserTreeNode) - Method in class org.arch4j.ui.tree.SortingParentNode
This method was created by a SmartGuide.
getInsertionIndex(BrowserTreeNode) - Method in interface org.arch4j.ui.tree.SortingParent
This method was created in VisualAge.
getInt(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as an int.
getInt(String, int) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as an int.
getInt(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as an int within the given domain.
getInt(String, String, int) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as an int within the given domain.
getIntArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of int property values for the given property key.
getIntArray(String, int) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of int property values for the given property key.
getIntArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of int property values for the given property key within the given domain.
getIntArray(String, String, int) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of int property values for the given property key within the given domain.
getInteger(String) - Method in class org.arch4j.ui.ResourceManager
 
getIsUpper() - Method in class org.arch4j.dataaccess.common.Condition
 
getJavaType() - Method in class org.arch4j.generator.JavaIdentifier
Returns the identifier's underlying type object.
getJoinClause() - Method in class org.arch4j.dataaccess.common.Select
 
getKey() - Method in class org.arch4j.property.Property
Returns the property key.
getLong(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a long.
getLong(String, long) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a long.
getLong(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a long within the given domain.
getLong(String, String, long) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a long within the given domain.
getLongArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of long property values for the given property key.
getLongArray(String, long) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of long property values for the given property key.
getLongArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of long property values for the given property key within the given domain.
getLongArray(String, String, long) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of long property values for the given property key within the given domain.
getMainList() - Method in class org.arch4j.persistence.domainmapper.PersistableList
Retrieves the main, current list of objects managed by the receiver.
getMainPanel() - Method in class org.arch4j.ui.AbstractSplashScreen
Gets the default panel to display on the splash screen.
getManager() - Static method in class org.arch4j.persistence.PersistenceProvider
Get the persistence manager for the given object.
getManager() - Static method in class org.arch4j.ui.components.DialogManager
 
getManagerFor(String) - Method in class org.arch4j.dataaccess.DataAccessProvider
Create a DatabaseManager for data access.
getManagerFor(String) - Static method in class org.arch4j.persistence.PersistenceProvider
Create a PersistenceManager for persistence.
getManagerFor(String, String) - Method in class org.arch4j.dataaccess.DataAccessProvider
 
getManagerFor(String, String, String) - Method in class org.arch4j.dataaccess.DataAccessProvider
Deprecated. Use other getDefaultManager constructor.
getMappingFilename() - Method in class org.arch4j.persistence.castor.XMLObjectManager
Get the filename used for mapping objects.
getMappingFilename() - Method in class org.arch4j.persistence.castor.ObjectManager
Get the filename used for mapping objects.
getMaxLength() - Method in class org.arch4j.domain.StringDomain
Defines the maximum string length used in validation.
getMaxValue() - Method in class org.arch4j.domain.IntegerDomain
Defines the maximum string length used in validation.
getMaxValue() - Method in class org.arch4j.domain.BigDecimalDomain
Defines the maximum string length used in validation.
getMenu() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
getMenu(String) - Method in class org.arch4j.ui.CommandManager
Gets a menu for the given menu name.
getMenu(String) - Method in class org.arch4j.ui.tree.TreeBrowser
Gets the menu with the given name.
getMenubar() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Gets the menubar for the application.
getMenubar() - Method in class org.arch4j.ui.JApplicationShell
Gets the menubar for the application.
getMenubar() - Method in interface org.arch4j.ui.JApplicationPanel
This method was created by a SmartGuide.
getMenubar() - Method in class org.arch4j.ui.JApplication
Gets the menubar for the application.
getMenubar() - Method in class org.arch4j.ui.CommandManager
This method returns the cached menu bar.
getMenubar() - Method in class org.arch4j.ui.tree.TreeBrowser
Gets the menubar for the application.
getMessage() - Method in class org.arch4j.core.BaseRuntimeException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class org.arch4j.core.BaseApplicationException
Returns the detail message, including the message from the nested exception if there is one.
getMessage() - Method in class org.arch4j.webpresentation.UnknownHelper
 
getMessageQueueFacade(boolean) - Method in class org.arch4j.messaging.MessagingProvider
Returns a reference to a new MessageQueueFacade implementation.
getMessageQueueFacade(boolean, int) - Method in class org.arch4j.messaging.MessagingProvider
Returns a reference to a new MessageQueueFacade implementation.
getMessageQueueFacadeClass() - Method in class org.arch4j.messaging.MessagingProvider
Get the message queue facade implementation class to use from the property setting.
getMessageTopicFacade(boolean) - Method in class org.arch4j.messaging.MessagingProvider
Returns a reference to a new MessageTopicFacade implementation.
getMessageTopicFacade(boolean, int) - Method in class org.arch4j.messaging.MessagingProvider
Returns a reference to a new MessageTopicFacade implementation.
getMessageTopicFacadeClass() - Method in class org.arch4j.messaging.MessagingProvider
Get the message topic facade implementation class to use from the property setting.
getMethodIdentifier() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns the method's identifier.
getMinLength() - Method in class org.arch4j.domain.StringDomain
Defines the minimun string length used in validation.
getMinValue() - Method in class org.arch4j.domain.IntegerDomain
Defines the minimun integer value used in validation.
getMinValue() - Method in class org.arch4j.domain.BigDecimalDomain
Defines the minimun integer value used in validation.
getMonitorForBean(Object) - Method in class org.arch4j.statemonitoring.BeanStateManager
Gets the monitor for a given object.
getName() - Method in interface org.arch4j.logging.LoggingCategory
Return the logging category name.
getName() - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
getName() - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
getName() - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
getName() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns the method's name.
getName() - Method in class org.arch4j.generator.JavaInterfaceDefinition
Returns the name of this interface.
getName() - Method in class org.arch4j.generator.JavaIdentifier
Returns the identifier's name.
getName() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the field's name.
getName() - Method in class org.arch4j.generator.JavaClassDefinition
Returns the name of this class.
getName() - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getName() - Method in class org.arch4j.propertytree.Property
 
getName() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
getNameForBase(String, BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
getNestedException() - Method in class org.arch4j.core.BaseRuntimeException
 
getNestedException() - Method in interface org.arch4j.core.BaseException
 
getNestedException() - Method in class org.arch4j.core.BaseApplicationException
 
getNewPropertyManager() - Method in class org.arch4j.property.PropertyProvider
Returns the new-style property manager, which allows access to all of the additional methods available.
getNode(String) - Method in class org.arch4j.ui.tree.TreeBrowser
Look for a node with the specified name.
getNullEditor() - Method in class org.arch4j.ui.tree.TreeBrowser
 
getNumberField(int, String) - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
getNumberField(int, String) - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
getNumberOfRows() - Method in class org.arch4j.dataaccess.visitors.ResultSetCounter
Gets the number of rows processed.
getNumberOfRows() - Method in class org.arch4j.dataaccess.visitors.ResultSetCache
Number of rows in the cache.
getNumberOfRowsAffected() - Method in class org.arch4j.dataaccess.visitors.ResultSetCache
Gets the number of rows affected by the sql.
getNumberOfRowsAffected() - Method in class org.arch4j.dataaccess.visitors.ResultSetAdapter
Gets the number of rows affected by the sql.
getObjectKeyword() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns the object keyword for the object.
getObjectKeyword() - Method in class org.arch4j.generator.JavaInterfaceDefinition
 
getObjectKeyword() - Method in class org.arch4j.generator.JavaClassDefinition
 
getObjectName() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns the Java type that represents the object.
getObjects() - Method in class org.arch4j.ui.table.ObjectTableModel
Gets a copy of all the objects in the table.
getObjects() - Method in class org.arch4j.ui.table.ObjectTable
Get the objects in the table.
getObjects(ObjectQuery) - Method in interface org.arch4j.persistence.PersistenceManager
Get all objects for the given query object.
getObjects(ObjectQuery) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Get all objects for the given query object.
getObjects(String) - Method in interface org.arch4j.persistence.PersistenceManager
Get all objects for the given query string.
getObjects(String) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Get all objects for the given query string.
getOQLQuery() - Method in class org.arch4j.persistence.castor.QueryWrapper
Return the OQL Query Object.
getOrderBy() - Method in class org.arch4j.dataaccess.common.Select
 
getPackage() - Method in class org.arch4j.generator.JavaType
Returns the type's package name.
getPackageName() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns the method's return type package name.
getPackageName() - Method in class org.arch4j.generator.JavaInterfaceDefinition
Returns the package within which this interface is defined.
getPackageName() - Method in class org.arch4j.generator.JavaIdentifier
Returns the identifier's package name.
getPackageName() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the field's package name.
getPackageName() - Method in class org.arch4j.generator.JavaClassDefinition
Returns the package within which this class is defined.
getPanel() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
getPanelHeight() - Method in class org.arch4j.ui.components.PropertiesPanel
Get the height of the panel.
getPanelWidth() - Method in class org.arch4j.ui.components.PropertiesPanel
Gets the calculated width of the panel.
getParameters() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns a List of formal parameters.
getParentInsertionIndex(SortingParentNode) - Method in class org.arch4j.ui.tree.SortingParentNode
This method was created by a SmartGuide.
getPopupMenu(String) - Method in class org.arch4j.ui.JDefaultApplicationPanel
Get a named popup menu from the command manager.
getPopupMenu(String) - Method in class org.arch4j.ui.JApplication
Get a named popup menu from the command manager.
getPopupMenu(String) - Method in class org.arch4j.ui.tree.TreeBrowser
 
getPopupMenuOrigin(BrowserTreeNode, Component, int, int) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
 
getPreExistingList() - Method in class org.arch4j.persistence.domainmapper.PersistableList
Retrieves a new list of objects from the main list that do not exist in the added list.
getPreferredSize() - Method in class org.arch4j.ui.components.PropertiesPanel
This method was created by a SmartGuide.
getPreferredSize() - Method in class org.arch4j.ui.components.MultiChoicePanel
This method was created by a SmartGuide.
getPreferredSize() - Method in class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
getPreferredWidthForColumn(TableColumn, JTable) - Static method in class org.arch4j.ui.table.Tables
 
getPrimaryFramework() - Method in class org.arch4j.logging.LoggingManagerImpl
 
getProperties(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns all the Properties associated with a given domain.
getProperties(String) - Method in class org.arch4j.property.PropertyManagerImpl
Returns all the Properties associated with a given domain.
getProperties(String) - Method in interface org.arch4j.property.PropertyManager
Returns all the Properties associated with a given domain.
getProperties(String) - Method in class org.arch4j.propertytree.PropertyTreeManagerImpl
 
getProperties(String) - Method in interface org.arch4j.propertytree.PropertyTreeManager
 
getProperties(String, String) - Method in class org.arch4j.propertytree.PropertyTreeManagerImpl
 
getProperties(String, String) - Method in interface org.arch4j.propertytree.PropertyTreeManager
 
getProperty(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Searches for the property with the specified property name within the given domain.
getProperty(String, String) - Method in class org.arch4j.property.PropertyManagerImpl
Searches for the property with the specified property name within the * given domain.
getProperty(String, String) - Method in interface org.arch4j.property.PropertyManager
Searches for the property with the specified property name within the given domain.
getProperty(String, String) - Method in class org.arch4j.propertytree.PropertyTreeManagerImpl
 
getProperty(String, String) - Method in interface org.arch4j.propertytree.PropertyTreeManager
 
getProperty(String, String, String) - Method in class org.arch4j.property.XMLPropertyManager
Searches for the property with the specified property name within the given domain.
getProperty(String, String, String) - Method in class org.arch4j.property.PropertyManagerImpl
Searches for the property with the specified property name within the * given domain.
getProperty(String, String, String) - Method in interface org.arch4j.property.PropertyManager
Searches for the property with the specified property name within the given domain.
getProperty(String, String, String) - Method in class org.arch4j.propertytree.PropertyTreeManagerImpl
 
getProperty(String, String, String) - Method in interface org.arch4j.propertytree.PropertyTreeManager
 
getPropertyDirectory() - Method in class org.arch4j.property.XMLPropertyManager
Returns the property directory where property files are stored.
getPropertyDirectory() - Method in class org.arch4j.property.PropertyManagerImpl
Returns the property directory where property files are stored.
getPropertyDirectory() - Method in interface org.arch4j.property.PropertyManager
Returns the property directory where property files are stored.
getPropertyDirectory() - Method in class org.arch4j.propertytree.PropertyTreeManagerImpl
 
getPropertyDirectory() - Method in interface org.arch4j.propertytree.PropertyTreeManager
 
getPropertyFilename() - Method in class org.arch4j.property.StartupConstants
Returns a string containing the name of the property file to use for startup.
getPropertyManager() - Method in class org.arch4j.property.PropertyProvider
Returns the property manager.
getPropertyTreeManager() - Method in class org.arch4j.propertytree.PropertyTreeProvider
 
getPropertyValue(String) - Method in class org.arch4j.util.Performer
Get the value of the bean property.
getProvider() - Static method in class org.arch4j.logging.LoggingProvider
Returns the single instance of the LoggingProvider.
getProvider() - Static method in class org.arch4j.property.PropertyProvider
Returns the single instance of the PropertyProvider.
getProvider() - Static method in class org.arch4j.util.StartupProvider
Returns the single instance of the StartupProvider.
getProvider() - Static method in class org.arch4j.baseservices.BaseServicesProvider
Returns the singleton instance of this class.
getProvider() - Static method in class org.arch4j.dataaccess.DataAccessProvider
 
getProvider() - Static method in class org.arch4j.messaging.MessagingProvider
Returns the singleton instance of this class.
getProvider() - Static method in class org.arch4j.persistence.domainmapper.IdentifierGeneratorProvider
Returns the singleton instance of this provider.
getProvider() - Static method in class org.arch4j.xml.XMLProvider
Returns the singleton instance of this class.
getProvider() - Static method in class org.arch4j.propertytree.PropertyTreeProvider
 
getProvider() - Static method in class org.arch4j.clientcontroller.ClientStateProvider
Returns the singleton instance of this class.
getQueries() - Method in class org.arch4j.dataaccess.common.BatchQuery
Returns the queries.
getQuery(String) - Method in interface org.arch4j.persistence.PersistenceManager
Gets the query object for a given query.
getQuery(String) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Gets the query object for a given query.
getQueueConnection() - Method in class org.arch4j.messaging.MessageQueueFacade
Returns a reference to the QueueConnection instance.
getQueueConnection() - Method in class org.arch4j.messaging.websphere.J2EEContainerMessageQueueFacade
 
getQueueConnectionFactory() - Method in class org.arch4j.messaging.MessageQueueFacade
Interface method to retrieve a QueueConnectionFactory.
getQueueConnectionFactory() - Method in class org.arch4j.messaging.weblogic.WebLogicMessageQueueFacade
Implements the WebLogic specific implementation to retrieve a QueueConnectionFactory from JNDI.
getQueueConnectionFactory() - Method in class org.arch4j.messaging.websphere.WebsphereMessageQueueFacadeWithCaching
Implements the Websphere specific implementation to retrieve a QueueConnectionFactory from JNDI.
getQueueConnectionFactory() - Method in class org.arch4j.messaging.websphere.WebsphereMessageQueueFacade
Implements the Websphere specific implementation to retrieve a QueueConnectionFactory from JNDI.
getQueueSession() - Method in class org.arch4j.messaging.MessageQueueFacade
Returns a reference to the QueueSession instance associated with this object.
getQueueSession() - Method in class org.arch4j.messaging.websphere.J2EEContainerMessageQueueFacade
 
getRawRecord(BufferedReader, String[]) - Method in class org.arch4j.parse.RecordReader
get the next set of raw data from the input stream, or return null if at the end of the stream.
getRawRecord(BufferedReader, String[]) - Method in class org.arch4j.parse.FixedRecordReader
 
getRawRecord(BufferedReader, String[]) - Method in class org.arch4j.parse.DelimitedRecordReader
 
getReadOnlyChild(String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getReadOnlyChild(String) - Method in class org.arch4j.propertytree.Property
retrieve the first child property found with a given name.
getReadOnlyChild(String, String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
this method searches for a child property with the specified name and value and returns the first match it finds.
getReadOnlyChild(String, String) - Method in class org.arch4j.propertytree.Property
retrieve a read only version of the first property with a given name and value.
getReadOnlyChildren() - Method in interface org.arch4j.propertytree.ReadOnlyProperty
return an array of all of this property's children as read-only interface.
getReadOnlyChildren() - Method in class org.arch4j.propertytree.Property
retrieve the complete read-only list of this property's children.
getReadOnlyChildren(String) - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getReadOnlyChildren(String) - Method in class org.arch4j.propertytree.Property
retrieve a read only set of child property by name, leaving them in the list.
getRecordNumber() - Method in class org.arch4j.parse.RecordData
 
getRemovedList() - Method in class org.arch4j.persistence.domainmapper.PersistableList
Retrieves the list of objects removed sinces the last reset.
getResourceManager() - Method in class org.arch4j.ui.JDefaultApplicationPanel
resourceMgr Accessor.
getResourceManager() - Method in interface org.arch4j.ui.JApplicationPanel
This method was created by a SmartGuide.
getResourceManager() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getResult() - Method in class org.arch4j.dataaccess.visitors.IntResultSetAdapter
Returns the result of the query.
getResultingResource(String, ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.clientcontroller.struts.StateMachineAction
This method is called after the state machine has handled the event.
getResults() - Method in class org.arch4j.dataaccess.common.BatchResult
Returns the results.
getReturnComment() - Method in class org.arch4j.generator.JavaMethodDefinition
 
getReturnComment() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns a javadoc @return string.
getReturnComment() - Method in class org.arch4j.generator.JavaConstructorDefinition
 
getRightIndent() - Method in class org.arch4j.ui.components.PropertiesPanel
accessor for rightIndent
getRootTransition() - Method in class org.arch4j.clientcontroller.ClientStateProvider
Get the root transition class name implementation to use from the property setting.
getRowData(Object) - Method in class org.arch4j.ui.table.ObjectTableModel
Get the data for an object.
getRowData(Object) - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Get the data for an object.
getRowData(Object) - Method in interface org.arch4j.ui.table.ObjectRowBuilder
Get the data for an object.
getRowObject(int) - Method in class org.arch4j.ui.table.ObjectTableModel
Get the object for the given row index.
getRowObject(int) - Method in class org.arch4j.ui.table.ObjectTable
Get the object for the given row index.
getRowsForPaths(TreePath[]) - Method in class org.arch4j.ui.tree.BrowserRowMapper
getRowsForPaths method comment.
getSecureRandomNumberGenerator() - Method in class org.arch4j.persistence.domainmapper.JugRandomBasedUuidGenerator
Returns a SecureRandom number generator that is used to seed the JUG implementation.
getSelectedItems() - Method in class org.arch4j.ui.components.MultiChoicePanel
Create the list box to use for prompting the user.
getSelectedNode() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getSelectedNodes() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getSelectedObject() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getSelectedObjects() - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Get the selected objects from the table.
getSelectedObjects() - Method in class org.arch4j.ui.table.ObjectSelectionTable
Get the selected objects.
getSelection() - Method in class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
getSelectionMode() - Method in class org.arch4j.ui.table.ObjectTableModel
Returns the selectionMode.
getSelectionMode() - Method in class org.arch4j.ui.table.ObjectTable
 
getSession() - Method in class org.arch4j.messaging.MessageTopicFacade
Returns a Session reference to the TopicSession instance associated with this object.
getSession() - Method in class org.arch4j.messaging.MessageQueueFacade
Returns a Session reference to the QueueSession instance associated with this object.
getSession() - Method in class org.arch4j.messaging.MessageFacade
Returns the Session reference associated with the implementation object.
getSetter() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns a String containing the Java source representation of the setter.
getSetterAccessModifier() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the access control modifier for the setter.
getSingleValue(String) - Method in interface org.arch4j.clientcontroller.ContextView
Retrieves the single value keyed by aKey.
getSingleValue(String) - Method in class org.arch4j.clientcontroller.ContextImpl
Retrieves the value mapped by aKey.
getSplashScreen() - Method in class org.arch4j.ui.JApplication
Gets the splash screen.
getSplitPane() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getStackTraceString() - Method in class org.arch4j.core.BaseRuntimeException
 
getStackTraceString() - Method in interface org.arch4j.core.BaseException
 
getStackTraceString() - Method in class org.arch4j.core.BaseApplicationException
 
getStateMachine() - Method in class org.arch4j.clientcontroller.ClientStateProvider
Returns a reference to a new root StateMachine.
getStateMonitor() - Method in class org.arch4j.ui.components.PropertiesPanel
Gets the state monitor for this panel.
getStateName() - Method in class org.arch4j.clientcontroller.StateMachine
Retrieve the heirarchical state name given the current state.
getStateName() - Method in class org.arch4j.clientcontroller.State
Retrieves the unique state name.
getStateName() - Method in class org.arch4j.clientcontroller.ErrorState
Retrieves the state name.
getString(Object) - Method in class org.arch4j.parse.RecordData
 
getString(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a String.
getString(String) - Method in class org.arch4j.ui.ResourceManager
Get the string value for the key passed in.
getString(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a String.
getString(String, String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns the property value for the given property key as a String within the given domain.
getStringArray(String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of String property values for the given property key.
getStringArray(String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of String property values for the given property key.
getStringArray(String, String, String) - Method in class org.arch4j.property.XMLPropertyManager
Returns an array of String property values for the given property key within the given domain.
getStringField(int, String) - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
getStringField(int, String) - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
getSuperClass() - Method in class org.arch4j.generator.JavaClassDefinition
Returns the Java type that represents the class that this class extends.
getSuperClassName() - Method in class org.arch4j.generator.JavaClassDefinition
Returns the name of the class that this class extends.
getSuperInterfaces() - Method in class org.arch4j.generator.JavaInterfaceDefinition
Returns a List of interfaces that this interface extends.
getTableName() - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Returns the table name that subclassed mappers represent.
getterAccessModifier - Variable in class org.arch4j.generator.JavaFieldDefinition
The getter's access modifier.
getText() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
getText(Object) - Method in interface org.arch4j.ui.components.TextCellRenderer
Gets the text for the object passed in.
getText(Object) - Method in class org.arch4j.ui.components.DefaultTextRenderer
 
getThrown() - Method in class org.arch4j.webpresentation.ExceptionHelper
 
getTimestampFormat() - Method in class org.arch4j.persistence.domainmapper.ValueHelper
Date formatter specific to the expected DB/2 timestamp format
getTitle() - Method in class org.arch4j.ui.JTabbedApplicationShell
Get the title of the application from the resource manager.
getTitle() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Answer the String displayed in the Window title bar.
getTitle() - Method in class org.arch4j.ui.JApplicationShell
Get the title of the application from the resource manager.
getTitle() - Method in interface org.arch4j.ui.JApplicationPanel
This method was created by a SmartGuide.
getTitle() - Method in class org.arch4j.ui.JApplication
Get the title of the application from the command manager.
getTitle() - Method in class org.arch4j.ui.components.PropertiesPanel
This method was created by a SmartGuide.
getTitle() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
getTitleBarTitle() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Answer the String displayed in the Window title bar.
getTitleBarTitle() - Method in class org.arch4j.ui.JApplication
Get the title of the application from the command manager.
getToolbar() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Gets the toolbar for the application.
getToolbar() - Method in class org.arch4j.ui.JApplicationShell
Gets the toolbar for the application.
getToolbar() - Method in interface org.arch4j.ui.JApplicationPanel
This method was created by a SmartGuide.
getToolbar() - Method in class org.arch4j.ui.JApplication
Gets the toolbar for the application.
getToolbar() - Method in class org.arch4j.ui.CommandManager
This method returns the cached tool bar.
getToolbar() - Method in class org.arch4j.ui.tree.TreeBrowser
Gets the toolbar for the application.
getToolbarButtonAt(int) - Method in class org.arch4j.ui.CommandManager
This method was created by a SmartGuide.
getTopicConnection() - Method in class org.arch4j.messaging.MessageTopicFacade
Returns a reference to the TopicConnection instance.
getTopicConnectionFactory() - Method in class org.arch4j.messaging.MessageTopicFacade
Interface method to retrieve a TopicConnectionFactory.
getTopicConnectionFactory() - Method in class org.arch4j.messaging.weblogic.WebLogicMessageTopicFacade
Implements the WebLogic specific implementation to retrieve a TopicConnectionFactory from JNDI.
getTopicConnectionFactory() - Method in class org.arch4j.messaging.websphere.WebsphereMessageTopicFacade
Implements the WebLogic specific implementation to retrieve a TopicConnectionFactory from JNDI.
getTopicSession() - Method in class org.arch4j.messaging.MessageTopicFacade
Returns a reference to the TopicSession associated with this object.
getTracker() - Static method in class org.arch4j.ui.tree.PanelErrorTracker
 
getTransactionalConnectionManager(ConnectionManager) - Static method in class org.arch4j.dataaccess.TransactionalConnectionManager
Provides singleton instances of this class per thread.
getTransactionalManagerFor(String) - Method in class org.arch4j.dataaccess.DataAccessProvider
Create a TransactionalDatabaseManager for data access.
getTransitionList() - Method in class org.arch4j.clientcontroller.State
Retrieve the list of Transitions available from this State.
getTree() - Method in class org.arch4j.ui.tree.TreeBrowser
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.arch4j.ui.tree.BrowserTreeCellRenderer
 
getTreeModel() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created by a SmartGuide.
getTreeNodeAt(int, int) - Method in class org.arch4j.ui.tree.TreeBrowser
 
getTreeNodeRenderer() - Method in class org.arch4j.ui.tree.TreeBrowser
Gets the renderer for the tree nodes.
getTreeStructure() - Method in class org.arch4j.ui.tree.TreeBrowser
 
getType() - Method in class org.arch4j.property.Property
Returns the property data type.
getType() - Method in class org.arch4j.generator.JavaType
Returns the type's name.
getType() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns the method's return type.
getType() - Method in class org.arch4j.generator.JavaIdentifier
Returns a String object representing the identifier's type.
getType() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns the field's type.
getType(boolean) - Method in class org.arch4j.generator.JavaIdentifier
Returns a String object representing the identifier's type.
getTypeName() - Method in class org.arch4j.generator.JavaIdentifier
Returns the identifier's type name.
getUID() - Method in class org.arch4j.persistence.domainmapper.ValueHelper
Provide the caller with unique ID values.
getUUID() - Method in class org.arch4j.persistence.domainmapper.JugTimeBasedUuidGenerator
Try to get an ethernet address from the property file to pass to JUG.
getValidExternalEvents() - Method in class org.arch4j.clientcontroller.StateMachine
Retrieve a String list of events based on transitions with currently passable guard conditions.
getValue() - Method in class org.arch4j.property.Property
Returns the property value.
getValue() - Method in class org.arch4j.domain.Domain
Retrieve the value contained by this domain.
getValue() - Method in interface org.arch4j.propertytree.ReadOnlyProperty
 
getValue() - Method in class org.arch4j.propertytree.Property
 
getValue(String) - Method in interface org.arch4j.clientcontroller.StateContext
Retrieves the value mapped by aKey.
getValue(String) - Method in class org.arch4j.clientcontroller.ContextImpl
Retrieves the value mapped by aKey.
getValueClass() - Method in class org.arch4j.domain.StringDomain
The base class Domain will verify that any specified values are of this type or a subclass of this type.
getValueClass() - Method in class org.arch4j.domain.IntegerDomain
The base class Domain will verify that any specified values are of this type or a subclass of this type.
getValueClass() - Method in class org.arch4j.domain.Domain
Placeholder for the implementation class to specify the String representation of the class name expected for this domain's value.
getValueClass() - Method in class org.arch4j.domain.DateTimeDomain
The base class Domain will verify that any specified values are of this type or a subclass of this type.
getValueClass() - Method in class org.arch4j.domain.BigDecimalDomain
The base class Domain will verify that any specified values are of this type or a subclass of this type.
getValueFromArguments(Map, String) - Method in class org.arch4j.clientcontroller.Transition
Helper method to retrieve a value from the argument list.
getVersion() - Method in class org.arch4j.persistence.domainmapper.BaseDomain
Getter for the version
getWhereClause() - Method in class org.arch4j.dataaccess.common.Select
Get a reference to the where clause
getXMLParserFactoryProperty() - Method in class org.arch4j.property.StartupConstants
Returns a string containing the property name to use to get a SAX Parser Factory.
getXMLStream(Reader, XMLHandler) - Method in class org.arch4j.xml.XMLProvider
Returns a reference to a new XMLStream implementation.
getXMLStreamClass() - Method in class org.arch4j.xml.XMLProvider
Get the XML stream implementation class to use from the property setting.
grabFocus() - Method in class org.arch4j.ui.tree.BrowserTree
 
GT - Static variable in class org.arch4j.dataaccess.common.Condition
 

H

handleEvent(String, Map) - Method in class org.arch4j.clientcontroller.StateMachine
This is the client's interface method for event handling.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.webpresentation.FrontControllerServlet
Handles requests for both HTTP GET and POST methods.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.webpresentation.CommandDrivenFrontController
Handles requests for both HTTP GET and POST methods.
hasBeanStateChanged(Object) - Method in class org.arch4j.statemonitoring.BeanStateManager
Gets whether or not the state of the bean has changed.
hasChanged() - Method in class org.arch4j.ui.comparator.JTextFieldStateComparator
Gets whether or not the state of the component has changed.
hasChanged() - Method in class org.arch4j.ui.comparator.JTextAreaStateComparator
Gets whether or not the state of the component has changed.
hasChanged() - Method in class org.arch4j.ui.comparator.JTableStateComparator
Gets whether or not the state of the component has changed.
hasChanged() - Method in class org.arch4j.ui.comparator.JListStateComparator
Gets whether or not the state of the component has changed.
hasChanged() - Method in class org.arch4j.ui.comparator.JComboBoxStateComparator
Gets whether or not the state of the component has changed.
hasChanged() - Method in class org.arch4j.ui.comparator.JCheckBoxStateComparator
Gets whether or not the state of the component has changed.
hasChanged() - Method in interface org.arch4j.ui.comparator.BeanStateComparator
Determine if the state of the component has changed.
hasComment() - Method in class org.arch4j.generator.JavaDefinition
Returns whether the definition has a comment or not.
hasError() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
hasExceptions() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns whether the function has exceptions or not.
hashCode() - Method in class org.arch4j.generator.JavaType
Returns a hash code value for this JavaType.
hashCode() - Method in class org.arch4j.generator.JavaAccessModifier
Returns a hash code value for this JavaAccessModifier.
hashCode() - Method in class org.arch4j.persistence.domainmapper.BaseDomain
 
hasMoreTokens() - Method in class org.arch4j.parse.DelimitedTokenizer
 
hasPackage() - Method in class org.arch4j.generator.JavaType
Returns whether the type has a package specified or not.
hasPackageName() - Method in class org.arch4j.generator.JavaIdentifier
Returns whether the identifier has a package name or not.
hasParameters() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns whether the function has parameters or not.
hasReturnType() - Method in class org.arch4j.generator.JavaMethodDefinition
 
hasReturnType() - Method in class org.arch4j.generator.JavaFunctionDefinition
Returns whether the function has a return type or not.
hasReturnType() - Method in class org.arch4j.generator.JavaConstructorDefinition
 
hasStateChanged() - Method in class org.arch4j.statemonitoring.JTextFieldStateMonitor
Gets whether or not the state of the component has changed.
hasStateChanged() - Method in class org.arch4j.statemonitoring.JComboBoxStateMonitor
Gets whether or not the state of the component has changed.
hasStateChanged() - Method in interface org.arch4j.statemonitoring.BeanStateMonitor
Determine if the state of the component has changed.
hasStateChanged() - Method in class org.arch4j.ui.util.ComponentStateMonitor
Gets whether or not any state has changed.
HelpDialog - class org.arch4j.ui.components.HelpDialog.
Generic help facility.
HelpDialog() - Constructor for class org.arch4j.ui.components.HelpDialog
Constructor--do not use
HELPER_ATTRIBUTE_NAME - Static variable in class org.arch4j.webpresentation.FrontConstants
 
hideDialog() - Method in class org.arch4j.ui.components.ProgressDialog
Hide the dialog (typically used after processing is complete).
hideDialog() - Method in class org.arch4j.ui.components.HelpDialog
Hide the dialog (typically used after processing is complete).
highlightAndEnsureVisible(FocusEvent) - Method in class org.arch4j.ui.components.PropertiesPanel
 

I

iconCache - Static variable in class org.arch4j.ui.util.IconManager
 
IconManager - class org.arch4j.ui.util.IconManager.
This static singleton class provides cached access to icons.
IconManager() - Constructor for class org.arch4j.ui.util.IconManager
 
ID - Static variable in class org.arch4j.persistence.domainmapper.BaseDomainMapper
The constant representing the database field name for a primary identifier.
IdentifierGenerator - interface org.arch4j.persistence.domainmapper.IdentifierGenerator.
This interface defines the methods that unique identifier generators must implement in order to fit into the SpiderLogic persistence framework.
IdentifierGeneratorProvider - class org.arch4j.persistence.domainmapper.IdentifierGeneratorProvider.
This class is the main provider for unique identifier generation services.
ignorableWhitespace(char[], int, int) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
implementedInterfaces - Variable in class org.arch4j.generator.JavaObjectDefinition
A list of implemented interfaces, expressed as JavaType objects.
IMPLEMENTS - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
IMPORT - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
importFullClassNames - Variable in class org.arch4j.generator.JavaSourceFile
Use fully qualified class names in import statements? Default = false.
imports - Variable in class org.arch4j.generator.JavaSourceFile
A list of imported classes, expressed as JavaType objects.
IN - Static variable in class org.arch4j.dataaccess.common.Join
 
IN - Static variable in class org.arch4j.dataaccess.common.Condition
 
increment(int) - Method in class org.arch4j.ui.components.ProgressDialog
Increment the progress bar for x number of tasks.
INDENT - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representation to use for a logical tab.
IndentifierGeneratorTest - class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest.
This class tests the functionality of the identifier generator provider.
IndentifierGeneratorTest(String) - Constructor for class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest
Constructs a test case with the given name.
indexOf(Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
INFO_LEVEL - Static variable in interface org.arch4j.logging.LoggingConstants
 
info(Object) - Method in interface org.arch4j.logging.LoggingCategory
Log an object with info priority.
info(Object) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
info(Object) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
info(Object) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
info(String) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with info priority.
info(String) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
info(String) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
info(String) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
info(String, Throwable) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with info priority.
info(String, Throwable) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
info(String, Throwable) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
info(String, Throwable) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
init() - Method in class org.arch4j.property.StartupServlet
This method handles the servlet initialization.
init() - Method in class org.arch4j.webpresentation.CommandDrivenFrontController
Initialize the servlet.
init(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.webpresentation.FrontCommand
Initialize the command object with information from a servlet.
initCCPDPopup() - Method in class org.arch4j.ui.ResourceBuilder
 
initEditMenu() - Method in class org.arch4j.ui.ResourceBuilder
 
initFileMenu() - Method in class org.arch4j.ui.ResourceBuilder
 
initFormatData() - Method in class org.arch4j.parse.RecordWriter
 
initFormatData() - Method in class org.arch4j.parse.RecordReader
 
initFormatData() - Method in class org.arch4j.parse.FixedRecordReader
 
initFormatData() - Method in class org.arch4j.parse.DelimitedRecordWriter
 
initFormatData() - Method in class org.arch4j.parse.DelimitedRecordReader
 
initHelpMenu() - Method in class org.arch4j.ui.ResourceBuilder
 
initialize() - Method in class org.arch4j.logging.LoggingManagerImpl
 
initialize() - Method in class org.arch4j.property.PropertyProvider
Initialize the receiver.
initialize() - Method in class org.arch4j.ui.JTabbedApplicationShell
Initialize the JApplication.
initialize() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Initialize.
initialize() - Method in class org.arch4j.ui.JApplicationShell
Initialize the JApplication.
initialize() - Method in class org.arch4j.ui.JApplication
Initialize the JApplication.
initialize() - Method in class org.arch4j.ui.components.PropertiesPanel
This method was created by a SmartGuide.
initialize() - Method in class org.arch4j.ui.components.ListToListManipulator
 
initialize() - Method in class org.arch4j.ui.components.ListManipulator
 
initialize() - Method in class org.arch4j.ui.components.ChoicePanel
This method was created by a SmartGuide.
initialize() - Method in class org.arch4j.ui.components.AllListToListManipulator
 
initialize() - Method in class org.arch4j.ui.tree.TreeBrowser
 
initialize(boolean) - Method in class org.arch4j.messaging.MessageTopicFacade
Initialize the new instance.
initialize(boolean) - Method in class org.arch4j.messaging.MessageQueueFacade
Initialize the new instance.
initialize(boolean) - Method in class org.arch4j.messaging.websphere.J2EEContainerMessageQueueFacade
 
initialize(boolean, int) - Method in class org.arch4j.messaging.MessageTopicFacade
Initialize the new instance.
initialize(boolean, int) - Method in class org.arch4j.messaging.MessageQueueFacade
Initialize the new instance.
initializeButtonState() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Initialize the buttons to be enable/disable buttons when the interface comes up.
initializeButtonState() - Method in interface org.arch4j.ui.JApplicationPanel
Used to initialize the button state as part of startup.
initializeButtonState() - Method in class org.arch4j.ui.JApplication
Initialize the buttons to be enable/disable buttons when the interface comes up.
initializeButtonState() - Method in class org.arch4j.ui.tree.TreeBrowser
Initialize the buttons to be enable/disable buttons when the interface comes up.
initializeCommandManager() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Create an instance of the CommandManager.
initializeCommandManager() - Method in class org.arch4j.ui.JApplication
Create an instance of the CommandManager.
initializeCommandManager() - Method in class org.arch4j.ui.tree.TreeBrowser
 
initializeCommands() - Method in class org.arch4j.ui.JApplication
The command manager automatically creates Actions for menu items and toolbar buttons.
initializeContentPanel() - Method in class org.arch4j.ui.JApplication
Initialize the contentPanel.
initializeContentPanel() - Method in class org.arch4j.ui.example.TestTreeView
Initialize the contentPanel.
initializeContents() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Initialize the contents of the panel.
initializeLookAndFeel() - Method in class org.arch4j.ui.JTabbedApplicationShell
Initialize the Windows look & feel.
initializeLookAndFeel() - Method in class org.arch4j.ui.JApplicationShell
Initialize the Windows look & feel.
initializeLookAndFeel() - Method in class org.arch4j.ui.JApplication
Initialize the Windows look & feel.
initializePanels() - Method in class org.arch4j.ui.JTabbedApplicationShell
Initialize the panels.
initializePanels() - Method in class org.arch4j.ui.JApplicationShell
Initialize the panels.
initializer - Variable in class org.arch4j.generator.JavaFieldDefinition
The initializer expression, without the = assignment operator.
initializeResourceManager() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Create an instance of the ResourceManager.
initializeResourceManager() - Method in class org.arch4j.ui.JApplication
Create an instance of the ResourceManager.
initializeResourceManager() - Method in class org.arch4j.ui.example.TestTreeView
Create an instance of the ResourceManager.
initializeResourceManager() - Method in class org.arch4j.ui.example.TestTreeBrowser
 
initializeResourceManager() - Method in class org.arch4j.ui.tree.TreeBrowser
 
initMenubar() - Method in class org.arch4j.ui.ResourceBuilder
This method was created by a SmartGuide.
initMenus() - Method in class org.arch4j.ui.ResourceBuilder
 
initTitle() - Method in class org.arch4j.ui.ResourceBuilder
 
initTitleBarIcon() - Method in class org.arch4j.ui.ResourceBuilder
 
initToolbar() - Method in class org.arch4j.ui.ResourceBuilder
This method was created by a SmartGuide.
InputRecordHandler - interface org.arch4j.parse.InputRecordHandler.
This interface must be implemented by any class wishing to handle incoming records from a RecordReader class.
Insert - class org.arch4j.dataaccess.common.Insert.
This class acts as a wrapper around insert statements It takes a table name and a Condition object in its contructor A typical usage would be Insert ins = new Insert ("MyTable")
Insert(String) - Constructor for class org.arch4j.dataaccess.common.Insert
 
insert(String, List) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL INSERT statement containing zero or more question-marked parameters and returns the number of rows affected.
insertNode(BrowserTreeNode, BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
 
insertNode(BrowserTreeNode, SortingParentNode) - Method in class org.arch4j.ui.tree.TreeBrowser
 
insertNodeAtSelection(BrowserTreeNode, boolean) - Method in class org.arch4j.ui.tree.TreeBrowser
 
INT - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
INT_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The int data type initial character (for quick lookup).
INT_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The int data type name.
INT_TYPE - Static variable in class org.arch4j.generator.JavaType
The int primitive data type.
IntegerDomain - class org.arch4j.domain.IntegerDomain.
Represents an Integer value.
IntegerDomain() - Constructor for class org.arch4j.domain.IntegerDomain
Default constructor.
IntegerDomain(Object) - Constructor for class org.arch4j.domain.IntegerDomain
Constructor which sets the domain's value to the specified argument.
integerFor(int) - Method in class org.arch4j.ui.ResourceBuilder
 
INTERFACE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
IntResultSetAdapter - class org.arch4j.dataaccess.visitors.IntResultSetAdapter.
This class is a convenience result set adapter for when only one int value will be returned.
IntResultSetAdapter() - Constructor for class org.arch4j.dataaccess.visitors.IntResultSetAdapter
 
isAbstract - Variable in class org.arch4j.generator.JavaMethodDefinition
Is the method abstract? Default = false.
isAbstract - Variable in class org.arch4j.generator.JavaClassDefinition
Is the class abstract? Default = false.
isAbstract() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns whether the object is abstract or not.
isAbstract() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns whether the method is abstract or not.
isAbstract() - Method in class org.arch4j.generator.JavaInterfaceDefinition
Returns true, because interfaces are always abstract.
isAbstract() - Method in class org.arch4j.generator.JavaClassDefinition
Returns whether the object is abstract or not.
isAdjustingFieldValues() - Method in class org.arch4j.ui.components.PropertiesPanel
 
isArray() - Method in class org.arch4j.generator.JavaIdentifier
Returns whether the identifier is an array or not.
isArray() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether the field is an array or not.
isClassDefinition() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns whether or not this object defines a class or not.
isClassDefinition() - Method in class org.arch4j.generator.JavaClassDefinition
Returns that this class is a class definition.
isDialog() - Method in class org.arch4j.ui.components.PropertiesPanel
Returns true if this panel is being shown in a dialog.
isDirty() - Method in class org.arch4j.ui.components.PropertiesPanel
Returns true if there have been any changes to the panel that have not been committed.
isDirty() - Method in interface org.arch4j.ui.components.EditablePropertyPanel
This method is used to request the status of the panel.
isDisplayingMessage() - Method in class org.arch4j.ui.components.PropertiesPanel
 
isDisplayingMessage() - Method in class org.arch4j.ui.components.DialogManager
 
isDistinct() - Method in class org.arch4j.dataaccess.common.Select
 
isEmpty() - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
isEnabled() - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
isErrorValue() - Method in class org.arch4j.dataaccess.visitors.IntResultSetAdapter
Returns whether the result is the unset/error value.
isExtensionListInDescription() - Method in class org.arch4j.ui.example.ExampleFileFilter
Returns whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
isExternal() - Method in class org.arch4j.clientcontroller.Transition
Allow the state machine to know if this is an external/internal transition.
isFinal - Variable in class org.arch4j.generator.JavaMethodDefinition
Is the method final? Default = false.
isFinal - Variable in class org.arch4j.generator.JavaFieldDefinition
Is the field final? Default = false.
isFinal - Variable in class org.arch4j.generator.JavaClassDefinition
Is the class final? Default = false.
isFinal() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns whether the method is final or not.
isFinal() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether the field is final or not.
isFinal() - Method in class org.arch4j.generator.JavaClassDefinition
Returns whether the object is final or not.
isFocusTraversable() - Method in class org.arch4j.ui.components.NoTabbingToggleButton
 
isFocusTraversable() - Method in class org.arch4j.ui.components.NoTabbingButton
 
isGuardConditionMet(StateContext) - Method in class org.arch4j.clientcontroller.Transition
Checks guard conditions for this transition.
isInterface - Variable in class org.arch4j.generator.JavaMethodDefinition
Is the method part of an interface? Default = false.
isInterface() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns whether the method is part of an interface or not.
isInterfaceDefinition() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns whether or not this object defines an interface or not.
isInterfaceDefinition() - Method in class org.arch4j.generator.JavaInterfaceDefinition
Returns that this class is an interface definition.
isManagingFocus() - Method in class org.arch4j.ui.components.TabTraversableMaxLengthTextArea
Deprecated. As of 1.4, replaced by Component.setFocusTraversalKeys(int, Set) and Container.setFocusCycleRoot(boolean).
isMarkedForRollback() - Method in class org.arch4j.dataaccess.TransactionalDatabaseManager
Knows if the current or just executed transaction is marked for rollback.
isMarkedForRollback() - Method in class org.arch4j.dataaccess.TransactionalConnectionManager
Knows if the current or just executed transaction is marked for rollback.
isNative - Variable in class org.arch4j.generator.JavaMethodDefinition
Is the method native? Default = false.
isNative() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns whether the method is native or not.
isPackageAccess() - Method in class org.arch4j.generator.JavaAccessModifier
Returns true if the receiver represents package access.
isPersistent(Object) - Method in interface org.arch4j.persistence.PersistenceManager
Is this object recognized by the current transaction.
isPersistent(Object) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Is this object recognized by the current transaction.
isPrivate() - Method in class org.arch4j.generator.JavaAccessModifier
Returns true if the receiver represents private access.
isProtected() - Method in class org.arch4j.generator.JavaAccessModifier
Returns true if the receiver represents protected access.
isPublic() - Method in class org.arch4j.generator.JavaAccessModifier
Returns true if the receiver represents public access.
isSelected(String) - Method in class org.arch4j.ui.CommandManager
Gets whether or not the action is selected.
isStatic - Variable in class org.arch4j.generator.JavaMethodDefinition
Is the method static? Default = false.
isStatic - Variable in class org.arch4j.generator.JavaFieldDefinition
Is the field static? Default = false.
isStatic() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns whether the method is static or not.
isStatic() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether the field is static or not.
isStrict - Variable in class org.arch4j.generator.JavaObjectDefinition
Does the object need to guarantee strictfp? Default = false.
isStrict() - Method in class org.arch4j.generator.JavaObjectDefinition
Returns whether the object needs strictfp or not.
isSynchronized - Variable in class org.arch4j.generator.JavaMethodDefinition
Is the method synchronized? Default = false.
isSynchronized() - Method in class org.arch4j.generator.JavaMethodDefinition
Returns whether the method is synchronized or not.
isTransient - Variable in class org.arch4j.generator.JavaFieldDefinition
Is the field transient? Default = false.
isTransient() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether the field is transient or not.
isTypeValid() - Method in class org.arch4j.property.Property
Returns whether the receiver's data type is valid.
isValid() - Method in class org.arch4j.property.Property
Returns whether the receiver's data fields are valid.
isValidSize(String, String) - Method in class org.arch4j.ui.components.PropertiesPanel
 
isVolatile - Variable in class org.arch4j.generator.JavaFieldDefinition
Is the field volatile? Default = false.
isVolatile() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether the field is volatile or not.
iterator() - Method in class org.arch4j.persistence.domainmapper.PersistableList
 

J

J2EEContainerBaseServices - class org.arch4j.naming.J2EEContainerBaseServices.
Get J2EE Container InitialContext
J2EEContainerBaseServices() - Constructor for class org.arch4j.naming.J2EEContainerBaseServices
Creates a new instance of JbossBaseServices
J2EEContainerMessageQueueFacade - class org.arch4j.messaging.websphere.J2EEContainerMessageQueueFacade.
 
J2EEContainerMessageQueueFacade() - Constructor for class org.arch4j.messaging.websphere.J2EEContainerMessageQueueFacade
 
JAppCloser - class org.arch4j.ui.JAppCloser.
 
JAppCloser() - Constructor for class org.arch4j.ui.JAppCloser
This method was created by a SmartGuide.
JAppCloser(CloseableApplication) - Constructor for class org.arch4j.ui.JAppCloser
 
JApplication - class org.arch4j.ui.JApplication.
 
JApplication() - Constructor for class org.arch4j.ui.JApplication
Constructor.
JApplication(AbstractSplashScreen) - Constructor for class org.arch4j.ui.JApplication
Constructor.
JApplicationPanel - interface org.arch4j.ui.JApplicationPanel.
This interface was generated by a SmartGuide.
JApplicationShell - class org.arch4j.ui.JApplicationShell.
 
JApplicationShell() - Constructor for class org.arch4j.ui.JApplicationShell
Constructor.
JavaAccessModifier - class org.arch4j.generator.JavaAccessModifier.
This class represents a Java access control modifier.
JavaClassDefinition - class org.arch4j.generator.JavaClassDefinition.
This class is used to define the attributes of a Java class.
JavaClassDefinition(JavaType) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified Java class type.
JavaClassDefinition(JavaType, JavaType) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified Java class type and superclass type.
JavaClassDefinition(JavaType, JavaType, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified Java class type, superclass type, and list of implemented interfaces.
JavaClassDefinition(JavaType, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified Java class type, and list of implemented interfaces.
JavaClassDefinition(String) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified class name.
JavaClassDefinition(String, JavaAccessModifier, boolean, boolean, boolean, JavaType, JavaType, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, Java class type, superclass type, list of implemented interfaces, whether the class is abstract or final, and whether the object needs strictfp floating-point calculations.
JavaClassDefinition(String, JavaAccessModifier, boolean, boolean, JavaType, JavaType, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, Java class type, superclass type, list of implemented interfaces, and whether the class is abstract or final.
JavaClassDefinition(String, JavaAccessModifier, JavaType) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, and Java class type.
JavaClassDefinition(String, JavaAccessModifier, JavaType, JavaType) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, Java class type, and superclass type.
JavaClassDefinition(String, JavaAccessModifier, JavaType, JavaType, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, Java class type, superclass type, and list of implemented interfaces.
JavaClassDefinition(String, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified class name, and list of implemented interfaces.
JavaClassDefinition(String, String) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified class name and superclass name.
JavaClassDefinition(String, String, boolean, boolean, boolean, String, String, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, class name, superclass name, list of implemented interfaces, whether the class is abstract or final, and whether the object needs strictfp floating-point calculations.
JavaClassDefinition(String, String, boolean, boolean, String, String, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, class name, superclass name, list of implemented interfaces, and whether the class is abstract or final.
JavaClassDefinition(String, String, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified class name, superclass name, and list of implemented interfaces.
JavaClassDefinition(String, String, String) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, and class name.
JavaClassDefinition(String, String, String, String) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, class name, and superclass name.
JavaClassDefinition(String, String, String, String, List) - Constructor for class org.arch4j.generator.JavaClassDefinition
Constructs a JavaClassDefinition with the specified comment, access control modifier, class name, superclass name, and list of implemented interfaces.
JavaConstructorDefinition - class org.arch4j.generator.JavaConstructorDefinition.
This class is used to define the attributes of a Java constructor method.
JavaConstructorDefinition(String, JavaAccessModifier, String, List, List, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified comment, access control modifier, class name, list of formal parameters, list of thrown exceptions, and code block.
JavaConstructorDefinition(String, JavaAccessModifier, String, List, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified comment, access control modifier, class name, list of formal parameters, and code block.
JavaConstructorDefinition(String, JavaAccessModifier, String, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified comment, access control modifier, class name, and code block.
JavaConstructorDefinition(String, List, List, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified class name, list of formal parameters, list of thrown exceptions, and code block.
JavaConstructorDefinition(String, List, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified class name, list of formal parameters, and code block.
JavaConstructorDefinition(String, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified class name and code block.
JavaConstructorDefinition(String, String, String, List, List, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified comment, access control modifier, class name, list of formal parameters, list of thrown exceptions, and code block.
JavaConstructorDefinition(String, String, String, List, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified comment, access control modifier, class name, list of formal parameters, and code block.
JavaConstructorDefinition(String, String, String, String) - Constructor for class org.arch4j.generator.JavaConstructorDefinition
Constructs a JavaConstructorDefinition with the specified comment, access control modifier, class name, and code block.
JavaDefinition - class org.arch4j.generator.JavaDefinition.
This class is used to define a set of attributes common to many parts of a Java source file.
JavaDefinition(String, JavaAccessModifier) - Constructor for class org.arch4j.generator.JavaDefinition
Constructs a JavaDefinition with the specified comment and access control modifier.
JavaDefinition(String, String) - Constructor for class org.arch4j.generator.JavaDefinition
Constructs a JavaDefinition with the specified comment and access control modifier.
JavaDefinitionTest - class org.arch4j.generator.JavaDefinitionTest.
 
JavaDefinitionTest(String) - Constructor for class org.arch4j.generator.JavaDefinitionTest
 
JavaFieldDefinition - class org.arch4j.generator.JavaFieldDefinition.
This class is used to define the attributes of a Java field.
JavaFieldDefinition(JavaIdentifier) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified field identifier.
JavaFieldDefinition(JavaIdentifier, boolean, boolean) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified field identifier, and whether a getter and/or setter should be generated.
JavaFieldDefinition(String, JavaAccessModifier, boolean, boolean, boolean, boolean, JavaIdentifier, String, boolean, boolean, JavaAccessModifier, JavaAccessModifier) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field identifier, initializer, whether the field is static, final or both, whether the field is transient, volatile or both, whether a getter and/or setter should be generated, and the access control modifiers for the getter and setter.
JavaFieldDefinition(String, JavaAccessModifier, boolean, boolean, JavaIdentifier, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field identifier, initializer, and whether the field is static, final or both.
JavaFieldDefinition(String, JavaAccessModifier, boolean, boolean, JavaIdentifier, String, boolean, boolean) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field identifier, initializer, whether the field is static, final or both, and whether a getter and/or setter should be generated.
JavaFieldDefinition(String, JavaAccessModifier, boolean, boolean, JavaIdentifier, String, boolean, boolean, JavaAccessModifier, JavaAccessModifier) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field identifier, initializer, whether the field is static, final or both, whether a getter and/or setter should be generated, and the access control modifiers for the getter and setter.
JavaFieldDefinition(String, JavaAccessModifier, JavaIdentifier) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, and field identifier.
JavaFieldDefinition(String, JavaAccessModifier, JavaIdentifier, boolean, boolean) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field identifier, and whether a getter and/or setter should be generated.
JavaFieldDefinition(String, JavaAccessModifier, JavaIdentifier, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field identifier, and initializer.
JavaFieldDefinition(String, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified field type, and field name.
JavaFieldDefinition(String, String, boolean, boolean) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified field type, field name and whether a getter and/or setter should be generated.
JavaFieldDefinition(String, String, boolean, boolean, boolean, boolean, String, String, String, boolean, boolean, String, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, field name, initializer, whether the field is static, final or both, whether the field is transient, volatile or both, whether a getter and/or setter should be generated, and the access control modifiers for the getter and setter.
JavaFieldDefinition(String, String, boolean, boolean, String, String, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, field name, initializer, and whether the field is static, final or both.
JavaFieldDefinition(String, String, boolean, boolean, String, String, String, boolean, boolean) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, field name, initializer, whether the field is static, final or both, and whether a getter and/or setter should be generated.
JavaFieldDefinition(String, String, boolean, boolean, String, String, String, boolean, boolean, String, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, field name, initializer, whether the field is static, final or both, whether a getter and/or setter should be generated, and the access control modifiers for the getter and setter.
JavaFieldDefinition(String, String, String, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, and field name.
JavaFieldDefinition(String, String, String, String, boolean, boolean) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, field name and whether a getter and/or setter should be generated.
JavaFieldDefinition(String, String, String, String, String) - Constructor for class org.arch4j.generator.JavaFieldDefinition
Constructs a JavaFieldDefinition with the specified comment, access control modifier, field type, field name, and initializer.
JavaFunctionDefinition - class org.arch4j.generator.JavaFunctionDefinition.
This class defines the common attributes of a Java function definition.
JavaFunctionDefinition(String, JavaAccessModifier, List, List, String) - Constructor for class org.arch4j.generator.JavaFunctionDefinition
Constructs a JavaFunctionDefinition with the specified comment, access control modifier, list of formal parameters, list of thrown exceptions, and code block.
JavaFunctionDefinition(String, JavaAccessModifier, List, String) - Constructor for class org.arch4j.generator.JavaFunctionDefinition
Constructs a JavaFunctionDefinition with the specified comment, access control modifier, list of formal parameters, and code block.
JavaFunctionDefinition(String, JavaAccessModifier, String) - Constructor for class org.arch4j.generator.JavaFunctionDefinition
Constructs a JavaFunctionDefinition with the specified comment, access control modifier, and code block.
JavaFunctionDefinition(String, String, List, List, String) - Constructor for class org.arch4j.generator.JavaFunctionDefinition
Constructs a JavaFunctionDefinition with the specified comment, access control modifier, list of formal parameters, list of thrown exceptions, and code block.
JavaFunctionDefinition(String, String, List, String) - Constructor for class org.arch4j.generator.JavaFunctionDefinition
Constructs a JavaFunctionDefinition with the specified comment, access control modifier, list of formal parameters, and code block.
JavaFunctionDefinition(String, String, String) - Constructor for class org.arch4j.generator.JavaFunctionDefinition
Constructs a JavaFunctionDefinition with the specified comment, access control modifier, and code block.
JavaIdentifier - class org.arch4j.generator.JavaIdentifier.
This class represents a Java identifier.
JavaIdentifier(JavaType, int, String) - Constructor for class org.arch4j.generator.JavaIdentifier
Constructs a JavaIdentifier with the specified type, name, and array dimension (if any).
JavaIdentifier(JavaType, String) - Constructor for class org.arch4j.generator.JavaIdentifier
Constructs a JavaIdentifier with the specified type and name.
JavaIdentifier(String, int, String) - Constructor for class org.arch4j.generator.JavaIdentifier
Constructs a JavaIdentifier with the specified type name, identifier name, and array dimension (if any).
JavaIdentifier(String, String) - Constructor for class org.arch4j.generator.JavaIdentifier
Constructs a JavaIdentifier with the specified type name and identifier name.
JavaIdentifier(String, String, int, String) - Constructor for class org.arch4j.generator.JavaIdentifier
Constructs a JavaIdentifier with the specified package name, type name, identifier name, and array dimension (if any).
JavaIdentifier(String, String, String) - Constructor for class org.arch4j.generator.JavaIdentifier
Constructs a JavaIdentifier with the specified package name, type name, and identifier name.
JavaInterfaceDefinition - class org.arch4j.generator.JavaInterfaceDefinition.
This class is used to define the attributes of a Java interface.
JavaInterfaceDefinition(JavaType) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified Java interface type.
JavaInterfaceDefinition(JavaType, JavaType) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified Java interface type and superinterface type.
JavaInterfaceDefinition(String) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified interface name.
JavaInterfaceDefinition(String, JavaAccessModifier, boolean, JavaType, List, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, whether the object needs strictfp floating-point calculations, the Java interface type, list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition(String, JavaAccessModifier, JavaType) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, and Java interface type.
JavaInterfaceDefinition(String, JavaAccessModifier, JavaType, JavaType) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, Java interface type, and superinterface type.
JavaInterfaceDefinition(String, JavaAccessModifier, JavaType, JavaType, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, Java interface type, superinterface type, and list of implemented interfaces.
JavaInterfaceDefinition(String, JavaAccessModifier, JavaType, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, Java interface type, and list of implemented interfaces.
JavaInterfaceDefinition(String, JavaAccessModifier, JavaType, List, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, Java interface type, list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition(String, String) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified interface name and superinterface name.
JavaInterfaceDefinition(String, String, boolean, String, List, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, whether the object needs strictfp floating-point calculations, the interface name, list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition(String, String, String) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, and interface name.
JavaInterfaceDefinition(String, String, String, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, interface name, and list of implemented interfaces.
JavaInterfaceDefinition(String, String, String, List, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, interface name, list of superinterfaces, and list of implemented interfaces.
JavaInterfaceDefinition(String, String, String, String) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, interface name, and superinterface name.
JavaInterfaceDefinition(String, String, String, String, List) - Constructor for class org.arch4j.generator.JavaInterfaceDefinition
Constructs a JavaInterfaceDefinition with the specified comment, access control modifier, interface name, superinterface name, and list of implemented interfaces.
JavaKeywordConstants - interface org.arch4j.generator.JavaKeywordConstants.
This interface defines String constants for each of the Java reserved keywords used by the code generator.
JavaMethodDefinition - class org.arch4j.generator.JavaMethodDefinition.
This class is used to define the attributes of a Java method.
JavaMethodDefinition(JavaIdentifier, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified method identifier, list of formal parameters, list of thrown exceptions, and code block.
JavaMethodDefinition(JavaIdentifier, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified method identifier, list of formal parameters, and code block.
JavaMethodDefinition(JavaIdentifier, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified method identifier and code block.
JavaMethodDefinition(String, JavaAccessModifier, boolean, boolean, boolean, boolean, boolean, JavaIdentifier, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method identifier, list of formal parameters, list of thrown exceptions, code block, whether the method is abstract or final, whether the method is static, synchronized or both, and whether the method is native.
JavaMethodDefinition(String, JavaAccessModifier, boolean, boolean, boolean, boolean, JavaIdentifier, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method identifier, list of formal parameters, list of thrown exceptions, code block, whether the method is abstract or final, and whether the method is static, synchronized or both.
JavaMethodDefinition(String, JavaAccessModifier, JavaIdentifier, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method identifier, list of formal parameters, list of thrown exceptions, and code block.
JavaMethodDefinition(String, JavaAccessModifier, JavaIdentifier, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method identifier, list of formal parameters, and code block.
JavaMethodDefinition(String, JavaAccessModifier, JavaIdentifier, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method identifier, and code block.
JavaMethodDefinition(String, String, boolean, boolean, boolean, boolean, boolean, String, String, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method return type, method name, list of formal parameters, list of thrown exceptions, code block, whether the method is abstract or final, whether the method is static, synchronized or both, and whether the method is native.
JavaMethodDefinition(String, String, boolean, boolean, boolean, boolean, String, String, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method return type, method name, list of formal parameters, list of thrown exceptions, code block, whether the method is abstract or final, and whether the method is static, synchronized or both.
JavaMethodDefinition(String, String, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified method return type, method name, list of formal parameters, list of thrown exceptions, and code block.
JavaMethodDefinition(String, String, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified method return type, method name, list of formal parameters, and code block.
JavaMethodDefinition(String, String, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified method return type and code block.
JavaMethodDefinition(String, String, String, String, List, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method return type, method name, list of formal parameters, list of thrown exceptions, and code block.
JavaMethodDefinition(String, String, String, String, List, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method return type, method name, list of formal parameters, and code block.
JavaMethodDefinition(String, String, String, String, String) - Constructor for class org.arch4j.generator.JavaMethodDefinition
Constructs a JavaMethodDefinition with the specified comment, access control modifier, method return type, method name, and code block.
JavaObjectDefinition - class org.arch4j.generator.JavaObjectDefinition.
This class defines the common attributes of an object definition.
JavaObjectDefinition(String, JavaAccessModifier, boolean, JavaType, List) - Constructor for class org.arch4j.generator.JavaObjectDefinition
Constructs a JavaObjectDefinition with the specified comment, access control modifier, whether the object needs strictfp floating-point calculations, the Java object type, and list of implemented interfaces.
JavaObjectDefinition(String, JavaAccessModifier, JavaType, List) - Constructor for class org.arch4j.generator.JavaObjectDefinition
Constructs a JavaObjectDefinition with the specified comment, access control modifier, Java object type, and list of implemented interfaces.
JavaObjectDefinition(String, String, boolean, String, List) - Constructor for class org.arch4j.generator.JavaObjectDefinition
Constructs a JavaObjectDefinition with the specified comment, access control modifier, whether the object needs strictfp floating-point calculations, the object name, and list of implemented interfaces.
JavaObjectDefinition(String, String, String, List) - Constructor for class org.arch4j.generator.JavaObjectDefinition
Constructs a JavaObjectDefinition with the specified comment, access control modifier, object name, and list of implemented interfaces.
JavaPrimitiveConstants - interface org.arch4j.generator.JavaPrimitiveConstants.
This interface defines String constants for each of the Java primitive data types.
JavaSourceFile - class org.arch4j.generator.JavaSourceFile.
This class represents the structure of a Java source file.
JavaSourceFile(String, JavaObjectDefinition) - Constructor for class org.arch4j.generator.JavaSourceFile
Creates a new JavaSourceFile instance with the given root source directory and object definition.
JavaType - class org.arch4j.generator.JavaType.
This class represents a Java data type.
JavaType(String) - Constructor for class org.arch4j.generator.JavaType
Constructs a JavaType with the specified type name.
JavaType(String, String) - Constructor for class org.arch4j.generator.JavaType
Constructs a JavaType with the specified package name and type name.
JbossBaseServices - class org.arch4j.baseservices.jboss.JbossBaseServices.
This class provides the JBoss implementation of an BaseServices interface.
JbossBaseServices() - Constructor for class org.arch4j.baseservices.jboss.JbossBaseServices
Creates a new instance of JbossBaseServices
JCheckBoxStateComparator - class org.arch4j.ui.comparator.JCheckBoxStateComparator.
Used to monitor the state of JTextFields.
JCheckBoxStateComparator(JCheckBox) - Constructor for class org.arch4j.ui.comparator.JCheckBoxStateComparator
Create a new comparator for the check box passed in.
JComboBoxStateComparator - class org.arch4j.ui.comparator.JComboBoxStateComparator.
Used to monitor the state of JComboBoxes.
JComboBoxStateComparator(JComboBox) - Constructor for class org.arch4j.ui.comparator.JComboBoxStateComparator
Create a new comparator for the combo box passed in.
JComboBoxStateMonitor - class org.arch4j.statemonitoring.JComboBoxStateMonitor.
Used to monitor the state of JComboBoxes.
JComboBoxStateMonitor(JComboBox) - Constructor for class org.arch4j.statemonitoring.JComboBoxStateMonitor
Create a new comparator for the combo box passed in.
JDefaultApplicationPanel - class org.arch4j.ui.JDefaultApplicationPanel.
 
JDefaultApplicationPanel() - Constructor for class org.arch4j.ui.JDefaultApplicationPanel
Constructor.
JListStateComparator - class org.arch4j.ui.comparator.JListStateComparator.
Used to monitor the state of JLists.
JListStateComparator(JList) - Constructor for class org.arch4j.ui.comparator.JListStateComparator
Create a new comparator for the list passed in.
JMS_QUEUE_FACTORY - Static variable in class org.arch4j.messaging.weblogic.WebLogicMessageQueueFacade
The JNDI handle for the QueueConnectionFactory.
JMS_TOPIC_FACTORY - Static variable in class org.arch4j.messaging.weblogic.WebLogicMessageTopicFacade
The JNDI handle for the TopicConnectionFactory.
Join - class org.arch4j.dataaccess.common.Join.
This class is a helper for creating join conditons The following types of joins are supported at this time 1) The basic join also called as JOIN or INNER JOIN 2) The Left Join also called as LEFT OUTER JOIN 3) The Right Join also called as RIGHT OUTER JOIN
Join(String, String, JoinCondition) - Constructor for class org.arch4j.dataaccess.common.Join
 
JoinCondition - class org.arch4j.dataaccess.common.JoinCondition.
This class is the condition to be used in Join Clauses
JoinCondition(String, String, Object) - Constructor for class org.arch4j.dataaccess.common.JoinCondition
 
JStatusBar - class org.arch4j.ui.components.JStatusBar.
 
JStatusBar() - Constructor for class org.arch4j.ui.components.JStatusBar
 
JTabbedApplicationShell - class org.arch4j.ui.JTabbedApplicationShell.
 
JTabbedApplicationShell() - Constructor for class org.arch4j.ui.JTabbedApplicationShell
Constructor.
JTableStateComparator - class org.arch4j.ui.comparator.JTableStateComparator.
Used to monitor the state of JTables.
JTableStateComparator(JTable) - Constructor for class org.arch4j.ui.comparator.JTableStateComparator
Create a new comparator for the table passed in.
JTextAreaStateComparator - class org.arch4j.ui.comparator.JTextAreaStateComparator.
Used to monitor the state of JTextAreas.
JTextAreaStateComparator(JTextArea) - Constructor for class org.arch4j.ui.comparator.JTextAreaStateComparator
Create a new comparator for the text area passed in.
JTextFieldStateComparator - class org.arch4j.ui.comparator.JTextFieldStateComparator.
Used to monitor the state of JTextFields.
JTextFieldStateComparator(JTextField) - Constructor for class org.arch4j.ui.comparator.JTextFieldStateComparator
Create a new comparator for the text field passed in.
JTextFieldStateMonitor - class org.arch4j.statemonitoring.JTextFieldStateMonitor.
Used to monitor the state of JTextFields.
JTextFieldStateMonitor(JTextField) - Constructor for class org.arch4j.statemonitoring.JTextFieldStateMonitor
Create a new monitor for the text field passed in.
JugRandomBasedUuidGenerator - class org.arch4j.persistence.domainmapper.JugRandomBasedUuidGenerator.
This class implements the IdentifierGenerator interface to provide a random-based UUID generator.
JugRandomBasedUuidGenerator() - Constructor for class org.arch4j.persistence.domainmapper.JugRandomBasedUuidGenerator
 
JugTimeBasedUuidGenerator - class org.arch4j.persistence.domainmapper.JugTimeBasedUuidGenerator.
This class implements the IdentifierGenerator interface to provide a time-based UUID generator.
JugTimeBasedUuidGenerator() - Constructor for class org.arch4j.persistence.domainmapper.JugTimeBasedUuidGenerator
 

K

KEY_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The property key element initial character (for quick lookup).
KEY_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The property key element tag name.

L

lastErrorMsg - Variable in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
lastErrorMsg - Variable in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
lastIndexOf(Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
layout - Variable in class org.arch4j.ui.components.PropertiesPanel
 
layoutContainer(Container) - Method in class org.arch4j.ui.layout.FractionalLayout
Lays out the container in the specified panel.
LE - Static variable in class org.arch4j.dataaccess.common.Condition
 
left - Variable in class org.arch4j.ui.layout.OriginConstraint
Represents the number of pixels to be added as an offset to the left edge of a component.
leftAlignmentFraction - Variable in class org.arch4j.ui.layout.AlignmentOriginConstraint
A number between 0.0 and 1.0 which represents the inset of the location point from the left edge of the component.
leftFraction - Variable in class org.arch4j.ui.layout.OriginConstraint
A number between 0.0 and 1.0 which represents the relative fraction (of the container) for the left edge of a component.
leftIndent - Variable in class org.arch4j.ui.components.PropertiesPanel
 
lhs - Variable in class org.arch4j.dataaccess.common.Condition
 
LIKE - Static variable in class org.arch4j.dataaccess.common.Condition
 
LINE_DELIMITERS - Static variable in interface org.arch4j.generator.GeneratorConstants
The delimiters to use to tokenize by line.
listener - Variable in class org.arch4j.ui.components.ListToListManipulator
 
listener - Variable in class org.arch4j.ui.components.ListManipulator
 
listener - Variable in class org.arch4j.ui.tree.TreeBrowser
 
listIterator() - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
listIterator(int) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
ListManipulator - class org.arch4j.ui.components.ListManipulator.
 
ListManipulator() - Constructor for class org.arch4j.ui.components.ListManipulator
 
ListManipulator(ActionListener) - Constructor for class org.arch4j.ui.components.ListManipulator
 
ListToListManipulator - class org.arch4j.ui.components.ListToListManipulator.
 
ListToListManipulator() - Constructor for class org.arch4j.ui.components.ListToListManipulator
 
ListToListManipulator(ActionListener) - Constructor for class org.arch4j.ui.components.ListToListManipulator
 
load() - Method in class org.arch4j.property.XMLPropertyReader
Parse and load the properties.
load() - Method in class org.arch4j.property.XMLPropertyManager
Parse and load the properties.
load(Class, Object) - Method in interface org.arch4j.persistence.PersistenceManager
Load the specified instance.
load(Class, Object) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Load the specified instance.
loadIcon(String) - Static method in class org.arch4j.ui.util.IconManager
 
LOG4J_FILE_NAME_PROPERTY - Static variable in class org.arch4j.logging.log4j.Log4JLoggingFramework
 
Log4JLoggingCategory - class org.arch4j.logging.log4j.Log4JLoggingCategory.
This class wraps the categorization of log messages within the log4j logging facility.
Log4JLoggingCategory(String) - Constructor for class org.arch4j.logging.log4j.Log4JLoggingCategory
Creates a new Log4JLoggingCategory instance, defining a logging category for the given name.
Log4JLoggingFramework - class org.arch4j.logging.log4j.Log4JLoggingFramework.
This class wraps the log4j logging facility.
Log4JLoggingFramework() - Constructor for class org.arch4j.logging.log4j.Log4JLoggingFramework
Creates a new Log4JLoggingFramework instance and gives it a default configuration.
Log4JLoggingFrameworkTest - class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest.
 
Log4JLoggingFrameworkTest(String) - Constructor for class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
 
LOGGING_DOMAIN - Static variable in interface org.arch4j.logging.LoggingConstants
 
loggingCategory - Static variable in class org.arch4j.dataaccess.TransactionalDatabaseManager
The logging category.
loggingCategory - Static variable in class org.arch4j.dataaccess.DatabaseManager
The logging category.
LoggingCategory - interface org.arch4j.logging.LoggingCategory.
This interface wraps the common activities needed for logging.
LoggingConstants - interface org.arch4j.logging.LoggingConstants.
A collection of constants available to the logging facility.
LoggingFramework - interface org.arch4j.logging.LoggingFramework.
This interface defines the methods that logging framework classes must implement in order to fit into the SpiderLogic logging facility.
LoggingManager - interface org.arch4j.logging.LoggingManager.
This interface defines the methods that an LoggingManager needs to provide.
LoggingManagerImpl - class org.arch4j.logging.LoggingManagerImpl.
This class implements the LoggingManager interface, providing access to an underlying logging framework.
LoggingManagerImpl() - Constructor for class org.arch4j.logging.LoggingManagerImpl
Creates a new LoggingManagerImpl instance.
LoggingProvider - class org.arch4j.logging.LoggingProvider.
This class is the main service provider for logging services.
LoggingStringWriter - class org.arch4j.persistence.castor.LoggingStringWriter.
Maps logging from Castor to ARCH4J Logging
LoggingStringWriter(LoggingCategory, int) - Constructor for class org.arch4j.persistence.castor.LoggingStringWriter
 
LoggingStringWriter(LoggingCategory, int, int) - Constructor for class org.arch4j.persistence.castor.LoggingStringWriter
 
LoggingTest - class org.arch4j.logging.LoggingTest.
 
LoggingTest(String) - Constructor for class org.arch4j.logging.LoggingTest
 
logSystemError(String, Throwable) - Method in class org.arch4j.logging.LoggingProvider
Log a system-level error message.
LONG - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
LONG_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The long data type initial character (for quick lookup).
LONG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The long data type name.
LONG_TYPE - Static variable in class org.arch4j.generator.JavaType
The long primitive data type.
lookupQueue(String) - Method in class org.arch4j.messaging.MessageQueueFacade
Interface method to retrieve a Queue.
lookupQueue(String) - Method in class org.arch4j.messaging.weblogic.WebLogicMessageQueueFacade
Lookup the specified queue.
lookupQueue(String) - Method in class org.arch4j.messaging.websphere.WebsphereMessageQueueFacade
Lookup the specified queue.
lookupTopic(String) - Method in class org.arch4j.messaging.MessageTopicFacade
Interface method to retrieve a Topic.
lookupTopic(String) - Method in class org.arch4j.messaging.weblogic.WebLogicMessageTopicFacade
Lookup the specified topic.
lookupTopic(String) - Method in class org.arch4j.messaging.websphere.WebsphereMessageTopicFacade
Lookup the specified topic.
LOUT - Static variable in class org.arch4j.dataaccess.common.Join
 
LT - Static variable in class org.arch4j.dataaccess.common.Condition
 

M

m_cancelButton - Variable in class org.arch4j.ui.components.ProgressDialog
 
m_cancelRequested - Variable in class org.arch4j.ui.components.ProgressDialog
 
m_closeButton - Variable in class org.arch4j.ui.components.HelpDialog
 
m_detailedMessageText - Variable in class org.arch4j.ui.components.ProgressDialog
 
m_helpText - Variable in class org.arch4j.ui.components.HelpDialog
 
m_helpTextURLBase - Variable in class org.arch4j.ui.components.HelpDialog
URL Base for all URLs used to display help text.
m_isDirty - Variable in class org.arch4j.ui.components.PropertiesPanel
 
m_messageText - Variable in class org.arch4j.ui.components.ProgressDialog
 
m_progress - Variable in class org.arch4j.ui.components.ProgressDialog
 
main(String[]) - Static method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
 
main(String[]) - Static method in class org.arch4j.dataaccess.SQLEvaluator
 
main(String[]) - Static method in class org.arch4j.messaging.MessageTopicFacadeTest
Main program entry point.
main(String[]) - Static method in class org.arch4j.messaging.MessageQueueFacadeSenderTest
Main program entry point.
main(String[]) - Static method in class org.arch4j.messaging.MessageQueueFacadeReceiverTest
Main program entry point.
main(String[]) - Static method in class org.arch4j.ui.JTabbedApplicationShell
Main method for JTabbedApplicationShell.
main(String[]) - Static method in class org.arch4j.ui.JApplicationShell
Main method for JApplication.
main(String[]) - Static method in class org.arch4j.ui.JApplication
Main method for JApplication.
main(String[]) - Static method in class org.arch4j.ui.example.TestTreeView
Main method for JApplication.
main(String[]) - Static method in class org.arch4j.ui.webstart.WebstartWrapper
Main method used to start the process.
mainPanel - Variable in class org.arch4j.ui.JTabbedApplicationShell
 
markForRollback() - Method in class org.arch4j.dataaccess.TransactionalDatabaseManager
If this method is called at any time the transaction will rollback when endTransaction() is called.
markForRollback() - Method in class org.arch4j.dataaccess.TransactionalConnectionManager
If this method is called at any time the transaction will rollback when endTransaction() is called.
markTransactionForRollback() - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Marks the open transaction for rollback.
massage(String) - Method in class org.arch4j.persistence.domainmapper.ValueHelper
Massage the String
MAX_CONNECTIONS - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The sub-property for getting the maximum number of connections.
MaxLengthField - class org.arch4j.ui.components.MaxLengthField.
This class adds maximum length enforcement to JTextField.
MaxLengthField(Document, String, int, int) - Constructor for class org.arch4j.ui.components.MaxLengthField
 
MaxLengthField(int) - Constructor for class org.arch4j.ui.components.MaxLengthField
 
MaxLengthField(int, int) - Constructor for class org.arch4j.ui.components.MaxLengthField
 
MaxLengthField(String, int) - Constructor for class org.arch4j.ui.components.MaxLengthField
 
MaxLengthField(String, int, int) - Constructor for class org.arch4j.ui.components.MaxLengthField
 
MaxLengthTextArea - class org.arch4j.ui.components.MaxLengthTextArea.
This class adds maximum length enforcement to JTextField.
MaxLengthTextArea(int) - Constructor for class org.arch4j.ui.components.MaxLengthTextArea
 
MaxLengthTextArea(String, int) - Constructor for class org.arch4j.ui.components.MaxLengthTextArea
 
menubar - Variable in class org.arch4j.ui.JApplicationShell
 
menubar - Variable in class org.arch4j.ui.JApplication
 
MESSAGE_QUEUE_FACADE_CLASS_PROPERTY - Variable in class org.arch4j.messaging.MessagingProvider
The message queue facade implementation class property name.
MESSAGE_TOPIC_FACADE_CLASS_PROPERTY - Variable in class org.arch4j.messaging.MessagingProvider
The message topic facade implementation class property name.
MessageFacade - class org.arch4j.messaging.MessageFacade.
This abstract class provides simplified and provider-independent access to Messages and commit/rollback functionality.
MessageFacade() - Constructor for class org.arch4j.messaging.MessageFacade
 
MessageFacadeJUnitTest - class org.arch4j.messaging.MessageFacadeJUnitTest.
Tests the functionality of the MessageQueueFacade and MessageTopicFacade.
MessageFacadeJUnitTest(String) - Constructor for class org.arch4j.messaging.MessageFacadeJUnitTest
 
MessageQueueFacade - class org.arch4j.messaging.MessageQueueFacade.
This class provides clients with a simplified and provider-independent interface to JMS message queues.
MessageQueueFacade() - Constructor for class org.arch4j.messaging.MessageQueueFacade
Constructs an instance of MessageQueueFacade.
MessageQueueFacadeReceiverTest - class org.arch4j.messaging.MessageQueueFacadeReceiverTest.
This class is used in conjunction with MessageQueueFacadeSenderTest as a high level test of the SpiderLogic messege queue facade architecture.
MessageQueueFacadeReceiverTest() - Constructor for class org.arch4j.messaging.MessageQueueFacadeReceiverTest
 
MessageQueueFacadeSenderTest - class org.arch4j.messaging.MessageQueueFacadeSenderTest.
This class is used in conjunction with MessageQueueFacadeReceiverTest as a high level test of the SpiderLogic messege queue facade architecture.
MessageQueueFacadeSenderTest() - Constructor for class org.arch4j.messaging.MessageQueueFacadeSenderTest
 
MessageTopicFacade - class org.arch4j.messaging.MessageTopicFacade.
This class provides clients with a simplified and provider-independent interface to JMS message topics.
MessageTopicFacade() - Constructor for class org.arch4j.messaging.MessageTopicFacade
Constructs an instance of MessageTopicFacade.
MessageTopicFacadeTest - class org.arch4j.messaging.MessageTopicFacadeTest.
Provides a high level test of the message topic facade class architecture with simple publish and subscribe functionality.
MessageTopicFacadeTest() - Constructor for class org.arch4j.messaging.MessageTopicFacadeTest
 
MESSAGING_DOMAIN - Variable in class org.arch4j.messaging.MessagingProvider
The base services property file name.
MESSAGING_VENDOR_DOMAIN - Variable in class org.arch4j.messaging.websphere.WebsphereMessageTopicFacade
The base services property file name.
MESSAGING_VENDOR_DOMAIN - Variable in class org.arch4j.messaging.websphere.WebsphereMessageQueueFacade
The base services property file name.
MessagingProvider - class org.arch4j.messaging.MessagingProvider.
This class is the main provider for messaging services.
MessagingProvider() - Constructor for class org.arch4j.messaging.MessagingProvider
This is made protected so the only way to access this class is through the getProvider method.
methodIdentifier - Variable in class org.arch4j.generator.JavaMethodDefinition
 
methods - Variable in class org.arch4j.generator.JavaSourceFile
A list of methods, expressed as JavaMethodDefinition objects.
MIDDLE_JAVADOC - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representing the beginning of a multi-line javadoc comment.
minimumLayoutSize(Container) - Method in class org.arch4j.ui.layout.FractionalLayout
Returns the minimum dimensions for this layout given the components in the specified panel.
modifierFor(String) - Static method in class org.arch4j.generator.JavaAccessModifier
Returns the appropriate static field for the given access modifier string.
monitorComponent(JCheckBox) - Method in class org.arch4j.ui.util.ComponentStateMonitor
Add a check box to be monitored.
monitorComponent(JComboBox) - Method in class org.arch4j.ui.util.ComponentStateMonitor
Add a combo box to be monitored.
monitorComponent(JList) - Method in class org.arch4j.ui.util.ComponentStateMonitor
Add a list to be monitored.
monitorComponent(JTable) - Method in class org.arch4j.ui.util.ComponentStateMonitor
Add a table to be monitored.
monitorComponent(JTextArea) - Method in class org.arch4j.ui.util.ComponentStateMonitor
Add a text Area to be monitored.
monitorComponent(JTextField) - Method in class org.arch4j.ui.util.ComponentStateMonitor
Add a text field to be monitored.
monitorComponentState(JCheckBox) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the field to the monitor.
monitorComponentState(JComboBox) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the field to the monitor.
monitorComponentState(JList) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the field to the monitor.
monitorComponentState(JTable) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the field to the monitor.
monitorComponentState(JTextArea) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the field to the monitor.
monitorComponentState(JTextField) - Method in class org.arch4j.ui.components.PropertiesPanel
Add the field to the monitor.
monitorWidget(JComboBox) - Method in class org.arch4j.statemonitoring.BeanStateManager
Start monitoring the combo box field.
monitorWidget(JTextField) - Method in class org.arch4j.statemonitoring.BeanStateManager
Start monitoring the text field.
mouseClicked(MouseEvent) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
 
mouseEntered(MouseEvent) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
 
mouseExited(MouseEvent) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
 
mousePressed(MouseEvent) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
 
mouseReleased(MouseEvent) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
 
MOVE_ALL_LEFT - Static variable in class org.arch4j.ui.components.AllListToListManipulator
 
MOVE_ALL_RIGHT - Static variable in class org.arch4j.ui.components.AllListToListManipulator
 
MOVE_LEFT - Static variable in class org.arch4j.ui.components.ListToListManipulator
 
MOVE_RIGHT - Static variable in class org.arch4j.ui.components.ListToListManipulator
 
MultiChoicePanel - class org.arch4j.ui.components.MultiChoicePanel.
Insert the type's description here.
MultiChoicePanel() - Constructor for class org.arch4j.ui.components.MultiChoicePanel
MultiChoicePanel constructor comment.
MultiChoicePanel(String, String[]) - Constructor for class org.arch4j.ui.components.MultiChoicePanel
MultiChoicePanel constructor comment.

N

NAME_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The domain name element initial character (for quick lookup).
NAME_PROPERTY - Static variable in interface org.arch4j.persistence.PersistenceConstants
The sub-property for getting the db name that castor will connect to.
NAME_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The domain name element tag name.
NATIVE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
NE - Static variable in class org.arch4j.dataaccess.common.Condition
 
needsGetter - Variable in class org.arch4j.generator.JavaFieldDefinition
Generate a getter method? Default = false.
needsGetter() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether a getter method should be generated to access the field.
needsGetter(boolean) - Method in class org.arch4j.generator.JavaFieldDefinition
Set whether a getter method should be generated to access the field.
needsSetter - Variable in class org.arch4j.generator.JavaFieldDefinition
Generate a setter method? Default = false.
needsSetter() - Method in class org.arch4j.generator.JavaFieldDefinition
Returns whether a setter method should be generated to access the field.
needsSetter(boolean) - Method in class org.arch4j.generator.JavaFieldDefinition
Set whether a setter method should be generated to access the field.
nestedException - Variable in class org.arch4j.core.BaseRuntimeException
The nested, wrapped exception.
nestedException - Variable in class org.arch4j.core.BaseApplicationException
The nested, wrapped exception.
NEW - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
NEWLINE - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representation to use for a logical newline.
newlineBeforeBrace() - Method in class org.arch4j.generator.CodeBuffer
Opening braces will now appear on a line by themselves when a new block is started.
newRecord(int, RecordData, String[]) - Method in interface org.arch4j.parse.InputRecordHandler
this method is called by the reader each time a record is successfully read and loaded into an RecordData object.
newRecord(int, RecordData, String[]) - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
newRecord(int, RecordData, String[]) - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
newWithAscending(String) - Static method in class org.arch4j.dataaccess.common.OrderBy
Create a new OrderBy clause, using the given field name as the first sort field.
newWithDescending(String) - Static method in class org.arch4j.dataaccess.common.OrderBy
Create a new OrderBy clause, using the given field name as the first sort field.
nextNode() - Method in class org.arch4j.ui.tree.TreeBrowser
Position the selection to the next node in the tree.
nextToken() - Method in class org.arch4j.parse.DelimitedTokenizer
 
nodeIsCollapsing(BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
 
nodeIsExpanding(BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
 
NoTabbingButton - class org.arch4j.ui.components.NoTabbingButton.
A button that doesn't get focus from tabbing...
NoTabbingButton() - Constructor for class org.arch4j.ui.components.NoTabbingButton
 
NoTabbingButton(Action) - Constructor for class org.arch4j.ui.components.NoTabbingButton
 
NoTabbingButton(Icon) - Constructor for class org.arch4j.ui.components.NoTabbingButton
 
NoTabbingButton(String) - Constructor for class org.arch4j.ui.components.NoTabbingButton
 
NoTabbingButton(String, Icon) - Constructor for class org.arch4j.ui.components.NoTabbingButton
 
NoTabbingToggleButton - class org.arch4j.ui.components.NoTabbingToggleButton.
A toggle button that doesn't get focus from tabbing...
NoTabbingToggleButton() - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(Action) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(Icon) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(Icon, boolean) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(String) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(String, boolean) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(String, Icon) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
NoTabbingToggleButton(String, Icon, boolean) - Constructor for class org.arch4j.ui.components.NoTabbingToggleButton
 
notationDecl(String, String, String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
notifyListener(ResultSet, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Loop through the result set notifying the listener as each row is processed.
NULL - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
nullEditor - Variable in class org.arch4j.ui.tree.TreeBrowser
 
NullPanel - class org.arch4j.ui.components.NullPanel.
This type was created in VisualAge.
NullPanel() - Constructor for class org.arch4j.ui.components.NullPanel
NullPanel constructor comment.

O

objectDefinition - Variable in class org.arch4j.generator.JavaSourceFile
The class or interface specification for the source file.
ObjectManager - class org.arch4j.persistence.castor.ObjectManager.
 
ObjectManager() - Constructor for class org.arch4j.persistence.castor.ObjectManager
Creates a new instance of Object Manager
objectName - Variable in class org.arch4j.generator.JavaObjectDefinition
The object, defined as a Java type.
ObjectQuery - interface org.arch4j.persistence.ObjectQuery.
 
ObjectRowBuilder - interface org.arch4j.ui.table.ObjectRowBuilder.
 
ObjectSelectionTable - class org.arch4j.ui.table.ObjectSelectionTable.
This is a selectable table.
ObjectSelectionTable() - Constructor for class org.arch4j.ui.table.ObjectSelectionTable
Default constructor.
ObjectSelectionTable(Collection, Collection, Collection, Collection) - Constructor for class org.arch4j.ui.table.ObjectSelectionTable
Creates a new instance of ObjectTable
ObjectSelectionTableModel - class org.arch4j.ui.table.ObjectSelectionTableModel.
This is the table model to support the selection of objects table.
ObjectSelectionTableModel(Collection, Collection, Collection, Collection) - Constructor for class org.arch4j.ui.table.ObjectSelectionTableModel
Creates a new instance of ObjectTableModel
ObjectTable - class org.arch4j.ui.table.ObjectTable.
A table where each row is a single object.
ObjectTable() - Constructor for class org.arch4j.ui.table.ObjectTable
Default constructor.
ObjectTable(Collection, Collection, Collection, Collection) - Constructor for class org.arch4j.ui.table.ObjectTable
Creates a new instance of ObjectTable
ObjectTable(Collection, ObjectRowBuilder, Collection, Collection) - Constructor for class org.arch4j.ui.table.ObjectTable
Creates a new instance of ObjectTable
ObjectTableModel - class org.arch4j.ui.table.ObjectTableModel.
A table model where each row is a single object.
ObjectTableModel(Collection, Collection, Collection, Collection) - Constructor for class org.arch4j.ui.table.ObjectTableModel
Creates a new instance of ObjectTableModel
ObjectTableModel(Collection, ObjectRowBuilder, Collection, Collection) - Constructor for class org.arch4j.ui.table.ObjectTableModel
Creates a new instance of ObjectTableModel
ObjectTableModel(Object[][], String[]) - Constructor for class org.arch4j.ui.table.ObjectTableModel
 
okButton - Variable in class org.arch4j.ui.components.PropertiesPanel
 
okPressed() - Method in class org.arch4j.ui.components.PropertiesPanel
Invoked when the ok/apply button is pressed on the user interface.
onMessage(Message) - Method in class org.arch4j.messaging.MessageTopicFacadeTest
Handle an incoming message (as specified in the javax.jms.MessageListener interface).
onMessage(Message) - Method in class org.arch4j.messaging.MessageQueueFacadeReceiverTest
Satisfies the MessageListener interface.
operator - Variable in class org.arch4j.dataaccess.common.Condition
 
or(Condition) - Method in class org.arch4j.dataaccess.common.Condition
 
or(String, String, Object) - Method in class org.arch4j.dataaccess.common.Condition
 
OrderBy - class org.arch4j.dataaccess.common.OrderBy.
This class is equivalent to an ORDER BY Clause
OrderBy() - Constructor for class org.arch4j.dataaccess.common.OrderBy
 
org.arch4j.baseservices - package org.arch4j.baseservices
 
org.arch4j.baseservices.jboss - package org.arch4j.baseservices.jboss
 
org.arch4j.baseservices.weblogic - package org.arch4j.baseservices.weblogic
 
org.arch4j.baseservices.websphere - package org.arch4j.baseservices.websphere
 
org.arch4j.businessdata - package org.arch4j.businessdata
 
org.arch4j.clientcontroller - package org.arch4j.clientcontroller
 
org.arch4j.clientcontroller.struts - package org.arch4j.clientcontroller.struts
 
org.arch4j.core - package org.arch4j.core
 
org.arch4j.dataaccess - package org.arch4j.dataaccess
Data Access
org.arch4j.dataaccess.common - package org.arch4j.dataaccess.common
 
org.arch4j.dataaccess.visitors - package org.arch4j.dataaccess.visitors
 
org.arch4j.domain - package org.arch4j.domain
 
org.arch4j.generator - package org.arch4j.generator
 
org.arch4j.logging - package org.arch4j.logging
 
org.arch4j.logging.log4j - package org.arch4j.logging.log4j
 
org.arch4j.logging.sun - package org.arch4j.logging.sun
 
org.arch4j.messaging - package org.arch4j.messaging
 
org.arch4j.messaging.weblogic - package org.arch4j.messaging.weblogic
 
org.arch4j.messaging.websphere - package org.arch4j.messaging.websphere
 
org.arch4j.naming - package org.arch4j.naming
 
org.arch4j.parse - package org.arch4j.parse
 
org.arch4j.persistence - package org.arch4j.persistence
 
org.arch4j.persistence.castor - package org.arch4j.persistence.castor
 
org.arch4j.persistence.domainmapper - package org.arch4j.persistence.domainmapper
 
org.arch4j.property - package org.arch4j.property
 
org.arch4j.propertytree - package org.arch4j.propertytree
 
org.arch4j.statemonitoring - package org.arch4j.statemonitoring
 
org.arch4j.ui - package org.arch4j.ui
 
org.arch4j.ui.comparator - package org.arch4j.ui.comparator
 
org.arch4j.ui.components - package org.arch4j.ui.components
 
org.arch4j.ui.example - package org.arch4j.ui.example
 
org.arch4j.ui.layout - package org.arch4j.ui.layout
 
org.arch4j.ui.table - package org.arch4j.ui.table
 
org.arch4j.ui.tree - package org.arch4j.ui.tree
 
org.arch4j.ui.util - package org.arch4j.ui.util
 
org.arch4j.ui.valueadaptor - package org.arch4j.ui.valueadaptor
 
org.arch4j.ui.webstart - package org.arch4j.ui.webstart
 
org.arch4j.util - package org.arch4j.util
 
org.arch4j.webpresentation - package org.arch4j.webpresentation
 
org.arch4j.xml - package org.arch4j.xml
 
org.arch4j.xml.xerces - package org.arch4j.xml.xerces
 
OriginConstraint - class org.arch4j.ui.layout.OriginConstraint.
An OriginConstraint is used with an instance of FractionalLayout to compute a Rectangle relative to a containing Rectangle, given a preferred Rectangle, by computing a relative origin and then adding an offset to it.
OriginConstraint() - Constructor for class org.arch4j.ui.layout.OriginConstraint
Create an instanace of an OriginConstraint.
OriginConstraint(double, int, double, int) - Constructor for class org.arch4j.ui.layout.OriginConstraint
Create an instance of an OriginConstraint given the left fraction, the left offset, the top fraction, and the top offset.
ors - Variable in class org.arch4j.dataaccess.common.Condition
 

P

PACKAGE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
PACKAGE_ACCESS - Static variable in class org.arch4j.generator.JavaAccessModifier
The default or package access control modifier.
packageName - Variable in class org.arch4j.generator.JavaSourceFile
The package this source file belongs to.
PanelErrorTracker - class org.arch4j.ui.tree.PanelErrorTracker.
 
PanelErrorTracker() - Constructor for class org.arch4j.ui.tree.PanelErrorTracker
 
parameters - Variable in class org.arch4j.generator.JavaFunctionDefinition
A list of formal parameters, expressed as JavaIdentifier objects.
parse() - Method in interface org.arch4j.xml.XMLStream
Parse the data in the stream.
parse() - Method in class org.arch4j.xml.DefaultXMLStream
Parse the data in the stream.
parse() - Method in class org.arch4j.xml.xerces.XercesXMLStream
Begins parsing of the XML file specified in constructor, with callbacks going to the specified handler.
parse(Reader, Class) - Method in class org.arch4j.persistence.castor.XMLObjectManager
 
parse(Reader, Class) - Method in class org.arch4j.persistence.castor.ObjectManager
 
pass() - Method in class org.arch4j.dataaccess.common.BatchResult
 
PASSWORD_PROPERTY - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The sub-property for getting the JDBC password.
paste() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
perform(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.clientcontroller.struts.StateMachineAction
Process the specified HTTP request, and create the corresponding HTTP response (or forward to another web component that will create it).
perform(String) - Method in class org.arch4j.util.Performer
This method was created by a SmartGuide.
performEntry(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.clientcontroller.struts.StateMachineAction
This method is not abstract.
performer - Variable in class org.arch4j.ui.JDefaultApplicationPanel
 
performer - Variable in class org.arch4j.ui.JApplicationShell
 
performer - Variable in class org.arch4j.ui.JApplication
 
performer - Variable in class org.arch4j.ui.components.PropertiesPanel
 
performer - Variable in class org.arch4j.ui.tree.TreeBrowser
 
Performer - class org.arch4j.util.Performer.
This class wraps any given instance and allows you to execute a method through reflection.
Performer(Object) - Constructor for class org.arch4j.util.Performer
Create a new instance which wraps the object passed in.
performExit(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.arch4j.clientcontroller.struts.StateMachineAction
This method is not abstract.
performWith(String, Object) - Method in class org.arch4j.util.Performer
This method was created by a SmartGuide.
performWithAll(String, Object[]) - Method in class org.arch4j.util.Performer
Perform the method defined by the method name using the arguments.
PersistableList - class org.arch4j.persistence.domainmapper.PersistableList.
This class implements the List interface in order to manage the persistent state of its contained items.
PersistableList() - Constructor for class org.arch4j.persistence.domainmapper.PersistableList
Constructs an empty persistable list.
PersistableList(Collection) - Constructor for class org.arch4j.persistence.domainmapper.PersistableList
Constructs a list containing the elements of the specified collection.
PersistableList(List, List, List) - Constructor for class org.arch4j.persistence.domainmapper.PersistableList
Protected constructor used to initialize the receiver.
PERSISTENCE_DOMAIN - Static variable in interface org.arch4j.persistence.PersistenceConstants
The property that defines the domain for the persistence.
PersistenceConstants - interface org.arch4j.persistence.PersistenceConstants.
Constant values used in this package.
PersistenceException - exception org.arch4j.persistence.PersistenceException.
 
PersistenceException(Exception) - Constructor for class org.arch4j.persistence.PersistenceException
Creates a new instance of PersistenceException
PersistenceException(String) - Constructor for class org.arch4j.persistence.PersistenceException
Creates a new instance of PersistenceException
persistenceManager - Variable in class org.arch4j.persistence.castor.ObjectManager
 
PersistenceManager - interface org.arch4j.persistence.PersistenceManager.
 
PersistenceProvider - class org.arch4j.persistence.PersistenceProvider.
 
PersistenceProvider() - Constructor for class org.arch4j.persistence.PersistenceProvider
Creates a new instance of Persistence
populateResources() - Method in class org.arch4j.ui.XMLResourceBuilder
Populate the resource manager with the required resources for the project.
populateResources() - Method in class org.arch4j.ui.ResourceBuilder
Populate the resource manager with the required resources for the project.
positionToNextLine() - Method in class org.arch4j.ui.components.PropertiesPanel
Position the x and y coordinates for the next row.
preferredLayoutSize(Container) - Method in class org.arch4j.ui.layout.FractionalLayout
Returns the preferred dimensions for this layout given the components in the specified panel.
previousNode() - Method in class org.arch4j.ui.tree.TreeBrowser
Position the selection to the previous node in the tree.
PreviousSelectionListener - class org.arch4j.ui.tree.PreviousSelectionListener.
This type was created in VisualAge.
PreviousSelectionListener(TreeBrowser) - Constructor for class org.arch4j.ui.tree.PreviousSelectionListener
PreviousSelectionListener constructor comment.
primaryFramework - Variable in class org.arch4j.logging.LoggingManagerImpl
 
printOutput() - Method in class org.arch4j.dataaccess.visitors.ResultSetPrinter
Print the contents of the buffer to the output stream.
printStackTrace() - Method in class org.arch4j.core.BaseRuntimeException
Prints the composite message to System.err.
printStackTrace() - Method in class org.arch4j.core.BaseApplicationException
Prints the composite message to System.err.
printStackTrace(PrintStream) - Method in class org.arch4j.core.BaseRuntimeException
Prints the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintStream) - Method in class org.arch4j.core.BaseApplicationException
Prints the composite message and the embedded stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in class org.arch4j.core.BaseRuntimeException
Prints the composite message and the embedded stack trace to the specified print writer.
printStackTrace(PrintWriter) - Method in class org.arch4j.core.BaseApplicationException
Prints the composite message and the embedded stack trace to the specified print writer.
PRIVATE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
PRIVATE_ACCESS - Static variable in class org.arch4j.generator.JavaAccessModifier
The private access control modifier.
processingInstruction(String, String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
processNextRow(ResultSet) - Method in interface org.arch4j.dataaccess.ResultSetVisitor
Process the next row of the SQL query.
processNextRow(ResultSet) - Method in class org.arch4j.dataaccess.visitors.ResultSetPrinter
 
processNextRow(ResultSet) - Method in class org.arch4j.dataaccess.visitors.ResultSetCounter
Each time through the result set, add one to the count of rows.
processNextRow(ResultSet) - Method in class org.arch4j.dataaccess.visitors.ResultSetCache
Process the next row of the SQL query.
processNextRow(ResultSet) - Method in class org.arch4j.dataaccess.visitors.ResultSetAdapter
Process the next row of the SQL query.
processNextRow(ResultSet) - Method in class org.arch4j.dataaccess.visitors.IntResultSetAdapter
Process the next row of the SQL query.
processNextRow(ResultSet) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper.BaseDomainResultSetVisitor
 
productName - Variable in class org.arch4j.ui.AbstractSplashScreen
 
productVersion - Variable in class org.arch4j.ui.AbstractSplashScreen
 
ProgressDialog - class org.arch4j.ui.components.ProgressDialog.
A ProgressFrame is a JDialog which presents a ProgressBar that callers can use to display the status of a given task Callers are expected to construct a new ProgressDialog() and use the appropriate methods to control the UI activity.
ProgressDialog(JFrame, boolean) - Constructor for class org.arch4j.ui.components.ProgressDialog
Constructor
PropertiesPanel - class org.arch4j.ui.components.PropertiesPanel.
This is the base panel for all panels in the user interfaces.
PropertiesPanel() - Constructor for class org.arch4j.ui.components.PropertiesPanel
PropertiesPanel constructor comment.
PropertiesPanel(int, int, int, int) - Constructor for class org.arch4j.ui.components.PropertiesPanel
PropertiesPanel constructor comment.
Property - class org.arch4j.property.Property.
This class is the primary definition of property content for property management.
Property - class org.arch4j.propertytree.Property.
 
PROPERTY_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The property element initial character (for quick lookup).
PROPERTY_DIRECTORY_PROPERTY - Static variable in class org.arch4j.property.PropertyProvider
The old-style property specifying where property files live.
PROPERTY_EXTENSION - Static variable in class org.arch4j.propertytree.BasicPropertyBuilder
defines file extension this builder knows how to parse
PROPERTY_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The property element tag name.
Property() - Constructor for class org.arch4j.property.Property
Constructs a Property, initialized to empty (null) values.
Property(String) - Constructor for class org.arch4j.propertytree.Property
build a node in a property tree.
Property(String, String) - Constructor for class org.arch4j.propertytree.Property
build a node in a property tree.
Property(String, String, String) - Constructor for class org.arch4j.property.Property
Constructs a Property, specifying all of the property fields.
PropertyBuilder - interface org.arch4j.propertytree.PropertyBuilder.
Title: PropertyBuilder Description: Interface implemented by classes that build Property hierarchies from files.
PropertyConstants - interface org.arch4j.property.PropertyConstants.
This interface defines a set of constants that other classes can "implement" for property management and startup.
PropertyManager - interface org.arch4j.property.PropertyManager.
This interface defines the methods that a simple property file manager needs to implement.
PropertyManagerImpl - class org.arch4j.property.PropertyManagerImpl.
This class manages the reading and caching of property files.
PropertyManagerImpl() - Constructor for class org.arch4j.property.PropertyManagerImpl
Constructs a PropertyManagerImpl, set to look for property * files in the current directory.
PropertyManagerImpl(File) - Constructor for class org.arch4j.property.PropertyManagerImpl
Constructs a PropertyManagerImpl, set to look for property * files in the given directory.
PropertyManagerImpl(String) - Constructor for class org.arch4j.property.PropertyManagerImpl
Constructs a PropertyManagerImpl, set to look for property * files in the given directory.
PropertyManagerImplTest - class org.arch4j.property.PropertyManagerImplTest.
Title: PropertyManagerImplTest
PropertyManagerImplTest(String) - Constructor for class org.arch4j.property.PropertyManagerImplTest
 
PropertyProvider - class org.arch4j.property.PropertyProvider.
This class is the main service provider for simple property services.
PropertyProvider() - Constructor for class org.arch4j.property.PropertyProvider
 
PropertyProviderTest - class org.arch4j.property.PropertyProviderTest.
This class tests the PropertyProvider.
PropertyProviderTest(String) - Constructor for class org.arch4j.property.PropertyProviderTest
Constructs a test case with the given name.
PropertyTreeManager - interface org.arch4j.propertytree.PropertyTreeManager.
 
PropertyTreeManagerImpl - class org.arch4j.propertytree.PropertyTreeManagerImpl.
 
PropertyTreeManagerImpl() - Constructor for class org.arch4j.propertytree.PropertyTreeManagerImpl
 
PropertyTreeManagerImpl(File) - Constructor for class org.arch4j.propertytree.PropertyTreeManagerImpl
 
PropertyTreeManagerImpl(String) - Constructor for class org.arch4j.propertytree.PropertyTreeManagerImpl
 
PropertyTreeManagerTest - class org.arch4j.propertytree.PropertyTreeManagerTest.
 
PropertyTreeManagerTest(String) - Constructor for class org.arch4j.propertytree.PropertyTreeManagerTest
 
PropertyTreeProvider - class org.arch4j.propertytree.PropertyTreeProvider.
 
PropertyTreeProvider() - Constructor for class org.arch4j.propertytree.PropertyTreeProvider
 
PROTECTED - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
PROTECTED_ACCESS - Static variable in class org.arch4j.generator.JavaAccessModifier
The protected access control modifier.
Proxy - interface org.arch4j.businessdata.Proxy.
Defines the proxy interface used by business data classes.
PUBLIC - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
PUBLIC_ACCESS - Static variable in class org.arch4j.generator.JavaAccessModifier
The public access control modifier.

Q

Query - interface org.arch4j.dataaccess.common.Query.
This interface is the base for select, update, delete and insert
QueryWrapper - class org.arch4j.persistence.castor.QueryWrapper.
 
QueryWrapper(OQLQuery) - Constructor for class org.arch4j.persistence.castor.QueryWrapper
Creates a new instance of QueryWrapper

R

read(InputStream, OutputStream, InputRecordHandler) - Method in class org.arch4j.parse.RecordReader
read raw data records from an input stream, convert them to RecordData objects using the format properties, and notify the handler provided.
ReadOnlyProperty - interface org.arch4j.propertytree.ReadOnlyProperty.
 
RecordData - class org.arch4j.parse.RecordData.
 
RecordData() - Constructor for class org.arch4j.parse.RecordData
 
RecordDataInputException - exception org.arch4j.parse.RecordDataInputException.
This class is thrown when there is an error with the data read by a RecordReader.
RecordDataInputException() - Constructor for class org.arch4j.parse.RecordDataInputException
Constructs a RecordDataInputException with no specified detail message or nested exception.
RecordDataInputException(String) - Constructor for class org.arch4j.parse.RecordDataInputException
Constructs a RecordDataInputException with the specified detail message.
RecordDataInputException(String, Throwable) - Constructor for class org.arch4j.parse.RecordDataInputException
Constructs a RecordDataInputException with the specified detail message and nested exception.
RecordDataInputException(Throwable) - Constructor for class org.arch4j.parse.RecordDataInputException
Constructs a RecordDataInputException with the specified nested exception.
RecordReader - class org.arch4j.parse.RecordReader.
 
RecordReader() - Constructor for class org.arch4j.parse.RecordReader
 
RecordReaderTest - class org.arch4j.parse.RecordReaderTest.
 
RecordReaderTest(String) - Constructor for class org.arch4j.parse.RecordReaderTest
Test
records - Variable in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
records - Variable in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
RecordWriter - class org.arch4j.parse.RecordWriter.
 
refresh() - Method in class org.arch4j.util.StartupProvider
Triggers a refresh of the property framework.
refreshTableData() - Method in class org.arch4j.ui.table.ObjectTableModel
Refresh the data in the table rows.
refreshTableData() - Method in class org.arch4j.ui.table.ObjectTable
Refresh all the data in the table rows.
refreshTableData(Object) - Method in class org.arch4j.ui.table.ObjectTableModel
Refresh the row data for the given object.
refreshTableData(Object) - Method in class org.arch4j.ui.table.ObjectTable
Refresh the row data for the given object.
refreshTableData(Object) - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Refresh the row data for the given object.
register(BaseDomainMapper) - Static method in class org.arch4j.persistence.domainmapper.DomainCacheController
 
rejectRecord(String[], String, BufferedWriter) - Method in class org.arch4j.parse.RecordReader
send a rejected record to the reject stream
releaseConnection() - Method in class org.arch4j.dataaccess.TransactionalConnectionManager
Release the connection.
remove(int) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
remove(Object) - Method in interface org.arch4j.persistence.PersistenceManager
Remove the object.
remove(Object) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Remove the Object.
remove(Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
removeActionListener(ActionListener) - Method in class org.arch4j.ui.components.ProgressDialog
 
removeAll() - Method in class org.arch4j.ui.layout.FractionalLayout
This method was created by a SmartGuide.
removeAll(Collection) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
removeAllObjects() - Method in class org.arch4j.ui.table.ObjectTable
Remove all of the objects from the table.
removeAllRows() - Method in class org.arch4j.ui.table.ObjectTableModel
Remove all rows from the table.
removeChildContext() - Method in class org.arch4j.clientcontroller.ContextImpl
Sets the child context to null.
removeFocusListener(FocusListener) - Method in class org.arch4j.ui.components.SearchComboBox
Overridden to handle the metal look and feel.
removeLayoutComponent(Component) - Method in class org.arch4j.ui.layout.FractionalLayout
Removes the specified component from the layout.
removeListener() - Method in class org.arch4j.ui.tree.TreeBrowser
 
removeObject(Object) - Method in class org.arch4j.ui.table.ObjectTableModel
Remove an object from the table.
removeObject(Object) - Method in class org.arch4j.ui.table.ObjectTable
Remove a row from the table for the given object.
removeQuotes(String) - Method in class org.arch4j.parse.RecordReader
 
removeValue(String) - Method in interface org.arch4j.clientcontroller.StateContext
Removes the value mapped by aKey.
removeValue(String) - Method in class org.arch4j.clientcontroller.ContextImpl
Removes the value mapped by aKey.
request - Variable in class org.arch4j.webpresentation.FrontCommand
 
requestFocus() - Method in class org.arch4j.ui.tree.TreeBrowser
Overriden to set the focus on the tree.
reset() - Method in class org.arch4j.persistence.domainmapper.PersistableList
Clears both the added and the removed lists.
reset() - Method in class org.arch4j.persistence.domainmapper.IdentifierGeneratorProvider
Reset the identifier generator implementation instance.
reset() - Method in class org.arch4j.ui.components.ProgressDialog
Reset attributes for next use.
reset() - Method in class org.arch4j.ui.components.HelpDialog
Reset attributes for next use.
resetBeanStates() - Method in class org.arch4j.statemonitoring.BeanStateManager
Reset the widget values from the cached values.
resetCachedValue(Object) - Method in class org.arch4j.statemonitoring.BeanStateManager
Reset the cached value for the given bean.
resetCacheValue() - Method in class org.arch4j.statemonitoring.JTextFieldStateMonitor
Reset the cached value of the widget.
resetCacheValue() - Method in class org.arch4j.statemonitoring.JComboBoxStateMonitor
Reset the cached value of the widget.
resetCacheValue() - Method in interface org.arch4j.statemonitoring.BeanStateMonitor
Reset the cached value of the widget.
resetCacheValues() - Method in class org.arch4j.statemonitoring.BeanStateManager
Reset the widget values from the cached values.
resetProvider() - Static method in class org.arch4j.logging.LoggingProvider
Reset the single instance of the LoggingProvider.
resetProvider() - Static method in class org.arch4j.property.PropertyProvider
Reset the single instance of the PropertyProvider.
resetProvider() - Static method in class org.arch4j.util.StartupProvider
Reset the single instance of the StartupProvider.
resetProvider() - Static method in class org.arch4j.xml.XMLProvider
Remove the single instance of the XMLProvider.
resetState() - Method in class org.arch4j.statemonitoring.JTextFieldStateMonitor
Reset the state of the component.
resetState() - Method in class org.arch4j.statemonitoring.JComboBoxStateMonitor
Reset the state of the component.
resetState() - Method in interface org.arch4j.statemonitoring.BeanStateMonitor
Reset the state of the widget.
resetState() - Method in class org.arch4j.ui.comparator.JTextFieldStateComparator
Reset the state of the comparator.
resetState() - Method in class org.arch4j.ui.comparator.JTextAreaStateComparator
Reset the state of the comparator.
resetState() - Method in class org.arch4j.ui.comparator.JTableStateComparator
Reset the state of the comparator.
resetState() - Method in class org.arch4j.ui.comparator.JListStateComparator
Reset the state of the comparator.
resetState() - Method in class org.arch4j.ui.comparator.JComboBoxStateComparator
Reset the state of the comparator.
resetState() - Method in class org.arch4j.ui.comparator.JCheckBoxStateComparator
Reset the state of the comparator.
resetState() - Method in interface org.arch4j.ui.comparator.BeanStateComparator
Reset the state of the comparator.
resetStateHashMap() - Method in class org.arch4j.ui.util.ComponentStateMonitor
 
resetStateMonitor() - Method in class org.arch4j.ui.components.PropertiesPanel
Reset the state of the monitor.
resetStateMonitors() - Method in class org.arch4j.ui.util.ComponentStateMonitor
Gets whether or not any state has changed.
resizePanel(JPanel, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Resize panel on our canvas with the given height.
resizePanel(JPanel, int, int) - Method in class org.arch4j.ui.components.PropertiesPanel
Resize panel on our canvas with the given height.
resizeTableColumns(JTable) - Static method in class org.arch4j.ui.table.Tables
 
resolve() - Method in interface org.arch4j.businessdata.Proxy
 
ResourceBuilder - class org.arch4j.ui.ResourceBuilder.
This class is used to populate the resource manager from a static list of resources.
ResourceBuilder(ResourceManager) - Constructor for class org.arch4j.ui.ResourceBuilder
Creates a new instance of ResourceBuilder
ResourceManager - class org.arch4j.ui.ResourceManager.
 
ResourceManager() - Constructor for class org.arch4j.ui.ResourceManager
This method was created by a SmartGuide.
resourceMgr - Variable in class org.arch4j.ui.JDefaultApplicationPanel
 
resourceMgr - Variable in class org.arch4j.ui.JApplicationShell
 
resourceMgr - Variable in class org.arch4j.ui.JApplication
 
resourceMgr - Variable in class org.arch4j.ui.tree.TreeBrowser
 
resources - Variable in class org.arch4j.ui.ResourceManager
 
response - Variable in class org.arch4j.webpresentation.FrontCommand
 
ResultSetAdapter - class org.arch4j.dataaccess.visitors.ResultSetAdapter.
The default implementation of the ResultSetListener.
ResultSetAdapter() - Constructor for class org.arch4j.dataaccess.visitors.ResultSetAdapter
 
ResultSetCache - class org.arch4j.dataaccess.visitors.ResultSetCache.
This visitor will "cache" the values from a result set so that they may be passed around without having to keep a connection open, etc.
ResultSetCache() - Constructor for class org.arch4j.dataaccess.visitors.ResultSetCache
Constructs a new default CachedRowSet object
ResultSetCacheTest - class org.arch4j.dataaccess.visitors.ResultSetCacheTest.
 
ResultSetCacheTest(String) - Constructor for class org.arch4j.dataaccess.visitors.ResultSetCacheTest
 
ResultSetCounter - class org.arch4j.dataaccess.visitors.ResultSetCounter.
This Listener may be used to count the number of rows returned from a result set.
ResultSetCounter() - Constructor for class org.arch4j.dataaccess.visitors.ResultSetCounter
 
ResultSetPrinter - class org.arch4j.dataaccess.visitors.ResultSetPrinter.
This listener will build up text associated with the result set.
ResultSetPrinter() - Constructor for class org.arch4j.dataaccess.visitors.ResultSetPrinter
 
ResultSetVisitor - interface org.arch4j.dataaccess.ResultSetVisitor.
This listener is used to process the results of a query string or to get the number of rows affected by an insert, update, or delete.
retainAll(Collection) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
RETURN - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
returnTypeFor(String) - Method in class org.arch4j.util.Performer
This method was created by a SmartGuide.
returnValue - Variable in class org.arch4j.ui.components.PropertiesPanel
 
rhs - Variable in class org.arch4j.dataaccess.common.Condition
 
right - Variable in class org.arch4j.ui.layout.FrameConstraint
Represents the number of pixels to be added as an offset to the right edge of a component.
rightFraction - Variable in class org.arch4j.ui.layout.FrameConstraint
A number between 0.0 and 1.0 which represents the relative fraction (of the container) for the right edge of a component.
rightIndent - Variable in class org.arch4j.ui.components.PropertiesPanel
 
rollback() - Method in class org.arch4j.messaging.MessageFacade
Rollback any messages done in this transaction and releases any locks currently held.
rollback() - Method in interface org.arch4j.persistence.PersistenceManager
Rollback the transaction.
rollback() - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Rollback the transaction.
ROOT_TRANSITION_CLASS_PROPERTY - Variable in class org.arch4j.clientcontroller.ClientStateProvider
The root transition class property name.
ROUT - Static variable in class org.arch4j.dataaccess.common.Join
 

S

save(BaseDomain) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Test for database existence of the given domain object.
saveChangesOnCurrentPanel() - Method in class org.arch4j.ui.tree.TreeBrowser
Invoked when a node has changed and the panel has changes to be completed.
SearchComboBox - class org.arch4j.ui.components.SearchComboBox.
This combo box adds type-ahead searching for Cell Rendering combo boxes.
SearchComboBox() - Constructor for class org.arch4j.ui.components.SearchComboBox
Overridden to provide the constructor.
SearchComboBox(ComboBoxModel) - Constructor for class org.arch4j.ui.components.SearchComboBox
Overridden to provide the constructor.
SearchComboBox(Object[]) - Constructor for class org.arch4j.ui.components.SearchComboBox
Overridden to provide the constructor.
SearchComboBox(Vector) - Constructor for class org.arch4j.ui.components.SearchComboBox
Overridden to provide the constructor.
SearchComboBoxEditor - class org.arch4j.ui.components.SearchComboBoxEditor.
 
SearchComboBoxEditor() - Constructor for class org.arch4j.ui.components.SearchComboBoxEditor
 
Select - class org.arch4j.dataaccess.common.Select.
This class acts as a wrapper around select statements It takes a table name and a Condition object in its contructor A typical usage would be Select sel = new Select ("MyTable", new Condition ())
Select(String) - Constructor for class org.arch4j.dataaccess.common.Select
 
Select(String, Condition) - Constructor for class org.arch4j.dataaccess.common.Select
 
Select(String, Condition, OrderBy) - Constructor for class org.arch4j.dataaccess.common.Select
 
Select(String, Join, Condition) - Constructor for class org.arch4j.dataaccess.common.Select
 
Select(String, Join, Condition, OrderBy) - Constructor for class org.arch4j.dataaccess.common.Select
 
select(String, List, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL SELECT query containing no parameters.
select(String, ResultSetVisitor) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL SELECT query containing no parameters.
selectAllObjects() - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Sets all items as selected
selectAllObjects() - Method in class org.arch4j.ui.table.ObjectSelectionTable
Sets all items as selected
selectionChanging(BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
 
selectNode(BrowserTreeNode) - Method in class org.arch4j.ui.tree.TreeBrowser
Select the node in the tree panel.
send(String) - Method in class org.arch4j.messaging.MessageQueueFacadeSenderTest
Send aTextMessage to the queueSender.
set(int, Object) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
setAbstract(boolean) - Method in class org.arch4j.generator.JavaMethodDefinition
Set whether the method is abstract or not.
setAbstract(boolean) - Method in class org.arch4j.generator.JavaClassDefinition
Set whether the object is abstract or not.
setAccessModifier(JavaAccessModifier) - Method in class org.arch4j.generator.JavaDefinition
Set the access control modifier.
setAction(String) - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
setApplication(JApplicationPanel) - Method in class org.arch4j.ui.JApplicationShell
Set the content panel for the JApplicationShell.
setApplications(Vector) - Method in class org.arch4j.ui.JTabbedApplicationShell
Set the content panel for the JApplicationShell.
setAsInternal() - Method in class org.arch4j.clientcontroller.Transition
Specify that this is an internal transition.
setChildContext(ContextImpl) - Method in class org.arch4j.clientcontroller.ContextImpl
Sets the child context reference.
setClassComment(String) - Method in class org.arch4j.generator.JavaSourceFile
Set the class comment for the source file.
setComment(String) - Method in class org.arch4j.generator.JavaDefinition
Set the comment.
setConstraint(Component, OriginConstraint) - Method in class org.arch4j.ui.layout.FractionalLayout
Add a component and a corresponding constraint to the layout.
setCopyrightComment(String) - Method in class org.arch4j.generator.JavaSourceFile
Set the copyright comment for the source file.
setDate(String) - Method in class org.arch4j.domain.DateTimeDomain
Sets this domain Timestamp value based on the specified date.
setDateTime(String) - Method in class org.arch4j.domain.DateTimeDomain
Sets this domain Timestamp value based on the specified datetime.
setDefaultCursor() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Set the wait cursor.
setDefaultCursor() - Method in class org.arch4j.ui.JApplicationShell
Set the wait cursor.
setDefaultCursor() - Method in class org.arch4j.ui.JApplication
Set the wait cursor.
setDefaultCursor() - Method in class org.arch4j.ui.components.PropertiesPanel
Set the wait cursor.
setDefaultCursor() - Method in class org.arch4j.ui.tree.TreeBrowser
Set the wait cursor.
setDefaultDeepOrShallow(boolean) - Method in interface org.arch4j.persistence.PersistenceManager
Specifies if upcoming transactions will perform deep or shallow updates and creates.
setDefaultDeepOrShallow(boolean) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Specifies if upcoming transactions will perform deep or shallow updates and creates.
setDescription(String) - Method in class org.arch4j.ui.example.ExampleFileFilter
Sets the human readable description of this filter.
setDetailedMessageText(String) - Method in class org.arch4j.ui.components.ProgressDialog
Set second of two message lines on progress dialog.
setDistinct(boolean) - Method in class org.arch4j.dataaccess.common.Select
 
setDividerLocation(double) - Method in class org.arch4j.ui.tree.TreeBrowser
Set the split pane divider location.
setDocumentLocator(Locator) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
setDownButtonActionCommand(String) - Method in class org.arch4j.ui.components.ListManipulator
 
setDownButtonToolTip(String) - Method in class org.arch4j.ui.components.ListManipulator
 
setEnabled(boolean) - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
setError() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
setExceptions(List) - Method in class org.arch4j.generator.JavaFunctionDefinition
Set the list of exceptions that are thrown by the function.
setExtensionListInDescription(boolean) - Method in class org.arch4j.ui.example.ExampleFileFilter
Determines whether the extension list (.jpg, .gif, etc) should show up in the human readable description.
setFieldOffset(int) - Method in class org.arch4j.ui.components.PropertiesPanel
mutator for fieldOffset
setFinal(boolean) - Method in class org.arch4j.generator.JavaMethodDefinition
Set whether the method is final or not.
setFinal(boolean) - Method in class org.arch4j.generator.JavaFieldDefinition
Set whether the field is final or not.
setFinal(boolean) - Method in class org.arch4j.generator.JavaClassDefinition
Set whether the object is final or not.
setFocusToFieldContainingError() - Method in class org.arch4j.ui.tree.PanelErrorTracker
 
setFormat(ReadOnlyProperty) - Method in class org.arch4j.parse.RecordWriter
provide the reader with the property tree that defines the format of the files it must read.
setFormat(ReadOnlyProperty) - Method in class org.arch4j.parse.RecordReader
provide the readed with the property tree that defines the format of the files it must read.
setFormat(ReadOnlyProperty) - Method in class org.arch4j.parse.FixedRecordReader
 
setFormat(ReadOnlyProperty) - Method in class org.arch4j.parse.DelimitedRecordReader
 
setFractionsAndOffsets(double, int, double, int, double, int, double, int) - Method in class org.arch4j.ui.layout.FrameConstraint
This method was created by a SmartGuide.
setHandler(XMLHandler) - Method in interface org.arch4j.xml.XMLStream
Set the handler that will receive callbacks during parsing.
setHandler(XMLHandler) - Method in class org.arch4j.xml.DefaultXMLStream
Set the handler that will receive callbacks during parsing.
setHandler(XMLHandler) - Method in class org.arch4j.xml.xerces.XercesXMLStream
Set the handler that will receive callbacks during parsing.
setHelperAttribute(Object) - Method in class org.arch4j.webpresentation.FrontCommand
Put the given helper object into the request.
setHelpText(String) - Method in class org.arch4j.ui.components.HelpDialog
Set Help text (HTML allowed).
setHelpTextURL(String) - Method in class org.arch4j.ui.components.HelpDialog
Set Help text using a URL (HTML allowed).
setHelpTextURLBase(String) - Method in class org.arch4j.ui.components.HelpDialog
Mutator for URL base
setIconAccessor(String) - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
setImplementedInterfaces(List) - Method in class org.arch4j.generator.JavaObjectDefinition
Set the list of interfaces that are implemented by the object.
setImportFullClassNames(boolean) - Method in class org.arch4j.generator.JavaSourceFile
Set whether fully qualified class names are used in import statements.
setInitializer(String) - Method in class org.arch4j.generator.JavaFieldDefinition
Set the field's initializer.
setInterface(boolean) - Method in class org.arch4j.generator.JavaMethodDefinition
Set whether the method is part of an interface or not.
setIsAdjustingFieldValues(boolean) - Method in class org.arch4j.ui.components.PropertiesPanel
Marked by implementors if PropertiesPanel to flag when fields are being adjusted programatically.
setIsUpper(boolean) - Method in class org.arch4j.dataaccess.common.Condition
 
setJoinClause(Join) - Method in class org.arch4j.dataaccess.common.Select
 
setKey(String) - Method in class org.arch4j.property.Property
Sets the property key.
setLeftAllButtonActionCommand(String) - Method in class org.arch4j.ui.components.AllListToListManipulator
 
setLeftAllButtonToolTip(String) - Method in class org.arch4j.ui.components.AllListToListManipulator
 
setLeftButtonActionCommand(String) - Method in class org.arch4j.ui.components.ListToListManipulator
 
setLeftButtonToolTip(String) - Method in class org.arch4j.ui.components.ListToListManipulator
 
setLeftIndent(int) - Method in class org.arch4j.ui.components.PropertiesPanel
Set the indentation from the left when placing elements.
setLeftMargin(int) - Method in class org.arch4j.ui.components.PropertiesPanel
Set the left margin for placing elements.
setMappingFilename(String) - Method in class org.arch4j.persistence.castor.XMLObjectManager
 
setMappingFilename(String) - Method in class org.arch4j.persistence.castor.ObjectManager
 
setMaxLength(int) - Method in class org.arch4j.ui.components.MaxLengthTextArea
 
setMaxLength(int) - Method in class org.arch4j.ui.components.MaxLengthField
 
setMenu(JPopupMenu) - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
setMessage(String) - Method in class org.arch4j.webpresentation.UnknownHelper
 
setMessageText(String) - Method in class org.arch4j.ui.components.ProgressDialog
Set first of two message lines on progress dialog.
setName(String) - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
setNative(boolean) - Method in class org.arch4j.generator.JavaMethodDefinition
Set whether the method is native or not.
setNumberOfRowsAffected(int) - Method in interface org.arch4j.dataaccess.ResultSetVisitor
Sets the number of rows affected by the sql.
setNumberOfRowsAffected(int) - Method in class org.arch4j.dataaccess.visitors.ResultSetCache
Sets the number of rows affected by the sql.
setNumberOfRowsAffected(int) - Method in class org.arch4j.dataaccess.visitors.ResultSetAdapter
Sets the number of rows affected by the sql.
setNumberOfSteps(int) - Method in class org.arch4j.ui.components.ProgressDialog
Set the maximum number of steps in the progress.
setObject(Object) - Method in class org.arch4j.util.Performer
This method was created by a SmartGuide.
setObjectDefinition(JavaObjectDefinition) - Method in class org.arch4j.generator.JavaSourceFile
Set the class or interface definition for the class file.
setObjects(Collection) - Method in class org.arch4j.ui.table.ObjectTableModel
Set the objects that represent rows in the table.
setObjects(Collection) - Method in class org.arch4j.ui.table.ObjectTable
Set the objects that represent rows in the table.
setOrderBy(OrderBy) - Method in class org.arch4j.dataaccess.common.Select
 
setPackageName(String) - Method in class org.arch4j.generator.JavaSourceFile
Set the package name for the source file.
setParameters(List) - Method in class org.arch4j.generator.JavaFunctionDefinition
Set the list of formal parameters that are passed to the function.
setPercentComplete(int) - Method in class org.arch4j.ui.components.ProgressDialog
Update the progress bar; set the value of the displayed percentage.
setProductName(String) - Method in class org.arch4j.ui.AbstractSplashScreen
Set the product name to display.
setProductVersion(String) - Method in class org.arch4j.ui.AbstractSplashScreen
Set the product version to display.
setProperties(Properties) - Method in class org.arch4j.util.StartupProvider
Adds the given set of properties to the System, as if they had been entered on the VM command line with the -D parameter.
setProperty(String, String, String) - Method in class org.arch4j.property.XMLPropertyManager
This method sets the given property for a given domain Each time setProperty is called it writes to the file and refreshes the cache If the entry exists the value is changed otherwise a new value is added.
setProperty(String, String, String) - Method in class org.arch4j.property.PropertyManagerImpl
This method changes a given property.
setProperty(String, String, String) - Method in interface org.arch4j.property.PropertyManager
This method sets the given property for a said domain Each time setProperty is called it writes to the file and refreshes the cache If the entry exists the value is changed otherwise a new value is added.
setReader(Reader) - Method in interface org.arch4j.xml.XMLStream
Set a Reader which has been opened on the data to parse.
setReader(Reader) - Method in class org.arch4j.xml.DefaultXMLStream
Set a Reader which has been opened on the data to parse.
setReader(Reader) - Method in class org.arch4j.xml.xerces.XercesXMLStream
Set a Reader which has been opened on the data to parse.
setRecordNumber(int) - Method in class org.arch4j.parse.RecordData
 
setResourceManager(ResourceManager) - Method in class org.arch4j.ui.tree.TreeBrowser
 
setRightAllButtonActionCommand(String) - Method in class org.arch4j.ui.components.AllListToListManipulator
 
setRightAllButtonToolTip(String) - Method in class org.arch4j.ui.components.AllListToListManipulator
 
setRightButtonActionCommand(String) - Method in class org.arch4j.ui.components.ListToListManipulator
 
setRightButtonToolTip(String) - Method in class org.arch4j.ui.components.ListToListManipulator
 
setRightIndent(int) - Method in class org.arch4j.ui.components.PropertiesPanel
mutator for rightIndent
setSelected(String, boolean) - Method in class org.arch4j.ui.CommandManager
Sets the toolbar and menu item(s) to the selected value.
setSelectedObject(Object) - Method in class org.arch4j.ui.table.ObjectTable
Sets the selected object in the table.
setSelectionMode(int) - Method in class org.arch4j.ui.table.ObjectTableModel
Sets the selectionMode.
setSelectionMode(int) - Method in class org.arch4j.ui.table.ObjectTable
 
setSourcePath(String) - Method in class org.arch4j.generator.JavaSourceFile
Set the root source directory for the receiver.
setStatic(boolean) - Method in class org.arch4j.generator.JavaMethodDefinition
Set whether the method is static or not.
setStatic(boolean) - Method in class org.arch4j.generator.JavaFieldDefinition
Set whether the field is static or not.
setStatus(String) - Method in class org.arch4j.ui.AbstractSplashScreen
Update the status string to the one passed in.
setStatusLabel(JLabel) - Method in class org.arch4j.ui.AbstractSplashScreen
Set the label to use to display the status.
setStrict(boolean) - Method in class org.arch4j.generator.JavaObjectDefinition
Set whether the object needs strictfp or not.
setSuperInterfaces(List) - Method in class org.arch4j.generator.JavaInterfaceDefinition
Set the list of superinterfaces that the interface extends.
setSynchronized(boolean) - Method in class org.arch4j.generator.JavaMethodDefinition
Set whether the method is synchronized or not.
setterAccessModifier - Variable in class org.arch4j.generator.JavaFieldDefinition
The setter's access modifier.
setText(String) - Method in class org.arch4j.ui.tree.BrowserTreeNode
 
setThrown(Throwable) - Method in class org.arch4j.webpresentation.ExceptionHelper
 
setTransient(boolean) - Method in class org.arch4j.generator.JavaFieldDefinition
Set whether the field is transient or not.
setType(String) - Method in class org.arch4j.property.Property
Sets the property data type.
setUp() - Method in class org.arch4j.logging.LoggingTest
 
setUp() - Method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
 
setUp() - Method in class org.arch4j.property.XMLPropertyManagerTest
Sets up the fixture, for example, open a network connection.
setUp() - Method in class org.arch4j.property.PropertyProviderTest
Sets up the fixture, for example, open a network connection.
setUp() - Method in class org.arch4j.property.PropertyManagerImplTest
 
setUp() - Method in class org.arch4j.baseservices.BaseServicesTest
 
setUp() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
setUp() - Method in class org.arch4j.dataaccess.visitors.ResultSetCacheTest
 
setUp() - Method in class org.arch4j.messaging.MessageFacadeJUnitTest
 
setUp() - Method in class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest
Sets up the fixture, for example, open a network connection.
setUp() - Method in class org.arch4j.xml.XMLStreamTest
 
setUp() - Method in class org.arch4j.propertytree.XMLPropertyBuilderTest
 
setUp() - Method in class org.arch4j.propertytree.PropertyTreeManagerTest
 
setUp() - Method in class org.arch4j.propertytree.BasicPropertyBuilderTest
 
setUp() - Method in class org.arch4j.parse.FixedRecordReaderTest
 
setUp() - Method in class org.arch4j.parse.DelimitedRecordWriterTest
 
setUp() - Method in class org.arch4j.parse.DelimitedRecordReaderTest
 
setUpButtonActionCommand(String) - Method in class org.arch4j.ui.components.ListManipulator
 
setUpButtonToolTip(String) - Method in class org.arch4j.ui.components.ListManipulator
 
setupComponentMonitoring() - Method in class org.arch4j.ui.components.PropertiesPanel
Setup the components that you wish to have their state tracked.
setUpData() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
setUpData(DatabaseManager) - Method in class org.arch4j.dataaccess.DataAccessProviderTest
 
setUpForNewStyle() - Method in class org.arch4j.property.PropertyProviderTest
 
setUpForOldStyle() - Method in class org.arch4j.property.PropertyProviderTest
 
setValue(Object) - Method in class org.arch4j.domain.Domain
Sets the value contained by this domain.
setValue(Object) - Method in class org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter
This method was created by a SmartGuide.
setValue(Object) - Method in class org.arch4j.ui.valueadaptor.ValueAdapter
This method was created by a SmartGuide.
setValue(Object) - Method in class org.arch4j.ui.valueadaptor.TextFieldValueAdapter
This method was created by a SmartGuide.
setValue(Object) - Method in class org.arch4j.ui.valueadaptor.TextAreaValueAdapter
This method was created by a SmartGuide.
setValue(Object) - Method in class org.arch4j.ui.valueadaptor.ComboBoxValueAdapter
This method was created by a SmartGuide.
setValue(String) - Method in class org.arch4j.property.Property
Sets the property value.
setValue(String) - Method in class org.arch4j.propertytree.Property
 
setValue(String, Object) - Method in interface org.arch4j.clientcontroller.StateContext
Sets the specified key-value under the local context.
setValue(String, Object) - Method in class org.arch4j.clientcontroller.ContextImpl
Sets the specified key-value under the local context.
setValueAt(Object, int, int) - Method in class org.arch4j.ui.table.ObjectSelectionTableModel
Set the value to the object for the the given row and column.
setVersion(long) - Method in class org.arch4j.persistence.domainmapper.BaseDomain
Setter for the version
setVolatile(boolean) - Method in class org.arch4j.generator.JavaFieldDefinition
Set whether the field is volatile or not.
setWaitCursor() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Set the wait cursor.
setWaitCursor() - Method in class org.arch4j.ui.JApplicationShell
Set the wait cursor.
setWaitCursor() - Method in class org.arch4j.ui.JApplication
Set the wait cursor.
setWaitCursor() - Method in class org.arch4j.ui.components.PropertiesPanel
Set the wait cursor.
setWaitCursor() - Method in class org.arch4j.ui.tree.TreeBrowser
Set the wait cursor.
setWhereClause(Condition) - Method in class org.arch4j.dataaccess.common.Select
Set the where clause
setWindowTitle() - Method in class org.arch4j.ui.JDefaultApplicationPanel
Find the top level frame and set its title..
setWindowTitle() - Method in class org.arch4j.ui.JApplication
Find the top level frame and set its title..
setWindowTitle() - Method in class org.arch4j.ui.tree.TreeBrowser
Find the top level frame and set its title..
setWindowTitleAndIcon() - Method in class org.arch4j.ui.JTabbedApplicationShell
Find the top level frame and set its title..
setWindowTitleAndIcon() - Method in class org.arch4j.ui.JApplicationShell
Find the top level frame and set its title..
SHORT - Static variable in interface org.arch4j.generator.JavaPrimitiveConstants
 
SHORT_TYPE - Static variable in class org.arch4j.generator.JavaType
The short primitive data type.
show(String) - Static method in class org.arch4j.ui.util.Transcript
This method was created by a SmartGuide.
showDialog() - Method in class org.arch4j.ui.components.ProgressDialog
Once all attributes are set, use this to show the dialog.
showDialog() - Method in class org.arch4j.ui.components.HelpDialog
Once all attributes are set, use this to show the dialog.
showDialog(Component, String) - Method in class org.arch4j.ui.components.PropertiesPanel
Show this panel as a dialog without resizing.
showDialog(Component, String, boolean) - Method in class org.arch4j.ui.components.PropertiesPanel
Show this panel as a dialog.
showNullEditor() - Method in class org.arch4j.ui.tree.TreeBrowser
 
showPanel(String) - Method in class org.arch4j.ui.tree.TreeBrowser
Display the card panel with the given name.
showStartupStatus(String) - Method in class org.arch4j.ui.JApplication
Display the status string in the splash screen.
showStartupStatus(String) - Method in class org.arch4j.ui.tree.TreeBrowser
Display the status string in the splash screen.
SINGLE_COMMENT - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representing the beginning of a single-line comment.
size() - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
skippedEntity(String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
SortingParent - interface org.arch4j.ui.tree.SortingParent.
This type was created in VisualAge.
SortingParentNode - class org.arch4j.ui.tree.SortingParentNode.
This class was generated by a SmartGuide.
SortingParentNode() - Constructor for class org.arch4j.ui.tree.SortingParentNode
 
SortingParentNode(Object) - Constructor for class org.arch4j.ui.tree.SortingParentNode
SortingParentNode constructor comment.
SortingParentNode(Object, boolean) - Constructor for class org.arch4j.ui.tree.SortingParentNode
SortingParentNode constructor comment.
sourcePath - Variable in class org.arch4j.generator.JavaSourceFile
The root source directory.
SPACE - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representation to use for a space.
splashScreen - Variable in class org.arch4j.ui.JApplication
 
SplashScreen - class org.arch4j.ui.example.SplashScreen.
 
SplashScreen(Frame) - Constructor for class org.arch4j.ui.example.SplashScreen
Creates a new instance of SplashScreen
splitPane - Variable in class org.arch4j.ui.tree.TreeBrowser
 
SQLEvaluator - class org.arch4j.dataaccess.SQLEvaluator.
This class can be used to test out a set of database properties.
SQLEvaluator(DatabaseManager) - Constructor for class org.arch4j.dataaccess.SQLEvaluator
 
START_JAVADOC - Static variable in interface org.arch4j.generator.GeneratorConstants
The String representing the beginning of a javadoc comment.
start() - Method in interface org.arch4j.parse.InputRecordHandler
this method is called by the record reader before reading the first record.
start() - Method in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
start() - Method in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
startBlock() - Method in class org.arch4j.generator.CodeBuffer
Start a code block.
startBlock(Object) - Method in class org.arch4j.generator.CodeBuffer
Start a code block.
startBlock(String) - Method in class org.arch4j.generator.CodeBuffer
Start a code block.
startConnection() - Method in class org.arch4j.messaging.MessageTopicFacade
Start (or restart) a Connection's delivery of incoming messages.
startConnection() - Method in class org.arch4j.messaging.MessageQueueFacade
Start (or restart) a Connection's delivery of incoming messages.
startCount - Variable in class org.arch4j.parse.FixedRecordReaderTest.TestRecordHandler
 
startCount - Variable in class org.arch4j.parse.DelimitedRecordReaderTest.TestRecordHandler
 
startDocument() - Method in class org.arch4j.xml.XMLStreamTest
this method is called by the parser at the start of a document
startDocument() - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called by the parser at the start of a document
startDocument() - Method in interface org.arch4j.xml.XMLHandler
this method is called by the parser at the start of a document
startDocument() - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser at the start of the document.
startDocument() - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called by the parser at the start of a document
startElement(String, Map) - Method in class org.arch4j.xml.XMLStreamTest
this method is called when the parser encounters a starting element tag.
startElement(String, Map) - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called when the parser encounters a starting element tag.
startElement(String, Map) - Method in interface org.arch4j.xml.XMLHandler
this method is called when the parser encounters a starting element tag.
startElement(String, Map) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called when the parser encounters a starting element tag.
startElement(String, String, String, Attributes) - Method in class org.arch4j.property.XMLPropertyReader
Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser when the start of a new element is encountered.
startMultiLineComment() - Method in class org.arch4j.generator.CodeBuffer
Start a multi-line comment block.
startPrefixMapping(String, String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
startup() - Method in class org.arch4j.ui.webstart.WebstartWrapper
Start the web application.
StartupConstants - class org.arch4j.property.StartupConstants.
This class defines methods that are used to initialize an application and to configure its runtime environment.
StartupConstants() - Constructor for class org.arch4j.property.StartupConstants
 
StartupProvider - class org.arch4j.util.StartupProvider.
This class is the main service provider for startup services.
StartupServlet - class org.arch4j.property.StartupServlet.
This class is used to initialize property management for applications that run inside a web container.
StartupServlet() - Constructor for class org.arch4j.property.StartupServlet
 
State - class org.arch4j.clientcontroller.State.
This abstract class defines basic behavior for a state.
State() - Constructor for class org.arch4j.clientcontroller.State
Constructs a State object.
stateChanged(ChangeEvent) - Method in class org.arch4j.ui.JTabbedApplicationShell
Listener callback from the tabbed panel.
StateContext - interface org.arch4j.clientcontroller.StateContext.
Specifies state and transition access to the context data.
StateMachine - class org.arch4j.clientcontroller.StateMachine.
Manages the transition and navigation of the current state and its sub-states.
StateMachine(Transition, StateContext) - Constructor for class org.arch4j.clientcontroller.StateMachine
Constructor which accepts an entry transition and the parent context.
StateMachine(Transition, Transition, StateContext) - Constructor for class org.arch4j.clientcontroller.StateMachine
Constructor which accepts an entry and exit transition and the parent context.
StateMachineAction - class org.arch4j.clientcontroller.struts.StateMachineAction.
Manages a single state machine for each user session.
StateMachineAction() - Constructor for class org.arch4j.clientcontroller.struts.StateMachineAction
 
StateMachineException - exception org.arch4j.clientcontroller.StateMachineException.
This exception will be thrown within the state machine handling architecture to indicate a system type exception that cannot be handled by business code.
StateMachineException() - Constructor for class org.arch4j.clientcontroller.StateMachineException
Constructs a StateMachineException with no specified detail message or nested exception.
StateMachineException(String) - Constructor for class org.arch4j.clientcontroller.StateMachineException
Constructs a StateMachineException with the specified detail message.
StateMachineException(String, Throwable) - Constructor for class org.arch4j.clientcontroller.StateMachineException
Constructs a StateMachineException with the specified detail message and nested exception.
StateMachineException(Throwable) - Constructor for class org.arch4j.clientcontroller.StateMachineException
Constructs a StateMachineException with the specified nested exception.
StatementQuery - class org.arch4j.dataaccess.common.StatementQuery.
This class holds on to a SQL and a list of parameters This class is a wrapper for The
StatementQuery(String) - Constructor for class org.arch4j.dataaccess.common.StatementQuery
 
StatementQuery(String, List) - Constructor for class org.arch4j.dataaccess.common.StatementQuery
This constructor would build the SQL and susbstiture the ? from the list
STATIC - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
status - Variable in class org.arch4j.ui.AbstractSplashScreen
 
statusbar - Variable in class org.arch4j.ui.JApplicationShell
 
statusbar - Variable in class org.arch4j.ui.JApplication
 
STRICTFP - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
STRING_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The String data type initial character (for quick lookup).
STRING_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The String data type name.
STRING_TYPE - Static variable in class org.arch4j.generator.JavaType
The commonly used String data type.
StringDomain - class org.arch4j.domain.StringDomain.
Represents a string value.
StringDomain() - Constructor for class org.arch4j.domain.StringDomain
Default constructor.
StringDomain(Object) - Constructor for class org.arch4j.domain.StringDomain
Constructor which sets the domain's value to the specified argument.
subList(int, int) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
suite() - Static method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
 
suite() - Static method in class org.arch4j.property.PropertyManagerImplTest
 
suite() - Static method in class org.arch4j.baseservices.BaseServicesTest
 
suite() - Static method in class org.arch4j.dataaccess.DatabaseManagerTest
 
suite() - Static method in class org.arch4j.dataaccess.visitors.ResultSetCacheTest
 
suite() - Static method in class org.arch4j.messaging.MessageFacadeJUnitTest
 
suite() - Static method in class org.arch4j.xml.XMLStreamTest
 
suite() - Static method in class org.arch4j.propertytree.XMLPropertyBuilderTest
 
suite() - Static method in class org.arch4j.propertytree.PropertyTreeManagerTest
 
suite() - Static method in class org.arch4j.propertytree.BasicPropertyBuilderTest
 
suite() - Static method in class org.arch4j.parse.RecordReaderTest
run the suite
suite() - Static method in class org.arch4j.parse.FixedRecordReaderTest
 
suite() - Static method in class org.arch4j.parse.DelimitedRecordWriterTest
 
suite() - Static method in class org.arch4j.parse.DelimitedRecordReaderTest
 
SUN_LOGGING_FILE_NAME_PROPERTY - Static variable in class org.arch4j.logging.sun.SunLoggingFramework
 
SunLoggingCategory - class org.arch4j.logging.sun.SunLoggingCategory.
This class wraps the categorization of log messages within the Sun Java 1.4 logging facility.
SunLoggingCategory(String) - Constructor for class org.arch4j.logging.sun.SunLoggingCategory
Creates a new SunLoggingCategory instance, defining a logging category for the given name.
SunLoggingFramework - class org.arch4j.logging.sun.SunLoggingFramework.
This class wraps the Sun Java 1.4 logging facility.
SunLoggingFramework() - Constructor for class org.arch4j.logging.sun.SunLoggingFramework
 
SUPER - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
superClassName - Variable in class org.arch4j.generator.JavaClassDefinition
The superclass, defined as a Java type.
superInterfaces - Variable in class org.arch4j.generator.JavaInterfaceDefinition
A list of superinterfaces, expressed as JavaType objects.
SUPPRESS_CONSTANTS_MESSAGE_PROPERTY - Static variable in class org.arch4j.property.PropertyProvider
The property that can be used to suppress the constants warning message.
SYNCHRONIZED - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 

T

tabbedPane - Variable in class org.arch4j.ui.JTabbedApplicationShell
 
tabIn() - Method in class org.arch4j.generator.CodeBuffer
Increment the current indentation level.
tabIn(int) - Method in class org.arch4j.generator.CodeBuffer
Increment the current indentation level by count levels.
tabInAndAppendLine(Object) - Method in class org.arch4j.generator.CodeBuffer
Increment the current indentation level and then append obj.
tabInAndAppendLine(Object, boolean) - Method in class org.arch4j.generator.CodeBuffer
Increment the current indentation level and then append obj.
tabInAndAppendLine(String) - Method in class org.arch4j.generator.CodeBuffer
Increment the current indentation level and then append text.
tabInAndAppendLine(String, boolean) - Method in class org.arch4j.generator.CodeBuffer
Increment the current indentation level and then append text.
Tables - class org.arch4j.ui.table.Tables.
 
Tables() - Constructor for class org.arch4j.ui.table.Tables
Creates a new instance of Tables
tabOut() - Method in class org.arch4j.generator.CodeBuffer
Decrement the current indentation level.
tabOut(int) - Method in class org.arch4j.generator.CodeBuffer
Decrement the current indentation level by count levels.
tabOutAndAppendLine(Object) - Method in class org.arch4j.generator.CodeBuffer
Decrement the current indentation level and then append obj.
tabOutAndAppendLine(Object, boolean) - Method in class org.arch4j.generator.CodeBuffer
Decrement the current indentation level and then append obj.
tabOutAndAppendLine(String) - Method in class org.arch4j.generator.CodeBuffer
Decrement the current indentation level and then append text.
tabOutAndAppendLine(String, boolean) - Method in class org.arch4j.generator.CodeBuffer
Decrement the current indentation level and then append text.
TabTraversableMaxLengthTextArea - class org.arch4j.ui.components.TabTraversableMaxLengthTextArea.
This class overrides the normal SHIFT-TAB and CTRL-SHIFT-TAB focus traversal mechanism for a JTextArea and restores it to the normal TAB and SHIFT-TAB paradigm.
TabTraversableMaxLengthTextArea(int) - Constructor for class org.arch4j.ui.components.TabTraversableMaxLengthTextArea
 
TabTraversableMaxLengthTextArea(String, int) - Constructor for class org.arch4j.ui.components.TabTraversableMaxLengthTextArea
 
tearDown() - Method in class org.arch4j.baseservices.BaseServicesTest
 
tearDown() - Method in class org.arch4j.messaging.MessageFacadeJUnitTest
 
tearDown() - Method in class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest
Tears down the fixture, for example, close a network connection.
test() - Method in class org.arch4j.ui.example.TestTreeBrowser
Called when the child node is selected.
testAccessModifier() - Method in class org.arch4j.generator.JavaDefinitionTest
 
testBadLogicalName() - Method in class org.arch4j.dataaccess.DataAccessProviderTest
 
testBooleans() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testChars() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testCodeBuffer() - Method in class org.arch4j.generator.GeneratorTest
 
testDebugLogging() - Method in class org.arch4j.logging.LoggingTest
 
testDelete() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testDomainMix() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testDoubles() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testEmbeddedCodeBuffer() - Method in class org.arch4j.generator.GeneratorTest
 
testExecute() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testExecuteProperty() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testFatalError() - Method in class org.arch4j.xml.XMLStreamTest
 
testFloats() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testGetInitialContext() - Method in class org.arch4j.baseservices.BaseServicesTest
 
testGetPropertyNewStyle() - Method in class org.arch4j.property.PropertyProviderTest
 
testGetPropertyNewStyleViaClasspath() - Method in class org.arch4j.property.PropertyProviderTest
 
testGetPropertyOldStyle() - Method in class org.arch4j.property.PropertyProviderTest
 
testGetPropertyOldStyleViaClasspath() - Method in class org.arch4j.property.PropertyProviderTest
 
testGettingPropertiesAsAResource() - Method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
If log4j is in the classpath (i.e.
testGettingPropertiesAsFile() - Method in class org.arch4j.logging.log4j.Log4JLoggingFrameworkTest
If log4j is in the classpath (i.e.
testIdentifier() - Method in class org.arch4j.generator.JavaDefinitionTest
 
testInfoLogging() - Method in class org.arch4j.logging.LoggingTest
 
testInsert() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testInsertWithNull() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testInts() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testJavaSourceFile() - Method in class org.arch4j.generator.GeneratorTest
 
testJugRandomBased() - Method in class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest
 
testJugTimeBased() - Method in class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest
 
testLongs() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testMessageQueueFacade() - Method in class org.arch4j.messaging.MessageFacadeJUnitTest
 
testNewStyleCreation() - Method in class org.arch4j.property.PropertyProviderTest
 
testOldInterface() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testOldStyleCreation() - Method in class org.arch4j.property.PropertyProviderTest
 
testProvider() - Method in class org.arch4j.persistence.domainmapper.IndentifierGeneratorTest
 
testRead() - Method in class org.arch4j.parse.RecordReaderTest
1.
testReader() - Method in class org.arch4j.property.XMLPropertyReaderTest
 
testResultSetCache() - Method in class org.arch4j.dataaccess.visitors.ResultSetCacheTest
 
testSelectNoParameters() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testSelectNoParametersUsingQueryObject() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testSelectWithParameters() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testStrings() - Method in class org.arch4j.property.XMLPropertyManagerTest
 
testSuccess() - Method in class org.arch4j.property.PropertyManagerImplTest
 
testSuccess() - Method in class org.arch4j.xml.XMLStreamTest
 
testSuccess() - Method in class org.arch4j.propertytree.XMLPropertyBuilderTest
 
testSuccess() - Method in class org.arch4j.propertytree.PropertyTreeManagerTest
 
testSuccess() - Method in class org.arch4j.propertytree.BasicPropertyBuilderTest
 
testSuccess() - Method in class org.arch4j.parse.FixedRecordReaderTest
 
testSuccess() - Method in class org.arch4j.parse.DelimitedRecordWriterTest
 
testSuccess() - Method in class org.arch4j.parse.DelimitedRecordReaderTest
 
testSuccessful() - Method in class org.arch4j.dataaccess.DataAccessProviderTest
 
testSuccessUserPass() - Method in class org.arch4j.dataaccess.DataAccessProviderTest
 
testSystemLogging() - Method in class org.arch4j.logging.LoggingTest
 
TestTreeBrowser - class org.arch4j.ui.example.TestTreeBrowser.
 
TestTreeBrowser() - Constructor for class org.arch4j.ui.example.TestTreeBrowser
Creates a new instance of TestTreeBrowser
TestTreeView - class org.arch4j.ui.example.TestTreeView.
 
TestTreeView() - Constructor for class org.arch4j.ui.example.TestTreeView
Creates a new instance of TestTreeView
TestTreeView(AbstractSplashScreen) - Constructor for class org.arch4j.ui.example.TestTreeView
Creates a new instance of TestTreeView
testType() - Method in class org.arch4j.generator.JavaDefinitionTest
 
testUpdate() - Method in class org.arch4j.dataaccess.DatabaseManagerTest
 
testUtility() - Method in class org.arch4j.generator.GeneratorTest
 
testValidDriverBadURL() - Method in class org.arch4j.dataaccess.DataAccessProviderTest
 
TextAreaValueAdapter - class org.arch4j.ui.valueadaptor.TextAreaValueAdapter.
This class was generated by a SmartGuide.
TextAreaValueAdapter(JTextArea) - Constructor for class org.arch4j.ui.valueadaptor.TextAreaValueAdapter
This method was created by a SmartGuide.
TextCellRenderer - interface org.arch4j.ui.components.TextCellRenderer.
 
TextFieldValueAdapter - class org.arch4j.ui.valueadaptor.TextFieldValueAdapter.
This class was generated by a SmartGuide.
TextFieldValueAdapter(JTextField) - Constructor for class org.arch4j.ui.valueadaptor.TextFieldValueAdapter
This method was created by a SmartGuide.
THIS - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
THROW - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
thrown - Variable in class org.arch4j.webpresentation.ExceptionFrontCommand
 
THROWS - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
toArray() - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
toArray(Object[]) - Method in class org.arch4j.persistence.domainmapper.PersistableList
 
toolbar - Variable in class org.arch4j.ui.JApplicationShell
 
toolbar - Variable in class org.arch4j.ui.JApplication
 
top - Variable in class org.arch4j.ui.layout.OriginConstraint
Represents the number of pixels to be added as an offset to the top edge of a component.
TOP_LEVEL_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The root element initial character (for quick lookup).
TOP_LEVEL_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The root element tag name.
topAlignmentFraction - Variable in class org.arch4j.ui.layout.AlignmentOriginConstraint
A number between 0.0 and 1.0 which represents the inset of the location point from the top edge of the component.
topFraction - Variable in class org.arch4j.ui.layout.OriginConstraint
A number between 0.0 and 1.0 which represents the relative fraction (of the container) for the top edge of a component.
topOffset - Variable in class org.arch4j.ui.components.PropertiesPanel
 
toString() - Method in class org.arch4j.dataaccess.common.Update
 
toString() - Method in class org.arch4j.dataaccess.common.StatementQuery
 
toString() - Method in class org.arch4j.dataaccess.common.Select
 
toString() - Method in class org.arch4j.dataaccess.common.OrderBy
 
toString() - Method in class org.arch4j.dataaccess.common.JoinCondition
 
toString() - Method in class org.arch4j.dataaccess.common.Join
 
toString() - Method in class org.arch4j.dataaccess.common.Insert
 
toString() - Method in class org.arch4j.dataaccess.common.Delete
 
toString() - Method in class org.arch4j.dataaccess.common.Condition
 
toString() - Method in class org.arch4j.dataaccess.common.BatchQuery
Returns a String object representing this BatchQuery.
toString() - Method in class org.arch4j.domain.Domain
Returns a String representation of this domain's value.
toString() - Method in class org.arch4j.generator.JavaType
Returns a String object representing this JavaType.
toString() - Method in class org.arch4j.generator.JavaIdentifier
Returns a String object representing this JavaIdentifier.
toString() - Method in class org.arch4j.generator.JavaAccessModifier
Returns a String object representing this JavaAccessModifier.
toString() - Method in class org.arch4j.generator.CodeBuffer
Converts the data in this code buffer to a String.
toString() - Method in class org.arch4j.persistence.domainmapper.BaseDomain
 
toString(boolean) - Method in class org.arch4j.generator.JavaType
Returns a String object representing this JavaType.
toString(boolean) - Method in class org.arch4j.generator.JavaIdentifier
Returns a String object representing this JavaIdentifier.
TransactionalConnectionManager - class org.arch4j.dataaccess.TransactionalConnectionManager.
This class allows for transactional bounding around multiple calls over a single database connection.
TransactionalDatabaseManager - class org.arch4j.dataaccess.TransactionalDatabaseManager.
This extention of the DatabaseManager class adds joinable transaction functionality.
Transcript - class org.arch4j.ui.util.Transcript.
This class was generated by a SmartGuide.
Transcript() - Constructor for class org.arch4j.ui.util.Transcript
 
transform(InputStream, InputStream, OutputStream, String) - Static method in class org.arch4j.xml.XMLTransformationHelper
Transform the xmlStream using the stylesheetStream into the outputStream.
TRANSIENT - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
Transition - class org.arch4j.clientcontroller.Transition.
A collection of transitions are specified by each state and driven by the state machine.
Transition() - Constructor for class org.arch4j.clientcontroller.Transition
Constructs a Transition object.
tree - Variable in class org.arch4j.ui.tree.TreeBrowser
 
TreeBrowser - class org.arch4j.ui.tree.TreeBrowser.
 
TreeBrowser.TBTreeWillExpandListener - class org.arch4j.ui.tree.TreeBrowser.TBTreeWillExpandListener.
declare inner class to catch TreeWillExpand events.
TreeBrowser.TBTreeWillExpandListener() - Constructor for class org.arch4j.ui.tree.TreeBrowser.TBTreeWillExpandListener
 
TreeBrowser() - Constructor for class org.arch4j.ui.tree.TreeBrowser
TreeBrowser constructor comment.
TreeBrowser(AbstractSplashScreen) - Constructor for class org.arch4j.ui.tree.TreeBrowser
TreeBrowser constructor comment.
TreeBrowserSelectionListener - class org.arch4j.ui.tree.TreeBrowserSelectionListener.
 
TreeBrowserSelectionListener(TreeBrowser) - Constructor for class org.arch4j.ui.tree.TreeBrowserSelectionListener
This method was created by a SmartGuide.
treeStructure - Variable in class org.arch4j.ui.tree.TreeBrowser
 
treeWillCollapse(TreeExpansionEvent) - Method in class org.arch4j.ui.tree.TreeBrowser.TBTreeWillExpandListener
treeWillCollapse(TreeExpansionEvent event)
treeWillExpand(TreeExpansionEvent) - Method in class org.arch4j.ui.tree.TreeBrowser.TBTreeWillExpandListener
treeWillExpand(TreeExpansionEvent event)
TRUE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
TRUE_STRING - Static variable in interface org.arch4j.property.PropertyConstants
The String representation of a boolean true value.
TRUE_YES_NO_STRING - Static variable in class org.arch4j.persistence.domainmapper.ValueHelper
Define a constant value for representing true as a String.
TRY - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
TYPE_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The property data type element initial character (for quick lookup).
TYPE_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The property data type element tag name.
typeFor(String) - Static method in class org.arch4j.generator.JavaType
Returns an appropriate JavaType for the given type name string.

U

UnknownFrontCommand - class org.arch4j.webpresentation.UnknownFrontCommand.
This class is a special case FrontCommand.
UnknownFrontCommand() - Constructor for class org.arch4j.webpresentation.UnknownFrontCommand
 
UnknownHelper - class org.arch4j.webpresentation.UnknownHelper.
This class is a simple bean which helps the UnknownFrontCommand.
UnknownHelper() - Constructor for class org.arch4j.webpresentation.UnknownHelper
 
unparsedEntityDecl(String, String, String, String) - Method in class org.arch4j.xml.xerces.XercesXMLStream
 
unsubscribeDurableSubscription(String) - Method in class org.arch4j.messaging.MessageTopicFacade
Unsubscribe the durable subscription named by the subscriptionID.
UpdatableQuery - interface org.arch4j.dataaccess.common.UpdatableQuery.
Extends the Query interface and adds an add method to be used by queries such as insert and update.
Update - class org.arch4j.dataaccess.common.Update.
This class acts as a wrapper around Update statements It takes a table name and a Condition object in its constructor
update() - Method in class org.arch4j.ui.JTabbedApplicationShell
Listener callback from the tabbed panel.
update() - Method in class org.arch4j.ui.components.PropertiesPanel
Update the values from the interface back to the domain object.
update() - Method in interface org.arch4j.ui.components.EditablePropertyPanel
This is invoked to tell the panel to update the properties in it's associated domain object.
update(BaseDomain) - Method in class org.arch4j.persistence.domainmapper.BaseDomainMapper
Update the domain objects contents in the database.
update(Object) - Method in interface org.arch4j.persistence.PersistenceManager
Update the object state.
update(Object) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Update existing object or objects.
update(Object, boolean) - Method in interface org.arch4j.persistence.PersistenceManager
Update the object state.
update(Object, boolean) - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Update existing object or objects.
Update(String, Condition) - Constructor for class org.arch4j.dataaccess.common.Update
 
update(String, List) - Method in class org.arch4j.dataaccess.DatabaseManager
Executes a SQL UPDATE statement containing zero or more question-marked parameters and returns the number of rows affected.
updatePanels() - Method in class org.arch4j.ui.JTabbedApplicationShell
Initialize the panels.
updateTreeStructure() - Method in class org.arch4j.ui.tree.TreeBrowser
This method was created in VisualAge.
updateUI() - Method in class org.arch4j.ui.components.SearchComboBox
Overridden to re-connect focus listeners to the button if using the Metal look and feel.
updateValue(String, Object) - Method in interface org.arch4j.clientcontroller.StateContext
Updates the value mapped by aKey.
updateValue(String, Object) - Method in class org.arch4j.clientcontroller.ContextImpl
Updates the value mapped by aKey.
UpperCaseField - class org.arch4j.ui.components.UpperCaseField.
This class creates a JTextField that converts user input as well as input from a paste action to uppercase.
UpperCaseField(int) - Constructor for class org.arch4j.ui.components.UpperCaseField
 
URL_PROPERTY - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The sub-property for getting the JDBC url.
USE_ARCH4J_POOL - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The property that defines if the pooling provided by arch4j is required or not The values are true and false
USERNAME_PROPERTY - Static variable in interface org.arch4j.dataaccess.DataAccessConstants
The sub-property for getting the JDBC username.
useTreeExpansionListener(boolean) - Method in class org.arch4j.ui.tree.TreeBrowser
 

V

validate(Object) - Method in class org.arch4j.domain.StringDomain
Validates that aValue fits within the bounds defined by getMinLength and getMaxLength.
validate(Object) - Method in class org.arch4j.domain.IntegerDomain
Validates that aValue fits within the bounds defined by getMinValue and getMaxValue.
validate(Object) - Method in class org.arch4j.domain.Domain
Placeholder for any bounds checking and business rule validation.
validate(Object) - Method in class org.arch4j.domain.BigDecimalDomain
Validates that aValue fits within the bounds defined by getMinValue and getMaxValue.
validateTransaction() - Method in interface org.arch4j.persistence.PersistenceManager
 
validateTransaction() - Method in class org.arch4j.persistence.castor.CastorPersistenceManager
Validate that a transaction is started.
validateType(Object) - Method in class org.arch4j.domain.Domain
Validates the Class type of aValue.
VALUE_ATTRIBUTE - Static variable in class org.arch4j.propertytree.XMLPropertyBuilder
 
VALUE_CHAR - Static variable in interface org.arch4j.property.PropertyConstants
The property value element initial character (for quick lookup).
VALUE_TAG_NAME - Static variable in interface org.arch4j.property.PropertyConstants
The property value element tag name.
value() - Method in class org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter
Parse the text and return a Vector of Strings based on \n"
value() - Method in class org.arch4j.ui.valueadaptor.ValueAdapter
This method was created by a SmartGuide.
value() - Method in class org.arch4j.ui.valueadaptor.TextFieldValueAdapter
This method was created by a SmartGuide.
value() - Method in class org.arch4j.ui.valueadaptor.TextAreaValueAdapter
This method was created by a SmartGuide.
value() - Method in class org.arch4j.ui.valueadaptor.ComboBoxValueAdapter
This method was created by a SmartGuide.
ValueAdapter - class org.arch4j.ui.valueadaptor.ValueAdapter.
This class was generated by a SmartGuide.
ValueAdapter() - Constructor for class org.arch4j.ui.valueadaptor.ValueAdapter
 
valueChanged(TreeSelectionEvent) - Method in class org.arch4j.ui.tree.TreeBrowserSelectionListener
This method was created by a SmartGuide.
valueChanged(TreeSelectionEvent) - Method in class org.arch4j.ui.tree.PreviousSelectionListener
This method was created by a SmartGuide.
ValueHelper - class org.arch4j.persistence.domainmapper.ValueHelper.
Defines constants of default values
ValueHelper() - Constructor for class org.arch4j.persistence.domainmapper.ValueHelper
 
ValueNotFoundException - exception org.arch4j.clientcontroller.ValueNotFoundException.
 
ValueNotFoundException() - Constructor for class org.arch4j.clientcontroller.ValueNotFoundException
Constructs a ValueNotFoundException with no specified detail message or nested exception.
ValueNotFoundException(String) - Constructor for class org.arch4j.clientcontroller.ValueNotFoundException
Constructs a ValueNotFoundException with the specified detail message.
ValueNotFoundException(String, Throwable) - Constructor for class org.arch4j.clientcontroller.ValueNotFoundException
Constructs a ValueNotFoundException with the specified detail message and nested exception.
ValueNotFoundException(Throwable) - Constructor for class org.arch4j.clientcontroller.ValueNotFoundException
Constructs a ValueNotFoundException with the specified nested exception.
vectorFromArray(Object[]) - Static method in class org.arch4j.ui.components.ChoicePanel
This method was created in VisualAge.
VectorTextAreaValueAdapter - class org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter.
This class was generated by a SmartGuide.
VectorTextAreaValueAdapter(JTextArea) - Constructor for class org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter
This method was created by a SmartGuide.
VectorTextAreaValueAdapter(JTextArea, Vector) - Constructor for class org.arch4j.ui.valueadaptor.VectorTextAreaValueAdapter
This method was created by a SmartGuide.
VERSION - Static variable in class org.arch4j.persistence.domainmapper.BaseDomainMapper
The constant representing the database field name for a version, which is used for concurrency.
VOID - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 
VOID_TYPE - Static variable in class org.arch4j.generator.JavaType
The commonly used void return type.
VOLATILE - Static variable in interface org.arch4j.generator.JavaKeywordConstants
 

W

WARNING_LEVEL - Static variable in interface org.arch4j.logging.LoggingConstants
 
warning(Object) - Method in interface org.arch4j.logging.LoggingCategory
Log an object with the warning priority.
warning(Object) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
warning(Object) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
warning(Object) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
warning(SAXParseException) - Method in class org.arch4j.xml.xerces.XercesXMLStream
called by SAX2 parser when warning situation is encountered
warning(String) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with the warning priority.
warning(String) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
warning(String) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
warning(String) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
warning(String, String, int, int) - Method in class org.arch4j.xml.XMLStreamTest
this method is called by the parser if it encounters a warning situation.
warning(String, String, int, int) - Method in class org.arch4j.xml.XMLHandlerAdapter
this method is called by the parser if it encounters a warning situation.
warning(String, String, int, int) - Method in interface org.arch4j.xml.XMLHandler
this method is called by the parser if it encounters a warning situation.
warning(String, String, int, int) - Method in class org.arch4j.propertytree.XMLPropertyBuilder
this method is called by the parser if it encounters a warning situation.
warning(String, Throwable) - Method in interface org.arch4j.logging.LoggingCategory
Log a message with the warning priority.
warning(String, Throwable) - Method in class org.arch4j.logging.FailsafeLoggingCategory
 
warning(String, Throwable) - Method in class org.arch4j.logging.log4j.Log4JLoggingCategory
 
warning(String, Throwable) - Method in class org.arch4j.logging.sun.SunLoggingCategory
 
wasCancelRequested() - Method in class org.arch4j.ui.components.ProgressDialog
Did the user request a cancellation?
WebLogicBaseServices - class org.arch4j.baseservices.weblogic.WebLogicBaseServices.
This class provides the WebLogic implementation of an BaseServices interface.
WebLogicBaseServices() - Constructor for class org.arch4j.baseservices.weblogic.WebLogicBaseServices
Constructs a new instance and initializes the url to the value specified in a properties file.
WebLogicMessageQueueFacade - class org.arch4j.messaging.weblogic.WebLogicMessageQueueFacade.
Provides the implementation methods specific to WebLogic for the SpiderLogic message queue facade class org.arch4j.messaging.MessageQueueFacade.
WebLogicMessageQueueFacade() - Constructor for class org.arch4j.messaging.weblogic.WebLogicMessageQueueFacade
 
WebLogicMessageTopicFacade - class org.arch4j.messaging.weblogic.WebLogicMessageTopicFacade.
Provides the implementation methods specific to WebLogic for the SpiderLogic message topic facade class org.arch4j.messaging.MessageTopicFacade.
WebLogicMessageTopicFacade() - Constructor for class org.arch4j.messaging.weblogic.WebLogicMessageTopicFacade
 
WebsphereBaseServices - class org.arch4j.baseservices.websphere.WebsphereBaseServices.
This class provides the Websphere implementation of an BaseServices interface.
WebsphereBaseServices() - Constructor for class org.arch4j.baseservices.websphere.WebsphereBaseServices
Constructs a new instance and initializes the url to the value specified in a properties file.
WebsphereMessageQueueFacade - class org.arch4j.messaging.websphere.WebsphereMessageQueueFacade.
Provides the implementation methods specific to Websphere for the SpiderLogic message queue facade class.
WebsphereMessageQueueFacade() - Constructor for class org.arch4j.messaging.websphere.WebsphereMessageQueueFacade
 
WebsphereMessageQueueFacadeWithCaching - class org.arch4j.messaging.websphere.WebsphereMessageQueueFacadeWithCaching.
Provides the implementation methods specific to Websphere for the SpiderLogic message queue facade class and adds caching of the factory.
WebsphereMessageQueueFacadeWithCaching() - Constructor for class org.arch4j.messaging.websphere.WebsphereMessageQueueFacadeWithCaching
 
WebsphereMessageTopicFacade - class org.arch4j.messaging.websphere.WebsphereMessageTopicFacade.
Provides the implementation methods specific to WebLogic for the SpiderLogic message topic facade class org.arch4j.messaging.MessageTopicFacade.
WebsphereMessageTopicFacade() - Constructor for class org.arch4j.messaging.websphere.WebsphereMessageTopicFacade
 
WebstartWrapper - class org.arch4j.ui.webstart.WebstartWrapper.
This class wraps webstart to add parameters to a JNLP file so that the parameters may be passed into the webstart program.
WebstartWrapper(String) - Constructor for class org.arch4j.ui.webstart.WebstartWrapper
Creates a new instance of WebstartWrapper.
windowClosing(WindowEvent) - Method in class org.arch4j.ui.JAppCloser
 
WindowUtils - class org.arch4j.ui.util.WindowUtils.
 
WindowUtils() - Constructor for class org.arch4j.ui.util.WindowUtils
 
write(RecordData) - Method in class org.arch4j.parse.RecordWriter
read raw data records from an input stream, convert them to (@link RecordData} objects using the format properties, and notify the handler provided.
writeDateRecord(Date, String) - Method in class org.arch4j.parse.RecordWriter
 
writeDefinitionTo(CodeBuffer) - Method in class org.arch4j.generator.JavaMethodDefinition
Write the Java source representation of the method to the CodeBuffer.
writeDefinitionTo(CodeBuffer) - Method in class org.arch4j.generator.JavaInterfaceDefinition
 
writeDefinitionTo(CodeBuffer) - Method in class org.arch4j.generator.JavaFieldDefinition
Write the Java source representation of the field to the CodeBuffer.
writeDefinitionTo(CodeBuffer) - Method in class org.arch4j.generator.JavaDefinition
Write the Java source representation of the definition to the CodeBuffer.
writeDefinitionTo(CodeBuffer) - Method in class org.arch4j.generator.JavaConstructorDefinition
Write the Java source representation of the constructor to the CodeBuffer.
writeDefinitionTo(CodeBuffer) - Method in class org.arch4j.generator.JavaClassDefinition
 
writeGetterTo(CodeBuffer) - Method in class org.arch4j.generator.JavaFieldDefinition
Write the Java source representation of the getter to the CodeBuffer.
writer - Variable in class org.arch4j.parse.RecordWriter
 
writeRawData(String[]) - Method in class org.arch4j.parse.RecordWriter
write a set of strings representing a record out to the ouput stream.
writeRecord(String) - Method in class org.arch4j.parse.RecordWriter
 
writeSetterTo(CodeBuffer) - Method in class org.arch4j.generator.JavaFieldDefinition
Write the Java source representation of the setter to the CodeBuffer.

X

x - Variable in class org.arch4j.ui.components.PropertiesPanel
 
XercesXMLStream - class org.arch4j.xml.xerces.XercesXMLStream.
This class wraps an implementation of the SAX 2 event-based XML parser to create a spiderlogic-specific interface.
XercesXMLStream() - Constructor for class org.arch4j.xml.xerces.XercesXMLStream
Create an XML stream parser with callbacks to a handler.
XML_DECLARATION - Static variable in interface org.arch4j.property.PropertyConstants
The XML declaration string that appears at the top of each XML document.
XML_DOMAIN - Variable in class org.arch4j.xml.XMLProvider
The XML domain property file name.
XML_EXTENSION - Static variable in class org.arch4j.propertytree.XMLPropertyBuilder
 
XML_STREAM_CLASS_PROPERTY - Variable in class org.arch4j.xml.XMLProvider
The XML stream implementation class property name.
XMLException - exception org.arch4j.xml.XMLException.
This class is used to signal problems found while parsing XML files.
XMLException() - Constructor for class org.arch4j.xml.XMLException
Constructs a XMLException with no specified detail message or nested exception.
XMLException(String) - Constructor for class org.arch4j.xml.XMLException
Constructs a XMLException with the specified detail message.
XMLException(String, Throwable) - Constructor for class org.arch4j.xml.XMLException
Constructs a XMLException with the specified detail message and nested exception.
XMLException(Throwable) - Constructor for class org.arch4j.xml.XMLException
Constructs a XMLException with the specified nested exception.
XMLHandler - interface org.arch4j.xml.XMLHandler.
Interface implemented by objects which listen to the events of an XML document stream.
XMLHandlerAdapter - class org.arch4j.xml.XMLHandlerAdapter.
This class implements the XMLHandler interface and allows you to only override methods you care about.
XMLHandlerAdapter() - Constructor for class org.arch4j.xml.XMLHandlerAdapter
Creates a new instance of XMLHandlerAdapter
XMLObjectManager - class org.arch4j.persistence.castor.XMLObjectManager.
Helper class for creating your own persistence manager objects as part of the persistence layer.
XMLObjectManager() - Constructor for class org.arch4j.persistence.castor.XMLObjectManager
Creates a new instance of XMLObjectManager
XMLPropertyBuilder - class org.arch4j.propertytree.XMLPropertyBuilder.
 
XMLPropertyBuilder() - Constructor for class org.arch4j.propertytree.XMLPropertyBuilder
 
XMLPropertyBuilder(boolean) - Constructor for class org.arch4j.propertytree.XMLPropertyBuilder
 
XMLPropertyBuilderTest - class org.arch4j.propertytree.XMLPropertyBuilderTest.
 
XMLPropertyBuilderTest(String) - Constructor for class org.arch4j.propertytree.XMLPropertyBuilderTest
 
XMLPropertyManager - class org.arch4j.property.XMLPropertyManager.
This class manages the reading, writing, and parsing of an XML-based property file.
XMLPropertyManager(File) - Constructor for class org.arch4j.property.XMLPropertyManager
Constructs a XMLPropertyManager, which manages the given property file.
XMLPropertyManagerTest - class org.arch4j.property.XMLPropertyManagerTest.
This class tests the XMLPropertyManager.
XMLPropertyManagerTest(String) - Constructor for class org.arch4j.property.XMLPropertyManagerTest
Constructs a test case with the given name.
XMLPropertyReader - class org.arch4j.property.XMLPropertyReader.
This class is used to parse (read) an XML-based property file.
XMLPropertyReader(Map, File) - Constructor for class org.arch4j.property.XMLPropertyReader
Constructs a XMLPropertyReader, which will be used to parse the given property file into the property map.
XMLPropertyReaderTest - class org.arch4j.property.XMLPropertyReaderTest.
This class tests the XMLPropertyReader.
XMLPropertyReaderTest(String) - Constructor for class org.arch4j.property.XMLPropertyReaderTest
Constructs a test case with the given name.
XMLPropertyWriter - class org.arch4j.property.XMLPropertyWriter.
This class is used to modify (add to, update, or delete from) an XML property file.
XMLPropertyWriter(Map, File) - Constructor for class org.arch4j.property.XMLPropertyWriter
Constructs a XMLPropertyWriter, which will be used to modify and store XML properties.
XMLProvider - class org.arch4j.xml.XMLProvider.
This class is the main provider for xml services.
XMLProvider() - Constructor for class org.arch4j.xml.XMLProvider
This is made protected so the only way to access this class is through the getProvider method.
XMLResourceBuilder - class org.arch4j.ui.XMLResourceBuilder.
 
XMLResourceBuilder(ResourceManager, String) - Constructor for class org.arch4j.ui.XMLResourceBuilder
Creates a new instance of XMLResourceManager
XMLStream - interface org.arch4j.xml.XMLStream.
This class defines an interface that a provider can implement to have an XML file parsed.
XMLStreamTest - class org.arch4j.xml.XMLStreamTest.
Description: Test the SpiderLogic event-based XML parser.
XMLStreamTest(String) - Constructor for class org.arch4j.xml.XMLStreamTest
 
XMLTransformationHelper - class org.arch4j.xml.XMLTransformationHelper.
Helper class for dealing with xml/xsl tranformations.

Y

y - Variable in class org.arch4j.ui.components.PropertiesPanel
 
yHeight - Variable in class org.arch4j.ui.components.PropertiesPanel
 
yIncrement - Variable in class org.arch4j.ui.components.PropertiesPanel
 

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
Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.