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

A

AbstractRule - Class in com.jeta.open.rules
This class defines a basic rule for running validations and checks at certain points in the program.
AbstractRule() - Constructor for class com.jeta.open.rules.AbstractRule
 
actionPerformed(ActionEvent) - Method in class com.jeta.open.gui.framework.DelegateAction
 
actionPerformed(String, ActionEvent) - Method in class com.jeta.open.gui.framework.JETAController
Forwarded from the view when an action occurs.
actionPerformed(String, ActionEvent) - Method in class com.jeta.open.gui.framework.JETADialog
Forwarded from the view when an action occurs.
add(JETARule) - Method in class com.jeta.open.rules.RuleGroup
 
add(ComponentFinder) - Method in class com.jeta.open.support.CompositeComponentFinder
Adds a finder to this composite.
addBean(Component, CellConstraints) - Method in interface com.jeta.forms.gui.form.FormAccessor
Adds a bean to this container using the given constraints.
addController(JETAController) - Method in class com.jeta.open.gui.framework.JETADialog
Adds a controller to the list of controllers that can handle events for this dialog.
addDialogListener(JETADialogListener) - Method in class com.jeta.open.gui.framework.JETADialog
Adds a listener to the list of listeners for this dialog
addForm(FormComponent, LayoutManager, Object) - Method in class com.jeta.forms.components.panel.FormPanel
Adds the form to this panel using the given layout manager and constraints
addItems(JComboBox, Object[]) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Adds an array or collection of items to a combo box
addValidator(JETARule) - Method in class com.jeta.open.gui.framework.JETADialog
This adds a rule that will be used to validate the user input for this dialog.
addValidator(Object, JETARule) - Method in class com.jeta.open.gui.framework.JETADialog
This adds a rule that will be used to validate the user input for this dialog.
APPLICATION_FRAME - Static variable in class com.jeta.open.gui.utils.JETAToolbox
 
applyComponentOrientation(ComponentOrientation) - Method in class com.jeta.forms.components.panel.FormPanel
 
applyComponentOrientation(FormPanel, ComponentOrientation) - Static method in class com.jeta.open.i18n.I18NUtils
 
AppResourceLoader - Class in com.jeta.open.resources
This class is an implementation of a ResourceLoader.
AppResourceLoader() - Constructor for class com.jeta.open.resources.AppResourceLoader
 
assignAction(String, ActionListener) - Method in class com.jeta.open.gui.framework.JETAController
Registers and ActionListener with this controller.
assignComponentAction(Component, String, ActionListener) - Method in class com.jeta.open.gui.framework.JETAController
Registers this controller as an action listener with all components that have the given name found in the associated view.
assignListener(String, ListSelectionListener) - Method in class com.jeta.open.gui.framework.JETAController
Assigns a list listener to the JList for the given name
assignListener(String, ChangeListener) - Method in class com.jeta.open.gui.framework.JETAController
Assigns a change listener to the Component for the given name - assuming the component has method addChangeListener( ChangeListener )
assignListener(String, Object) - Method in class com.jeta.open.gui.framework.JETAController.ListenerManager
Adds a listener to the list of listeners for a given commandid

B

BasicPopupMenu - Class in com.jeta.open.gui.components
PopupMenu with cut/copy/paste items.
BasicPopupMenu() - Constructor for class com.jeta.open.gui.components.BasicPopupMenu
ctor
beanIterator(boolean) - Method in class com.jeta.forms.components.panel.FormPanel
Returns an iterator for a collection of Java Beans (java.awt.Component objects) contained by this form and its nested forms.
beanIterator() - Method in interface com.jeta.forms.gui.form.FormAccessor
Defaults to beanIterator(false).
beanIterator(boolean) - Method in interface com.jeta.forms.gui.form.FormAccessor
An iterator for a collection of Java Beans (java.awt.Component objects) contained by a FormPanel.
buildNames(Container) - Method in class com.jeta.open.support.DefaultComponentFinder
Recursively searches all Components owned by this container.
buildNames(Container) - Method in class com.jeta.open.support.HierarchicalComponentFinder
Recursively searches all Components owned by this container.

C

calculateAverageTextWidth(Component, int) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Calculates the width of an average string of text.
calculateReasonableComponentSize(Dimension) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Sets the size of the dimension to some reasonable value.
centerFrame(Window, float, float) - Static method in class com.jeta.open.gui.utils.JETAToolbox
This method centers and sizes a frame window on the screen.
centerWindow(Window) - Static method in class com.jeta.open.gui.utils.JETAToolbox
This method centers a window window on the screen.
centerWindowChangeWidth(Window, float) - Static method in class com.jeta.open.gui.utils.JETAToolbox
This method centers a window window and changes the width on the screen.
check(Object[]) - Method in class com.jeta.open.rules.AbstractRule
 
check(Object) - Method in class com.jeta.open.rules.AbstractRule
Helper method that forwards the call to check(Object[])
check(Object, Object) - Method in class com.jeta.open.rules.AbstractRule
Helper method that forwards the call to check(Object[])
check(Object, Object, Object) - Method in class com.jeta.open.rules.AbstractRule
Helper method that forwards the call to check(Object[])
check(Object[]) - Method in class com.jeta.open.rules.EmptyRule
JETARule Implementation.
check(Object[]) - Method in interface com.jeta.open.rules.JETARule
Runs the rule.
check(Object[]) - Method in class com.jeta.open.rules.RuleGroup
JETARule implementation
checkNotify(JETARule, Object) - Static method in class com.jeta.open.rules.RuleUtils
Helper method that displays a dialog if the check fails
checkNotify(JETARule, Object, Object) - Static method in class com.jeta.open.rules.RuleUtils
Helper method that displays a dialog if the check fails
checkNotify(JETARule, Object, Object, Object) - Static method in class com.jeta.open.rules.RuleUtils
Helper method that displays a dialog if the check fails
checkNotify(JETARule, Object[]) - Static method in class com.jeta.open.rules.RuleUtils
Helper method that displays a dialog if the check fails
cleanse(Container) - Method in class com.jeta.open.gui.framework.JETAComponentCleanser
Recursively searches all Components owned by this container.
closeParenthesis() - Method in class com.jeta.open.i18n.I18NHelper
 
cmdCancel() - Method in class com.jeta.open.gui.framework.JETADialog
Closes the dialog
cmdOk() - Method in class com.jeta.open.gui.framework.JETADialog
Close the dialog and set the ok flag
cmdOk() - Method in interface com.jeta.open.gui.framework.JETADialogListener
this method gets called when the user presses Ok.
com.jeta.forms.components.panel - package com.jeta.forms.components.panel
 
com.jeta.forms.gui.form - package com.jeta.forms.gui.form
 
com.jeta.open.defaults - package com.jeta.open.defaults
 
com.jeta.open.gui.components - package com.jeta.open.gui.components
 
com.jeta.open.gui.framework - package com.jeta.open.gui.framework
 
com.jeta.open.gui.utils - package com.jeta.open.gui.utils
 
com.jeta.open.i18n - package com.jeta.open.i18n
 
com.jeta.open.registry - package com.jeta.open.registry
 
com.jeta.open.resources - package com.jeta.open.resources
 
com.jeta.open.rules - package com.jeta.open.rules
 
com.jeta.open.support - package com.jeta.open.support
 
com.jeta.swingbuilder.gui.utils - package com.jeta.swingbuilder.gui.utils
 
comma() - Method in class com.jeta.open.i18n.I18NHelper
 
compareToIgnoreCase(String, String) - Static method in class com.jeta.open.i18n.I18N
 
COMPONENT_ID - Static variable in interface com.jeta.open.resources.ResourceLoader
 
COMPONENT_ID - Static variable in interface com.jeta.open.support.ComponentFinderFactory
 
componentAdded(ContainerEvent) - Method in class com.jeta.open.support.DefaultComponentFinder
A component was added to the container
componentAdded(ContainerEvent) - Method in class com.jeta.open.support.HierarchicalComponentFinder
A component was added to the container
ComponentFinder - Interface in com.jeta.open.support
Interface used to define a service for locating child components within a container that have a given name.
ComponentFinderFactory - Interface in com.jeta.open.support
 
componentRemoved(ContainerEvent) - Method in class com.jeta.open.support.DefaultComponentFinder
A component was remove from the container
componentRemoved(ContainerEvent) - Method in class com.jeta.open.support.HierarchicalComponentFinder
A component was remove from the container
CompositeComponentFinder - Class in com.jeta.open.support
A component finder that is composed of multipe component finders.
CompositeComponentFinder() - Constructor for class com.jeta.open.support.CompositeComponentFinder
Constructor
CompositeComponentFinder(ComponentFinder) - Constructor for class com.jeta.open.support.CompositeComponentFinder
Constructor
convertToBinary(String, String) - Method in class com.jeta.swingbuilder.gui.utils.FormConverter
Converts an XML form to a binary .jfrm
convertToBinary(OutputStream, InputStream) - Method in class com.jeta.swingbuilder.gui.utils.FormConverter
Converts an XML form to a binary .jfrm
convertToXML(String, String) - Method in class com.jeta.swingbuilder.gui.utils.FormConverter
Converts a binary .jfrm to an XML file.
convertToXML(OutputStream, InputStream) - Method in class com.jeta.swingbuilder.gui.utils.FormConverter
Converts a binary .jfrm to an XML file.
copyToClipboard(String) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Copies to the clipboard the given string
createComponentFinder() - Method in class com.jeta.open.gui.framework.JETAPanel
Creates a component finder that is used to locate child components in this panel by name.
createDialog(Class, Component, boolean) - Static method in class com.jeta.open.gui.utils.JETAToolbox
This method creates a dialog of the type class.
createFinder(Container) - Method in interface com.jeta.open.support.ComponentFinderFactory
Creates a ComponentFinder instance that is associated with the given container.
createFinder(Container) - Method in class com.jeta.open.support.DefaultComponentFinderFactory
Creates a ComponentFinder instance that is associated with the given container.
createFinder(Container) - Method in class com.jeta.open.support.HierarchicalComponentFinderFactory
 
createMenuItem(String, String, KeyStroke) - Static method in class com.jeta.open.gui.components.BasicPopupMenu
Creates a menu item for this popup

D

DefaultComponentFinder - Class in com.jeta.open.support
Interface used to define a service for locating child components within a container that have a given name.
DefaultComponentFinder(Container) - Constructor for class com.jeta.open.support.DefaultComponentFinder
ctor
DefaultComponentFinderFactory - Class in com.jeta.open.support
Default component finder factory implementation.
DefaultComponentFinderFactory() - Constructor for class com.jeta.open.support.DefaultComponentFinderFactory
 
DefaultInitializer - Class in com.jeta.open.defaults
This class loads the JETARegistry with default objects required by the application.
DefaultInitializer() - Constructor for class com.jeta.open.defaults.DefaultInitializer
 
DelegateAction - Class in com.jeta.open.gui.framework
 
DelegateAction(ActionListener) - Constructor for class com.jeta.open.gui.framework.DelegateAction
 
dispose() - Method in class com.jeta.open.gui.framework.JETADialog
Dispose the dialog

E

EmptyCollection - Class in com.jeta.open.support
This class is used to implement an unmodifiable collection.
EmptyRule - Class in com.jeta.open.rules
This class defines a basic rule that does nothing
enableComponent(String, boolean) - Method in interface com.jeta.open.gui.framework.JETAContainer
Enables/Disables the menu/toolbar button associated with the commandid
enableComponent(String, boolean) - Method in class com.jeta.open.gui.framework.JETAPanel
Enables/Disables the component associated with the given name.
enableComponent(String, boolean) - Method in class com.jeta.open.support.CompositeComponentFinder
Enables/Disables the component associated with the commandid
enableComponent(String, boolean) - Method in class com.jeta.open.support.DefaultComponentFinder
Enables/Disables the menu/toolbar button associated with the commandid
enableComponent(String, boolean) - Method in class com.jeta.open.support.HierarchicalComponentFinder
Enables/Disables the menu/toolbar button associated with the commandid
enableComponent(String, boolean) - Method in interface com.jeta.open.support.SwingComponentSupport
Enables/Disables the component associated with the commandid
enableEvents(boolean) - Method in class com.jeta.open.gui.framework.JETAController
Sets the flag that indicates if listener/action events should be propagated to registered listeners
equals(char[], char[]) - Static method in class com.jeta.open.i18n.I18N
Compares two string arrays in a Locale independent way.
equals(String, String) - Static method in class com.jeta.open.i18n.I18N
Compares two strings in a Locale independent way.
equals(String, String) - Method in class com.jeta.open.i18n.I18NHelper
 
equals(Object) - Method in class com.jeta.open.rules.RuleResult
 
equalsIgnoreCase(String, String) - Static method in class com.jeta.open.i18n.I18N
Compares two strings in a Locale independent way.

F

FAIL - Static variable in class com.jeta.open.rules.RuleResult
 
FAIL_MESSAGE_ID - Static variable in class com.jeta.open.rules.RuleResult
 
FAIL_NO_MESSAGE_ID - Static variable in class com.jeta.open.rules.RuleResult
fail code to indicate the the validator will handle showing the error message
focusGained(FocusEvent) - Method in class com.jeta.open.gui.framework.JETAController.TextFocusListener
 
focusLost(FocusEvent) - Method in class com.jeta.open.gui.framework.JETAController.TextFocusListener
 
FormAccessor - Interface in com.jeta.forms.gui.form
A FormAccessor is used to programmatically access and modify components on a form.
format(String, Object[]) - Static method in class com.jeta.open.i18n.I18N
A wrapper routine around I18NHelper for formatting locale specific messages.
format(String, Object) - Static method in class com.jeta.open.i18n.I18N
This is a helper routine that formats a message string that takes 1 argument in the current locale
format(String, Object, Object) - Static method in class com.jeta.open.i18n.I18N
This is a helper routine that formats a message string that takes 2 arguments in the current locale
format(String, Object, Object, Object) - Static method in class com.jeta.open.i18n.I18N
This is a helper routine that formats a message string that takes 3 arguments in the current locale
format(String, Object[]) - Method in class com.jeta.open.i18n.I18NHelper
 
FormConverter - Class in com.jeta.swingbuilder.gui.utils
This is a utility class for converting forms to/from XML/binary format.
FormConverter(String) - Constructor for class com.jeta.swingbuilder.gui.utils.FormConverter
ctor creates a FormConverter object associated with the specified project.
FormPanel - Class in com.jeta.forms.components.panel
This is the main panel class used to load and view a form during runtime.
FormPanel(String) - Constructor for class com.jeta.forms.components.panel.FormPanel
FormPanel constructor.
FormPanel(InputStream) - Constructor for class com.jeta.forms.components.panel.FormPanel
FormPanel constructor.
FormPanel(FormComponent) - Constructor for class com.jeta.forms.components.panel.FormPanel
FormPanel constructor.

G

generateCSVList(String[]) - Static method in class com.jeta.open.i18n.I18N
iterates over the collection of objects and creates a string that contains the objects separated by a comma (or the locale version of a CSV list).
generateCSVList(Collection) - Static method in class com.jeta.open.i18n.I18N
iterates over the collection of objects and creates a string that contains the objects separated by a comma (or the locale version of a CSV list)
get(String) - Method in class com.jeta.forms.components.panel.FormPanel
Returns the user object associated with the given name.
getAction(String) - Method in class com.jeta.open.gui.framework.JETAController
Returns the first action listener associated with the given name.
getAllNamedComponents() - Method in class com.jeta.open.gui.framework.JETAPanel
Recursively searches an associated parent container for all components that are named.
getAllNamedComponents() - Method in interface com.jeta.open.support.ComponentFinder
Recursively searches an associated parent container for all components that are named.
getAllNamedComponents() - Method in class com.jeta.open.support.CompositeComponentFinder
Recursively searches an associated parent container for all components that are named.
getAllNamedComponents() - Method in class com.jeta.open.support.DefaultComponentFinder
Recursively searches an associated parent container for all components that are named.
getAllNamedComponents() - Method in class com.jeta.open.support.HierarchicalComponentFinder
Recursively searches an associated parent container for all components that are named.
getBoolean(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the selected state of the AbstractButton that has the given name.
getBoolean(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the selected state of the AbstractButton that has the given name.
getButton(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the button that is contained in this panel and has the given name.
getButton(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the button that is contained in this panel and has the given name.
getButtonPanel() - Method in class com.jeta.open.gui.framework.JETADialog
 
getCheckBox(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JCheckBox that is contained in this panel and has the given name.
getCheckBox(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JCheckBox that is contained in this panel and has the given name.
getClassLoader() - Method in class com.jeta.open.resources.AppResourceLoader
 
getClassLoader() - Method in interface com.jeta.open.resources.ResourceLoader
Used to provide a custom class loader for certain cases.
getCloseButton() - Method in class com.jeta.open.gui.framework.JETADialog
 
getCode() - Method in class com.jeta.open.rules.RuleResult
 
getComboBox(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JComboBox that is contained in this panel and has the given name.
getComboBox(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JComboBox that is contained in this panel and has the given name.
getComponentByName(String) - Method in interface com.jeta.open.gui.framework.JETAContainer
Locates the first component found in this container hierarchy that has the given name.
getComponentByName(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Locates the first component found in this container hierarchy that has the given name.
getComponentByName(String) - Method in interface com.jeta.open.support.ComponentFinder
Recursively searches an associated parent container for a component with the given name.
getComponentByName(String) - Method in class com.jeta.open.support.CompositeComponentFinder
Since we have multiple finders, the only approach we can take is to return the first component found.
getComponentByName(String) - Method in class com.jeta.open.support.DefaultComponentFinder
 
getComponentByName(String) - Method in class com.jeta.open.support.HierarchicalComponentFinder
 
getComponentFinder() - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the component finder associated with this panel
getComponentsByName(String) - Method in interface com.jeta.open.gui.framework.JETAContainer
Locates all components found in this container hierarchy that has the given name.
getComponentsByName(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Locates all components found in this container hierarchy that has the given name.
getComponentsByName(String) - Method in interface com.jeta.open.support.ComponentFinder
Recursively searches an associated parent container for all components with the given name.
getComponentsByName(String) - Method in class com.jeta.open.support.CompositeComponentFinder
Recursively searches an associated parent container for all components with the given name.
getComponentsByName(String) - Method in class com.jeta.open.support.DefaultComponentFinder
Recursively searches an associated parent container for all components with the given name.
getComponentsByName(String) - Method in class com.jeta.open.support.HierarchicalComponentFinder
Recursively searches an associated parent container for all components with the given name.
getConstraints(Component) - Method in interface com.jeta.forms.gui.form.FormAccessor
Returns a CellConstraints instance associated with the given component.
getContainer() - Method in interface com.jeta.forms.gui.form.FormAccessor
Return the actual container that has the given layout.
getContainer() - Method in class com.jeta.open.support.DefaultComponentFinder
Returns the container associated with this component finder.
getContainer() - Method in class com.jeta.open.support.HierarchicalComponentFinder
Returns the container associated with this component finder.
getController() - Method in class com.jeta.open.gui.framework.JETADialog
 
getController() - Method in class com.jeta.open.gui.framework.JETAPanel
Return the controller object that handles events for this panel.
getDialogContentPanel() - Method in class com.jeta.open.gui.framework.JETADialog
 
getEmptyIcon() - Static method in class com.jeta.open.resources.AppResourceLoader
Returns an icon with a red X to show an icon that could not be loaded.
getFinders() - Method in class com.jeta.open.support.CompositeComponentFinder
Return a collection of ComponentFinder instances that are contained by this composite.
getFormAccessor() - Method in class com.jeta.forms.components.panel.FormPanel
Return an instance of a FormAccessor that is associated with the top-most form in this panel (recall that a form can have nested forms).
getFormAccessor(String) - Method in class com.jeta.forms.components.panel.FormPanel
Return an instance of a FormAccessor that has the given name.
getFormContainer() - Method in class com.jeta.forms.components.panel.FormPanel
Returns the parent container that contains the top-level form in this panel.
getFormName() - Method in interface com.jeta.forms.gui.form.FormAccessor
Returns the name assigned to the form component associated with this accessor.
getFrameBorderThickness() - Static method in class com.jeta.open.gui.utils.JETAToolbox
 
getHelpButton() - Method in class com.jeta.open.gui.framework.JETADialog
 
getImage(String) - Static method in class com.jeta.open.resources.AppResourceLoader
Loads an image from disk.
getInstance() - Static method in class com.jeta.open.i18n.I18NHelper
 
getInstance() - Static method in class com.jeta.open.rules.EmptyRule
 
getInstance() - Static method in class com.jeta.open.support.EmptyCollection
 
getInteger(String, int) - Method in class com.jeta.open.gui.framework.JETAPanel
Locates the JTextField that has the given component name.
getInteger(String, int) - Method in interface com.jeta.open.support.SwingComponentSupport
Locates the JTextField that has the given component name.
getLabel(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JLabel that is contained in this panel and has the given name.
getLabel(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JLabel that is contained in this panel and has the given name.
getList(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JList that is contained in this panel and has the given name.
getList(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JList that is contained in this panel and has the given name.
getListener(String) - Method in class com.jeta.open.gui.framework.JETAController.ListenerManager
 
getLocalizedDialogLabel(String) - Static method in class com.jeta.open.i18n.I18N
Returns the locale string for the given resource name with the addition of a colon on the end (for western languages).
getLocalizedMessage(String) - Static method in class com.jeta.open.i18n.I18N
Gets the locale string for the given resource name.
getLocalizedMessage(String) - Method in class com.jeta.open.i18n.I18NHelper
 
getMessage() - Method in class com.jeta.open.rules.RuleResult
If this result is a FAIL_MESSAGE, then get the message
getOkButton() - Method in class com.jeta.open.gui.framework.JETADialog
 
getPanel(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JPanel that is contained in this panel and has the given name.
getPanel(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JPanel that is contained in this panel and has the given name.
getPreferredSize() - Method in class com.jeta.open.gui.framework.JETADialog
Returns the preferred size for this dialog.
getPreferredSize(Dimension) - Method in class com.jeta.open.gui.framework.JETADialog
Returns the preferred size for this dialog.
getPrimaryActionListener() - Method in class com.jeta.open.gui.framework.JETAController
Returns the main action listener that is registered with components in the associated view.
getPrimaryPanel() - Method in class com.jeta.open.gui.framework.JETADialog
 
getProgressBar(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns JProgressBar that is contained in this panel and has the given name.
getProgressBar(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns JProgressBar that is contained in this panel and has the given name.
getRadioButton(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JRadioButton that is contained in this panel and has the given name.
getRadioButton(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JRadioButton that is contained in this panel and has the given name.
getResource(String) - Static method in class com.jeta.open.i18n.I18N
Deprecated.  
getResourceAsStream(String) - Method in class com.jeta.open.resources.AppResourceLoader
Opens and returns an input stream for the given resourceName.
getResourceAsStream(String) - Method in interface com.jeta.open.resources.ResourceLoader
Opens and returns an input stream for the given resourceName.
getSelectedItem(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the selected item from the JList or JComboBox that has the given name.
getSelectedItem(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the selected item from the JList or JComboBox that has the given name.
getSpinner(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns JSpinner that is contained in this panel and has the given name.
getSpinner(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns JSpinner that is contained in this panel and has the given name.
getTabbedPane(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JTabbedPane that is contained in this panel and has the given name.
getTabbedPane(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JTabbedPane that is contained in this panel and has the given name.
getTable(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JTable that is contained in this panel and has the given name.
getTable(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JTable that is contained in this panel and has the given name.
getText(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the text property from a Component.
getText(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the text property from a Component.
getTextComponent(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JTextComponent that is contained in this panel and has the given name.
getTextComponent(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JTextComponent that is contained in this panel and has the given name.
getTextField(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JTextField that is contained in this panel and has the given name.
getTextField(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JTextField that is contained in this panel and has the given name.
getTitleBarHeight() - Static method in class com.jeta.open.gui.utils.JETAToolbox
 
getTree(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the JTree that is contained in this panel and has the given name.
getTree(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Returns the JTree that is contained in this panel and has the given name.
getUIDirector() - Method in interface com.jeta.open.gui.framework.JETAContainer
Returns the UIDirector for this container.
getUIDirector() - Method in class com.jeta.open.gui.framework.JETAPanel
Returns the UIDirector for this container.
getView() - Method in class com.jeta.open.gui.framework.JETAController
Returns the view that is associated with this controller.

H

HierarchicalComponentFinder - Class in com.jeta.open.support
Alternative Component finder implementation finding components hierarchically in the following way: FormName.Subform1.Subform2.<...>.Component
HierarchicalComponentFinder(Container) - Constructor for class com.jeta.open.support.HierarchicalComponentFinder
ctor
HierarchicalComponentFinderFactory - Class in com.jeta.open.support
Component finder factory implementation for HierarchicalComponentFinder.
HierarchicalComponentFinderFactory() - Constructor for class com.jeta.open.support.HierarchicalComponentFinderFactory
 

I

I18N - Class in com.jeta.open.i18n
This is a wrapper class around I18NHelper
I18N() - Constructor for class com.jeta.open.i18n.I18N
 
I18NHelper - Class in com.jeta.open.i18n
This is a utility class for dealing with internationalization issues
I18NUtils - Class in com.jeta.open.i18n
Provides some convenience behavior for flipping sides in column specifications, arrays of column specifications and encoded column specs.
I18NUtils() - Constructor for class com.jeta.open.i18n.I18NUtils
 
ID_BUTTON_PANEL - Static variable in class com.jeta.open.gui.framework.JETADialog
The name of the button panel.
ID_CANCEL - Static variable in class com.jeta.open.gui.framework.JETADialog
 
ID_COPY - Static variable in class com.jeta.open.gui.components.JETAComponentNames
 
ID_CUT - Static variable in class com.jeta.open.gui.components.JETAComponentNames
 
ID_OK - Static variable in class com.jeta.open.gui.framework.JETADialog
The names of the ok and cancel buttons.
ID_PASTE - Static variable in class com.jeta.open.gui.components.JETAComponentNames
 
initialize() - Static method in class com.jeta.open.defaults.DefaultInitializer
Initializes the JETARegistry
invokeAction(String) - Method in class com.jeta.open.gui.framework.JETAController
Invokes the action assigned to the given name
invokeDialog(JETAPanel, Component, String) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Creates and displays a model JETADialog using the given view as the content pane.
invokeDialog(JETAPanel, Component, String, JComponent) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Creates and displays a model JETADialog using the given view as the content pane.
isAquaLookAndFeel() - Static method in class com.jeta.open.gui.utils.JETAToolbox
Returns true if running OS X Aqua look and feel.
isEventsEnabled() - Method in class com.jeta.open.gui.framework.JETAController
 
isOk() - Method in class com.jeta.open.gui.framework.JETADialog
 
isOSX() - Static method in class com.jeta.open.gui.utils.JETAToolbox
 
isSelected(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Return the selected state of the AbstractButton that has the given name.
isSelected(String) - Method in interface com.jeta.open.support.SwingComponentSupport
Return the selected state of the AbstractButton that has the given name.
isWindows() - Static method in class com.jeta.open.gui.utils.JETAToolbox
 
isWindowsLookAndFeel() - Static method in class com.jeta.open.gui.utils.JETAToolbox
 
iterator() - Method in class com.jeta.open.support.EmptyCollection
 

J

JETAComponentCleanser - Class in com.jeta.open.gui.framework
This class recursively searches a container for child components.
JETAComponentCleanser() - Constructor for class com.jeta.open.gui.framework.JETAComponentCleanser
 
JETAComponentNames - Class in com.jeta.open.gui.components
 
JETAComponentNames() - Constructor for class com.jeta.open.gui.components.JETAComponentNames
 
JETAContainer - Interface in com.jeta.open.gui.framework
An interface for containers ( Panels, Dialogs, InternalFrames, and Frames).
JETAController - Class in com.jeta.open.gui.framework
This is the base class for all controllers in an application.
JETAController(JETAContainer) - Constructor for class com.jeta.open.gui.framework.JETAController
ctor
JETAController.ListenerManager - Class in com.jeta.open.gui.framework
 
JETAController.ListenerManager() - Constructor for class com.jeta.open.gui.framework.JETAController.ListenerManager
 
JETAController.TextFocusListener - Class in com.jeta.open.gui.framework
Focus listener for text fields
JETAController.TextFocusListener() - Constructor for class com.jeta.open.gui.framework.JETAController.TextFocusListener
 
JETADialog - Class in com.jeta.open.gui.framework
This is a base class for all dialogs in the system.
JETADialog(Dialog, boolean) - Constructor for class com.jeta.open.gui.framework.JETADialog
ctor
JETADialog(Frame, boolean) - Constructor for class com.jeta.open.gui.framework.JETADialog
ctor
JETADialogListener - Interface in com.jeta.open.gui.framework
This interface defines a listener for the JETADialog.
JETAPanel - Class in com.jeta.open.gui.framework
A panel that supports locating components by name as well as supporting the JETA controller/validation framework.
JETAPanel() - Constructor for class com.jeta.open.gui.framework.JETAPanel
ctor
JETAPanel(LayoutManager) - Constructor for class com.jeta.open.gui.framework.JETAPanel
ctor
JETAPanel(ComponentFinder) - Constructor for class com.jeta.open.gui.framework.JETAPanel
ctor
JETARegistry - Class in com.jeta.open.registry
JETARegistry is a class that is used to manage objects and services for an application.
JETARegistry() - Constructor for class com.jeta.open.registry.JETARegistry
 
JETARule - Interface in com.jeta.open.rules
This interface defines a generic rule for an application.
JETAToolbox - Class in com.jeta.open.gui.utils
Some common utility functions for GUI stuff.
JETAToolbox() - Constructor for class com.jeta.open.gui.utils.JETAToolbox
 

L

loadBundle(String) - Method in class com.jeta.open.i18n.I18NHelper
 
loadImage(String) - Method in class com.jeta.open.resources.AppResourceLoader
Helper utility to load an image file from the application images directory
loadImage(String) - Method in interface com.jeta.open.resources.ResourceLoader
Utility method that loads an image from the CLASSPATH.
lookup(String) - Static method in class com.jeta.open.registry.JETARegistry
 

N

newline() - Method in class com.jeta.open.i18n.I18NHelper
 

O

openParenthesis() - Method in class com.jeta.open.i18n.I18NHelper
 

P

put(String, Object) - Method in class com.jeta.forms.components.panel.FormPanel
Puts the given object into the user objects map.

R

rebind(String, Object) - Static method in class com.jeta.open.registry.JETARegistry
Register a component with the given name.
remove(String) - Static method in class com.jeta.open.registry.JETARegistry
Removes a registered component with the given name.
removeAllControllers() - Method in class com.jeta.open.gui.framework.JETADialog
Removes all registered controllers added to this dialog
removeBean(Component) - Method in interface com.jeta.forms.gui.form.FormAccessor
Removes a bean from the container associated with this accessor.
removeBean(String) - Method in interface com.jeta.forms.gui.form.FormAccessor
Removes a bean with the given name from the container associated with this accessor.
removeDescendent(String) - Method in class com.jeta.open.gui.framework.JETAPanel
Locates the component with the given name and removes it from its parent.
removeFromParent(Component) - Static method in class com.jeta.open.gui.framework.JETAPanel
Helper method that removes a component from its parent container.
removeJETAListeners(Component, Class, String) - Method in class com.jeta.open.gui.framework.JETAComponentCleanser
 
replaceBean(Component, Component) - Method in interface com.jeta.forms.gui.form.FormAccessor
Replaces an existing bean with a new bean.
replaceBean(String, Component) - Method in interface com.jeta.forms.gui.form.FormAccessor
Locates an existing bean with the given name and replaces it with a new bean.
reset() - Method in class com.jeta.open.gui.framework.JETAPanel
 
reset() - Method in interface com.jeta.open.support.ComponentFinder
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed.
reset() - Method in class com.jeta.open.support.CompositeComponentFinder
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed.
reset() - Method in class com.jeta.open.support.DefaultComponentFinder
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed.
reset() - Method in class com.jeta.open.support.HierarchicalComponentFinder
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed.
ResourceLoader - Interface in com.jeta.open.resources
Defines a set of methods used to load resources such as images, property files, and other types of files from the CLASSPATH.
revalidate() - Method in class com.jeta.forms.components.panel.FormPanel
Revalidates this panel.
RuleGroup - Class in com.jeta.open.rules
This class defines a rule for running a composite of rules as one
RuleGroup(Object) - Constructor for class com.jeta.open.rules.RuleGroup
ctor
RuleGroup(Object[]) - Constructor for class com.jeta.open.rules.RuleGroup
ctor
RuleResult - Class in com.jeta.open.rules
Defines a result from a JETARule
RuleResult(int) - Constructor for class com.jeta.open.rules.RuleResult
ctor
RuleResult(String) - Constructor for class com.jeta.open.rules.RuleResult
ctor Construct a ResultResult with a FAIL_MESSAGE code
RuleUtils - Class in com.jeta.open.rules
Utils class for rules handling
RuleUtils() - Constructor for class com.jeta.open.rules.RuleUtils
 

S

semicolon() - Method in class com.jeta.open.i18n.I18NHelper
 
setButtonPanelVisible(boolean) - Method in class com.jeta.open.gui.framework.JETADialog
Shows/Hides the button panel on this dialog.
setCancelEnabled(boolean) - Method in class com.jeta.open.gui.framework.JETADialog
Enables/Disables the cancel command
setClassLoader(ClassLoader) - Method in class com.jeta.open.resources.AppResourceLoader
 
setClassLoader(ClassLoader) - Method in interface com.jeta.open.resources.ResourceLoader
Used to provide a custom class loader for certain cases.
setCloseText(String) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the text for the close button
setComponentFinder(ComponentFinder) - Method in class com.jeta.open.gui.framework.JETAPanel
Sets the component finder associated with this panel
setController(JETAController) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the controller that will handle events for this dialog
setController(JETAController) - Method in class com.jeta.open.gui.framework.JETAPanel
Sets the main controller that will handle events for this panel.
setFocusTraversalPolicy(FocusTraversalPolicy) - Method in class com.jeta.forms.components.panel.FormPanel
Sets the focus traversal policy for this panel.
setFont(Font) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the font for the ok and close buttons on this dialog
setInitialFocusComponent(JComponent) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the component in this frame that will have initial focus.
setLocale(Locale) - Method in class com.jeta.open.i18n.I18NHelper
 
setOk(boolean) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the Ok flag
setOkText(String) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the text for the ok button
setPrimaryPanel(JComponent) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the one and only panel for this dialog
setReasonableWindowSize(Component, Dimension) - Static method in class com.jeta.open.gui.utils.JETAToolbox
Sets the size of the given window to the passed in dimension.
setSelected(String, boolean) - Method in class com.jeta.open.gui.framework.JETAPanel
Sets the selected attribute for the AbstractButton with the given name.
setSelected(String, boolean) - Method in interface com.jeta.open.support.SwingComponentSupport
Sets the selected attribute for the AbstractButton with the given name.
setSelectedItem(String, Object) - Method in class com.jeta.open.gui.framework.JETAPanel
Sets the selected item in a JComboBox that has the given name.
setSelectedItem(String, Object) - Method in interface com.jeta.open.support.SwingComponentSupport
Sets the selected item in a JComboBox that has the given name.
setText(String, String) - Method in class com.jeta.open.gui.framework.JETAPanel
Sets text property for the Component with the given name.
setText(String, String) - Method in interface com.jeta.open.support.SwingComponentSupport
Sets text property for the Component with the given name.
setTitle(String) - Method in class com.jeta.open.gui.framework.JETADialog
Sets the title to the frame
setUIDirector(UIDirector) - Method in class com.jeta.open.gui.framework.JETAPanel
Sets the UIDirector for this panel.
setVisible(String, boolean) - Method in class com.jeta.open.gui.framework.JETAPanel
Shows/Hides the component with the given name.
setVisible(String, boolean) - Method in class com.jeta.open.support.CompositeComponentFinder
Shows/Hides the component associated with the commandid
setVisible(String, boolean) - Method in class com.jeta.open.support.DefaultComponentFinder
Shows/Hides the menu/toolbar button associated with the commandid
setVisible(String, boolean) - Method in class com.jeta.open.support.HierarchicalComponentFinder
Shows/Hides the menu/toolbar button associated with the commandid
setVisible(String, boolean) - Method in interface com.jeta.open.support.SwingComponentSupport
Shows/Hides the component with the given name.
showCenter() - Method in class com.jeta.open.gui.framework.JETADialog
Shows the dialog in the center of the screen
showOkButton(boolean) - Method in class com.jeta.open.gui.framework.JETADialog
Shows/hides the ok button
size() - Method in class com.jeta.open.support.EmptyCollection
 
space() - Method in class com.jeta.open.i18n.I18NHelper
 
stateChanged(ChangeEvent) - Method in class com.jeta.open.gui.framework.JETAController
Forwarded from the view when a change event occurs.
SUCCESS - Static variable in class com.jeta.open.rules.RuleResult
pre-defined rule result object
SUCCESS_ID - Static variable in class com.jeta.open.rules.RuleResult
rule result codes
SwingComponentSupport - Interface in com.jeta.open.support
Interface that defines common methods for working with SwingComponents in a Container.

T

toBoolean(String) - Method in class com.jeta.open.i18n.I18NHelper
 

U

UIDirector - Interface in com.jeta.open.gui.framework
This interface is used to define a class that is responsible for updating menus, toolbars, and GUI components.
unregisterComponent(Component) - Method in class com.jeta.open.support.DefaultComponentFinder
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed.
unregisterComponent(Component) - Method in class com.jeta.open.support.HierarchicalComponentFinder
Tells the implementation that any cached components should be flushed and reloaded because the parent container might have changed.
updateComponents(Object) - Method in class com.jeta.open.gui.framework.JETAController
Forwards the call to the UIDirector if it is not null
updateComponents(EventObject) - Method in class com.jeta.open.gui.framework.JETADialog
Updates the components in the dialog based on the model state.
updateComponents() - Method in class com.jeta.open.gui.framework.JETAPanel
This is a helper method that simply forwards the call to the controller for this view (which forwards the call to the UIDirector if one exists)
updateComponents(EventObject) - Method in class com.jeta.open.gui.framework.JETAPanel
This is a helper method that simply forwards the call to the controller for this view (which forwards the call to the UIDirector if one exists)
updateComponents(EventObject) - Method in interface com.jeta.open.gui.framework.UIDirector
Called when the UI should be updated.
updateFocusPolicy() - Method in class com.jeta.forms.components.panel.FormPanel
If this form panel contains a form with a custom focus policy, you should call updateFocusPolicy whenever you programatically add or remove components from the form or any nested forms.
updateUI() - Method in class com.jeta.forms.components.panel.FormPanel
Override so we can update the underlying FormComponent

V

validateListeners() - Method in class com.jeta.open.gui.framework.JETADialog
Iterates through the list of listeners and allows them to process the inputs.
validateValidators() - Method in class com.jeta.open.gui.framework.JETADialog
Iterates through the list of controller validators and allows them to validate the input for this dialog.
valueChanged(ListSelectionEvent) - Method in class com.jeta.open.gui.framework.JETAController
Forwarded from the view when a list selection event occurs.

W

WINDOWS_LF - Static variable in class com.jeta.open.gui.utils.JETAToolbox
 

_

_getLocalizedMessage(ResourceBundle, String) - Method in class com.jeta.open.i18n.I18NHelper
 
_initialize() - Method in class com.jeta.open.gui.framework.JETADialog
Initializes the components on this dialog

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

Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.