HOME
A C D E F G H I K L M N O P R S T U V

A

add(Component) - Method in class com.ultraswing.VerticalBar
Adds a new component to this VerticalBar
add(Component) - Method in class com.ultraswing.CToolBar
Appends the specified component to the end of this container.
addActionListener(ActionListener) - Method in class com.ultraswing.TitleBar
Adds an ActionListener for the "close" button pressed event
addActionListener(ActionListener) - Method in class com.ultraswing.DropDownButton
Adds an ActionListener to the button.
addButton(String, Icon) - Method in class com.ultraswing.OutlookBarItem
Adds a button
addButton(String, Icon, Icon) - Method in class com.ultraswing.OutlookBarItem
Adds a button
addColumnHeader(String) - Method in class com.ultraswing.CListReportCtrl
Adds column header text
addColumnHeader(String, Icon, int, int) - Method in class com.ultraswing.CListReportCtrl
Adds column header text
addColumnHeader(String, int) - Method in class com.ultraswing.CListReportCtrl
Adds column header text
addColumnHeader(String, int, int) - Method in class com.ultraswing.CListReportCtrl
Adds column header text
addComponent(JComponent) - Method in class com.ultraswing.OutlookBarItem
Adds a component
addDockingListener(ActionListener) - Method in class com.ultraswing.DockablePanel
Adds a DockingEvent listener
addEmptyItem() - Method in class com.ultraswing.CListReportCtrl
Adds an empty item
addEventListener(CListReportCtrlEventListener) - Method in class com.ultraswing.CListReportCtrl
Adds an event listener
addFirst(Component) - Method in class com.ultraswing.CSplitPane
Inserts the given comp at the beginning of this split pane.
addFirst(Component, float) - Method in class com.ultraswing.CSplitPane
Inserts the given comp at the beginning of this split pane
addFocusListener(FocusListener) - Method in class com.ultraswing.DockablePanel
 
addItem(JComponent, int) - Method in class com.ultraswing.CListReportCtrl
Adds an item
addItem(OutlookBarItem) - Method in class com.ultraswing.OutlookBar
Adds a item
addItem(String, Icon) - Method in class com.ultraswing.CListReportCtrl
Adds an item
addItem(String, Icon, int) - Method in class com.ultraswing.CListReportCtrl
Adds an item
addLast(Component) - Method in class com.ultraswing.CSplitPane
Appends the given comp to the end of this split pane.
addLast(Component, float) - Method in class com.ultraswing.CSplitPane
Appends the given comp to the end of this split pane.
addPane(Component) - Method in class com.ultraswing.CSplitPane
Adds the comp to the end of this split pane.
addPane(Component, float) - Method in class com.ultraswing.CSplitPane
Adds the comp to the end of this split pane
addPaneAfter(Component, Component) - Method in class com.ultraswing.CSplitPane
Inserts the comp after the existing component ref.
addPaneAfter(Component, Component, float) - Method in class com.ultraswing.CSplitPane
Inserts the comp after the existing component ref.
addPaneBefore(Component, Component) - Method in class com.ultraswing.CSplitPane
Inserts the comp before the existing component ref The weight property of added comp is 1.
addPaneBefore(Component, Component, float) - Method in class com.ultraswing.CSplitPane
Inserts the comp before the existing component ref
addPlugin(JComponent, String, Icon) - Method in class com.ultraswing.SideBar
Adds a plugin component
addSeparator() - Method in class com.ultraswing.StatusBar
Adds a separator
addSeparator() - Method in class com.ultraswing.CToolBar
Appends a toolbar separator of default size to the end of the toolbar.
addSeparator(Dimension) - Method in class com.ultraswing.CToolBar
Appends a toolbar separator of a specified size to the end of the toolbar.
addSeparator(int) - Method in class com.ultraswing.CToolBar
Appends a toolbar separator of a specified size to the end of the toolbar.
addStatusBar(StatusBar) - Method in class com.ultraswing.CFrame
Adds a status bar
AUTO_HIDE_BUTTON - Static variable in class com.ultraswing.AutoHideDockablePanel
Index for "AutoHide" button on the title bar
AutoHideDockablePanel - class com.ultraswing.AutoHideDockablePanel.
A component similar to components in Visual Studio.Net and IDEA.
AutoHideDockablePanel(Component, String, CSplitPane, float, boolean) - Constructor for class com.ultraswing.AutoHideDockablePanel
Constructor.
AutoHideDockablePanel(Component, String, CSplitPane, float, boolean, boolean) - Constructor for class com.ultraswing.AutoHideDockablePanel
Constructor

C

CButton - class com.ultraswing.CButton.
An extension of JButton.
CButton() - Constructor for class com.ultraswing.CButton
Creates a button with no set text or icon.
CButton(Action) - Constructor for class com.ultraswing.CButton
Creates a button where properties are taken from the Action supplied.
CButton(Icon) - Constructor for class com.ultraswing.CButton
Creates a button with an icon.
CButton(String) - Constructor for class com.ultraswing.CButton
Creates a button with text.
CButton(String, boolean) - Constructor for class com.ultraswing.CButton
Creates a button with text.
CButton(String, Icon) - Constructor for class com.ultraswing.CButton
Creates a button with initial text and an icon.
CButton(String, Icon, boolean) - Constructor for class com.ultraswing.CButton
Creates a button with initial text and an icon.
centerOnScreen() - Method in class com.ultraswing.CFrame
Centers the frame on the screen.
CFrame - class com.ultraswing.CFrame.
This class is an extension of JFrame, with new features such as centerOnScreen, status bar, etc.
CFrame() - Constructor for class com.ultraswing.CFrame
 
CLabel - class com.ultraswing.CLabel.
This class is an extension of JLabel, with new features such as underlined text, anti-aliasing text, vertical label, etc.
CLabel() - Constructor for class com.ultraswing.CLabel
Creates a label with no set text or icon.
CLabel(Icon) - Constructor for class com.ultraswing.CLabel
Creates a JLabel instance with the specified image.
CLabel(String) - Constructor for class com.ultraswing.CLabel
Creates a CLabel instance with the specified text.
CLabel(String, boolean) - Constructor for class com.ultraswing.CLabel
Creates a CLabel instance with the specified text.
CLabel(String, Icon) - Constructor for class com.ultraswing.CLabel
Creates a CLabel instance with the specified text, image, and horizontal alignment.
CLabel(String, Icon, int, boolean) - Constructor for class com.ultraswing.CLabel
Creates a CLabel instance with the specified text, image, and horizontal alignment.
clearSelection() - Method in class com.ultraswing.CListReportCtrl
Deselects all selected rows.
CList - class com.ultraswing.CList.
This class adds a few helper methods to JList.
CList() - Constructor for class com.ultraswing.CList
Constructs a CList with an empty model.
CList(ListModel) - Constructor for class com.ultraswing.CList
Constructs a CList that displays the elements in the specified, non-null model.
CList(Object[]) - Constructor for class com.ultraswing.CList
Constructs a CList that displays the elements in the specified array.
CList(Vector) - Constructor for class com.ultraswing.CList
Constructs a CList that displays the elements in the specified Vector.
CListReportCtrl - class com.ultraswing.CListReportCtrl.
This class is an component embedded in CListView container.
CListReportCtrlEvent - class com.ultraswing.CListReportCtrlEvent.
An Event object that provides information about the source of a CListReportCtrl-related event.
CListReportCtrlEvent(Object, int, int, int) - Constructor for class com.ultraswing.CListReportCtrlEvent
Constructs a CListReportCtrlEvent Event.
CListReportCtrlEventListener - interface com.ultraswing.CListReportCtrlEventListener.
An object that registers to be notified of events generated by a CListReportCtrl object.
CListView - class com.ultraswing.CListView.
A container for CListReportCtrl object.
CListView() - Constructor for class com.ultraswing.CListView
Constructs a CListView object
CLOSE_BUTTON - Static variable in class com.ultraswing.DockablePanel
This index for "close" button on the titlebar
close() - Method in class com.ultraswing.SplashScreen
Closes splash screen
close() - Method in class com.ultraswing.ResultSetTableModel
Closes the database resources
close() - Method in class com.ultraswing.DockablePanel
Closes this panel
com.ultraswing - package com.ultraswing
 
compareTo(Object) - Method in class com.ultraswing.DefaultListViewItem
 
COMPONENT_DOCKED - Static variable in class com.ultraswing.DockingEvent
This event indicates that the component was docked
COMPONENT_FLOATED - Static variable in class com.ultraswing.DockingEvent
This event indicates that the component was made floating
COMPONENT_HIDDEN - Static variable in class com.ultraswing.DockingEvent
This event indicates that the component was rendered invisible.
COMPONENT_MOVED - Static variable in class com.ultraswing.DockingEvent
This event indicates that the component's position changed.
COMPONENT_RESIZED - Static variable in class com.ultraswing.DockingEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class com.ultraswing.DockingEvent
This event indicates that the component was made visible.
configureEnclosingScrollPane() - Method in class com.ultraswing.CTable
 
contains(Component) - Method in class com.ultraswing.CPanel
Tests if passed comp is contained in this panel
CPanel - class com.ultraswing.CPanel.
A JPanel extension supporting gradient background and image background
CPanel() - Constructor for class com.ultraswing.CPanel
Create a new CPanel with a double buffer and a flow layout
CPanel(boolean) - Constructor for class com.ultraswing.CPanel
Creates a new CPanel with FlowLayout and the specified buffering strategy.
CPanel(LayoutManager) - Constructor for class com.ultraswing.CPanel
Create a new buffered CPanel with the specified layout manager
CPanel(LayoutManager, boolean) - Constructor for class com.ultraswing.CPanel
Creates a new CPanel with the specified layout manager and buffering strategy.
createInactiveBorder() - Static method in class com.ultraswing.SwingUtil
Creates a border with a flat edge
createLoweredBorder() - Static method in class com.ultraswing.SwingUtil
Creates a border with a lowered edge
createRaisedBorder() - Static method in class com.ultraswing.SwingUtil
Creates a border with a raised edge
CSplitPane - class com.ultraswing.CSplitPane.
A split panel which can contain multiple components.
CSplitPane() - Constructor for class com.ultraswing.CSplitPane
Constructs a horizontal CSplitPane
CSplitPane(boolean) - Constructor for class com.ultraswing.CSplitPane
Constructs a CSplitPane
CSplitPane(boolean, int) - Constructor for class com.ultraswing.CSplitPane
Constructs a CSplitPane
CTable - class com.ultraswing.CTable.
An extension of JTable which adds the following functionality.
CTable() - Constructor for class com.ultraswing.CTable
Constructs a default CTable that is initialized with a default data model, a default column model, and a default selection model.
CTable(int, int) - Constructor for class com.ultraswing.CTable
Constructs a CTable with rows and cols of empty cells using DefaultTableModel.
CTable(Object[][], Object[]) - Constructor for class com.ultraswing.CTable
Constructs a CTable to display the values in the two dimensional array, rowData, with column names, columnNames.
CTable(SortableTableModel) - Constructor for class com.ultraswing.CTable
Constructs a CTable that is initialized with model as the data model, a default column model, and a default selection model.
CTable(SortableTableModel, TableColumnModel) - Constructor for class com.ultraswing.CTable
Constructs a CTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
CTable(SortableTableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.ultraswing.CTable
Constructs a CTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
CTable(String, boolean) - Constructor for class com.ultraswing.CTable
Constructs a CTable that is initialized with the passed CSV file
CTable(URL, boolean) - Constructor for class com.ultraswing.CTable
Constructs a CTable that is initialized with the passed CSV file
CTable(Vector, Vector) - Constructor for class com.ultraswing.CTable
Constructs a CTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
CTableRowHeader - class com.ultraswing.CTableRowHeader.
Table row header object
CTableRowHeader(JTable) - Constructor for class com.ultraswing.CTableRowHeader
Constructs a row header object
CTableRowHeader(JTable, List) - Constructor for class com.ultraswing.CTableRowHeader
Constructs a row header object
CToolBar - class com.ultraswing.CToolBar.
An extension of JToolBar which makes it easier to add separators
CToolBar() - Constructor for class com.ultraswing.CToolBar
 

D

DefaultIconText - class com.ultraswing.DefaultIconText.
An object stores Icon and String objects
DefaultIconText(Icon, String) - Constructor for class com.ultraswing.DefaultIconText
Constructs a DefaultIconText object
DefaultListViewItem - class com.ultraswing.DefaultListViewItem.
This class is a default ListViewItem object
DefaultListViewItem() - Constructor for class com.ultraswing.DefaultListViewItem
Creates a DefaultListViewItem object
DefaultListViewItem(String, Icon) - Constructor for class com.ultraswing.DefaultListViewItem
Creates a DefaultListViewItem object with the passed text and icon
DefaultListViewItem(String, Icon, int) - Constructor for class com.ultraswing.DefaultListViewItem
Creates a DefaultListViewItem object with the passed text and icon
DefaultSortableTableModel - class com.ultraswing.DefaultSortableTableModel.
This is an implementation of SortableTableModel
DefaultSortableTableModel() - Constructor for class com.ultraswing.DefaultSortableTableModel
Constructs a DefaultSortableTableModel
DefaultSortableTableModel(int, int) - Constructor for class com.ultraswing.DefaultSortableTableModel
Constructs a DefaultSortableTableModel with rowCount and columnCount of null object values.
DefaultSortableTableModel(Object[][], Object[]) - Constructor for class com.ultraswing.DefaultSortableTableModel
Constructs a DefaultSortableTableModel and initializes the table by passing data and columnNames to the setDataVector method.
DefaultSortableTableModel(Object[], int) - Constructor for class com.ultraswing.DefaultSortableTableModel
Constructs a DefaultSortableTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultSortableTableModel(Vector, int) - Constructor for class com.ultraswing.DefaultSortableTableModel
Constructs a DefaultSortableTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultSortableTableModel(Vector, Vector) - Constructor for class com.ultraswing.DefaultSortableTableModel
Constructs a DefaultSortableTableModel and initializes the table by passing data and columnNames to the setDataVector method.
deselectAllRows(int) - Method in class com.ultraswing.CListReportCtrl
Deselects all selected rows except for the passed exclude
deselectRow(int) - Method in class com.ultraswing.CListReportCtrl
Deselects passed row
disableAlternate() - Method in class com.ultraswing.CTable
Disables alternate row/colum color
disableAlternate() - Method in class com.ultraswing.CListReportCtrl
Disables alternate coloring
disableCloseButton() - Method in class com.ultraswing.CFrame
Disables the close button of this frame
DOCK_ANYWHERE - Static variable in class com.ultraswing.DockablePanel
no dock preference
DOCK_BUTTON - Static variable in class com.ultraswing.AutoHideDockablePanel
Index of "Dock" button on the title bar
DOCK_FIRST - Static variable in class com.ultraswing.DockablePanel
Prefer docking as the first component in split pane
DOCK_LAST - Static variable in class com.ultraswing.DockablePanel
Prefer docking as the last component in split pane
DockablePanel - class com.ultraswing.DockablePanel.
DockablePanel is a panel which is dockable and floatable.
DockablePanel(Component, String) - Constructor for class com.ultraswing.DockablePanel
Constructor
DockablePanel(Component, String, boolean) - Constructor for class com.ultraswing.DockablePanel
Constructor
DockablePanel(Component, String, Icon, boolean) - Constructor for class com.ultraswing.DockablePanel
Constructor
DockingEvent - class com.ultraswing.DockingEvent.
Docking event object
DockingEvent(Component, int) - Constructor for class com.ultraswing.DockingEvent
Constructs a DockingEvent
DockingEvent(Component, int, Rectangle) - Constructor for class com.ultraswing.DockingEvent
Constructs a DockingEvent
doFloat(Point, Dimension) - Method in class com.ultraswing.DockablePanel
Floats this panel
doFloat(Point, Dimension) - Method in class com.ultraswing.AutoHideDockablePanel
Floats this panel
DropDownButton - class com.ultraswing.DropDownButton.
A flat button with drop-down menu.
DropDownButton(String) - Constructor for class com.ultraswing.DropDownButton
Creates a button with text.
DropDownButton(String, Icon) - Constructor for class com.ultraswing.DropDownButton
Creates a button with initial text and an icon

E

EMPTY_ITEM - Static variable in class com.ultraswing.DefaultListViewItem
An empty DefaultListViewItem object
ensureVisible(int) - Method in class com.ultraswing.CListReportCtrl
Ensures that the passed row is visible

F

finalize() - Method in class com.ultraswing.ResultSetTableModel
 
fireActionPerformed(ActionEvent) - Method in class com.ultraswing.TitleBar
Notifies all listeners that have registered interest for notification on this event type.
fireActionPerformed(ActionEvent) - Method in class com.ultraswing.DropDownButton
Notifies all listeners that have registered interest for notification on this event type.
FlatButton - class com.ultraswing.FlatButton.
A flat button implementation
FlatButton() - Constructor for class com.ultraswing.FlatButton
Creates a button
FlatButton(Icon) - Constructor for class com.ultraswing.FlatButton
Creates a button with initial icon
FlatButton(String) - Constructor for class com.ultraswing.FlatButton
Creates a button with text.
FlatButton(String, Icon) - Constructor for class com.ultraswing.FlatButton
Creates a button with initial text and an icon
FlatButton(String, Icon, boolean) - Constructor for class com.ultraswing.FlatButton
Creates a button with initial text and an icon
FlatButton(String, int, int) - Constructor for class com.ultraswing.FlatButton
Creates a button with text.
FlatToggleButton - class com.ultraswing.FlatToggleButton.
A flat toggle button
FlatToggleButton() - Constructor for class com.ultraswing.FlatToggleButton
Creates an initially unselected toggle button without setting the text or image.
FlatToggleButton(String) - Constructor for class com.ultraswing.FlatToggleButton
Creates an unselected toggle button with the specified text.
FlatToggleButton(String, Icon) - Constructor for class com.ultraswing.FlatToggleButton
Creates a button with initial text and an icon
FlatToggleButton(String, Icon, boolean) - Constructor for class com.ultraswing.FlatToggleButton
Creates a button with initial text and an icon
FlatToggleButton(String, int, int) - Constructor for class com.ultraswing.FlatToggleButton
Creates a button with text.

G

getActionListeners() - Method in class com.ultraswing.CButton
Returns an array of all the ActionListeners added to this AbstractButton with addActionListener().
getBounds() - Method in class com.ultraswing.DockingEvent
Returns the bounds of this component right before event occurred
getButtonPanel() - Method in class com.ultraswing.TitleBar
Returns the JPanel on the right side of this titlebar.
getButtonSize(int, boolean) - Method in class com.ultraswing.ToolBarToggleButton
 
getButtonSize(int, boolean) - Method in class com.ultraswing.ToolBarButton
Returns the button size
getCellAt(int, int) - Method in class com.ultraswing.CListReportCtrl
 
getCellAt(int, String) - Method in class com.ultraswing.CListReportCtrl
 
getCellRenderer(int, int) - Method in class com.ultraswing.CTable
 
getCloseWindowButton() - Method in class com.ultraswing.TitleBar
Returns the "close" button at the end of this TitleBar
getColumnClass(int) - Method in class com.ultraswing.ResultSetTableModel
Returns the column Class
getColumnCount() - Method in class com.ultraswing.ResultSetTableModel
Returns number of columns
getColumnIndex() - Method in class com.ultraswing.DefaultListViewItem
Returns the column index
getColumnName(int) - Method in class com.ultraswing.ResultSetTableModel
Returns the column name
getComponent() - Method in class com.ultraswing.DockablePanel
Returns the component object of this panel
getComponentAt(int, int) - Method in class com.ultraswing.CSplitPane
Determines if this component or one of its immediate subcomponents contains the (x, y) location, and if so, returns the containing component.
getComponentAt(Point) - Method in class com.ultraswing.CSplitPane
Returns the component or subcomponent that contains the specified point.
getCTableRowHeader() - Method in class com.ultraswing.CTable
Return Table row header object.
getCurrentWeight(Component) - Method in class com.ultraswing.CSplitPane
Returns the current weight value of passed component.
getDividerSize() - Method in class com.ultraswing.CSplitPane
Returns the divider size
getDockPreference() - Method in class com.ultraswing.DockablePanel
Returns the dock preference
getFirstIndex() - Method in class com.ultraswing.CListReportCtrlEvent
Returns the index of the first row whose selection may have changed.
getFloatingFrameSize() - Method in class com.ultraswing.DockablePanel
Gets the size of this panel when it's floating
getHeight() - Method in class com.ultraswing.StatusBar
Returns the status bar's height
getHiddenColumns() - Method in class com.ultraswing.CTable
Returns the hidden column indice
getIcon() - Method in class com.ultraswing.ToolBarToggleButton
Returns the icon
getIcon() - Method in interface com.ultraswing.IconText
Returns the icon
getIcon() - Method in class com.ultraswing.DefaultIconText
Returns the Icon object
getImageSize() - Method in class com.ultraswing.SplashScreen
Returns the image size
getLastIndex() - Method in class com.ultraswing.CListReportCtrlEvent
Returns the index of the last row whose selection may have changed.
getMinimumSize() - Method in class com.ultraswing.CListReportCtrl
 
getModifiers() - Method in class com.ultraswing.CListReportCtrlEvent
Returns the modifier keys for this event.
getNext(Component) - Method in class com.ultraswing.CSplitPane
Returns the next component of the passed component c, , or null if the passed component is the last one or passed component is not contained in this split pane
getOrientation() - Method in interface com.ultraswing.Orientation
Returns the orientation
getOrientation() - Method in class com.ultraswing.CSplitPane
Returns orientation, either CSplitPane.HORIZONTAL_SPLIT or CSplitPane.VERTICAL_SPLIT.
getPaneCount() - Method in class com.ultraswing.CSplitPane
Returns the number of panes contained in this split pane
getPanes() - Method in class com.ultraswing.CSplitPane
Returns all panes contained in this split pane
getPopupMenu() - Method in class com.ultraswing.OutlookBarItem
Returns the popup menu
getPopupMenu() - Method in class com.ultraswing.DropDownButton
Returns the popup menu associated with this button
getPreferredSize() - Method in class com.ultraswing.StatusBar
 
getPreferredSize() - Method in class com.ultraswing.StatusBar.Separator
 
getPreferredSize() - Method in class com.ultraswing.SideBar
 
getPreferredSize() - Method in class com.ultraswing.OutlookBar
 
getPreferredSize() - Method in class com.ultraswing.DefaultListViewItem
 
getPreferredSize() - Method in class com.ultraswing.CTableRowHeader
 
getPreferredSize() - Method in class com.ultraswing.CListReportCtrl
 
getPrefferedSize() - Method in class com.ultraswing.CPanel
 
getPrevious(Component) - Method in class com.ultraswing.CSplitPane
Returns the previous component of the passed component cgetProgress() - Method in class com.ultraswing.SplashScreen
Returns the progress bar's current value
getProgressBar() - Method in class com.ultraswing.StatusBar
Returns the progress bar
getReportCtrl() - Method in class com.ultraswing.CListView
Returns the embedded CListReportCtrl object
getRowCount() - Method in class com.ultraswing.ResultSetTableModel
Returns the number of rows
getRowCount() - Method in class com.ultraswing.CListReportCtrl
Returns number of rows
getRowHeight() - Method in class com.ultraswing.CTableRowHeader
Returns the height of a table row, in pixels
getRowHeight(int) - Method in class com.ultraswing.CTableRowHeader
Returns the height, in pixels, of the cells in row.
getRowIndex() - Method in class com.ultraswing.DefaultListViewItem
Returns the row index
getSelectedRow() - Method in class com.ultraswing.CListReportCtrl
Returns the index of first occurrence of selected row
getSelectedRowCount() - Method in class com.ultraswing.CListReportCtrl
Returns the number of selected rows
getSelectedRows() - Method in class com.ultraswing.CListReportCtrl
Returns the select rows in an integer array
getSelectionMode() - Method in class com.ultraswing.CListReportCtrl
Returns the selection mode.
getSortedColumnIndex() - Method in interface com.ultraswing.SortableTableModel
Returns the sorted column, or -1 if no column is sorted
getSortedColumnIndex() - Method in class com.ultraswing.DefaultSortableTableModel
Returns the sorted column, or -1 if no column is sorted
getSortedColumnIndex() - Method in class com.ultraswing.CTable
Returns the column index of sorted column
getStatusBar() - Method in class com.ultraswing.CFrame
Returns the status bar
getStyle() - Method in class com.ultraswing.IconList
Returns the style
getText() - Method in interface com.ultraswing.IconText
Returns the text
getText() - Method in class com.ultraswing.DefaultIconText
Returns the text object
getTitle() - Method in class com.ultraswing.TitleBar
Returns the title text string
getTitleBar() - Method in class com.ultraswing.DockablePanel
Returns the title bar object of this panel
getTotalHeight() - Method in class com.ultraswing.CTableRowHeader
Returns the total height of all headers
getTotalWeight() - Method in class com.ultraswing.CSplitPane
Returns the total weight of all components
getType() - Method in class com.ultraswing.CListReportCtrlEvent
Returns the event type
getTypeString() - Method in class com.ultraswing.CListReportCtrlEvent
Returns the string format of event type
getValueAt(int, int) - Method in class com.ultraswing.ResultSetTableModel
This is the key method of TableModel: it returns the value at each cell of the table.
getVerticalButtonIcon() - Method in class com.ultraswing.CButton
Return the Icon of this button when it's vertical
getVerticalButtonText() - Method in class com.ultraswing.CButton
Returns the button's text when it's vertical
getVerticalLabelIcon() - Method in class com.ultraswing.CLabel
Returns the Icon object when this label is vertical
getVerticalLabelText() - Method in class com.ultraswing.CLabel
Returns the text when this label is vertical
getWeight(Component) - Method in class com.ultraswing.CSplitPane
Returns the initial weight value of passed Component.

H

hasFocus() - Method in class com.ultraswing.CListReportCtrl
 
HORIZONTAL - Static variable in class com.ultraswing.DefaultListViewItem
A style that aligns text and icon horizontally
HORIZONTAL_SPLIT - Static variable in class com.ultraswing.CSplitPane
A horizontal split pane

I

ICON_ONLY_SIZE - Static variable in class com.ultraswing.ToolBarToggleButton
 
ICON_ONLY_SIZE - Static variable in class com.ultraswing.ToolBarButton
The size of button with icon only
ICON_ONLY_STYLE - Static variable in class com.ultraswing.ToolBarToggleButton
 
ICON_ONLY_STYLE - Static variable in class com.ultraswing.ToolBarButton
Icon only button
IconList - class com.ultraswing.IconList.
A list containing three styles of icons: LARGE_ICON_VIEW_STYLE, SMALL_ICON_VIEW_STYLE and LIST_VIEW_STYLE.
IconList() - Constructor for class com.ultraswing.IconList
Creates a IconList
IconList(IconText[]) - Constructor for class com.ultraswing.IconList
Creates a IconList with the passed listData
IconList(ListModel) - Constructor for class com.ultraswing.IconList
 
IconText - interface com.ultraswing.IconText.
IconText interface, for objects with text and icon
INDICATOR_DATE - Static variable in class com.ultraswing.StatusBar
Date pane
INDICATOR_JVM - Static variable in class com.ultraswing.StatusBar
JVM pane which shows JVM memory usage and a garbage collector icon
INDICATOR_PROGRESS_BAR - Static variable in class com.ultraswing.StatusBar
Progress bar pane
INDICATOR_STATUS - Static variable in class com.ultraswing.StatusBar
Status pane
INDICATOR_TIME - Static variable in class com.ultraswing.StatusBar
Time pane
isAntiAlias() - Method in class com.ultraswing.CLabel
Tests if this label's text is anti-aliasing or not
isAscending() - Method in interface com.ultraswing.SortableTableModel
Returns true if it's ascending order
isAscending() - Method in class com.ultraswing.DefaultSortableTableModel
Returns true if it's ascending order
isCellEditable(int, int) - Method in class com.ultraswing.CTable
Determines whether the cell is editable
isCloseButtonAdded() - Method in class com.ultraswing.TitleBar
Returns true if "close" button is already added
isDockable() - Method in class com.ultraswing.DockablePanel
Tests whether this panel is dockable or not
isDroppable(Component) - Method in class com.ultraswing.CSplitPane
Tests if the passed comp can be dropped into this pane
isDroppable(Component) - Method in class com.ultraswing.CListReportCtrl
Tests if the passed comp can be dropped into this pane
isEditable() - Method in class com.ultraswing.CTable
Determines whether the whole table is editable
isFloating() - Method in class com.ultraswing.DockablePanel
Tests if this panel is floating or not
isHorizontalScrollBarEnabled() - Method in class com.ultraswing.CListReportCtrl
Tests if the horizontal scroll bar is enabled
isRemoved() - Method in class com.ultraswing.TitlePanel
Tests whether this panel has been removed from its parent container
isRemoveFromParent() - Method in class com.ultraswing.CSplitPane
Determines whether this split pane will be remove from its parent container when it has no pane
isRowVisible(int) - Method in class com.ultraswing.CListReportCtrl
 
isSameHeight() - Method in class com.ultraswing.CTableRowHeader
Determines whether all header should have same height
isSortable(int) - Method in interface com.ultraswing.SortableTableModel
Determines if the passed column is sortable or not
isSortable(int) - Method in class com.ultraswing.DefaultSortableTableModel
Returns true if this table model is sortable
isSortedColumnAscending() - Method in class com.ultraswing.CTable
Determines whether the sorted column is ascending
isSortingEnabled() - Method in class com.ultraswing.CTable
Determines whether column sorting is enabled
isStatusBarVisible() - Method in class com.ultraswing.CFrame
Tests if statusbar is visible on screen
isUnderlined() - Method in class com.ultraswing.CLabel
Tests if text is underlined or not
isVertical() - Method in class com.ultraswing.CButton
Returns true if this button is vertical.

K

KEY_DOWN_EVENT - Static variable in class com.ultraswing.CListReportCtrlEvent
 
KEY_UP_EVENT - Static variable in class com.ultraswing.CListReportCtrlEvent
 

L

LARGE_ICON_VIEW_STYLE - Static variable in class com.ultraswing.IconList
Large icon style
LIST_VIEW_STYLE - Static variable in class com.ultraswing.IconList
List view style

M

MOUSE_CLICK_EVENT - Static variable in class com.ultraswing.CListReportCtrlEvent
 
MOUSE_DOUBLE_CLICK_EVENT - Static variable in class com.ultraswing.CListReportCtrlEvent
 
mouseClicked(MouseEvent) - Method in class com.ultraswing.FlatToggleButton
 
mouseClicked(MouseEvent) - Method in class com.ultraswing.FlatButton
 
mouseEntered(MouseEvent) - Method in class com.ultraswing.ToolBarToggleButton
 
mouseEntered(MouseEvent) - Method in class com.ultraswing.ToolBarButton
 
mouseEntered(MouseEvent) - Method in class com.ultraswing.FlatToggleButton
 
mouseEntered(MouseEvent) - Method in class com.ultraswing.FlatButton
 
mouseExited(MouseEvent) - Method in class com.ultraswing.ToolBarToggleButton
 
mouseExited(MouseEvent) - Method in class com.ultraswing.ToolBarButton
 
mouseExited(MouseEvent) - Method in class com.ultraswing.FlatToggleButton
 
mouseExited(MouseEvent) - Method in class com.ultraswing.FlatButton
 
mousePressed(MouseEvent) - Method in class com.ultraswing.FlatToggleButton
 
mousePressed(MouseEvent) - Method in class com.ultraswing.FlatButton
 
mouseReleased(MouseEvent) - Method in class com.ultraswing.FlatToggleButton
 
mouseReleased(MouseEvent) - Method in class com.ultraswing.FlatButton
 
MULTIPLE_SELECTION - Static variable in class com.ultraswing.CListReportCtrl
Allows multiple selection

N

notifyListeners(CListReportCtrlEvent) - Method in class com.ultraswing.CListReportCtrl
 

O

onClose() - Method in class com.ultraswing.TitlePanel
A callback that will be invoked whenever the panel is being removed from its parent panel
onResize() - Method in class com.ultraswing.IconList
 
onResize() - Method in class com.ultraswing.CPanel
NOTE: enableEvents(ComponentEvent.COMPONENT_RESIZED); should be called to enable resize event
onResize() - Method in class com.ultraswing.CListView
 
onResize() - Method in class com.ultraswing.CListReportCtrl
 
onResize() - Method in class com.ultraswing.CList
Callback method, it gets called when COMPONENT_RESIZED event occurs
Orientation - interface com.ultraswing.Orientation.
Orientation interface
OutlookBar - class com.ultraswing.OutlookBar.
An UI control similar to the outlook bar.
OutlookBar() - Constructor for class com.ultraswing.OutlookBar
Creates a outlook bar
OutlookBarItem - class com.ultraswing.OutlookBarItem.
outlook bar item, including a title and buttons
OutlookBarItem(String, boolean) - Constructor for class com.ultraswing.OutlookBarItem
Creates a OutlookBarItem object

P

paint(Graphics) - Method in class com.ultraswing.SplashScreen
 
paintBorder(Graphics) - Method in class com.ultraswing.CPanel
 
paintComponent(Graphics) - Method in class com.ultraswing.CLabel
 
paintComponent(Graphics) - Method in class com.ultraswing.CButton
 
processComponentEvent(ComponentEvent) - Method in class com.ultraswing.CPanel
 
processComponentEvent(ComponentEvent) - Method in class com.ultraswing.CList
 
processEvent(DockingEvent) - Method in class com.ultraswing.DockablePanel
Processes events on this panel.
propertyChange(PropertyChangeEvent) - Method in class com.ultraswing.ToolBarToggleButton
 
propertyChange(PropertyChangeEvent) - Method in class com.ultraswing.ToolBarButton
 
propertyChange(PropertyChangeEvent) - Method in class com.ultraswing.DropDownButton
 
propertyChange(PropertyChangeEvent) - Method in class com.ultraswing.DockablePanel
 

R

removeActionListener(ActionListener) - Method in class com.ultraswing.TitleBar
Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in class com.ultraswing.DropDownButton
Removes an ActionListener from the button.
removeCloseWindowButton() - Method in class com.ultraswing.TitleBar
Removes the "close" button at the end of this TitleBar
removeColumns(int[]) - Method in class com.ultraswing.CTable
Removes passed columns from table
removeDockingListener(ActionListener) - Method in class com.ultraswing.DockablePanel
Removes a DockingEvent listener
removeEventListener(CListReportCtrlEventListener) - Method in class com.ultraswing.CListReportCtrl
Removes an event listener
removeFocusListener(FocusListener) - Method in class com.ultraswing.DockablePanel
 
removeFromParentPanel() - Method in class com.ultraswing.TitlePanel
Removes this TitlePanel from parent CSplitPane
removeHeader(int) - Method in class com.ultraswing.CTable
Removes table headers Note: This method take effect only when this table is already visible.
removePane(Component) - Method in class com.ultraswing.CSplitPane
Removes component and its associated splitter bar
removeStatusBar() - Method in class com.ultraswing.CFrame
Removes statusbar
resetCellColor(int, int) - Method in class com.ultraswing.CTable
Undo the setCellColor
resetColumnColor(int) - Method in class com.ultraswing.CTable
Undo resetRowColor
resetRowColor(int) - Method in class com.ultraswing.CTable
Undo setRowColor
restore() - Method in class com.ultraswing.TitlePanel
Restores this TitlePanel in the parent CSplitPane
restore() - Method in class com.ultraswing.DockablePanel
Restores this panel to its previous state
restore(Point, Dimension) - Method in class com.ultraswing.DockablePanel
Restores this panel to its previous state
restoreStatusBar() - Method in class com.ultraswing.CFrame
Shows status bar which was hidden
ResultSetTableModel - class com.ultraswing.ResultSetTableModel.
A TableModel object which takes values from a JDBC ResultSet object.
ResultSetTableModel(ResultSet) - Constructor for class com.ultraswing.ResultSetTableModel
Constructs a TableModel from a ResultSet.
ResultSetTableModel(String, String, String) - Constructor for class com.ultraswing.ResultSetTableModel
Constructs a ResultSetMetaData.
ResultSetTableModel(String, String, String, String, String) - Constructor for class com.ultraswing.ResultSetTableModel
Constructs a ResultSetMetaData.

S

scrollOneRow(boolean) - Method in class com.ultraswing.CListReportCtrl
Scrolls one row
selectRow(int, boolean) - Method in class com.ultraswing.CListReportCtrl
Select or deselect the passed row
SEPARATOR - Static variable in class com.ultraswing.StatusBar
Separator object
set(String, Icon) - Method in class com.ultraswing.DefaultListViewItem
 
setAddCloseButton(boolean) - Method in class com.ultraswing.TitleBar
If passed b is true, adds a "close" button at the end of this title bar
setAlternate(Color, Color, boolean) - Method in class com.ultraswing.CTable
Alternates colors for rows or columns.
setAlternate(Color, Color, boolean) - Method in class com.ultraswing.CListReportCtrl
Alternates colors for rows or columns.
setAntialias(boolean) - Method in class com.ultraswing.CButton
Sets true to make text anti-aliasing
setAntiAlias(boolean) - Method in class com.ultraswing.CLabel
Sets true to make text anti-aliasing
setBackground(Color) - Method in class com.ultraswing.DefaultListViewItem
Sets background color
setBackground(Color) - Method in class com.ultraswing.CPanel
Sets the background color of this component
setBackgroundImage(Image) - Method in class com.ultraswing.CPanel
Sets background image
setBorderChangeable(boolean) - Method in class com.ultraswing.FlatToggleButton
 
setBorderChangeable(boolean) - Method in class com.ultraswing.FlatButton
 
setBounds(int, int, int, int) - Method in class com.ultraswing.TitleBar
 
setBounds(Rectangle) - Method in class com.ultraswing.TitleBar
 
setButtonSize(int, boolean, Dimension) - Method in class com.ultraswing.ToolBarToggleButton
 
setButtonSize(int, boolean, Dimension) - Method in class com.ultraswing.ToolBarButton
Sets button size
setCellColor(int, int, Color) - Method in class com.ultraswing.CTable
This method takes precedence over setColumnColor, setRowColor, and setAlternate methods
setColorSortColumn(boolean, Color) - Method in class com.ultraswing.CListReportCtrl
Turns the coloring of the sorted column on or off.
setColumnColor(int, Color) - Method in class com.ultraswing.CTable
This method takes precedence over setAlternate method
setColumnColor(int, Color) - Method in class com.ultraswing.CListReportCtrl
Sets the background color of column at specified index.
setColumnIndex(int) - Method in class com.ultraswing.DefaultListViewItem
Sets the column index
setColumnName(int, String) - Method in class com.ultraswing.ResultSetTableModel
This method should be called before this object is passed to table object.
setColumnNameMap(Map) - Method in class com.ultraswing.ResultSetTableModel
This method should be called before this object is passed table object.
setDateFormat(String) - Method in class com.ultraswing.StatusBar
Sets date format
setDividerSize(int) - Method in class com.ultraswing.CSplitPane
Sets the divider size
setDividerTransparent(boolean) - Method in class com.ultraswing.CSplitPane
If true the divider will be transparent
setDockable(boolean) - Method in class com.ultraswing.DockablePanel
Sets this panel to be dockable or not
setDockPreference(int) - Method in class com.ultraswing.DockablePanel
Set docking preference when dock on JFrame
setEditable(boolean) - Method in class com.ultraswing.CTable
Sets the specified boolean to indicate whether or not this whole table should be editable.
setExitOnClose() - Method in class com.ultraswing.CFrame
Exits program if frame is closed
setFixedWidth(int, boolean) - Method in class com.ultraswing.CListReportCtrl
Sets a column's width to be fixed or not
setFlat() - Method in class com.ultraswing.FlatButton
Sets the button flat
setFloatingFrameSize(Dimension) - Method in class com.ultraswing.DockablePanel
Sets the size of this panel when it's floating
setForeground(Color) - Method in class com.ultraswing.DefaultListViewItem
Sets foreground color
setFrame(Frame) - Method in class com.ultraswing.DockablePanel
Sets the Frame object to be used when this panel is floating
setGradientBackground(Color, Color, boolean) - Method in class com.ultraswing.CPanel
Sets gradient background
setHeight(int) - Method in class com.ultraswing.TitleBar
Sets the height of this TitleBar
setHeight(int) - Method in class com.ultraswing.StatusBar
Sets status bar's height
setHorizontalScrollBarEnabled(boolean) - Method in class com.ultraswing.CListReportCtrl
If passed b is true, horizontal scroll bar will be enabled
setIcon(Icon) - Method in class com.ultraswing.ToolBarToggleButton
Sets button icon
setIcon(Icon) - Method in class com.ultraswing.ToolBarButton
Sets button icon
setIcon(Icon) - Method in class com.ultraswing.CLabel
Sets icon
setIcon(Icon) - Method in class com.ultraswing.CButton
Sets the button's default icon.
setPane(int, JComponent) - Method in class com.ultraswing.StatusBar
Applys passed comp at specified index
setPanes(JComponent[]) - Method in class com.ultraswing.StatusBar
Sets each pane's component
setPopupMenu(JPopupMenu) - Method in class com.ultraswing.OutlookBarItem
Sets the popup menu
setPopupMenu(JPopupMenu) - Method in class com.ultraswing.DropDownButton
Sets the popup menu associated with this button
setProgress(int) - Method in class com.ultraswing.SplashScreen
Sets the progress bar value.
setProgressBarBounds(int, int, int, int) - Method in class com.ultraswing.SplashScreen
Sets the bounds of progress bar.
setProgressBarColor(Color, Color) - Method in class com.ultraswing.SplashScreen
Sets progress bar's colors.
setRemoveFromParent(boolean) - Method in class com.ultraswing.CSplitPane
If passed b is true, this split pane will be removed from its parent container when it has no pane
setRowColor(int, Color) - Method in class com.ultraswing.CTable
This method takes precedence over setColumnColor and setAlternate methods
setRowColor(int, Color) - Method in class com.ultraswing.CListReportCtrl
Sets the background color of row at specified index.
setRowHeaderEnabled(boolean) - Method in class com.ultraswing.CTable
Enables or disables row header
setRowHeaderValues(List) - Method in class com.ultraswing.CTable
Sets row header values
setRowHeight(int, int) - Method in class com.ultraswing.CTable
Sets row height
setRowIndex(int) - Method in class com.ultraswing.DefaultListViewItem
Sets the row index
setSameHeight(boolean) - Method in class com.ultraswing.CTableRowHeader
If passed b is true, all the headers have same height
setSelectionMode(int) - Method in class com.ultraswing.CListReportCtrl
Determines whether single-item or multiple-item selections are allowed.
setSeparateButton(boolean) - Method in class com.ultraswing.DropDownButton
Sets true to make button and arrow separate.
setSortByColumn(int, boolean) - Method in interface com.ultraswing.SortableTableModel
Sets the sorting order of colum
setSortByColumn(int, boolean) - Method in class com.ultraswing.ResultSetTableModel
Sets the sorting order of colum
setSortByColumn(int, boolean) - Method in class com.ultraswing.DefaultSortableTableModel
Sets the sorting order of colum
setSortEnabled(boolean) - Method in class com.ultraswing.CListReportCtrl
If passed b is true, sorting will be enabled
setSortEnabled(int, boolean) - Method in class com.ultraswing.CListReportCtrl
If passed b is true, sorting will be enabled for the passed columnIndex
setSortingEnabled(boolean) - Method in class com.ultraswing.CTable
Controls whether column sorting is enabled or not
setState(boolean) - Method in class com.ultraswing.FlatToggleButton
Sets button state
setStatusMessage(String) - Method in class com.ultraswing.StatusBar
Sets the text of status pane
setStatusMessage(String) - Method in class com.ultraswing.CFrame
Sets status message on status bar
setStyle(int) - Method in class com.ultraswing.ToolBarToggleButton
Sets button style
setStyle(int) - Method in class com.ultraswing.ToolBarButton
Sets button style
setStyle(int) - Method in class com.ultraswing.IconList
Sets style, possbile values are IconList.LARGE_ICON_VIEW_STYLE, IconList.SMALL_ICON_VIEW_STYLE, and IconList.LIST_VIEW_STYLE
setStyle(int) - Method in class com.ultraswing.DefaultListViewItem
Sets style
setTabPlacement(int) - Method in class com.ultraswing.SideBar
Sets the tab placement for this tabbedpane.
setText(String) - Method in class com.ultraswing.ToolBarToggleButton
Sets button text
setText(String) - Method in class com.ultraswing.ToolBarButton
Sets button text
setText(String) - Method in class com.ultraswing.CLabel
Sets label text
setText(String) - Method in class com.ultraswing.CButton
Sets the button's text.
setTimeFormat(String) - Method in class com.ultraswing.StatusBar
Sets time format
setTitleBarColors(Color, Color, Color, Color) - Method in class com.ultraswing.DockablePanel
Sets title bar color
setToolTipText(int, String) - Method in class com.ultraswing.DockablePanel
Sets tooltip for close button
setToolTipText(int, String) - Method in class com.ultraswing.AutoHideDockablePanel
Sets tooltip text for buttons
setToolTipText(JComponent, String) - Method in class com.ultraswing.StatusBar
Sets tooltip text for the passed comp
setToolTipText(String) - Method in class com.ultraswing.DropDownButton
Sets button tooltip
setTransparent(boolean) - Method in class com.ultraswing.FlatButton
Sets this button transparent or not
setUnderlined(boolean) - Method in class com.ultraswing.CLabel
Sets text to be underlined or not
setValueAt(JComponent, int) - Method in class com.ultraswing.CTableRowHeader
Sets the value of the cell at row
setValueAt(Object, int, int) - Method in class com.ultraswing.ResultSetTableModel
Sets the object value for the cell at column and row.
setVertical(boolean) - Method in class com.ultraswing.ToolBarToggleButton
Makes this button vertical or not depending on the parameter b
setVertical(boolean) - Method in class com.ultraswing.ToolBarButton
Makes this button vertical or not depending on the parameter b
setVertical(boolean) - Method in class com.ultraswing.TitleBar
If passed b is true, this titlebar is vertical
setVertical(boolean) - Method in class com.ultraswing.FlatButton
Sets this button to be vertical
setVertical(boolean) - Method in class com.ultraswing.CLabel
Sets this label to be vertical or not
setVertical(boolean) - Method in class com.ultraswing.CButton
Makes this button vertical or not depending on the parameter b
setVisible(boolean) - Method in class com.ultraswing.FlatButton
Shows or hides this component depending on the value of parameter b.
setVisible(boolean) - Method in class com.ultraswing.DockablePanel
Shows or hides this component depending on the value of parameter b.
setVisibleColumnCount(int) - Method in class com.ultraswing.CList
Sets the preferred number of columns in the list that can be displayed without a scollbar
setWidth(int) - Method in class com.ultraswing.CTableRowHeader
Sets the width of this row header object
SideBar - class com.ultraswing.SideBar.
A dockable/floatable side bar which can contains multiple panes.
SideBar() - Constructor for class com.ultraswing.SideBar
Creates a SideBar object
SideBar(String) - Constructor for class com.ultraswing.SideBar
Creates a SideBar object with the passed title
SideBar(String, boolean) - Constructor for class com.ultraswing.SideBar
Creates a SideBar object with the passed title
SideBar(String, Icon, boolean) - Constructor for class com.ultraswing.SideBar
Creates a SideBar object with the passed title and icon
SINGLE_SELECTION - Static variable in class com.ultraswing.CListReportCtrl
Only one selection is allowed at a time
SMALL_ICON_VIEW_STYLE - Static variable in class com.ultraswing.IconList
Small icon style
SortableTableModel - interface com.ultraswing.SortableTableModel.
A sortable table model interface
SplashScreen - class com.ultraswing.SplashScreen.
A splash screen implementation.
SplashScreen(String, boolean) - Constructor for class com.ultraswing.SplashScreen
Creates a SplashScreen object
start() - Method in class com.ultraswing.SplashScreen
Starts to show splash screen
StatusBar - class com.ultraswing.StatusBar.
Frame's status bar.
StatusBar.Separator - class com.ultraswing.StatusBar.Separator.
 
StatusBar.Separator(boolean) - Constructor for class com.ultraswing.StatusBar.Separator
 
StatusBar() - Constructor for class com.ultraswing.StatusBar
Creates a status bar object
StatusBar(JComponent[]) - Constructor for class com.ultraswing.StatusBar
Creates a non-flat status bar with passed components
StatusBar(JComponent[], boolean) - Constructor for class com.ultraswing.StatusBar
Creates a status bar with passed components
StatusBar(JComponent[], boolean, Color) - Constructor for class com.ultraswing.StatusBar
Creates a status bar with passed components
SwingUtil - class com.ultraswing.SwingUtil.
A collection of helper methods.
SwingUtil() - Constructor for class com.ultraswing.SwingUtil
 

T

TEXT_ICON_HORIZONTAL_SIZE - Static variable in class com.ultraswing.ToolBarToggleButton
 
TEXT_ICON_HORIZONTAL_SIZE - Static variable in class com.ultraswing.ToolBarButton
The size of horizontal button with text and icon
TEXT_ICON_STYLE - Static variable in class com.ultraswing.ToolBarToggleButton
 
TEXT_ICON_STYLE - Static variable in class com.ultraswing.ToolBarButton
Button with Text and Icon
TEXT_ICON_VERTICAL_SIZE - Static variable in class com.ultraswing.ToolBarToggleButton
 
TEXT_ICON_VERTICAL_SIZE - Static variable in class com.ultraswing.ToolBarButton
The size of vertical button with text and icon
TEXT_ONLY_SIZE - Static variable in class com.ultraswing.ToolBarToggleButton
 
TEXT_ONLY_SIZE - Static variable in class com.ultraswing.ToolBarButton
The size of button with text only
TEXT_ONLY_STYLE - Static variable in class com.ultraswing.ToolBarToggleButton
 
TEXT_ONLY_STYLE - Static variable in class com.ultraswing.ToolBarButton
Text only button
TitleBar - class com.ultraswing.TitleBar.
A tile bar, with a "close" button on the right optionally.
TitleBar(Container, String, boolean) - Constructor for class com.ultraswing.TitleBar
Creates a TitleBar object
TitleBar(Container, String, Icon, boolean) - Constructor for class com.ultraswing.TitleBar
Creates a TitleBar object
TitleBar(Container, String, Icon, boolean, boolean) - Constructor for class com.ultraswing.TitleBar
Creates a TitleBar object
TitlePanel - class com.ultraswing.TitlePanel.
A panel with a tile bar on the top.
TitlePanel(CSplitPane, String, boolean, int) - Constructor for class com.ultraswing.TitlePanel
Creates a TitlePanel
toggleIcon() - Method in class com.ultraswing.OutlookBarItem
Toggle button icon
ToolBarButton - class com.ultraswing.ToolBarButton.
Tool bar button
ToolBarButton() - Constructor for class com.ultraswing.ToolBarButton
Creates a button with no set text or icon.
ToolBarButton(Icon) - Constructor for class com.ultraswing.ToolBarButton
Creates a button with an icon.
ToolBarButton(String) - Constructor for class com.ultraswing.ToolBarButton
Creates a button with text.
ToolBarButton(String, Icon) - Constructor for class com.ultraswing.ToolBarButton
Creates a button with initial text and an icon.
ToolBarButton(String, Icon, boolean) - Constructor for class com.ultraswing.ToolBarButton
Creates a button with initial text and an icon.
ToolBarButton(String, Icon, int, boolean) - Constructor for class com.ultraswing.ToolBarButton
Creates a button with initial text and an icon.
ToolBarToggleButton - class com.ultraswing.ToolBarToggleButton.
Toggle button on toolbar
ToolBarToggleButton() - Constructor for class com.ultraswing.ToolBarToggleButton
Creates a button with no set text or icon.
ToolBarToggleButton(String) - Constructor for class com.ultraswing.ToolBarToggleButton
Creates a button with text.
ToolBarToggleButton(String, Icon) - Constructor for class com.ultraswing.ToolBarToggleButton
Creates a button with initial text and an icon.
ToolBarToggleButton(String, Icon, boolean) - Constructor for class com.ultraswing.ToolBarToggleButton
Creates a button with initial text and an icon.
ToolBarToggleButton(String, Icon, int, boolean) - Constructor for class com.ultraswing.ToolBarToggleButton
Creates a button with initial text and an icon.
toString() - Method in class com.ultraswing.OutlookBarItem
 
toString() - Method in class com.ultraswing.DefaultListViewItem
 
toString() - Method in class com.ultraswing.DefaultIconText
Returns the text object
toString() - Method in class com.ultraswing.CListReportCtrlEvent
 

U

update(Graphics) - Method in class com.ultraswing.SplashScreen
 
updateUI() - Method in class com.ultraswing.SideBar
 
updateUI() - Method in class com.ultraswing.DropDownButton
 
updateWeight(Component, float) - Method in class com.ultraswing.CSplitPane
Sets new weght for the passed component c

V

valueChanged(CListReportCtrlEvent) - Method in interface com.ultraswing.CListReportCtrlEventListener
Notifies this CListReportCtrlEventListener that the application has called the method
VERTICAL - Static variable in class com.ultraswing.DefaultListViewItem
A style that aligns text and icon vertically
VERTICAL_SPLIT - Static variable in class com.ultraswing.CSplitPane
A vertical split pane
VerticalBar - class com.ultraswing.VerticalBar.
A vertical tool bar
VerticalBar() - Constructor for class com.ultraswing.VerticalBar
Creates a VerticalBar object

A C D E F G H I K L M N O P R S T U V
HOME

Copyright © 2002 iReasoning Networks. All Rights Reserved.