All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- actionPerformed(ActionEvent).
Method in class COM.taligent.widget.MCLBCustomizer
- Action event handler.
- actionPerformed(ActionEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- add(int).
Method in class COM.taligent.widget.ProgressBar
- Adds a specific amount to the progress bar's value.
- addAdjustmentListener(AdjustmentListener).
Method in class COM.taligent.widget.Scroller
- Adds an item listener.
- addAdjustmentListener(AdjustmentListener, int).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a scrollbar adjustment listener.
- addCaption(Caption).
Method in class COM.taligent.widget.CaptionBar
- Adds the specified caption to the bar.
- addCaption(String).
Method in class COM.taligent.widget.CaptionBar
- Adds a caption to the bar with the specified label and
default length.
- addCaption(String, int).
Method in class COM.taligent.widget.CaptionBar
- Adds a caption to the bar with the specified label and
length.
- addCaptionBarListener(CaptionBarListener).
Method in class COM.taligent.widget.CaptionBar
- Adds a caption bar event listener.
- addCaptionBarListener(CaptionBarListener).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a caption bar event listener.
- addColumn(String).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a column to the listbox.
- addColumns(String[]).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a series of columns to the listbox.
- addElement(Object).
Method in class COM.taligent.widget.ListboxColumn
- Adds an element to this column.
- addItemListener(ItemListener).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds an item listener.
- addListboxListener(ListboxListener).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a listbox event listener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class COM.taligent.widget.MCLBCustomizer
- Add a PropertyChangeListener.
- addRow(Object[]).
Method in class COM.taligent.widget.MultiColumnListbox
- Add a new row to the multi-column listbox with the default key
value.
- addRow(Object[], Object).
Method in class COM.taligent.widget.MultiColumnListbox
- Add a new row to the multi-column listbox with a given key.
- addRows(Object[][]).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a series of rows with the default key value.
- addRows(Object[][], Object[]).
Method in class COM.taligent.widget.MultiColumnListbox
- Adds a series of rows with the specified key values.
- adjustmentValueChanged(AdjustmentEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A scrollbar was adjusted.
- adjustmentValueChanged(AdjustmentEvent).
Method in class COM.taligent.widget.ProgressBar
- Value changed -- update progress bar.
- ALIGNMENTS.
Static variable in class COM.taligent.widget.Alignment
- Array of available alignments.
- allowsMultipleSelections().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether multiple selections are allowed.
- ASCENDING.
Static variable in class COM.taligent.util.Sorter
- Ascending sort order.
- autoSizeColumn(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Resizes the specified column to fit the widest element
currently in the column.
- AWT().
Constructor for class COM.taligent.util.AWT
-
- background.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- bar.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- BLOCK.
Static variable in class COM.taligent.widget.ProgressBar
- Progress indicated by series of solid blocks.
- BLOCK.
Static variable in class COM.taligent.widget.ProgressBarStyle
- Block style.
- BorderPanel().
Constructor for class COM.taligent.widget.BorderPanel
- Constructor.
- BorderPanel(Color, int).
Constructor for class COM.taligent.widget.BorderPanel
- Constructor.
- BorderPanel(int).
Constructor for class COM.taligent.widget.BorderPanel
- Constructor.
- BorderPanel(int, int).
Constructor for class COM.taligent.widget.BorderPanel
- Constructor.
- BorderPanel(String).
Constructor for class COM.taligent.widget.BorderPanel
- Constructor.
- caption.
Variable in class COM.taligent.widget.ListboxColumn
-
- Caption().
Constructor for class COM.taligent.widget.Caption
- Constructs a caption with a blank label.
- Caption(String).
Constructor for class COM.taligent.widget.Caption
- Constructs a caption with the specified label and
default length.
- captionAdded(CaptionInfo).
Method in class COM.taligent.widget.MCLBCustomizer
- Information added.
- CaptionBar().
Constructor for class COM.taligent.widget.CaptionBar
- Constructs an empty caption bar.
- CaptionBarEvent(Object, int, int, int).
Constructor for class COM.taligent.widget.event.CaptionBarEvent
- Constructs a new caption bar event.
- captionEdited(CaptionInfo).
Method in class COM.taligent.widget.MCLBCustomizer
- Information added.
- captionResized(CaptionBarEvent).
Method in interface COM.taligent.widget.event.CaptionBarListener
- A caption was resized.
- captionResized(CaptionBarEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A caption was resized.
- captionSelected(CaptionBarEvent).
Method in interface COM.taligent.widget.event.CaptionBarListener
- A caption was selected.
- captionSelected(CaptionBarEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A caption was selected.
- CENTER.
Static variable in class COM.taligent.widget.Alignment
- Centered.
- CENTER.
Static variable in class COM.taligent.widget.BorderPanel
- Center alignment.
- CENTER.
Static variable in class COM.taligent.widget.ListboxColumn
- Align in center.
- clear().
Method in class COM.taligent.widget.MultiColumnListbox
- Removes all the rows from the listbox.
- columns.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- compare(Object, Object).
Method in interface COM.taligent.util.Comparator
- Compares object a to b.
- compare(Object, Object).
Method in class COM.taligent.util.NumericStringComparator
- Compares object a to b.
- compare(Object, Object).
Method in class COM.taligent.util.StringComparator
- Compares object a to b.
- countColumns().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the number of columns in the listbox.
- countRows().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the number of rows in the listbox.
- DEFAULT_ALIGNMENT.
Static variable in class COM.taligent.widget.BorderPanel
- Default alignment (LEFT).
- DEFAULT_ALIGNMENT.
Static variable in class COM.taligent.widget.ListboxColumn
- Default alignment (LEFT).
- DEFAULT_BACKGROUND.
Static variable in class COM.taligent.widget.ProgressBar
- Default background color (Color.lightGray).
- DEFAULT_BACKGROUND_COLOR.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default background color (Color.lightGray).
- DEFAULT_CAPTIONBAR_HEIGHT.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default caption bar height.
- DEFAULT_COLOR.
Static variable in class COM.taligent.widget.BorderPanel
- Default color (black).
- DEFAULT_COLOR.
Static variable in class COM.taligent.widget.ProgressBar
- Default color (Color.blue).
- DEFAULT_COMPARATOR.
Static variable in class COM.taligent.util.Sorter
- Default comparator (StringComparator).
- DEFAULT_DIRECTION.
Static variable in class COM.taligent.widget.ProgressBar
- Default movement (RIGHT).
- DEFAULT_FONT.
Static variable in class COM.taligent.widget.BorderPanel
- Default font (TimesRoman,PLAIN,14).
- DEFAULT_FOREGROUND.
Static variable in class COM.taligent.widget.ProgressBar
- Default foreground color (Color.blue).
- DEFAULT_FOREGROUND_COLOR.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default foreground color (Color.black).
- DEFAULT_GAP.
Static variable in class COM.taligent.widget.BorderPanel
- Default gap between border and contained component (5).
- DEFAULT_IN_THICKNESS.
Static variable in class COM.taligent.widget.BorderPanel
- Default thickness for etched-in borders (10).
- DEFAULT_KEY.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default row key value (null).
- DEFAULT_LENGTH.
Static variable in class COM.taligent.widget.Caption
- Default caption length (50).
- DEFAULT_LOWERED_THICKNESS.
Static variable in class COM.taligent.widget.BorderPanel
- Default thickness for lowered borders (2).
- DEFAULT_MAX.
Static variable in class COM.taligent.widget.ProgressBar
- Default maximum value (100).
- DEFAULT_MIN.
Static variable in class COM.taligent.widget.ProgressBar
- Default minimum value (0).
- DEFAULT_ORDER.
Static variable in class COM.taligent.util.Sorter
- Default sort order (ASCENDING).
- DEFAULT_ORIENTATION.
Static variable in class COM.taligent.widget.ProgressBar
- Default orientation (HORIZONTAL).
- DEFAULT_ORIENTATION.
Static variable in class COM.taligent.widget.Scroller
- Default orientation (VERTICAL).
- DEFAULT_OUT_THICKNESS.
Static variable in class COM.taligent.widget.BorderPanel
- Default thickness for etched-out borders (10).
- DEFAULT_RAISED_THICKNESS.
Static variable in class COM.taligent.widget.BorderPanel
- Default thickness for raised borders (2).
- DEFAULT_ROW_HEIGHT.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default row height (20).
- DEFAULT_SCROLL_DELAY.
Static variable in class COM.taligent.widget.Scroller
- Default scroll delay between successive scrolls (125 ms).
- DEFAULT_SELECTION_BACKGROUND.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default selected background color (Color.gray).
- DEFAULT_SELECTION_FOREGROUND.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default selected foreground color (Color.black).
- DEFAULT_SEPARATOR_COLOR.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Default separator color (Color.black).
- DEFAULT_SOLID_THICKNESS.
Static variable in class COM.taligent.widget.BorderPanel
- Default thickness for solid borders (4).
- DEFAULT_STATE.
Static variable in class COM.taligent.widget.ListboxCaption
- If sortable, the default "state" (DOWN).
- DEFAULT_STYLE.
Static variable in class COM.taligent.widget.BorderPanel
- Default style (IN).
- DEFAULT_STYLE.
Static variable in class COM.taligent.widget.ProgressBar
- Default style (SOLID).
- DEFAULT_THICKNESS.
Static variable in class COM.taligent.widget.BorderPanel
- Default thickness (10).
- deleteColumn(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a column from the listbox.
- deleteRow(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a row from the listbox.
- DESCENDING.
Static variable in class COM.taligent.util.Sorter
- Descending sort order.
- deselectAllRows().
Method in class COM.taligent.widget.MultiColumnListbox
- Deselects all of the rows.
- DESELECTED.
Static variable in class COM.taligent.widget.event.ListboxEvent
- Row was deselected.
- deselectRow(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Deselects a row.
- deselectRowByKey(Object).
Method in class COM.taligent.widget.MultiColumnListbox
- Deselects the first row with the given key.
- DIRECTIONS.
Static variable in class COM.taligent.widget.ProgressBarDirection
- Array of available orientations.
- DOWN.
Static variable in class COM.taligent.widget.ListboxCaption
- If sortable, the down "state".
- DOWN.
Static variable in class COM.taligent.widget.ProgressBar
- Top to bottom movement.
- DOWN.
Static variable in class COM.taligent.widget.ProgressBarDirection
- Moves down.
- DOWN.
Static variable in class COM.taligent.widget.Scroller
- The "down" button (internal use only).
- elementAt(int).
Method in class COM.taligent.widget.ListboxColumn
- Returns the element at the specified index.
- equals(Object).
Method in class COM.taligent.widget.Alignment
- Equality check.
- equals(Object).
Method in class COM.taligent.widget.ProgressBarDirection
- Equality check.
- equals(Object).
Method in class COM.taligent.widget.ProgressBarOrientation
- Equality check.
- equals(Object).
Method in class COM.taligent.widget.ProgressBarStyle
- Equality check.
- eventName(Event).
Static method in class COM.taligent.util.AWT
- Returns the name of the specified event id.
- focusGained(FocusEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- When focus is gained, redraws the listbox
indicating the focus.
- focusLost(FocusEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- When focus is lost, redraw the list without
focus indicator.
- getAlignment().
Method in class COM.taligent.widget.BorderPanel
- Gets the text alignment.
- getAlignment().
Method in class COM.taligent.widget.ListboxColumn
- Gets the current alignment for this column.
- getAsText().
Method in class COM.taligent.widget.ProgressBarDirectionEditor
- Returns the current value as text.
- getAsText().
Method in class COM.taligent.widget.ProgressBarOrientationEditor
- Returns the current value as text.
- getAsText().
Method in class COM.taligent.widget.ProgressBarStyleEditor
- Returns the current value as text.
- getBackground().
Method in class COM.taligent.widget.ListboxColumn
- Gets the current background color.
- getBackgroundImage().
Method in class COM.taligent.widget.CaptionBar
- Returns the current background image or null if none
is set.
- getBackgroundImage().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current background image or null if none
is set.
- getBeanDescriptor().
Method in class COM.taligent.widget.MultiColumnListboxBeanInfo
-
- getBlockIncrement().
Method in class COM.taligent.widget.Scroller
- Returns the current block increment value.
- getCaption().
Method in class COM.taligent.widget.event.CaptionBarEvent
- Returns the index of the caption that was acted upon.
- getCaption(int).
Method in class COM.taligent.widget.CaptionBar
- Returns the caption specified by the given index.
- getCaptionBarBackground().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current background color of the caption bar.
- getCaptionBarBackgroundImage().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current background image of the caption bar
or null if none is set.
- getCaptionBarForeground().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current foreground color of the caption bar.
- getCaptionBarHeight().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current caption bar height.
- getCaptionCount().
Method in class COM.taligent.widget.CaptionBar
- Returns the number of captions in this bar.
- getClickCount().
Method in class COM.taligent.widget.event.CaptionBarEvent
- Returns the number of clicks for this event.
- getClickCount().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns the click count.
- getColor().
Method in class COM.taligent.widget.BorderPanel
- Gets the current color for SOLID borders and the caption
text color for etched borders.
- getColumn().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns the column of the row involved with the selection.
- getColumn(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the array of values in the column, or null if
column specified is invalid.
- getColumnCount().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the number of columns in the listbox.
- getColumnInfo(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Returns a reference to specified column or null if no
such column index exists.
- getComparator().
Method in class COM.taligent.util.Sorter
- Gets the current comparator for this sorter.
- getContinuousDrag().
Method in class COM.taligent.widget.CaptionBar
- Returns whether each resize event is passed to the
parent or just a single resize event at the end of
the drag.
- getContinuousDrag().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether the columns are resized as the
caption is resized or only at the end of the drag.
- getDelay().
Method in class COM.taligent.widget.ProgressBar
- Gets the current delay between movement of the STRIPED progress bar.
- getDirection().
Method in class COM.taligent.widget.ProgressBar
- Returns the current direction of this progress bar.
- getForeground().
Method in class COM.taligent.widget.ListboxColumn
- Gets the current foreground color for this column.
- getFrame(Component).
Static method in class COM.taligent.util.AWT
- Returns the Frame that the specified component is in.
- getGap().
Method in class COM.taligent.widget.BorderPanel
- Gets the gap between the border and the contained Component.
- getIcon(int).
Method in class COM.taligent.widget.MultiColumnListboxBeanInfo
- Return bean icon.
- getIcon(int).
Method in class COM.taligent.widget.ProgressBarBeanInfo
- Return bean icon.
- getIndexByKey(Object).
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the index of the first row that has the specified
key or -1 if no row has that key.
- getInsets().
Method in class COM.taligent.widget.MCLBCustomizer
- Returns the insets of this panel.
- getJavaInitializationString().
Method in class COM.taligent.widget.ProgressBarDirectionEditor
- Default init string for this object type.
- getJavaInitializationString().
Method in class COM.taligent.widget.ProgressBarOrientationEditor
- Default init string for this object type.
- getJavaInitializationString().
Method in class COM.taligent.widget.ProgressBarStyleEditor
- Default init string for this object type.
- getKeys().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the array of key values, or null if there are
no columns or rows in the list.
- getLabel().
Method in class COM.taligent.widget.Caption
- Returns the current label.
- getLabel().
Method in class COM.taligent.widget.ListboxColumn
- Get the current label.
- getLength().
Method in class COM.taligent.widget.Caption
- Returns the current length of the caption.
- getLineIncrement().
Method in class COM.taligent.widget.Scroller
- Returns current unit increment.
- getMax().
Method in class COM.taligent.widget.ProgressBar
- Returns the maximum value for this progress bar.
- getMaximum().
Method in class COM.taligent.widget.ProgressBar
- Returns the maximum value for this progress bar.
- getMaximum().
Method in class COM.taligent.widget.Scroller
- Returns the current maximum value of this scrollbar.
- getMin().
Method in class COM.taligent.widget.ProgressBar
- Returns the minimum value for this progress bar.
- getMinimum().
Method in class COM.taligent.widget.ProgressBar
- Returns the minimum value for this progress bar.
- getMinimum().
Method in class COM.taligent.widget.Scroller
- Returns the current minimum value of this scrollbar.
- getMinimumSize().
Method in class COM.taligent.widget.CaptionBar
- Returns the minimum size of this caption bar.
- getMinimumSize().
Method in class COM.taligent.widget.MCLBCustomizer
- Returns the minimum size of this component.
- getMinimumSize().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the minimum size of this component.
- getMinimumSize().
Method in class COM.taligent.widget.ProgressBar
- Returns the minimum size of this progress bar.
- getMinimumSize().
Method in class COM.taligent.widget.Scroller
- Returns an arbitrary minimum size of the scrollbar.
- getModifiers().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns the selection modifiers.
- getMultipleSelections().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether multiple selections are allowed.
- getName().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns a unique name for this listbox.
- getName().
Method in class COM.taligent.widget.ProgressBar
- Returns this instance name.
- getName().
Method in class COM.taligent.widget.Scroller
- Returns the current name of this scrollbar instance.
- getOrientation().
Method in class COM.taligent.widget.ProgressBar
- Returns the current orientation of this progress bar.
- getOrientation().
Method in class COM.taligent.widget.Scroller
- Returns the current orientation of this scrollbar.
- getPageIncrement().
Method in class COM.taligent.widget.Scroller
- Returns the current block increment.
- getPercent().
Method in class COM.taligent.widget.ProgressBar
- Returns true if the percent is showing.
- getPlace().
Method in class COM.taligent.widget.ListboxView
- Returns the current place of the first row drawn.
- getPreferredSize().
Method in class COM.taligent.widget.CaptionBar
- Returns preferred (minimum) size of caption bar.
- getPreferredSize().
Method in class COM.taligent.widget.MCLBCustomizer
- Returns the preferred size of this component.
- getPreferredSize().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the preferred size of the listbox which is
just the minimum size.
- getPreferredSize().
Method in class COM.taligent.widget.ProgressBar
- Returns the preferred size of this progress bar which is just
minimum size.
- getPreferredSize().
Method in class COM.taligent.widget.Scroller
- Returns the preferred size (minimum size) of the component.
- getRow().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns the row involved with the selection.
- getRow(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the array of values in the row, or null if
row specified is invalid.
- getRowByKey(Object).
Method in class COM.taligent.widget.MultiColumnListbox
- Returns an array of row values with the specified key or
null if no row has the specified key.
- getRowCount().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the number of rows in the listbox.
- getRowHeight().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current height of the listbox rows.
- getRowKey(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the key value for the specified row.
- getScrollDelay().
Method in class COM.taligent.widget.Scroller
- Returns the current scroll delay.
- getSelectedCaptionIndex().
Method in class COM.taligent.widget.CaptionBar
- Returns the index of the selected caption or -1 if
there are no captions selected.
- getSelectedColumnIndex().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the index of the selected column.
- getSelectedIndex().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the index of the first selected row or -1 if
no row is selected.
- getSelectedIndexes().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns an array of indexes of the selected rows.
- getSelectedObjects().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns an array of selected row arrays.
- getSelectedRow().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the first selected row.
- getSelectedRows().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns all of the selected rowsas an array of rows.
- getSelectionBackground().
Method in class COM.taligent.widget.MultiColumnListbox
- Gets the current background color for all selected rows.
- getSelectionForeground().
Method in class COM.taligent.widget.MultiColumnListbox
- Gets the foreground color for all selected rows.
- getSeparatorColor().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns the current color of the horizontal and vertical
separators.
- getShowing().
Method in class COM.taligent.widget.ListboxView
- Returns how many rows are showing in the view.
- getSize().
Method in class COM.taligent.widget.Caption
- Method required by Paintable interface but not really
used.
- getSize().
Method in interface COM.taligent.widget.Paintable
- Returns the width and height needed to draw this object.
- getSorter().
Method in class COM.taligent.widget.ListboxColumn
- Gets the current sorter for this column.
- getSortOrder().
Method in class COM.taligent.util.Sorter
- Returns the current sort order.
- getState().
Method in class COM.taligent.widget.ListboxCaption
- Returns the current state of this caption.
- getState().
Method in class COM.taligent.widget.ListboxColumn
- Gets the current state of the column.
- getStyle().
Method in class COM.taligent.widget.BorderPanel
- Gets the style of the border
- getStyle().
Method in class COM.taligent.widget.ProgressBar
- Returns the current style of this progress bar.
- getTags().
Method in class COM.taligent.widget.ProgressBarDirectionEditor
- Returns array of enum value strings.
- getTags().
Method in class COM.taligent.widget.ProgressBarOrientationEditor
- Returns array of enum value strings.
- getTags().
Method in class COM.taligent.widget.ProgressBarStyleEditor
- Returns array of enum value strings.
- getText().
Method in class COM.taligent.widget.BorderPanel
- Gets the text.
- getTextFont().
Method in class COM.taligent.widget.BorderPanel
- Gets the font of the text.
- getThickness().
Method in class COM.taligent.widget.BorderPanel
- Gets the thickness of the border.
- getTime().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns the time of the event.
- getUnitIncrement().
Method in class COM.taligent.widget.Scroller
- Returns the current unit increment value.
- getUpdate().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether update are turned on or off.
- getValue().
Method in class COM.taligent.widget.Alignment
- Returns the internal value of this instance.
- getValue().
Method in class COM.taligent.widget.ProgressBar
- Returns the current value for this progress bar.
- getValue().
Method in class COM.taligent.widget.ProgressBarDirection
- Returns the internal value of this instance.
- getValue().
Method in class COM.taligent.widget.ProgressBarDirectionEditor
- Returns the current value acted on.
- getValue().
Method in class COM.taligent.widget.ProgressBarOrientation
- Returns the internal value of this instance.
- getValue().
Method in class COM.taligent.widget.ProgressBarOrientationEditor
- Returns the current value acted on.
- getValue().
Method in class COM.taligent.widget.ProgressBarStyle
- Returns the internal value of this instance.
- getValue().
Method in class COM.taligent.widget.ProgressBarStyleEditor
- Returns the current value acted on.
- getValue().
Method in class COM.taligent.widget.Scroller
- Returns the current value of this scrollbar.
- getVisibleAmount().
Method in class COM.taligent.widget.Scroller
- Returns how many elements are currently visible.
- getWidth().
Method in class COM.taligent.widget.ListboxColumn
- Gets the current width.
- hasFocus().
Method in class COM.taligent.widget.ListboxView
- Returns whether or not the listbox currently has
focus.
- HeapSorter().
Constructor for class COM.taligent.util.HeapSorter
-
- hideBorder().
Method in class COM.taligent.widget.MultiColumnListbox
- Hides the border around the listbox.
- hideHorizontalSeparator().
Method in class COM.taligent.widget.MultiColumnListbox
- Hides a horizontal separator line between each row.
- hideVerticalSeparator().
Method in class COM.taligent.widget.MultiColumnListbox
- Hides a vertical separator line between each column.
- HORIZONTAL.
Static variable in class COM.taligent.widget.ProgressBar
- Horizontal orientation.
- HORIZONTAL.
Static variable in class COM.taligent.widget.ProgressBarOrientation
- Horizontal orientation.
- HORIZONTAL.
Static variable in class COM.taligent.widget.Scroller
- Horizontal orientation.
- horizontalScrollAdjustment().
Method in class COM.taligent.widget.MultiColumnListbox
- Readjusts caption bar and list area.
- horizontalSeparatorShown().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether horizontal separator lines are shown between
each listbox row.
- hsep.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- IN.
Static variable in class COM.taligent.widget.BorderPanel
- An etched in border.
- init().
Method in class COM.taligent.widget.Scroller
- Initialize transient data.
- insertElementAt(Object, int).
Method in class COM.taligent.widget.ListboxColumn
- Inserts the element at the specified index.
- insertRow(Object[], int).
Method in class COM.taligent.widget.MultiColumnListbox
- Inserts a row of data into the listbox with the default
key value.
- insertRow(Object[], Object, int).
Method in class COM.taligent.widget.MultiColumnListbox
- Inserts a row of data into the listbox.
- insertRows(Object[][], int).
Method in class COM.taligent.widget.MultiColumnListbox
- Inserts the given rows at the specified index with the
default key value.
- insertRows(Object[][], Object[], int).
Method in class COM.taligent.widget.MultiColumnListbox
- Inserts the given rows at the specified index and the
key values.
- insets().
Method in class COM.taligent.widget.BorderPanel
- Returns the insets of this panel..
- isAltDown().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns whether alt key was pressed.
- isBlock().
Method in class COM.taligent.widget.ProgressBarStyle
- Returns whether this instance is BLOCK.
- isCaptionBarVisible().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether or not the caption bar is being shown.
- isCenter().
Method in class COM.taligent.widget.Alignment
- Returns whether this instance is CENTER.
- isControlDown().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns whether control key was pressed.
- isDown().
Method in class COM.taligent.widget.ProgressBarDirection
- Returns whether this instance is DOWN.
- isFocusTraversable().
Method in class COM.taligent.widget.MultiColumnListbox
- The listbox is always traversable.
- isHorizontal().
Method in class COM.taligent.widget.ProgressBarOrientation
- Returns whether this instance is HORIZONTAL.
- isHorizontalScrollbarVisible().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether the horizontal scrollbar is shown.
- isHorizontalSeparatorVisible().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether horizontal separator lines are shown between
each listbox row.
- isLeft().
Method in class COM.taligent.widget.Alignment
- Returns whether this instance is LEFT.
- isLeft().
Method in class COM.taligent.widget.ProgressBarDirection
- Returns whether this instance is LEFT.
- isMetaDown().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns whether meta key was pressed.
- isResizable().
Method in class COM.taligent.widget.Caption
- Returns true if this caption is resizable.
- isResizable().
Method in class COM.taligent.widget.ListboxColumn
- Determines if this column is resizable by the user.
- isRight().
Method in class COM.taligent.widget.Alignment
- Returns whether this instance is RIGHT.
- isRight().
Method in class COM.taligent.widget.ProgressBarDirection
- Returns whether this instance is RIGHT.
- isSelected().
Method in class COM.taligent.widget.Caption
- Returns whether this caption is currently selected.
- isSelected().
Method in class COM.taligent.widget.ListboxColumn
- Determines if this column is currently selected.
- isShiftDown().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns whether shift key was pressed.
- isSolid().
Method in class COM.taligent.widget.ProgressBarStyle
- Returns whether this instance is SOLID.
- isSortable().
Method in class COM.taligent.widget.ListboxCaption
- Returns whether or not this caption is part of a
sortable column.
- isSortable().
Method in class COM.taligent.widget.ListboxColumn
- Determine if this column is sortable.
- isStriped().
Method in class COM.taligent.widget.ProgressBarStyle
- Returns whether this instance is STRIPED.
- isUp().
Method in class COM.taligent.widget.ProgressBarDirection
- Returns whether this instance is UP.
- isVertical().
Method in class COM.taligent.widget.ProgressBarOrientation
- Returns whether this instance is VERTICAL.
- isVerticalScrollbarVisible().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether the vertical scrollbar is shown.
- isVerticalSeparatorVisible().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether the vertical separators are being shown.
- isVisible().
Method in class COM.taligent.widget.Caption
- Returns whether the caption is currently being shown
or not.
- isVisible().
Method in class COM.taligent.widget.ListboxColumn
- Determines if this column is currently being shown.
- keyPressed(KeyEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A key was pressed.
- keyPressed(KeyEvent).
Method in class COM.taligent.widget.Scroller
- Key pressed.
- keyReleased(KeyEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A key was released.
- keyReleased(KeyEvent).
Method in class COM.taligent.widget.Scroller
- Key released.
- keyTyped(KeyEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A key was typed.
- keyTyped(KeyEvent).
Method in class COM.taligent.widget.Scroller
- Key typed.
- lastselected.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- LEFT.
Static variable in class COM.taligent.widget.Alignment
- Left justified.
- LEFT.
Static variable in class COM.taligent.widget.BorderPanel
- Left alignment.
- LEFT.
Static variable in class COM.taligent.widget.ListboxColumn
- Align to left.
- LEFT.
Static variable in class COM.taligent.widget.ProgressBar
- Right to left movement.
- LEFT.
Static variable in class COM.taligent.widget.ProgressBarDirection
- Moves left.
- LEFT.
Static variable in class COM.taligent.widget.Scroller
- The "left" button (internal use only).
- listbox.
Variable in class COM.taligent.widget.MCLBCustomizer
-
- ListboxCaption().
Constructor for class COM.taligent.widget.ListboxCaption
-
- ListboxColumn().
Constructor for class COM.taligent.widget.ListboxColumn
- Default constructer.
- ListboxColumn(MultiColumnListbox, CaptionBar, Caption).
Constructor for class COM.taligent.widget.ListboxColumn
- Constructs a brand new ListboxColumn.
- ListboxEvent(Component, int, int, int, int, int).
Constructor for class COM.taligent.widget.event.ListboxEvent
- Constructs a listbox event.
- ListboxView().
Constructor for class COM.taligent.widget.ListboxView
- Default constructor.
- ListboxView(MultiColumnListbox).
Constructor for class COM.taligent.widget.ListboxView
- Constructs a listbox view with the given parent.
- LOWERED.
Static variable in class COM.taligent.widget.BorderPanel
- A lowered border.
- makeRowVisible(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Makes the specified row index visible in the listbox.
- MCLBCustomizer().
Constructor for class COM.taligent.widget.MCLBCustomizer
- Constructor.
- MINIMUM_CAPTION_LENGTH.
Static variable in class COM.taligent.widget.CaptionBar
-
- minimumSize().
Method in class COM.taligent.widget.Scroller
- The method minimumSize doesn't call getMinimumSize
like it should.
- mouseClicked(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse clicked event handler.
- mouseClicked(MouseEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A mouse button was clicked.
- mouseClicked(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse clicked.
- mouseDragged(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse dragged event handler.
- mouseDragged(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse dragged.
- mouseEntered(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse entered event handler.
- mouseEntered(MouseEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- The mouse cursor entered the component.
- mouseEntered(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse entered component.
- mouseExited(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse exited event handler.
- mouseExited(MouseEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- The mouse cursor exited the component.
- mouseExited(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse exited component.
- mouseMoved(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse moved event handler.
- mouseMoved(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse moved.
- mousePressed(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse pressed event handler.
- mousePressed(MouseEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A mouse button was pressed.
- mousePressed(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse pressed.
- mouseReleased(MouseEvent).
Method in class COM.taligent.widget.CaptionBar
- Mouse released event handler.
- mouseReleased(MouseEvent).
Method in class COM.taligent.widget.MultiColumnListbox
- A mouse button was released.
- mouseReleased(MouseEvent).
Method in class COM.taligent.widget.Scroller
- Mouse released.
- MultiColumnListbox().
Constructor for class COM.taligent.widget.MultiColumnListbox
- Constructor.
- MultiColumnListboxBeanInfo().
Constructor for class COM.taligent.widget.MultiColumnListboxBeanInfo
-
- NumericStringComparator().
Constructor for class COM.taligent.util.NumericStringComparator
-
- ORIENTATIONS.
Static variable in class COM.taligent.widget.ProgressBarOrientation
- Array of available orientations.
- OUT.
Static variable in class COM.taligent.widget.BorderPanel
- An etched out border.
- paint(Graphics).
Method in class COM.taligent.widget.BorderPanel
- Repaints the border.
- paint(Graphics).
Method in class COM.taligent.widget.Caption
- Paints the caption in the given graphics context.
- paint(Graphics).
Method in class COM.taligent.widget.CaptionBar
- Paints the caption bar.
- paint(Graphics).
Method in class COM.taligent.widget.ListboxCaption
- Overrides the paint method so that the sorting
triangle can be shown when this caption is
selected.
- paint(Graphics).
Method in class COM.taligent.widget.ListboxView
- Paints the rows.
- paint(Graphics).
Method in class COM.taligent.widget.MultiColumnListbox
- Paints the listbox.
- paint(Graphics).
Method in interface COM.taligent.widget.Paintable
- Paint the object in the given graphics context.
- paint(Graphics).
Method in class COM.taligent.widget.ProgressBar
- Paints the progress bar in the current style.
- paint(Graphics).
Method in class COM.taligent.widget.Scroller
- Paint the scrollbar with the current settings.
- paintBackground(Graphics).
Method in class COM.taligent.widget.Scroller
- Paints the background of the scrollbar.
- paintButton(Graphics, int).
Method in class COM.taligent.widget.Scroller
- Paints a button.
- paintHandle(Graphics).
Method in class COM.taligent.widget.Scroller
- Paints the handle.
- paintHook(String, int, int).
Method in class COM.taligent.widget.MultiColumnListbox
- This hook allows descendant classes to change the text of a
specific entry *before* it's printed but without changing the
data stored in the element.
- paintRow(Graphics, int).
Method in class COM.taligent.widget.ListboxView
- Paints a row in the given graphics context but only if it is
currently showing.
- preferredSize().
Method in class COM.taligent.widget.Scroller
- The method preferredSize doesn't call getPreferredSize
like it should.
- ProgressBar().
Constructor for class COM.taligent.widget.ProgressBar
- Constructs a standard horizontal, right moving, solid progress bar.
- ProgressBar(int).
Constructor for class COM.taligent.widget.ProgressBar
- Constructs a progress bar with the given style and default min
and max values.
- ProgressBar(int, int).
Constructor for class COM.taligent.widget.ProgressBar
- Constructs a horizontal, right moving, solid progress bar with
the min and max set to the specified values.
- ProgressBarBeanInfo().
Constructor for class COM.taligent.widget.ProgressBarBeanInfo
-
- ProgressBarDirectionEditor().
Constructor for class COM.taligent.widget.ProgressBarDirectionEditor
-
- ProgressBarOrientationEditor().
Constructor for class COM.taligent.widget.ProgressBarOrientationEditor
-
- ProgressBarStyleEditor().
Constructor for class COM.taligent.widget.ProgressBarStyleEditor
-
- RAISED.
Static variable in class COM.taligent.widget.BorderPanel
- A raised border.
- removeAdjustmentListener(AdjustmentListener).
Method in class COM.taligent.widget.Scroller
- Removes an item listener.
- removeAdjustmentListener(AdjustmentListener, int).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a scrollbar adjustment listener.
- removeAllColumns().
Method in class COM.taligent.widget.MultiColumnListbox
- Removes all of the columns from the listbox.
- removeAllElements().
Method in class COM.taligent.widget.ListboxColumn
- Removes all of the elements in this column.
- removeAllRows().
Method in class COM.taligent.widget.MultiColumnListbox
- Removes all the rows from the listbox.
- removeCaption(int).
Method in class COM.taligent.widget.CaptionBar
- Removes the caption specified by the given index.
- removeCaptionBarListener(CaptionBarListener).
Method in class COM.taligent.widget.CaptionBar
- Removes a caption bar event listener.
- removeCaptionBarListener(CaptionBarListener).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a caption bar event listener.
- removeColumn(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a column from the listbox.
- removeElementAt(int).
Method in class COM.taligent.widget.ListboxColumn
- Removes the element at the specified index.
- removeItemListener(ItemListener).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes an item listener
- removeListboxListener(ListboxListener).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a listbox event listener.
- removePropertyChangeListener(PropertyChangeListener).
Method in class COM.taligent.widget.MCLBCustomizer
- Removes a PropertyChangeListener.
- removeRow(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a row from the listbox.
- removeRows(int, int).
Method in class COM.taligent.widget.MultiColumnListbox
- Removes a series of rows.
- repaint().
Method in class COM.taligent.widget.MultiColumnListbox
- Repaint caption bar and list area.
- replaceColumn(Object[], int).
Method in class COM.taligent.widget.MultiColumnListbox
- Replaces the elements in the given column with the array of
objects specified.
- replaceRow(Object[], int).
Method in class COM.taligent.widget.MultiColumnListbox
- Replaces all elements of the given row with the text strings
specified.
- reset().
Method in class COM.taligent.widget.ProgressBar
- Sets the progress bar's value to the minimum value.
- resetHorizontalScrollbar().
Method in class COM.taligent.widget.MultiColumnListbox
- Resets the horizontal scrollbar -- internal to listbox.
- resetVerticalScrollbar().
Method in class COM.taligent.widget.MultiColumnListbox
- Resets the vertical scrollbar -- internal to listbox.
- RESIZED.
Static variable in class COM.taligent.widget.event.CaptionBarEvent
- Caption resized id.
- RIGHT.
Static variable in class COM.taligent.widget.Alignment
- Right justified.
- RIGHT.
Static variable in class COM.taligent.widget.BorderPanel
- Right alignment.
- RIGHT.
Static variable in class COM.taligent.widget.ListboxColumn
- Align to right.
- RIGHT.
Static variable in class COM.taligent.widget.ProgressBar
- Left to right movement.
- RIGHT.
Static variable in class COM.taligent.widget.ProgressBarDirection
- Moves right.
- RIGHT.
Static variable in class COM.taligent.widget.Scroller
- The "right" button (internal use only).
- rowDeselected(ListboxEvent).
Method in interface COM.taligent.widget.event.ListboxListener
- A row was deselected.
- rowheight.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- rowSelected(ListboxEvent).
Method in interface COM.taligent.widget.event.ListboxListener
- A row was selected.
- run().
Method in class COM.taligent.widget.ProgressBar
- Handles the task of continuously drawing the STRIPED progress bar.
- run().
Method in class COM.taligent.widget.Scroller
- Allows continuation of scrolling when mouse button
stays down on scrolls.
- Scroller().
Constructor for class COM.taligent.widget.Scroller
- Constructs a scrollbar with the default orientation.
- Scroller(int).
Constructor for class COM.taligent.widget.Scroller
- Constructs a scrollbar with the specified orientation.
- Scroller(int, int, int, int, int).
Constructor for class COM.taligent.widget.Scroller
- Constructs scrollbar with specified values.
- selectAllRows().
Method in class COM.taligent.widget.MultiColumnListbox
- Selects all of the rows.
- selectColumn(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Selects the specified column.
- SELECTED.
Static variable in class COM.taligent.widget.event.CaptionBarEvent
- Caption selected id.
- SELECTED.
Static variable in class COM.taligent.widget.event.ListboxEvent
- Row was selected.
- selected.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- SelectionSorter().
Constructor for class COM.taligent.util.SelectionSorter
-
- selectRow(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Selects a row.
- selectRowByKey(Object).
Method in class COM.taligent.widget.MultiColumnListbox
- Selects the first row with the given key.
- sepcolor.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- serialVersionUID.
Static variable in class COM.taligent.widget.CaptionBar
-
- serialVersionUID.
Static variable in class COM.taligent.widget.MultiColumnListbox
- Standard ***
private final static boolean REGISTERED = false;
/
- serialVersionUID.
Static variable in class COM.taligent.widget.Scroller
-
- setAlignment(Alignment).
Method in class COM.taligent.widget.ListboxColumn
-
- setAlignment(int).
Method in class COM.taligent.widget.BorderPanel
- Sets the text alignment.
- setAlignment(int).
Method in class COM.taligent.widget.ListboxColumn
- Sets the text alignment of the elements in this column.
- setAsText(String).
Method in class COM.taligent.widget.ProgressBarDirectionEditor
- Sets the current value.
- setAsText(String).
Method in class COM.taligent.widget.ProgressBarOrientationEditor
- Sets the current value.
- setAsText(String).
Method in class COM.taligent.widget.ProgressBarStyleEditor
- Sets the current value.
- setBackground(Color).
Method in class COM.taligent.widget.ListboxColumn
- Sets the background color.
- setBackground(Color).
Method in class COM.taligent.widget.ProgressBar
- Overrides setBackground so that the bar can be redrawn in
the specified background color.
- setBackground(Color).
Method in class COM.taligent.widget.Scroller
- Invalidate background buffer if color changed.
- setBackgroundImage(Image).
Method in class COM.taligent.widget.CaptionBar
- Sets the background image for drawing.
- setBackgroundImage(Image).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the background image for drawing.
- setBlockIncrement(int).
Method in class COM.taligent.widget.Scroller
- Sets how many to increment/decrement by when the user
presses in the scrollbar region between the unit
increment buttons and the scroll handle.
- setBounds(int, int, int, int).
Method in class COM.taligent.widget.MultiColumnListbox
- Reshapes the listbox and all the internal components.
- setCaptionBarBackground(Color).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the background color of the caption bar.
- setCaptionBarBackgroundImage(Image).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the background image of the caption bar.
- setCaptionBarForeground(Color).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the foreground color of the caption bar.
- setCaptionBarHeight(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the size of the caption bar to the specified height.
- setCaptionBarVisible(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Shows or hides the caption bar.
- setCaptions().
Method in class COM.taligent.widget.MCLBCustomizer
- Sets the captions.
- setColor(Color).
Method in class COM.taligent.widget.BorderPanel
- Sets the current color for SOLID borders and the caption text
color for etched borders.
- setComparator(Comparator).
Method in class COM.taligent.util.Sorter
- Sets the comparator for this sorter.
- setContinuousDrag(boolean).
Method in class COM.taligent.widget.CaptionBar
- Sets whether each resize event should be passed to
the parent container or just a single resize event
at the end of the resizing of a caption.
- setContinuousDrag(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets whether the columns are resized as the caption
is resized or only at the end of the drag.
- setDelay(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the delay between movement of the STRIPED progress bar.
- setDirection(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the direction in which the progress bar progresses.
- setDirection(ProgressBarDirection).
Method in class COM.taligent.widget.ProgressBar
- Sets the direction in which the progress bar progresses.
- setElementAt(Object, int).
Method in class COM.taligent.widget.ListboxColumn
- Sets the element at the specified index.
- setEnabled(Component, boolean).
Static method in class COM.taligent.widget.MCLBCustomizer
- Utility function for disabling all of a containers
components.
- setFocus(boolean).
Method in class COM.taligent.widget.ListboxView
- Sets whether or not the listbox currently has
focus.
- setForeground(Color).
Method in class COM.taligent.widget.ListboxColumn
- Sets the foreground color.
- setForeground(Color).
Method in class COM.taligent.widget.ProgressBar
- Overrides setForeground so that the bar can be redrawn in
the specified foreground color.
- setForeground(Color).
Method in class COM.taligent.widget.Scroller
- Invalidate background buffer if color changed.
- setGap(int).
Method in class COM.taligent.widget.BorderPanel
- Sets the gap between the border and the contained Component.
- setHorizontalScrollbarVisible(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Shows or hides the horizontal scrollbar.
- setHorizontalSeparatorVisible(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Shows or hides a horizontal separator line between each row.
- setLabel(String).
Method in class COM.taligent.widget.Caption
- Sets the label displayed on the caption.
- setLabel(String).
Method in class COM.taligent.widget.ListboxColumn
- Change the label displayed in the caption bar.
- setLayout(LayoutManager).
Method in class COM.taligent.widget.MultiColumnListbox
- Cannot reset the layout manager of this widget.
- setLength(int).
Method in class COM.taligent.widget.Caption
- Sets the length of the caption.
- setLineIncrement(int).
Method in class COM.taligent.widget.Scroller
- Sets how many units to increment/decrement by when the
user pushes the up/down (or left/right) scroll buttons.
- setMax(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the maximum value this progress bar can have.
- setMaximum(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the maximum value this progress bar can have.
- setMaximum(int).
Method in class COM.taligent.widget.Scroller
- Sets the maximum value of this scrollbar.
- setMin(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the minimum value this progress bar can have.
- setMinimum(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the minimum value this progress bar can have.
- setMinimum(int).
Method in class COM.taligent.widget.Scroller
- Sets the minimum value of this scrollbar.
- setMultipleSelections(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets whether multiple selections are allowed in the listbox.
- setName(String).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the name of the component.
- setName(String).
Method in class COM.taligent.widget.ProgressBar
- Sets the name of this instance.
- setName(String).
Method in class COM.taligent.widget.Scroller
- Sets the name for this scrollbar instance.
- setObject(Object).
Method in class COM.taligent.widget.MCLBCustomizer
- Sets the object being customized.
- setOrientation(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the orientation of the progress bar.
- setOrientation(int).
Method in class COM.taligent.widget.Scroller
- Sets the orientation of the scrollbar.
- setOrientation(ProgressBarOrientation).
Method in class COM.taligent.widget.ProgressBar
- Sets the orientation of the progress bar.
- setPageIncrement(int).
Method in class COM.taligent.widget.Scroller
- Sets how many to increment/decrement by when the user
presses in the scrollbar region between the unit
increment buttons and the scroll handle.
- setPercent(boolean).
Method in class COM.taligent.widget.ProgressBar
- Shows the percent shown centered in the progress bar.
- setPlace(int).
Method in class COM.taligent.widget.ListboxView
- Sets the place of the first row to draw.
- setResizable(boolean).
Method in class COM.taligent.widget.Caption
- Sets whether this caption is resizable.
- setResizable(boolean).
Method in class COM.taligent.widget.ListboxColumn
- Set whether this column is resizable.
- setRowHeight(int).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the height of the listbox rows.
- setRowKey(Object, int).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the key to the specified row.
- setScrollDelay(int).
Method in class COM.taligent.widget.Scroller
- Sets the delay between successive scrolls.
- setSelected(boolean).
Method in class COM.taligent.widget.Caption
- Selects or deselected this caption.
- setSelectionBackground(Color).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the background color for all selected rows.
- setSelectionForeground(Color).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the foreground color for all selected rows.
- setSeparatorColor(Color).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets the color of the horizontal and vertical separators.
- setSize(Dimension).
Method in class COM.taligent.widget.Scroller
- Sets the size making sure that the scrollbar isn't
set too wide.
- setSize(int, int).
Method in class COM.taligent.widget.Scroller
- Sets the size making sure that the scrollbar isn't
set too wide.
- setSortable(boolean).
Method in class COM.taligent.widget.ListboxCaption
- Sets whether this caption is sortable to determine
if it should draw the direction arrow when selected.
- setSorter(Sorter).
Method in class COM.taligent.widget.ListboxColumn
- Sets the sorter for this column.
- setSortOrder(int).
Method in class COM.taligent.util.Sorter
- Sets the sort order.
- setState(boolean).
Method in class COM.taligent.widget.ListboxCaption
- Sets the state, or direction, of the sorting
triangle when drawn.
- setState(boolean).
Method in class COM.taligent.widget.ListboxColumn
- Set the state of this column.
- setStyle(int).
Method in class COM.taligent.widget.BorderPanel
- Sets the style of the border
- setStyle(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the style of the progress bar.
- setStyle(ProgressBarStyle).
Method in class COM.taligent.widget.ProgressBar
- Sets the style of the progress bar.
- setText(String).
Method in class COM.taligent.widget.BorderPanel
- Sets the text.
- setTextFont(Font).
Method in class COM.taligent.widget.BorderPanel
- Sets the font.
- setThickness(int).
Method in class COM.taligent.widget.BorderPanel
- Sets the thickness of the border.
- setUnitIncrement(int).
Method in class COM.taligent.widget.Scroller
- Sets how many units to increment/decrement by when the
user pushes the up/down (or left/right) scroll buttons.
- setUpdate(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Sets whether updates occur.
- setValue(int).
Method in class COM.taligent.widget.ProgressBar
- Sets the value for this progress bar.
- setValue(int).
Method in class COM.taligent.widget.Scroller
- Sets the value of this scrollbar.
- setValue(Object).
Method in class COM.taligent.widget.ProgressBarDirectionEditor
- Sets the current value acted on.
- setValue(Object).
Method in class COM.taligent.widget.ProgressBarOrientationEditor
- Sets the current value acted on.
- setValue(Object).
Method in class COM.taligent.widget.ProgressBarStyleEditor
- Sets the current value acted on.
- setValues(int, int, int, int).
Method in class COM.taligent.widget.Scroller
- Sets all of the values of this scrollbar.
- setVerticalScrollbarVisible(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Shows or hides the vertical scrollbar.
- setVerticalSeparatorVisible(boolean).
Method in class COM.taligent.widget.MultiColumnListbox
- Show or hides a vertical separator line between each column.
- setVisible(boolean).
Method in class COM.taligent.widget.Caption
- Shows or hides the caption.
- setVisible(boolean).
Method in class COM.taligent.widget.ListboxColumn
- Shows or hides the column.
- setVisibleAmount(int).
Method in class COM.taligent.widget.Scroller
- Sets how many elements are currently visible.
- setWidth(int).
Method in class COM.taligent.widget.ListboxColumn
- Set the width of this column.
- showBorder().
Method in class COM.taligent.widget.MultiColumnListbox
- Shows a border around the listbox.
- showHorizontalSeparator().
Method in class COM.taligent.widget.MultiColumnListbox
- Shows a horizontal separator line between each row.
- showVerticalSeparator().
Method in class COM.taligent.widget.MultiColumnListbox
- Shows a vertical separator line between each column.
- size().
Method in class COM.taligent.widget.ListboxColumn
- Determine number of elements in this column.
- SOLID.
Static variable in class COM.taligent.widget.BorderPanel
- Solid border.
- SOLID.
Static variable in class COM.taligent.widget.ProgressBar
- Progress indicated by solid bar of color.
- SOLID.
Static variable in class COM.taligent.widget.ProgressBarStyle
- Solid style.
- sort().
Method in class COM.taligent.widget.MultiColumnListbox
- Sorts the currently selected column.
- sort(Object[]).
Method in class COM.taligent.util.HeapSorter
- Sorts incoming array of objects and returns the sorted indexes
of the original array.
- sort(Object[]).
Method in class COM.taligent.util.SelectionSorter
- Sorts incoming array of objects and returns the sorted indexes
of the original array.
- sort(Object[]).
Method in class COM.taligent.util.Sorter
- Sorts incoming array of objects and returns the sorted indexes
of the original array.
- Sorter().
Constructor for class COM.taligent.util.Sorter
-
- start().
Method in class COM.taligent.widget.ProgressBar
- Starts the progress bar moving.
- stop().
Method in class COM.taligent.widget.ProgressBar
- Stops the progress bar moving.
- StringComparator().
Constructor for class COM.taligent.util.StringComparator
-
- STRIPED.
Static variable in class COM.taligent.widget.ProgressBar
- Simple "in progress" indicated by continuous movement of stripes.
- STRIPED.
Static variable in class COM.taligent.widget.ProgressBarStyle
- Continuous, striped style.
- STYLES.
Static variable in class COM.taligent.widget.ProgressBarStyle
- Array of available styles.
- TAGS.
Static variable in class COM.taligent.widget.Alignment
- Tag names of the enum values.
- TAGS.
Static variable in class COM.taligent.widget.ProgressBarDirection
- Tag names of the enum values.
- TAGS.
Static variable in class COM.taligent.widget.ProgressBarOrientation
- Tag names of the enum values.
- TAGS.
Static variable in class COM.taligent.widget.ProgressBarStyle
- Tag names of the enum values.
- toString().
Method in class COM.taligent.widget.Alignment
- Returns string representation of this instance.
- toString().
Method in class COM.taligent.widget.BorderPanel
- Returns the settings of this BorderPanel instance as a string.
- toString().
Method in class COM.taligent.widget.Caption
- Returns a string representation of this Caption.
- toString().
Method in class COM.taligent.widget.CaptionBar
- Returns a string representation of this Caption.
- toString().
Method in class COM.taligent.widget.event.CaptionBarEvent
- Returns a string representation of the event.
- toString().
Method in class COM.taligent.widget.ListboxColumn
- Returns a text description of the settings of this ListboxColumn
instance.
- toString().
Method in class COM.taligent.widget.event.ListboxEvent
- Returns a string representation of this event.
- toString().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns a text representation of this instance of MultiColumnListbox.
- toString().
Method in class COM.taligent.widget.ProgressBar
- Returns a string representation of this progress bar.
- toString().
Method in class COM.taligent.widget.ProgressBarDirection
- Returns string representation of this instance.
- toString().
Method in class COM.taligent.widget.ProgressBarOrientation
- Returns string representation of this instance.
- toString().
Method in class COM.taligent.widget.ProgressBarStyle
- Returns string representation of this instance.
- toString().
Method in class COM.taligent.widget.Scroller
- Returns a string representation of this component.
- toString().
Method in class COM.taligent.util.Sorter
- Returns a text representation of this Sorter instance.
- UNKNOWN_COLUMN.
Static variable in class COM.taligent.widget.event.ListboxEvent
- Column de/selected cannot be determined.
- UP.
Static variable in class COM.taligent.widget.ListboxCaption
- If sortable, the up "state".
- UP.
Static variable in class COM.taligent.widget.ProgressBar
- Bottom to top movement.
- UP.
Static variable in class COM.taligent.widget.ProgressBarDirection
- Moves up.
- UP.
Static variable in class COM.taligent.widget.Scroller
- The "up" button (internal use only).
- update(Graphics).
Method in class COM.taligent.widget.CaptionBar
- Overrides update to provide double buffering to the repaint.
- update(Graphics).
Method in class COM.taligent.widget.ListboxView
- Overriding update so we don't clear the area by default and to
provide double buffering for performance.
- update(Graphics).
Method in class COM.taligent.widget.MultiColumnListbox
- Don't waste time clearing area; not needed.
- update(Graphics).
Method in class COM.taligent.widget.ProgressBar
- Overrides update so that the area is not cleared by default.
- update(Graphics).
Method in class COM.taligent.widget.Scroller
- Don't clear area -- not needed.
- VERTICAL.
Static variable in class COM.taligent.widget.ProgressBar
- Vertical orientation.
- VERTICAL.
Static variable in class COM.taligent.widget.ProgressBarOrientation
- Vertical orientation.
- VERTICAL.
Static variable in class COM.taligent.widget.Scroller
- Vertical orientation.
- verticalSeparatorShown().
Method in class COM.taligent.widget.MultiColumnListbox
- Returns whether vertical separator lines are shown between
each listbox columns.
- vsep.
Variable in class COM.taligent.widget.MultiColumnListbox
-
- waitForImage(Image).
Static method in class COM.taligent.util.AWT
- Loads the specified image immediately.
- waitForImages(Image[]).
Static method in class COM.taligent.util.AWT
- Loads the specified images immediately.
- windowActivated(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- windowClosed(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- windowClosing(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- windowDeactivated(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- windowDeiconified(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- windowIconified(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-
- windowOpened(WindowEvent).
Method in class COM.taligent.widget.MultiColumnListbox
-