- absclasses - Variable in class jadex.commons.gui.autocombo.ClassComboModel
-
- AbstractAutoComboModel<T> - Class in jadex.commons.gui.autocombo
-
- AbstractAutoComboModel(AutoCompleteCombo<T>, int) - Constructor for class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- AbstractFixedAutoComboModel<T> - Class in jadex.commons.gui.autocombo
-
- AbstractFixedAutoComboModel(AutoCompleteCombo, int, List<T>) - Constructor for class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
-
Create a new AbstractFixedAutoComboModel.
- AbstractIndexTableModel - Class in jadex.commons.gui.jtable
-
- AbstractIndexTableModel(TableModel) - Constructor for class jadex.commons.gui.jtable.AbstractIndexTableModel
-
- AbstractTreeTableAction - Class in jadex.commons.gui.jtreetable
-
Default implementation of tree table action.
- AbstractTreeTableAction() - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableAction
-
Create a new AbstractTreeTableAction.
- AbstractTreeTableAction(String) - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableAction
-
Create a new AbstractTreeTableAction.
- AbstractTreeTableAction(String, Icon) - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableAction
-
Create a new AbstractTreeTableAction.
- AbstractTreeTableModel - Class in jadex.commons.gui.jtreetable
-
- AbstractTreeTableModel(Object) - Constructor for class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- actionPerformed(ActionEvent) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
- actionPerformed(ActionEvent) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableAction
-
Invoked when an action occurs.
- actions - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The supported popup actions.
- addColumn(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Appends aColumn
to the end of the
tableColumns
array.
- addComponent(String, JComponent) - Method in class jadex.commons.gui.PropertiesPanel
-
Add a component that spans a full line.
- addComponent(String, JComponent, double) - Method in class jadex.commons.gui.PropertiesPanel
-
Add a component
- addComponent(String, JComponent, double, int) - Method in class jadex.commons.gui.PropertiesPanel
-
Add a component
- addComponent(String, JComponent, double, int, int, String) - Method in class jadex.commons.gui.PropertiesPanel
-
Add a component
- adddummy - Variable in class jadex.commons.gui.PropertiesPanel
-
Add dummy when weighty==0.
- addEntry(String) - Method in class jadex.commons.gui.EditableList
-
Add a new entry.
- addExclude(String) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Exclude a column.
- addFullLineComponent(String, JComponent) - Method in class jadex.commons.gui.PropertiesPanel
-
Add a component that spans a full line.
- addFullLineComponent(String, JComponent, double) - Method in class jadex.commons.gui.PropertiesPanel
-
Add a component that spans a full line.
- addIcon(Icon) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Add an icon.
- addItem(Object) - Method in class jadex.commons.gui.PopupBuilder
-
Add an item.
- addLayoutComponent(String, Component) - Method in class jadex.commons.gui.ObjectCardLayout
-
A component was added to the container.
- addLayoutComponent(Component, Object) - Method in class jadex.commons.gui.ObjectCardLayout
-
Will be called from the container, when
a new component with constraint object
was added.
- addMouseListener(JTable) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- addMouseListener(JTable) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Helper method that adds a mouselistener to the header of a given JTable
.
- addPopupAction(Action) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Add a popup action.
- addRow(Object, Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Add a row to the model.
- addRow(ArrayList, Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Add a row to the model.
- addRow(Object[], Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Add a row to the model.
- addToTop(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- addTreeModelListener(TreeModelListener) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- addValToTop(T) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- adjustComponentSizes(JComponent[]) - Static method in class jadex.commons.gui.SGUI
-
Adjust components to equal sizes according to their
miminum, maximum, and preferred sizes.
- adjustComponentSizes(Container) - Static method in class jadex.commons.gui.SGUI
-
Adjust all marked components to equal sizes according to their
miminum, maximum, and preferred sizes.
- allentries - Variable in class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
-
- allentries - Variable in class jadex.commons.gui.autocombo.StringComboModel
-
- allowduplicates - Variable in class jadex.commons.gui.EditableList
-
Allow duplicate entries.
- allTableColumns - Variable in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Array of TableColumn objects in this model.
- applet - Static variable in class jadex.commons.gui.BrowserLauncher2
-
The applet (has to be set from the outside).
- arrowkey - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
-
- ASCENDING - Static variable in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- ASCENDING - Static variable in class jadex.commons.gui.jtable.SortArrowIcon
-
- ASCENDING - Static variable in class jadex.commons.gui.jtable.SortHeaderRenderer
-
- ASCENDING - Static variable in class jadex.commons.gui.jtable.TableSorter
-
- AUTO_ADJUST - Static variable in class jadex.commons.gui.SGUI
-
This property can be set on components to be automatically adjusted to equal sizes.
- AutoComboTableCellEditor - Class in jadex.commons.gui.autocombo
-
- AutoComboTableCellEditor(JComboBox) - Constructor for class jadex.commons.gui.autocombo.AutoComboTableCellEditor
-
- AutoComboTableCellRenderer - Class in jadex.commons.gui.autocombo
-
- AutoComboTableCellRenderer(AutoCompleteCombo) - Constructor for class jadex.commons.gui.autocombo.AutoComboTableCellRenderer
-
- AutoCompleteCombo<T> - Class in jadex.commons.gui.autocombo
-
Autocomplete combobox with filtering and text inserting of new text
- AutoCompleteCombo(ThreadPool, ClassLoader) - Constructor for class jadex.commons.gui.autocombo.AutoCompleteCombo
-
Create a new combo box.
- AutoCompleteCombo.AutoCompleteDocument - Class in jadex.commons.gui.autocombo
-
- AutoCompleteDocument() - Constructor for class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
-
Create a new AutoCompleteDocument.
- autoResizingEnabled - Variable in class jadex.commons.gui.jtable.ResizeableTableHeader
-
If true, auto resizing of columns when
the TableModel invokes a tableChanged event
is enabled.
- calculateMiddlePosition(Window) - Static method in class jadex.commons.gui.SGUI
-
Calculate the middle position of a window relativ to
- calculateMiddlePosition(Window, Window) - Static method in class jadex.commons.gui.SGUI
-
Calculate the middle position of a window relativ to
- cbac - Variable in class jadex.commons.gui.ClassSearchPanel
-
- cbc - Variable in class jadex.commons.gui.ClassSearchPanel
-
- cbic - Variable in class jadex.commons.gui.ClassSearchPanel
-
- cbif - Variable in class jadex.commons.gui.ClassSearchPanel
-
The checkbox for interfaces.
- cl - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
The cloassloader.
- cl - Variable in class jadex.commons.gui.ClassSearchPanel
-
The classloader.
- ClassComboModel - Class in jadex.commons.gui.autocombo
-
- ClassComboModel(AutoCompleteCombo, int) - Constructor for class jadex.commons.gui.autocombo.ClassComboModel
-
Create a new ClassComboModel.
- ClassComboModel(AutoCompleteCombo, int, boolean, boolean, boolean, boolean, IFilter<String>, IFilter<Class<?>>) - Constructor for class jadex.commons.gui.autocombo.ClassComboModel
-
Create a new ClassComboModel.
- classes - Variable in class jadex.commons.gui.autocombo.ClassComboModel
-
- classfilter - Variable in class jadex.commons.gui.autocombo.ClassComboModel
-
- ClassInfoComboBoxRenderer - Class in jadex.commons.gui.autocombo
-
- ClassInfoComboBoxRenderer() - Constructor for class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer
-
- ClasspathHTMLEditorKit() - Constructor for class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit
-
- ClassRenderer - Class in jadex.commons.gui.jtable
-
Table renderer for classes that displays full name in tooltip.
- ClassRenderer() - Constructor for class jadex.commons.gui.jtable.ClassRenderer
-
- ClassSearchPanel - Class in jadex.commons.gui
-
Panel that allows for searching artifacts from maven repositories.
- ClassSearchPanel(ClassLoader, IThreadPool) - Constructor for class jadex.commons.gui.ClassSearchPanel
-
Create a new search panel.
- ClassSearchPanel(ClassLoader, IThreadPool, boolean, boolean, boolean, boolean) - Constructor for class jadex.commons.gui.ClassSearchPanel
-
Create a new search panel.
- colorToHTML(Color) - Static method in class jadex.commons.gui.SGUI
-
Convert a color to an html representation.
- columnclasses - Variable in class jadex.commons.gui.jtable.ObjectTableModel
-
The classes of the columns.
- columnnames - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The display names of the columns.
- columns - Variable in class jadex.commons.gui.jtable.ObjectTableModel
-
The data.
- columns - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
The column names.
- columns - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The columns (internal names of properties).
- columseditable - Variable in class jadex.commons.gui.jtable.ObjectTableModel
-
The editable colums.
- CombiIcon - Class in jadex.commons.gui
-
Icon that can combine multiple images.
- CombiIcon(Icon[]) - Constructor for class jadex.commons.gui.CombiIcon
-
Create a combio icon from the given icons.
- combo - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- ComboBoxEditor - Class in jadex.commons.gui.autocombo
-
- ComboBoxEditor(AbstractAutoComboModel<?>) - Constructor for class jadex.commons.gui.autocombo.ComboBoxEditor
-
Create a new editor.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when a command is available.
- commandAvailable(Object) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when a command is available.
- COMPARABLE_COMAPRATOR - Static variable in class jadex.commons.gui.jtable.TableSorter
-
- compareElementsAt(int, int) - Method in class jadex.commons.gui.jtreetable.MergeSort
-
- components - Variable in class jadex.commons.gui.ObjectCardLayout
-
The components.
- components - Variable in class jadex.commons.gui.PropertiesPanel
-
The created components (name->comp).
- contains(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- containsEntry(String) - Method in class jadex.commons.gui.EditableList
-
Test if an entry is contained.
- containsVal(T) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- containsVal(ClassInfo) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
-
- convertFromString(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- convertFromString(String) - Method in class jadex.commons.gui.autocombo.ClassComboModel
-
- convertFromString(String) - Method in class jadex.commons.gui.autocombo.FixedClassComboModel
-
- convertFromString(String) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
-
- convertFromString(String) - Method in class jadex.commons.gui.autocombo.StringComboModel
-
- convertToString(T) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- convertToString(Class<?>) - Method in class jadex.commons.gui.autocombo.ClassComboModel
-
- convertToString(Class<?>) - Method in class jadex.commons.gui.autocombo.FixedClassComboModel
-
- convertToString(ClassInfo) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
-
- convertToString(String) - Method in class jadex.commons.gui.autocombo.StringComboModel
-
- copyEntries() - Method in class jadex.commons.gui.autocombo.AbstractFixedAutoComboModel
-
- createAction(String, Icon, ActionListener) - Static method in class jadex.commons.gui.SGUI
-
Create an action.
- createButton(String, String) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a button and add it to the panel.
- createButton(String, String, double) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a button and add it to the panel.
- createButtons(String, String[], double) - Method in class jadex.commons.gui.PropertiesPanel
-
Create several buttons.
- createCheckBox(String) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a check box and add it to the panel.
- createCheckBox(String, boolean, boolean) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a check box and add it to the panel.
- createCheckBox(String, boolean, boolean, double) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a check box and add it to the panel.
- createCheckBox(String, boolean, boolean, double, String) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a check box and add it to the panel.
- createComboBox(String, Object[]) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a combo box and add it to the panel.
- createComboBox(String, Object[], boolean, double) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a combo box and add it to the panel.
- createDialog(String, JComponent, JComponent) - Static method in class jadex.commons.gui.SGUI
-
Create a dialog with a specific content panel.
- createDialog(String, JComponent, JComponent, boolean) - Static method in class jadex.commons.gui.SGUI
-
Create a dialog with a specific content panel.
- createListSelectionListener() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
-
Creates and returns an instance of ListSelectionHandler.
- createMenuBar(Action[]) - Static method in class jadex.commons.gui.SGUI
-
Create a menu bar, given a list of actions.
- createReadOnlyTable() - Static method in class jadex.commons.gui.SGUI
-
Create a table that displays its contents using nto editable text fields.
- createTextField(String) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a text field and add it to the panel.
- createTextField(String, String) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a text field and add it to the panel.
- createTextField(String, String, boolean) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a text field and add it to the panel.
- createTextField(String, String, boolean, double) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a text field and add it to the panel.
- createTextField(String, String, boolean, double, String) - Method in class jadex.commons.gui.PropertiesPanel
-
Create a text field and add it to the panel.
- createToolBar(String, Action[]) - Static method in class jadex.commons.gui.SGUI
-
Create a tool bar, given a list of actions.
- ctm - Variable in class jadex.commons.gui.ClassSearchPanel
-
- curkey - Variable in class jadex.commons.gui.ObjectCardLayout
-
The key of the current component (if any).
- curquery - Variable in class jadex.commons.gui.ClassSearchPanel
-
The current search query text.
- current - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
The current call.
- current - Variable in class jadex.commons.gui.ObjectCardLayout
-
The current component (if any).
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
-
Called when a command is available.
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when a command is available.
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when a command is available.
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when a command is available.
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when a command is available.
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when a command is available.
- customCommandAvailable(Object) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when a command is available.
- customExceptionListener - Variable in class jadex.commons.gui.future.SwingDefaultResultListener
-
Custom result listener
- customExceptionListener - Variable in class jadex.commons.gui.future.SwingDelegationResultListener
-
Custom result listener
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
-
Called when an exception occurred.
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when an exception occurred.
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when an exception occurred.
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when an exception occurred.
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when an exception occurred.
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when an exception occurred.
- customExceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when an exception occurred.
- customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Declare that the future is finished.
- customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Declare that the future is finished.
- customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when finished.
- customFinished() - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Declare that the future is finished.
- customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Called when an intermediate result is available.
- customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when an intermediate result is available.
- customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when the result is available.
- customIntermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when an intermediate result is available.
- customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
-
Called when the result is available.
- customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when the result is available.
- customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when the result is available.
- customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Overwritten to call intermediate and finished methods.
- customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when the result is available.
- customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when the result is available.
- customResultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when the result is available.
- customResultAvailable(E) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when the result is available.
- customResultListener - Variable in class jadex.commons.gui.future.SwingDefaultResultListener
-
Custom result listener
- customResultListener - Variable in class jadex.commons.gui.future.SwingDelegationResultListener
-
Custom result listener
- editable - Variable in class jadex.commons.gui.EditableList
-
The editable flag.
- editable - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
The editable columns.
- editable - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The editability of the columns.
- EditableList - Class in jadex.commons.gui
-
A editable list with x / + symbols at each row.
- EditableList(String) - Constructor for class jadex.commons.gui.EditableList
-
Create a new editable list.
- EditableList(String, boolean) - Constructor for class jadex.commons.gui.EditableList
-
Create a new editable list.
- EditableList.ButtonCellManager - Class in jadex.commons.gui
-
Table cell renderer / editor using add delete buttons.
- EditableListEvent - Class in jadex.commons.gui
-
Event that is able to capture data of rows.
- EditableListEvent(TableModel, int, int, int, int, Object[]) - Constructor for class jadex.commons.gui.EditableListEvent
-
Create a new editable list event.
- editCellAt(int, int, EventObject) - Method in class jadex.commons.gui.jtreetable.JTreeTable
-
Overridden to invoke repaint for the particular location if
the column contains the tree.
- entries - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- entries - Variable in class jadex.commons.gui.EditableList
-
The entries.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when an exception occurred.
- exceptionOccurred(Exception) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when an exception occurred.
- exceptionOccurredIfUndone(Exception) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when an exception occurred.
- excludes - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The excluded columns of this type.
- expanded - Variable in class jadex.commons.gui.TreeExpansionHandler
-
A set with the tree nodes, which are expanded.
- externals - Variable in class jadex.commons.gui.BrowserPane
-
The external references.
- gbc - Variable in class jadex.commons.gui.PropertiesPanel
-
The grid bag constraints.
- getAllColumn(int) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Returns the TableColumn
object for the column at
columnIndex
.
- getAllColumn(int) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Returns the TableColumn
object for the column at
columnIndex
.
- getAllColumnCount() - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Returns the number of columns in the model.
- getAllColumnCount() - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Returns the number of columns in the model.
- getAllColumnIndex(Object) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Returns the index of the first column in the table
whose identifier is equal to identifier
,
when compared using equals
.
- getAllColumnIndex(Object) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Returns the index of the first column in the table
whose identifier is equal to identifier
,
when compared using equals
.
- getAllColumns() - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Returns an Enumeration
of all the columns in the model.
- getAllColumns() - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Returns an Enumeration
of all the columns in the model.
- getAutoModel() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
- getAutoResizingEnabled() - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Returns true if auto resizing is enabled.
- getCellEditorValue() - Method in class jadex.commons.gui.EditableList.ButtonCellManager
-
- getCellEditorValue() - Method in class jadex.commons.gui.jtable.PatternEditor
-
- getCheckBox(String) - Method in class jadex.commons.gui.PropertiesPanel
-
Get a check box.
- getChild(Object, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Get a child of a node.
- getChild(Object) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get a child for the specified user object.
- getChild(Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
TreeModel method to locate a particular child of the specified node.
- getChildCount(Object) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Get the number of children of a node.
- getChildCount(Object) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
TreeModel method to return the number of children of a particular node.
- getChildren() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get all children of the node.
- getClassLoader() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
Get the classloader.
- getClassLoader() - Method in class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer
-
Get the classloader for loading a class.
- getColumnClass(int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- getColumnClass(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Get the class of the column.
- getColumnClass(int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Get the class of a column.
- getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
Returns the column class for column column
.
- getColumnClass(int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
-
Returns the type for column number column
.
- getColumnClass(int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- getColumnCount() - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- getColumnCount() - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
- getColumnCount() - Method in class jadex.commons.gui.jtable.TableSorter
-
- getColumnCount() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Get the number of columns.
- getColumnCount() - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
Returns the number of column names passed into the constructor.
- getColumnCount() - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
-
Returns the number of available columns.
- getColumnCount() - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- getColumnName(int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- getColumnName(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Get a column name
- getColumnName(int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- getColumnName(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Get the name of a column.
- getColumnName(int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
Returns the column name passed into the constructor.
- getColumnName(int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
-
Returns the name for column number column
.
- getColumnName(int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- getColumnNames() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get the column names (display names).
- getColumns() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get the columns (internal property names).
- getCombo() - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
Get the combo.
- getComboBox(String) - Method in class jadex.commons.gui.PropertiesPanel
-
Get a combo box.
- getComparator(int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- getComponent(Object) - Method in class jadex.commons.gui.ObjectCardLayout
-
Get a component for the given identifier.
- getComponent(String) - Method in class jadex.commons.gui.PropertiesPanel
-
Get a component.
- getCurrentKey() - Method in class jadex.commons.gui.ObjectCardLayout
-
Get the key of the currently shown component (if any).
- getCurrentSearch() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
Get the current search.
- getData(int) - Method in class jadex.commons.gui.EditableListEvent
-
Get the data for a specific row.
- getData() - Method in class jadex.commons.gui.EditableListEvent
-
Get all data.
- getDelegate() - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- getEditingRow() - Method in class jadex.commons.gui.jtreetable.JTreeTable
-
Workaround for BasicTableUI anomaly.
- getEditorComponent() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
- getElementAt(int) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- getEntries() - Method in class jadex.commons.gui.EditableList
-
Get the entries.
- getEntryCount() - Method in class jadex.commons.gui.EditableList
-
Get the size.
- getFilter() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- getFilter() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- getGui() - Method in class jadex.commons.gui.GuiCreator
-
Get the frame.
- getHeaderRendererIcon(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- getIcon(Object) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get the icon.
- getIconHeight() - Method in class jadex.commons.gui.CombiIcon
-
Get the max height of the icons.
- getIconHeight() - Method in class jadex.commons.gui.jtable.SortArrowIcon
-
- getIconWidth() - Method in class jadex.commons.gui.CombiIcon
-
Get the max width of the icons.
- getIconWidth() - Method in class jadex.commons.gui.jtable.SortArrowIcon
-
- getIncludeHeaderWidth() - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Returns true, if the header's width are
- getIndexOfChild(Object, Object) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- getItem() - Method in class jadex.commons.gui.autocombo.ComboBoxEditor
-
Get the item.
- getLayoutAlignmentX(Container) - Method in class jadex.commons.gui.ObjectCardLayout
-
Get the component interest where to be aligned.
- getLayoutAlignmentY(Container) - Method in class jadex.commons.gui.ObjectCardLayout
-
Get the component interest where to be aligned.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class jadex.commons.gui.autocombo.ClassInfoComboBoxRenderer
-
- getListSelectionModel() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
-
Returns the list selection model.
- getMenuItem() - Method in interface jadex.commons.gui.IMenuItemConstructor
-
Get or create a new menu item (struture).
- getModel() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get the model.
- getModelValue(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
Get value from model that equals converted value.
- getModelValue(String) - Method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
-
- getName() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get the type name.
- getObjectForRow(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Get the associated object for a row.
- getPathToRoot(TreeNode) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
Builds the parents of node up to and including the root node,
where the original node is the last element in the returned array.
- getPathToRoot(TreeNode, int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
Builds the parents of node up to and including the root node,
where the original node is the last element in the returned array.
- getPopupActions() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get all popup actions (also from supertypes).
- getPreferredScrollableViewportSize() - Method in class jadex.commons.gui.ScrollablePanel
-
Returns the preferred size of the viewport for a view component.
- getPreferredSize() - Method in class jadex.commons.gui.ScrollablePanel
-
- getProportionalDividerLocation() - Method in class jadex.commons.gui.JSplitPanel
-
Get the proportional split location.
- getProportionalDividerLocation(JSplitPane) - Static method in class jadex.commons.gui.SGUI
-
Get the proportional split location.
- getRoot() - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- getRowCount() - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
Get the number of rows in the table.
- getRowCount() - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- getRowCount() - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
- getRowCount() - Method in class jadex.commons.gui.jtable.TableSorter
-
- getRowCount() - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class jadex.commons.gui.ScrollablePanel
-
Components that display logical rows or columns should compute
the scroll increment that will completely expose one block
of rows or columns, depending on the value of orientation.
- getScrollableTracksViewportHeight() - Method in class jadex.commons.gui.ScrollablePanel
-
Return true if a viewport should always force the height of this
Scrollable to match the height of the viewport.
- getScrollableTracksViewportWidth() - Method in class jadex.commons.gui.ScrollablePanel
-
Return true if a viewport should always force the width of this
Scrollable
to match the width of the viewport.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class jadex.commons.gui.ScrollablePanel
-
Components that display logical rows or columns should compute
the scroll increment that will completely expose one new row
or column, depending on the value of orientation.
- getSelectedClass() - Method in class jadex.commons.gui.ClassSearchPanel
-
Get the selected class.
- getSelectedItem() - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- getSize() - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- getSortColumn() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- getSortColumn() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- getSortDirection() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- getSortDirection() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- getSortingStatus(int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- getSupertype() - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get the supertype.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jadex.commons.gui.EditableList.ButtonCellManager
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jadex.commons.gui.jtable.PatternEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor
-
Overridden to determine an offset that tree would place the
editor at.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.autocombo.AutoComboTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.EditableList.ButtonCellManager
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.ClassRenderer
-
Get the renderer component.
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.DateTimeRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtable.SortHeaderRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
-
TreeCellRenderer method.
- getTableHeader() - Method in class jadex.commons.gui.jtable.TableSorter
-
- getTableModel() - Method in class jadex.commons.gui.jtable.TableSorter
-
- getText() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
Get the text.
- getTextField(String) - Method in class jadex.commons.gui.PropertiesPanel
-
Get a text field.
- getThreadPool() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
Get the thread pool.
- getThreadPool() - Method in class jadex.commons.gui.ClassSearchPanel
-
Get the thread pool.
- getTitle() - Method in class jadex.commons.gui.EditableList
-
Get the list title.
- getTree() - Method in class jadex.commons.gui.jtreetable.JTreeTable
-
Returns the tree that is being shared between the model.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableCellRenderer
-
Configures the renderer based on the passed in components.
- getType() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get the node type.
- getUserObject() - Method in class jadex.commons.gui.jtreetable.SetTreeTableNode
-
Get the user value.
- getValue(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get the value at a specific column.
- getValue(int) - Method in class jadex.commons.gui.jtreetable.SetTreeTableNode
-
Get the value at a specific column.
- getValue(int) - Method in interface jadex.commons.gui.jtreetable.TreeTableNode
-
Get the value at a specific column.
- getValueAt(int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
- getValueAt(int, int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- getValueAt(int, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Get the value from a field.
- getValueAt(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- getValueAt(Object, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Get the number of children of a node.
- getValueAt(Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
Returns the value for the column column
and object node
.
- getValueAt(Object, int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
-
Returns the value to be displayed for node node
,
at column number column
.
- getValueAt(int, int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- getValues() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get all values at once.
- getViewFactory() - Method in class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit
-
Return the vioew factory.
- getWindowParent(Component) - Static method in class jadex.commons.gui.SGUI
-
Get the window parent if any.
- gui - Variable in class jadex.commons.gui.GuiCreator
-
The gui.
- GuiCreator - Class in jadex.commons.gui
-
The gui creator.
- GuiCreator(Class<? extends Component>, Class<?>[], Object[]) - Constructor for class jadex.commons.gui.GuiCreator
-
Create a new clock.
- GuiCreator(Method, Class<?>[], Object[]) - Constructor for class jadex.commons.gui.GuiCreator
-
Create a new clock.
- icons - Static variable in class jadex.commons.gui.ClassSearchPanel
-
The icons.
- icons - Variable in class jadex.commons.gui.CombiIcon
-
The icons to be displayed.
- icons - Static variable in class jadex.commons.gui.EditableList
-
The image icons.
- icons - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The icon.
- IMenuItemConstructor - Interface in jadex.commons.gui
-
Interface for getting/creating (dynamic) menu item (structures).
- inbrowser - Variable in class jadex.commons.gui.BrowserPane
-
Open links per click in external browser.
- inclasses - Variable in class jadex.commons.gui.autocombo.ClassComboModel
-
- includeHeaderWidth - Variable in class jadex.commons.gui.jtable.ResizeableTableHeader
-
If true, resizing of columns will
also take the width of header cells
into account.
- indexList - Variable in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
- insert(MutableTreeNode, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Adds child
to the receiver at index
.
- insertRow(int, Object[], Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Insert a row at a position.
- insertRow(int, List, Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Insert a row at a position.
- insertString(int, String, AttributeSet) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
-
- instanceOf(TreeTableNodeType) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Check if this node is an instance of the given
treetable node type.
- inter - Variable in class jadex.commons.gui.autocombo.ClassComboModel
-
- intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Call customIntermediateResultAvailable() on swing thread.
- intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailable(E) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when an intermediate result is available.
- intermediateResultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when an intermediate result is available.
- invalidateLayout(Container) - Method in class jadex.commons.gui.ObjectCardLayout
-
When called, all values are recalculated.
- invokeLater(Runnable) - Static method in class jadex.commons.gui.SGUI
-
Use SwingUtilities to put the given runnable in the AWT Event queue.
- isAllowDuplicates() - Method in class jadex.commons.gui.EditableList
-
Test if duplicates are allowed.
- isAvailable(Object) - Method in class jadex.commons.gui.ObjectCardLayout
-
Test if there is a panel
for a object available.
- isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Returns false.
- isCellEditable(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- isCellEditable(Object, int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
By default, make the column with the Tree in it the only editable one.
- isCellEditable(Object, int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
Test if a cell is editable
- isCellEditable(Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
Returns true if there is a setter method name for column column
.
- isCellEditable(EventObject) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor
-
This is overridden to forward the event to the tree.
- isCellEditable(Object, int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
-
Indicates whether the the value for node node
,
at column number column
is editable.
- isCellEditable(int, int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- isColumnChangeable(TableColumn) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Checks whether the specified column can change visibility.
- isColumnChangeable(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Checks whether the specified column can change visibility.
- isColumnEditable(int) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Get the editability of the column.
- isColumnExcluded(int) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Check if nodes of this type should have a value for the given column.
- isColumnVisible(TableColumn) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Checks whether the specified column is currently visible.
- isColumnVisible(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Checks whether the specified column is currently visible.
- isCurrentQuery(String) - Method in class jadex.commons.gui.ClassSearchPanel
-
Test if the search is still the current one.
- isDoFilter() - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- isDoFilter() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- isDoSort() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- isExpanded(TreePath) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Test if a path is expanded or should be.
- isInputValid() - Method in class jadex.commons.gui.JValidatorTextField
-
Test if the input is valid with regards to the text.
- isLeaf(Object) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- isLeaf(Object) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
TreeModel method to determine if a node is a leaf.
- ISorterFilterTableModel - Interface in jadex.commons.gui.jtable
-
- isPausedDisplaying() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- isSelected() - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableAction
-
- isSelected() - Method in interface jadex.commons.gui.jtreetable.TreeTableAction
-
Determine if the checkbox should be selected.
- isShowEntriesCount() - Method in class jadex.commons.gui.EditableList
-
Test if number of entries is shown.
- isSorting() - Method in class jadex.commons.gui.jtable.TableSorter
-
- isTreeExpanded(JTree, TreePath) - Static method in class jadex.commons.gui.TreeExpansionHandler
-
Test if a tree node is expanded or should be.
- isUndone() - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Get the undone.
- isUndone() - Method in class jadex.commons.gui.future.SwingResultListener
-
Get the undone.
- isUpdating() - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
Get the updating.
- IVisibilityTableColumnModel - Interface in jadex.commons.gui.jtable
-
User: Ruediger Leppin
Date: 26.11.2003
Time: 01:52:25
- jadex.commons.gui - package jadex.commons.gui
-
- jadex.commons.gui.autocombo - package jadex.commons.gui.autocombo
-
- jadex.commons.gui.future - package jadex.commons.gui.future
-
- jadex.commons.gui.jtable - package jadex.commons.gui.jtable
-
This package contains useful classes for working with JTables.
- jadex.commons.gui.jtreetable - package jadex.commons.gui.jtreetable
-
- JSplitPanel - Class in jadex.commons.gui
-
Workaround for JSplitPane bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4101306
setDividerLocation() can only be called after component is visible.
- JSplitPanel() - Constructor for class jadex.commons.gui.JSplitPanel
-
Creates a new JSplitPane
configured to arrange the child
components side-by-side horizontally with no continuous layout, using two
buttons for the components.
- JSplitPanel(int) - Constructor for class jadex.commons.gui.JSplitPanel
-
Creates a new JSplitPane
configured with the specified
orientation and no continuous layout.
- JSplitPanel(int, boolean) - Constructor for class jadex.commons.gui.JSplitPanel
-
Creates a new JSplitPane
with the specified orientation and
redrawing style.
- JSplitPanel(int, Component, Component) - Constructor for class jadex.commons.gui.JSplitPanel
-
Creates a new JSplitPane
with the specified orientation and
with the specified components that do not do continuous redrawing.
- JSplitPanel(int, boolean, Component, Component) - Constructor for class jadex.commons.gui.JSplitPanel
-
Creates a new JSplitPane
with the specified orientation and
redrawing style, and with the specified components.
- JTreeTable - Class in jadex.commons.gui.jtreetable
-
This example shows how to create a simple JTreeTable component,
by using a JTree as a renderer (and editor) for the cells in a
particular column in the JTable.
- JTreeTable(TreeTableModel) - Constructor for class jadex.commons.gui.jtreetable.JTreeTable
-
- JTreeTable.ListToTreeSelectionModelWrapper - Class in jadex.commons.gui.jtreetable
-
ListToTreeSelectionModelWrapper extends DefaultTreeSelectionModel
to listen for changes in the ListSelectionModel it maintains.
- JTreeTable.TreeTableCellEditor - Class in jadex.commons.gui.jtreetable
-
An editor that can be used to edit the tree column.
- JTreeTable.TreeTableCellRenderer - Class in jadex.commons.gui.jtreetable
-
A TreeCellRenderer that displays a JTree.
- JTreeTableTest - Class in jadex.commons.gui.jtreetable
-
A test usage of the tree table component.
- JTreeTableTest() - Constructor for class jadex.commons.gui.jtreetable.JTreeTableTest
-
- JValidatorTextField - Class in jadex.commons.gui
-
The validator text field allows to check the input and automatically
underlines an invalid input with a red line (like an eclipse error).
- JValidatorTextField() - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new TextField
.
- JValidatorTextField(IValidator) - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new TextField
.
- JValidatorTextField(String, IValidator) - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new TextField
initialized with the
specified text.
- JValidatorTextField(String) - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new TextField
initialized with the
specified text.
- JValidatorTextField(int) - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new empty TextField
with the specified
number of columns.
- JValidatorTextField(String, int) - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new TextField
initialized with the
specified text and columns.
- JValidatorTextField(Document, String, int) - Constructor for class jadex.commons.gui.JValidatorTextField
-
Constructs a new JTextField
that uses the given text
storage model and the given number of columns.
- rawmenu - Variable in class jadex.commons.gui.PopupBuilder
-
The menu-items and actions.
- reference - Variable in class jadex.commons.gui.BrowserPane
-
The current URL under the mouse cursor when local reference (i.e.
- refresh() - Method in class jadex.commons.gui.EditableList
-
Update the ui, when the aid has changed.
- reload(TreeNode) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
Invoke this method if you've modified the TreeNode
s upon which
this model depends.
- remove(int, int) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
-
- remove(int) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Removes the child at index
from the receiver.
- removeAllRows() - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Remove all rows from the model.
- removeColumn(TableColumn) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Deletes the TableColumn
column
from the
tableColumns
array.
- removeDuplicates() - Method in class jadex.commons.gui.EditableList
-
Remove all duplicates from the list.
- removeEntries() - Method in class jadex.commons.gui.EditableList
-
Remove all entries.
- removeEntry(String) - Method in class jadex.commons.gui.EditableList
-
Add a new entry.
- removeItem(Object) - Method in class jadex.commons.gui.PopupBuilder
-
Remove an item.
- removeLayoutComponent(Component) - Method in class jadex.commons.gui.ObjectCardLayout
-
Will be called from the container, when
a component was removed.
- removeRow(Object) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Remove a row from the model.
- removeRow(int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Remove a row from the model.
- removeTreeModelListener(TreeModelListener) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- renderObject(Graphics, Component, double, double, int, int, int) - Static method in class jadex.commons.gui.SGUI
-
Render an object on a grid.
- renewIndex() - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- replace(int, int, String, AttributeSet) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
-
- resetRowSelection() - Method in class jadex.commons.gui.jtreetable.JTreeTable.ListToTreeSelectionModelWrapper
-
This is overridden to set updatingListSelectionModel
and message super.
- ResizeableTableHeader - Class in jadex.commons.gui.jtable
-
This subclass of JTableHeader
extends a JTable
with the ability to resize a column to fit all its content on double click
on the right end of the column's header cell.
- ResizeableTableHeader() - Constructor for class jadex.commons.gui.jtable.ResizeableTableHeader
-
Constructs a ResizeableTableHeader
with a default
TableColumnModel
.
- ResizeableTableHeader(TableColumnModel) - Constructor for class jadex.commons.gui.jtable.ResizeableTableHeader
-
Constructs a ResizeableTableHeader
which is initialized with
cm
as the column model.
- resizeAllColumns() - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Resizes all columns to fit all their content.
- resizeColumn(TableColumn) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Resizes the given column to fit all its content.
- resultAvailable(E) - Method in class jadex.commons.gui.future.SwingDefaultResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailable(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when the result is available.
- resultAvailable(E) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Called when the result is available.
- resultAvailableIfUndone(Collection<E>) - Method in class jadex.commons.gui.future.SwingIntermediateResultListener
-
Called when the result is available.
- resultAvailableIfUndone(E) - Method in class jadex.commons.gui.future.SwingResultListener
-
Called when the result is available.
- results - Variable in class jadex.commons.gui.ClassSearchPanel
-
The results table.
- root - Variable in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- root - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableModel
-
The root node.
- scaleImage(Image, int, int, int) - Static method in class jadex.commons.gui.SGUI
-
Scale an image.
- ScrollablePanel - Class in jadex.commons.gui
-
A panel that can be used in scrollpanes.
- ScrollablePanel(Dimension, boolean, boolean) - Constructor for class jadex.commons.gui.ScrollablePanel
-
Create a nee scrollable panel.
- selected - Variable in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- selectIcon(Object) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Select an icon.
- setAllColumnsVisible() - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Makes all columns in this model visible
- setAllColumnsVisible() - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Makes all columns in this model visible
- setAllColumnWidths(int, int, int) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Sets preferred width, the minimum and maximum width for all columns.
- setAllowDuplicates(boolean) - Method in class jadex.commons.gui.EditableList
-
Set if duplicates are allowed.
- setApplet(Applet) - Static method in class jadex.commons.gui.BrowserLauncher2
-
Set the current applet.
- setAutoResizingEnabled(boolean) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Sets whether columns are resized on table model events.
- setBounds(int, int, int, int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
-
This is overridden to set the height to match that of the JTable.
- setColumnChangeable(TableColumn, boolean) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Sets whether this column can change visibility.
- setColumnChangeable(TableColumn, boolean) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Sets whether this column can change visibility.
- setColumnClass(Class, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Set the class of the column.
- setColumnComparator(Class, Comparator) - Method in class jadex.commons.gui.jtable.TableSorter
-
- setColumnEditable(boolean, int) - Method in class jadex.commons.gui.jtable.ObjectTableModel
-
Set if a column is editable.
- setColumnVisible(TableColumn, boolean) - Method in interface jadex.commons.gui.jtable.IVisibilityTableColumnModel
-
Sets the visibility of the specified TableColumn.
- setColumnVisible(TableColumn, boolean) - Method in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Sets the visibility of the specified TableColumn.
- setColumnWidths(TableColumn, int, int, int) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Sets preferred width, the minimum and maximum width for a given column.
- setCurrentQuery(String) - Method in class jadex.commons.gui.ClassSearchPanel
-
Set the current query string.
- setDefaultOpenMode(boolean) - Method in class jadex.commons.gui.BrowserPane
-
Set the default open mode for a link click.
- setDividerLocation(double) - Method in class jadex.commons.gui.JSplitPanel
-
- setDoFilter(boolean) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- setDoFilter(boolean) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- setEditable(String) - Method in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Make a column editable.
- setEditor(ComboBoxEditor) - Method in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
- setEntries(String[]) - Method in class jadex.commons.gui.EditableList
-
Set the entries.
- setExternals(Map<String, String>) - Method in class jadex.commons.gui.BrowserPane
-
Set the externals of this BrowserPane.
- setFilter(Vector) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- setFilter(Vector) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
Filter the table using the values in the given vector.
- setIncludeHeaderWidth(boolean) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Sets whether the header's width are included on calculation
- setItem(Object) - Method in class jadex.commons.gui.autocombo.ComboBoxEditor
-
Set the item.
- setJTextPaneFont(JTextPane, Font, Color) - Static method in class jadex.commons.gui.BrowserPane
-
Utility method for setting the font and color of a JTextPane.
- setModel(DefaultTreeTableModel) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Set the model.
- setPage(URL) - Method in class jadex.commons.gui.BrowserPane
-
Open an url in this pane.
- setPattern(String) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- setPauseDisplaying(boolean) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- setRowHeight(int) - Method in class jadex.commons.gui.jtreetable.JTreeTable
-
Overridden to pass the new rowHeight to the tree.
- setRowHeight(int) - Method in class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
-
Sets the row height of the tree, and forwards the row height to
the table.
- setSelectedItem(Object) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- setSelectedItemQuiet(Object) - Method in class jadex.commons.gui.autocombo.AbstractAutoComboModel
-
- setShowEntriesCount(boolean) - Method in class jadex.commons.gui.EditableList
-
Show the number of entries in title.
- setSortColumn(int) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- setSortColumn(int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- setSortDirection(int) - Method in interface jadex.commons.gui.jtable.ISorterFilterTableModel
-
- setSortDirection(int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- setSortingStatus(int, int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- setStatus(String) - Method in class jadex.commons.gui.ClassSearchPanel
-
Set a status text.
- setStyledDocument(StyledDocument) - Method in class jadex.commons.gui.BrowserPane
-
Show a document in this pane.
- setTable(JTable) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Sets the table associated with this header.
- setTableHeader(JTableHeader) - Method in class jadex.commons.gui.jtable.TableSorter
-
- setTableModel(TableModel) - Method in class jadex.commons.gui.jtable.TableSorter
-
- setText(String) - Method in class jadex.commons.gui.BrowserPane
-
Show some text in this pane.
- setTitle(String) - Method in class jadex.commons.gui.EditableList
-
Set the list title.
- SetTreeTableNode - Class in jadex.commons.gui.jtreetable
-
A tree table node, that has as name its number.
- SetTreeTableNode(TreeTableNodeType, Map) - Constructor for class jadex.commons.gui.jtreetable.SetTreeTableNode
-
Create a tree table node with initial values.
- setValidator(IValidator) - Method in class jadex.commons.gui.JValidatorTextField
-
Set the validator.
- setValue(int, Object) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Set the value at a specific column.
- setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
- setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtable.TableSorter
-
- setValueAt(Object, Object, int) - Method in class jadex.commons.gui.jtreetable.AbstractTreeTableModel
-
- setValueAt(Object, Object, int) - Method in class jadex.commons.gui.jtreetable.DynamicTreeTableModel
-
Sets the value to aValue
for the object node
in column column
.
- setValueAt(Object, Object, int) - Method in interface jadex.commons.gui.jtreetable.TreeTableModel
-
Sets the value for node node
,
at column number column
.
- setValueAt(Object, int, int) - Method in class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- setValues(Map) - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Set all values at once.
- SGUI - Class in jadex.commons.gui
-
Static helper class with useful gui related methods.
- SGUI() - Constructor for class jadex.commons.gui.SGUI
-
- shouldSelectCell(EventObject) - Method in class jadex.commons.gui.jtable.PatternEditor
-
- show(Component, int, int) - Method in class jadex.commons.gui.jtable.VisibilityPopupMenu
-
- show(Object) - Method in class jadex.commons.gui.ObjectCardLayout
-
Shows the component in the parent.
- showcnt - Variable in class jadex.commons.gui.EditableList
-
Show the numbers of entries in title.
- showDialog(ClassLoader, IThreadPool, Component) - Static method in class jadex.commons.gui.ClassSearchPanel
-
Show a repository and artifact dialog.
- showError(Component, String, String, Exception) - Static method in class jadex.commons.gui.SGUI
-
Display an error dialog.
- showMessageDialog(Component, Object, String, int) - Static method in class jadex.commons.gui.SGUI
-
Show an non-model message dialog.
- sizeColumnsToFit(int) - Method in class jadex.commons.gui.jtreetable.JTreeTable
-
This is overridden to invoke super's implementation, and then,
if the receiver is editing a Tree column, the editor's bounds is
reset.
- sort(List<ClassInfo>) - Static method in class jadex.commons.gui.autocombo.FixedClassInfoComboModel
-
- sort(Object[]) - Method in class jadex.commons.gui.jtreetable.MergeSort
-
- SortArrowIcon - Class in jadex.commons.gui.jtable
-
- SortArrowIcon(int) - Constructor for class jadex.commons.gui.jtable.SortArrowIcon
-
- sortColumn - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- sortColumns - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- sortDirection - Variable in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- SorterFilterTableModel - Class in jadex.commons.gui.jtable
-
- SorterFilterTableModel(TableModel) - Constructor for class jadex.commons.gui.jtable.SorterFilterTableModel
-
- SortHeaderRenderer - Class in jadex.commons.gui.jtable
-
- SortHeaderRenderer() - Constructor for class jadex.commons.gui.jtable.SortHeaderRenderer
-
- status - Variable in class jadex.commons.gui.ClassSearchPanel
-
The status.
- stopCellEditing() - Method in class jadex.commons.gui.jtable.PatternEditor
-
- StringComboModel - Class in jadex.commons.gui.autocombo
-
- StringComboModel(AutoCompleteCombo, int, List<String>) - Constructor for class jadex.commons.gui.autocombo.StringComboModel
-
Create a new StringComboModel.
- stringToColor(String) - Static method in class jadex.commons.gui.SGUI
-
Color conversion method for "web-style" color definitions.
- supertype - Variable in class jadex.commons.gui.jtreetable.TreeTableNodeType
-
The supertype (if any).
- swapSpace - Variable in class jadex.commons.gui.jtreetable.MergeSort
-
- SwingDefaultResultListener<E> - Class in jadex.commons.gui.future
-
Result listener that redirects callbacks on the swing thread.
- SwingDefaultResultListener(IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
-
Create a new listener with functional interfaces.
- SwingDefaultResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
-
Create a new listener with functional interfaces.
- SwingDefaultResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener, Component) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
-
Create a new listener with functional interfaces.
- SwingDefaultResultListener() - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
-
Create a new listener.
- SwingDefaultResultListener(Component) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
-
Create a new listener.
- SwingDefaultResultListener(Logger) - Constructor for class jadex.commons.gui.future.SwingDefaultResultListener
-
Create a new listener.
- SwingDelegationResultListener<E> - Class in jadex.commons.gui.future
-
Delegation result listener that calls customResultAvailable and
customExceptionOccurred on swing thread.
- SwingDelegationResultListener(Future<E>, IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingDelegationResultListener
-
Create a new listener with functional interfaces.
- SwingDelegationResultListener(Future<E>, IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingDelegationResultListener
-
Create a new listener with functional interfaces.
- SwingDelegationResultListener(Future<E>) - Constructor for class jadex.commons.gui.future.SwingDelegationResultListener
-
Create a new listener.
- SwingExceptionDelegationResultListener<E,T> - Class in jadex.commons.gui.future
-
Delegation result listener that calls customResultAvailable and
customExceptionOccurred on swing thread.
- SwingExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.gui.future.SwingExceptionDelegationResultListener
-
Create a new listener.
- SwingIntermediateDefaultResultListener<E> - Class in jadex.commons.gui.future
-
Default implementation of intermediate result listener
with methods called on swing thread.
- SwingIntermediateDefaultResultListener() - Constructor for class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Create a new listener.
- SwingIntermediateDefaultResultListener(Component) - Constructor for class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Create a new listener.
- SwingIntermediateDefaultResultListener(Logger) - Constructor for class jadex.commons.gui.future.SwingIntermediateDefaultResultListener
-
Create a new listener.
- SwingIntermediateDelegationResultListener<E> - Class in jadex.commons.gui.future
-
Exception delegation listener for intermediate results called back on swing thread.
- SwingIntermediateDelegationResultListener(IntermediateFuture<E>) - Constructor for class jadex.commons.gui.future.SwingIntermediateDelegationResultListener
-
Create a new listener.
- SwingIntermediateExceptionDelegationResultListener<E,T> - Class in jadex.commons.gui.future
-
Exception delegation listener for intermediate results called back on swing thread.
- SwingIntermediateExceptionDelegationResultListener(Future<T>) - Constructor for class jadex.commons.gui.future.SwingIntermediateExceptionDelegationResultListener
-
Create a new listener.
- SwingIntermediateResultListener<E> - Class in jadex.commons.gui.future
-
- SwingIntermediateResultListener(IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
-
Create a new listener with functional interfaces.
- SwingIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
-
Create a new listener with functional interfaces.
- SwingIntermediateResultListener(IFunctionalResultListener<E>, IFunctionalResultListener<Void>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
-
Create a new listener with functional interfaces.
- SwingIntermediateResultListener(IIntermediateResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingIntermediateResultListener
-
Create a new listener.
- SwingResultListener<E> - Class in jadex.commons.gui.future
-
Listener that performs notifications on swing thread..
- SwingResultListener(IFunctionalResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingResultListener
-
Create a new listener with functional interfaces.
- SwingResultListener(IFunctionalResultListener<E>, IFunctionalExceptionListener) - Constructor for class jadex.commons.gui.future.SwingResultListener
-
Create a new listener with functional interfaces.
- SwingResultListener(IResultListener<E>) - Constructor for class jadex.commons.gui.future.SwingResultListener
-
Create a new listener.
- t - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo.AutoCompleteDocument
-
- tableChanged(TableModelEvent) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
Signal that the table has changed in some way.
- tableChanged(TableModelEvent) - Method in class jadex.commons.gui.jtable.DelegateTableModel
-
- tableChanged(TableModelEvent) - Method in class jadex.commons.gui.jtable.ResizeableTableHeader
-
Listen for table model events from tablemodel.
- tableColumnsFixed - Variable in class jadex.commons.gui.jtable.VisibilityTableColumnModel
-
Array of TableColumn objects that
cannot change the visibility.
- tableModel - Variable in class jadex.commons.gui.jtable.TableSorter
-
- tableRowsDeleted(int, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
- tableRowsDeleted(int, int, int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- tableRowsInserted(int, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
Filter the model.
- tableRowsInserted(int, int, int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- tableRowsUpdated(int, int, int) - Method in class jadex.commons.gui.jtable.AbstractIndexTableModel
-
- tableRowsUpdated(int, int, int) - Method in class jadex.commons.gui.jtable.SorterFilterTableModel
-
- TableSorter - Class in jadex.commons.gui.jtable
-
TableSorter is a decorator for TableModels; adding sorting
functionality to a supplied TableModel.
- TableSorter() - Constructor for class jadex.commons.gui.jtable.TableSorter
-
- TableSorter(TableModel) - Constructor for class jadex.commons.gui.jtable.TableSorter
-
- TableSorter(TableModel, JTableHeader) - Constructor for class jadex.commons.gui.jtable.TableSorter
-
- thefactory - Variable in class jadex.commons.gui.BrowserPane.ClasspathHTMLEditorKit
-
The view factory.
- title - Variable in class jadex.commons.gui.EditableList
-
The list title.
- ToolTipAction - Class in jadex.commons.gui
-
An action with associated tooltip text.
- ToolTipAction(String, Icon, String) - Constructor for class jadex.commons.gui.ToolTipAction
-
Defines an Action
object with the specified
description string and a default icon.
- toSort - Variable in class jadex.commons.gui.jtreetable.MergeSort
-
- toString() - Method in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
Get a string representation of this node.
- toString() - Method in class jadex.commons.gui.jtreetable.SetTreeTableNode
-
Get the node name.
- toString() - Method in class jadex.commons.gui.ObjectCardLayout
-
- tp - Variable in class jadex.commons.gui.autocombo.AutoCompleteCombo
-
The thread pool.
- tp - Variable in class jadex.commons.gui.ClassSearchPanel
-
The thread pool.
- trackheight - Variable in class jadex.commons.gui.ScrollablePanel
-
True if the view should always be adjusted to scrollpane height (i.e.
- trackwidth - Variable in class jadex.commons.gui.ScrollablePanel
-
True if the view should always be adjusted to scrollpane width (i.e.
- tree - Variable in class jadex.commons.gui.jtreetable.JTreeTable
-
A subclass of JTree.
- tree - Variable in class jadex.commons.gui.TreeExpansionHandler
-
The tree.
- treeCollapsed(TreeExpansionEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Called whenever an item in the tree has been collapsed.
- TreeCombo - Class in jadex.commons.gui
-
- TreeCombo(JTree) - Constructor for class jadex.commons.gui.TreeCombo
-
- treeExpanded(TreeExpansionEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Called whenever an item in the tree has been expanded.
- TreeExpansionHandler - Class in jadex.commons.gui
-
The tree expansion handler assures
that tree nodes stay expanded, even when
their last child is removed, and then new
child nodes are added.
- TreeExpansionHandler(JTree) - Constructor for class jadex.commons.gui.TreeExpansionHandler
-
Create a tree expansion handler for a given tree.
- treeNodesChanged(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Invoked after a node (or a set of siblings) has changed in some way.
- treeNodesInserted(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Invoked after nodes have been inserted into the tree.
- treeNodesRemoved(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Invoked after nodes have been removed from the tree.
- treeStructureChanged(TreeModelEvent) - Method in class jadex.commons.gui.TreeExpansionHandler
-
Invoked after the tree has drastically changed structure from a
given node down.
- TreeTableAction - Interface in jadex.commons.gui.jtreetable
-
An action to add checkbox menu items to tree table popups.
- TreeTableCellEditor() - Constructor for class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellEditor
-
- TreeTableCellRenderer(TreeModel) - Constructor for class jadex.commons.gui.jtreetable.JTreeTable.TreeTableCellRenderer
-
- TreeTableModel - Interface in jadex.commons.gui.jtreetable
-
TreeTableModel is the model used by a JTreeTable.
- TreeTableModelAdapter - Class in jadex.commons.gui.jtreetable
-
This is a wrapper class takes a TreeTableModel and implements
the table model interface.
- TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class jadex.commons.gui.jtreetable.TreeTableModelAdapter
-
- TreeTableNode - Interface in jadex.commons.gui.jtreetable
-
Interface for tree table nodes.
- TreeTableNodeType - Class in jadex.commons.gui.jtreetable
-
The node type represents the generic properties
of tree table nodes.
- TreeTableNodeType(String, Icon[], TreeTableNodeType) - Constructor for class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Create a treetable node type inheriting from some other type.
- TreeTableNodeType(String, Icon[], String[], String[]) - Constructor for class jadex.commons.gui.jtreetable.TreeTableNodeType
-
Create a treetable node type.
- TreeTablePopupListener - Class in jadex.commons.gui.jtreetable
-
A mouse listener to add popup-menus to tree tables.
- TreeTablePopupListener() - Constructor for class jadex.commons.gui.jtreetable.TreeTablePopupListener
-
- type - Variable in class jadex.commons.gui.jtreetable.DefaultTreeTableNode
-
The node type identifier.