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

A

AbstractCellEditor - class com.zfqjava.swing.cell.AbstractCellEditor.
AbstractCellEditor provides a abstract cell editor, can be used as JTable, JTree cell editor.
AbstractCellEditor() - Constructor for class com.zfqjava.swing.cell.AbstractCellEditor
 
AbstractCellRenderer - class com.zfqjava.swing.cell.AbstractCellRenderer.
AbstractCellRenderer provides a abstract cell renderer, can renderer JList, JTable, JTree.
AbstractCellRenderer() - Constructor for class com.zfqjava.swing.cell.AbstractCellRenderer
 
AbstractDataGridModel - class com.zfqjava.swing.AbstractDataGridModel.
 
AbstractDataGridModel() - Constructor for class com.zfqjava.swing.AbstractDataGridModel
 
accept(File) - Method in class com.zfqjava.swing.DefaultFileFilter
 
addCellEditorListener(CellEditorListener) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Adds a CellEditorListener to the listener list.
addChangeListener(ChangeListener) - Method in class com.zfqjava.swing.JStyleBar
Adds a ChangeListener to this cardpane.
addColumn(int, int, List[]) - Method in class com.zfqjava.swing.DefaultDataGridModel
Adds column from firstColumn to lastColumn use the specified list data.
addColumn(int, List) - Method in class com.zfqjava.swing.DefaultDataGridModel
Adds a column at the columnIndex of the model use the specified list.
addColumn(List) - Method in class com.zfqjava.swing.DefaultDataGridModel
Adds a column at the end of the model use the specified list.
addColumn(TableColumn) - Method in class com.zfqjava.swing.JDataGrid
 
addDataGridModelListener(DataGridModelListener) - Method in interface com.zfqjava.swing.DataGridModel
Adds a listener to the list that is notified each time a change to the data model occurs.
addDataGridModelListener(DataGridModelListener) - Method in class com.zfqjava.swing.AbstractDataGridModel
Adds a listener to the list that is notified each time a change to the data model occurs.
addLayoutComponent(Component, Object) - Method in class com.zfqjava.swing.BoxLayout2
Not used by this class.
addLayoutComponent(String, Component) - Method in class com.zfqjava.swing.BoxLayout2
Not used by this class.
addListSelectionListener(ListSelectionListener) - Method in class com.zfqjava.swing.JLineBar
Adds a listener to the list that's notified each time a change to the selection occurs.
addRow(int, int, List[]) - Method in class com.zfqjava.swing.DefaultDataGridModel
Adds row from firstRow to lastRow use the specified list.
addRow(int, List) - Method in class com.zfqjava.swing.DefaultDataGridModel
Adds a row at the rowIndex of the model use the specified list.
addRow(List) - Method in class com.zfqjava.swing.DefaultDataGridModel
Adds a row to the end of the model use the specified list.
addTableModelListener(TableModelListener) - Method in class com.zfqjava.swing.AbstractDataGridModel
Adds a listener to the list that's notified each time a change to the data model occurs.
addUndoableEditListener(UndoableEditListener) - Method in class com.zfqjava.swing.JDataGrid
Registers the given observer to begin receiving notifications when undoable edits are made to the data grid.
addUndoableEditListener(UndoableEditListener) - Method in interface com.zfqjava.swing.DataGridModel
Registers the given observer to begin receiving notifications when undoable edits are made to the model.
addUndoableEditListener(UndoableEditListener) - Method in class com.zfqjava.swing.AbstractDataGridModel
Registers the given observer to begin receiving notifications when undoable edits are made to the model.
AttributesProvider - interface com.zfqjava.swing.cell.AttributesProvider.
AttributesProvider provides attributes for current renderer.

B

BACKGROUND_IMAGE - Static variable in class com.zfqjava.swing.JCommonPane
Key for use background image.
BAND_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as band bar.
BANNER_IMAGE - Static variable in class com.zfqjava.swing.JCommonPane
Key for use banner image.
BooleanCellEditor - class com.zfqjava.swing.cell.BooleanCellEditor.
BooleanCellEditor provides a boolean editor, can be used as JTable, JTree cell editor.
BooleanCellEditor() - Constructor for class com.zfqjava.swing.cell.BooleanCellEditor
Constructs a BooleanCellEditor
BooleanCellRenderer - class com.zfqjava.swing.cell.BooleanCellRenderer.
BooleanCellRenderer provides a boolean cell renderer, can renderer JList, JTable, JTree.
BooleanCellRenderer() - Constructor for class com.zfqjava.swing.cell.BooleanCellRenderer
 
BoxLayout2 - class com.zfqjava.swing.BoxLayout2.
BoxLayout2 provides another BoxLayout and is helpful for layout button area.
BoxLayout2(Container, int) - Constructor for class com.zfqjava.swing.BoxLayout2
Creates a layout manager that will lay out components along the given axis.
BoxLayout2(Container, int, boolean, boolean) - Constructor for class com.zfqjava.swing.BoxLayout2
Creates a layout manager that will lay out components along the given axis.

C

CALCULATOR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a calculator.
CALENDAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user view calendar.
CANCEL_CONTROL - Static variable in class com.zfqjava.swing.JTextFinder
Type used for cancel button on the text finder.
CANCEL_CONTROL - Static variable in class com.zfqjava.swing.JTextSpeller
Type used for cancel button on the text speller.
cancel() - Method in class com.zfqjava.swing.JTextFinder
Called by JTextFinder when the user hits the Cancel button.
cancel() - Method in class com.zfqjava.swing.JTextSpeller
Called by JTextSpeller when the user hits the Cancel button.
cancelCellEditing() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Calls fireEditingCanceled.
canGroup(Component) - Method in class com.zfqjava.swing.BoxLayout2
Judge the component can be group.
CARD_PANE - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user add multi card.
Cell - class com.zfqjava.swing.cell.Cell.
Cell provides a cell object.
CELL_ALL - Static variable in class com.zfqjava.swing.event.DataGridModelEvent
Identifies the cell all object.
CELL_ATTRIBUTES - Static variable in class com.zfqjava.swing.event.DataGridModelEvent
Identifies the cell attributes.
CELL_CLASS - Static variable in class com.zfqjava.swing.event.DataGridModelEvent
Identifies the cell class.
CELL_EDITABLE - Static variable in class com.zfqjava.swing.event.DataGridModelEvent
Identifies the cell editable value.
CELL_SPAN - Static variable in class com.zfqjava.swing.event.DataGridModelEvent
Identifies the cell span.
CELL_VALUE - Static variable in class com.zfqjava.swing.event.DataGridModelEvent
Identifies the cell value.
Cell(int, int) - Constructor for class com.zfqjava.swing.cell.Cell
Constructs a cell object at the specified rowIndex and columnIndex.
Cell(int, int, int, int) - Constructor for class com.zfqjava.swing.cell.Cell
Constructs a cell object for the specified area.
cellChanged(DataGridModelEvent) - Method in class com.zfqjava.swing.JDataGrid
Invoked when this dataGrid's DataGridModel generates a DataGridModelEvent.
cellChanged(DataGridModelEvent) - Method in interface com.zfqjava.swing.event.DataGridModelListener
Invoked after the cell class, attributes, editable, cell span have been changed.
CellProvider - interface com.zfqjava.swing.cell.CellProvider.
A base class for IconProvider and AttributesProvider for AbstractCellRenderer or AbstractCellEditor to provide cell icon or attributes.
changeEvent - Variable in class com.zfqjava.swing.cell.AbstractCellEditor
 
clear(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Clears the cell data for the specified cell area c.
clearCellAttributes(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Clears the cell attributes for the specified cell area c.
clearCellClass(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Clears the cell class for the specified cell area c.
clearCellEditable(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Clears the cell editable for the specified cell area c.
clearSelection() - Method in class com.zfqjava.swing.JDataGrid
 
clearValue(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Clears the cell value for the specified cell area c.
CLOCK - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a clock.
CLOSE_CONTROL - Static variable in class com.zfqjava.swing.JPrintPreview
Type used for close button on the pane.
close() - Method in class com.zfqjava.swing.JPrintPreview
Called by JPrintPreview when the user hits the Close button.
columnSelectionChanged(ListSelectionEvent) - Method in class com.zfqjava.swing.JDataGrid
 
commitEdit() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Commits the editing.
commitEdit() - Method in class com.zfqjava.swing.cell.ObjectCellEditor
 
commitEdit() - Method in class com.zfqjava.swing.cell.StringCellEditor
 
commitEdit() - Method in class com.zfqjava.swing.cell.DateCellEditor
 
commitEdit() - Method in class com.zfqjava.swing.cell.NumberCellEditor
 
commitEdit() - Method in class com.zfqjava.swing.cell.BooleanCellEditor
 
COMMON_PANE - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a common panel.
configureEnclosingScrollPane() - Method in class com.zfqjava.swing.JDataGrid
 
contains(Cell) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell contains the c.
contains(int, int) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell contains the cell at the specified rowIndex and columnIndex.
contains(int, int, int, int) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell contains the cell at the specified area.
containsColumn(int) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell contains the column.
containsRow(int) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell contains the row.
COPYRIGHT_NOTE - Static variable in class com.zfqjava.swing.JCommonPane
Key for copyright note.
createComboBoxModel(boolean[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a boolean array.
createComboBoxModel(byte[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a byte array.
createComboBoxModel(char[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a char array.
createComboBoxModel(double[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a double array.
createComboBoxModel(float[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a float array.
createComboBoxModel(int[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a integer array.
createComboBoxModel(List) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a list.
createComboBoxModel(long[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a long array.
createComboBoxModel(Object[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a object array.
createComboBoxModel(short[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a short array.
createComboBoxModelByReference(boolean[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a boolean array by reference.
createComboBoxModelByReference(byte[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a byte array by reference.
createComboBoxModelByReference(char[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a char array by reference.
createComboBoxModelByReference(double[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a double array by reference.
createComboBoxModelByReference(float[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a float array by reference.
createComboBoxModelByReference(int[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a integer array by reference.
createComboBoxModelByReference(List) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a List by reference.
createComboBoxModelByReference(long[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a long array by reference.
createComboBoxModelByReference(Object[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a object array by reference.
createComboBoxModelByReference(short[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ComboBoxModel use a short array by reference.
createDefaultEditors() - Method in class com.zfqjava.swing.JDataGrid
 
createDefaultRenderers() - Method in class com.zfqjava.swing.JDataGrid
 
createDefaultTableHeader() - Method in class com.zfqjava.swing.JDataGrid
 
createDialog(Component) - Method in class com.zfqjava.swing.JTextFinder
Creates a dialog for the JTextFinder.
createDialog(Component) - Method in class com.zfqjava.swing.JTextSpeller
Creates a dialog for the JTextSpeller.
createDialog(Component, String) - Method in class com.zfqjava.swing.JPrintPreview
Creates a dialog for the JPrintPreview.
createEmptyListModel() - Static method in class com.zfqjava.swing.ModelFactory
Creates a empty ListModel.
createEmptyTableModel() - Static method in class com.zfqjava.swing.ModelFactory
Creates a empty TableModel.
createEmptyTreeModel() - Static method in class com.zfqjava.swing.ModelFactory
Creates a empty TreeModel.
createListModel(boolean[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a boolean array.
createListModel(byte[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a byte array.
createListModel(char[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a char array.
createListModel(double[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a double array.
createListModel(float[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a float array.
createListModel(int[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a integer array.
createListModel(List) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a list.
createListModel(long[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a long array.
createListModel(Object[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a object array.
createListModel(short[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a short array.
createListModelByReference(boolean[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a boolean array by reference.
createListModelByReference(byte[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a byte array by reference.
createListModelByReference(char[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a char array by reference.
createListModelByReference(double[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a double array by reference.
createListModelByReference(float[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a float array by reference.
createListModelByReference(int[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a integer array by reference.
createListModelByReference(List) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a List by reference.
createListModelByReference(long[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a integer long by reference.
createListModelByReference(Object[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a object array by reference.
createListModelByReference(short[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel use a short array by reference.
createListModelByReference(TableModel, int) - Static method in class com.zfqjava.swing.ModelFactory
Creates a ListModel by use a table model and element column index.
createPrintable(Component, Map) - Static method in class com.zfqjava.swing.PrintFactory
Creates a Printable for the specified component.
createPrintable(Image, Map) - Static method in class com.zfqjava.swing.PrintFactory
Creates a Printable for the specified image.
createSelectionModel() - Method in class com.zfqjava.swing.JLineBar
Returns an instance of DefaultListSelectionModel.
createTableModel(Map, String, String) - Static method in class com.zfqjava.swing.ModelFactory
Creates a TableModel use a map.
createTableModel(Object[][], Object[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a TableModel use two arrays.
createTableModelByReference(ListModel, String, Class) - Static method in class com.zfqjava.swing.ModelFactory
Creates a TableModel use a list model.
createTableModelByReference(Map, String, String) - Static method in class com.zfqjava.swing.ModelFactory
Creates a TableModel use a map by reference.
createTableModelByReference(Object[][], Object[]) - Static method in class com.zfqjava.swing.ModelFactory
Creates a TableModel use two arrays by reference, change array content will effect in TableModel.

D

DATA_GRID - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a data grid.
DataGridModel - interface com.zfqjava.swing.DataGridModel.
 
DataGridModelEvent - class com.zfqjava.swing.event.DataGridModelEvent.
 
DataGridModelEvent(Object, int, int, int) - Constructor for class com.zfqjava.swing.event.DataGridModelEvent
The specified cells attributes or span or class or editable has changed.
DataGridModelEvent(Object, int, int, int, int, int) - Constructor for class com.zfqjava.swing.event.DataGridModelEvent
The specified cells attributes or span or class or editable has changed.
DataGridModelListener - interface com.zfqjava.swing.event.DataGridModelListener.
 
DateCellEditor - class com.zfqjava.swing.cell.DateCellEditor.
DateCellEditor provides a date editor, can be used as JTable, JTree cell editor.
DateCellEditor() - Constructor for class com.zfqjava.swing.cell.DateCellEditor
Constructs a DateCellEditor
DateCellRenderer - class com.zfqjava.swing.cell.DateCellRenderer.
DateCellRenderer provides a date cell renderer, can renderer JList, JTable, JTree.
DateCellRenderer() - Constructor for class com.zfqjava.swing.cell.DateCellRenderer
 
DefaultDataGridModel - class com.zfqjava.swing.DefaultDataGridModel.
DefaultDataGridModel provides a default data grid model.
DefaultDataGridModel() - Constructor for class com.zfqjava.swing.DefaultDataGridModel
Constructs a data grid model with 0 rows and 0 cols.
DefaultDataGridModel(int, int) - Constructor for class com.zfqjava.swing.DefaultDataGridModel
Constructs a data grid model with rowCount rows and columnCount columns.
DefaultFileFilter - class com.zfqjava.swing.DefaultFileFilter.
DefaultFileFilter provides a default file filter.
DefaultFileFilter(String[], String) - Constructor for class com.zfqjava.swing.DefaultFileFilter
Constructs a default file filter use the specified ext and desciption.
DefaultFileFilter(String, String) - Constructor for class com.zfqjava.swing.DefaultFileFilter
Constructs a default file filter use the specified ext and desciption.
DESCRIPTION - Static variable in class com.zfqjava.swing.JCommonPane
Key for use description.
DIR_CHOOSER - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user choose a dir.
DOCK_PANE - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a dock pane.
DROP_DOWN_BUTTON - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user drop down popup menu.
DROP_DOWN_MENU_ITEM - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user drop down popup menu.

E

editCellAt(int, int, EventObject) - Method in class com.zfqjava.swing.JDataGrid
 
equals(Object) - Method in class com.zfqjava.swing.DefaultDataGridModel
 
equals(Object) - Method in class com.zfqjava.swing.cell.Cell
 

F

fillCellAttributes(Cell, List[]) - Method in class com.zfqjava.swing.DefaultDataGridModel
Fills the cell attributes of the cell area c use the specified data.
fillCellClass(Cell, List[]) - Method in class com.zfqjava.swing.DefaultDataGridModel
Fills the cell class of the cell area c use the specified data.
fillCellEditable(Cell, List[]) - Method in class com.zfqjava.swing.DefaultDataGridModel
Fills the cell editable of the cell area c use the specified data.
fillValue(Cell, List[]) - Method in class com.zfqjava.swing.DefaultDataGridModel
Fills the value of the cell area c use the specified data.
FIND_CONTROL - Static variable in class com.zfqjava.swing.JTextFinder
Type used for find button on the text finder.
FIND_DIALOG - Static variable in class com.zfqjava.swing.JTextFinder
Identifies the find dialog type.
findNext() - Method in class com.zfqjava.swing.JTextFinder
Called by JTextFinder when the user hits the Find Next button.
fireCellAttributesChanged(Cell) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell attributes have been changed.
fireCellAttributesChanged(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell attributes have been changed.
fireCellChanged(Cell) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that all cell object have been changed.
fireCellChanged(DataGridModelEvent) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell have been changed.
fireCellClassChanged(Cell) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell class have been changed.
fireCellClassChanged(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell class have been changed.
fireCellEditableChanged(Cell) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell editable have been changed.
fireCellEditableChanged(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell editable have been changed.
fireCellSpanChanged(Cell) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell span have been changed.
fireCellSpanChanged(int, int, int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell span have been changed.
fireCellValueChanged(Cell) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that cell value have been changed.
fireEditingCanceled() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Notifies all listeners that have registered interest for notification on this event type.
fireEditingStopped() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Notifies all listeners that have registered interest for notification on this event type.
fireSelectionValueChanged(int, int, boolean) - Method in class com.zfqjava.swing.JLineBar
Notifies JLineBar ListSelectionListeners that the selection model has changed.
fireStateChanged() - Method in class com.zfqjava.swing.JStyleBar
Sends a ChangeEvent, whose source is this cardpane, to each listener.
fireTableCellUpdated(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that the value of the cell at [row, column] has been updated.
fireTableChanged(TableModelEvent) - Method in class com.zfqjava.swing.AbstractDataGridModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableColumnsDeleted(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that columns in the range [firstColumn, lastColumn], inclusive, have been deleted.
fireTableColumnsInserted(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that columns in the range [firstColumn, lastColumn], inclusive, have been inserted.
fireTableColumnsUpdated(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that columns in the range [firstColumn, lastColumn], inclusive, have been updated.
fireTableColumnUpdated(int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that the value of the colum at column has been updated.
fireTableDataChanged() - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that all cell values in the table's rows may have changed.
fireTableRowsDeleted(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been deleted.
fireTableRowsInserted(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been inserted.
fireTableRowsUpdated(int, int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that rows in the range [firstRow, lastRow], inclusive, have been updated.
fireTableRowUpdated(int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that the value of the row at row has been updated.
fireTableStructureChanged() - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that the table's structure has changed.
fireUndoableEditHappened(UndoableEdit) - Method in class com.zfqjava.swing.JDataGrid
Notifies all listeners that have registered interest for notification on this event type.
fireUndoableEditHappened(UndoableEdit) - Method in class com.zfqjava.swing.AbstractDataGridModel
Notifies all listeners that have registered interest for notification on this event type.
FONT_CHOOSER - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user choose a font.
FOOTER_ALIGNMENT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the footer alignment.
FOOTER_FONT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the footer font.
FOOTER_FORMAT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the footer format.
FOOTER_MARGIN - Static variable in class com.zfqjava.swing.PrintFactory
Key for the footer margin.

G

getAccessibleContext() - Method in class com.zfqjava.swing.JDataGrid
Gets the AccessibleContext associated with this JDataGrid.
getAccessibleContext() - Method in class com.zfqjava.swing.JLineBar
Gets the AccessibleContext associated with this JLineBar.
getAccessibleContext() - Method in class com.zfqjava.swing.JStyleBar
Gets the AccessibleContext associated with this JStyleBar.
getAccessibleContext() - Method in class com.zfqjava.swing.JPrintPreview
Gets the AccessibleContext associated with this JPrintPreview.
getAccessibleContext() - Method in class com.zfqjava.swing.JTextFinder
Gets the AccessibleContext associated with this JTextFinder.
getAccessibleContext() - Method in class com.zfqjava.swing.JTextSpeller
Gets the AccessibleContext associated with this JTextSpeller.
getAccessibleContext() - Method in class com.zfqjava.swing.JCommonPane
Gets the AccessibleContext associated with this JCommonPane.
getAccessibleRole() - Method in class com.zfqjava.swing.JDataGrid.AccessibleJDataGrid
Get the role of this object.
getAccessibleRole() - Method in class com.zfqjava.swing.JLineBar.AccessibleJLineBar
Get the role of this object.
getAccessibleRole() - Method in class com.zfqjava.swing.JStyleBar.AccessibleJStyleBar
Get the role of this object.
getAccessibleRole() - Method in class com.zfqjava.swing.JPrintPreview.AccessibleJPrintPreview
Get the role of this object.
getAccessibleRole() - Method in class com.zfqjava.swing.JTextFinder.AccessibleJTextFinder
Get the role of this object.
getAccessibleRole() - Method in class com.zfqjava.swing.JTextSpeller.AccessibleJTextSpeller
Get the role of this object.
getAccessibleRole() - Method in class com.zfqjava.swing.JCommonPane.AccessibleJCommonPane
Get the role of this object.
getAttributes() - Method in class com.zfqjava.swing.JStyleBar
Returns the attributes for this style bar.
getAttributes(Object) - Method in interface com.zfqjava.swing.cell.AttributesProvider
Returns the attributes for the specified value.
getCellAttributes(int, int) - Method in interface com.zfqjava.swing.DataGridModel
Returns the cell attributes.
getCellAttributes(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the cell attributes.
getCellClass(int, int) - Method in interface com.zfqjava.swing.DataGridModel
Returns the cell class.
getCellClass(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the cell class.
getCellEditor(int, int) - Method in class com.zfqjava.swing.JDataGrid
 
getCellEditorListeners() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns an array of all the CellEditorListeners added to this AbstractCellEditor with addCellEditorListener().
getCellEditorValue() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns the value contained in the editor.
getCellProvider() - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Returns the cell provider to add extra info for current renderer.
getCellProvider() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns the cell provider to add extra info for current editor.
getCellRect(Cell, boolean) - Method in class com.zfqjava.swing.JDataGrid
Returns a rectangle for the cell that lies at the intersection of c.
getCellRenderer(int, int) - Method in class com.zfqjava.swing.JDataGrid
 
getCellSpans(int, int) - Method in interface com.zfqjava.swing.DataGridModel
Returns the cell that spans the specified cell at rowIndex and columnIndex.
getCellSpans(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the cell that spans the specified cell at rowIndex and columnIndex.
getCellSpans(int, int, int, int) - Method in interface com.zfqjava.swing.DataGridModel
Returns the cells that spans the specified cell area.
getCellSpans(int, int, int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the cells that spans the specified cell area.
getChangeListeners() - Method in class com.zfqjava.swing.JStyleBar
Returns an array of all the ChangeListeners added to this JCardpane with addChangeListener.
getColumnClass(int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the most specific superclass for all the cell values in the column.
getColumnCount() - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the number of columns in the model.
getColumnName(int) - Method in class com.zfqjava.swing.AbstractDataGridModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the name of the column at columnIndex.
getComponent() - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Returns the component for this renderer.
getComponent() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns the component for this editor.
getComponent() - Method in class com.zfqjava.swing.cell.ObjectCellRenderer
 
getComponent() - Method in class com.zfqjava.swing.cell.ObjectCellEditor
 
getComponent() - Method in class com.zfqjava.swing.cell.StringCellRenderer
 
getComponent() - Method in class com.zfqjava.swing.cell.StringCellEditor
 
getComponent() - Method in class com.zfqjava.swing.cell.DateCellEditor
 
getComponent() - Method in class com.zfqjava.swing.cell.NumberCellEditor
 
getComponent() - Method in class com.zfqjava.swing.cell.BooleanCellEditor
 
getControlButton(int) - Method in class com.zfqjava.swing.JPrintPreview
Gets the control button of the type.
getControlButton(int) - Method in class com.zfqjava.swing.JTextFinder
Gets the control button of the type.
getControlButton(int) - Method in class com.zfqjava.swing.JTextSpeller
Gets the control button of the type.
getDataGridModelListeners() - Method in class com.zfqjava.swing.AbstractDataGridModel
Returns an array of all the data grid model listeners registered on this model.
getDefaultAttributes() - Method in class com.zfqjava.swing.JStyleBar
Returns the default attributes for this style bar.
getDefaultEditor(Class) - Method in class com.zfqjava.swing.JDataGrid
 
getDefaultRenderer(Class) - Method in class com.zfqjava.swing.JDataGrid
 
getDescription() - Method in class com.zfqjava.swing.DefaultFileFilter
 
getDialogType() - Method in class com.zfqjava.swing.JTextFinder
Returns the current dialog type.
getErrorText() - Method in class com.zfqjava.swing.JTextSpeller
Returns the error text.
getFindText() - Method in class com.zfqjava.swing.JTextFinder
Returns the find text.
getFirstColumn() - Method in class com.zfqjava.swing.event.DataGridModelEvent
Returns the first column has changed.
getFirstColumn() - Method in class com.zfqjava.swing.cell.Cell
Returns the first column of this cell.
getFirstRow() - Method in class com.zfqjava.swing.event.DataGridModelEvent
Returns the first row has changed.
getFirstRow() - Method in class com.zfqjava.swing.cell.Cell
Returns the first row of this cell.
getForComponent() - Method in class com.zfqjava.swing.JLineBar
Returns the component that the JTextFinder attach.
getForComponent() - Method in class com.zfqjava.swing.JTextFinder
Returns the component that the JTextFinder attach.
getForComponent() - Method in class com.zfqjava.swing.JTextSpeller
Returns the component that the JTextSpeller attach.
getHeaderRect(int) - Method in class com.zfqjava.swing.JLineBar
Returns the rectangle containing the header tile at line.
getHeight() - Method in class com.zfqjava.swing.cell.Cell
Returns the cell height.
getIconAt(int) - Method in class com.zfqjava.swing.JLineBar
Returns the icon at the specify line.
getLastColumn() - Method in class com.zfqjava.swing.event.DataGridModelEvent
Returns the last column has changed.
getLastColumn() - Method in class com.zfqjava.swing.cell.Cell
Returns the last column of this cell.
getLastRow() - Method in class com.zfqjava.swing.event.DataGridModelEvent
Returns the last row has changed.
getLastRow() - Method in class com.zfqjava.swing.cell.Cell
Returns the last row of this cell.
getLayoutAlignmentX(Container) - Method in class com.zfqjava.swing.BoxLayout2
Returns the alignment along the X axis for the container.
getLayoutAlignmentY(Container) - Method in class com.zfqjava.swing.BoxLayout2
Returns the alignment along the Y axis for the container.
getLineCount() - Method in class com.zfqjava.swing.JLineBar
Gets the current line count number.
getLineHeight() - Method in class com.zfqjava.swing.JLineBar
Returns the line height.
getLineHeight(int) - Method in class com.zfqjava.swing.JLineBar
Returns the line height for the specified line number
getLineWidth() - Method in class com.zfqjava.swing.JLineBar
Returns the line width.
getListCellEditorComponent(JList, Object, int, boolean) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Sets an initial value for the editor.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Return a component that has been configured to display the specified value.
getListeners(Class) - Method in class com.zfqjava.swing.AbstractDataGridModel
Returns an array of all the objects currently registered as FooListeners upon this AbstractTableModel.
getListSelectionListeners() - Method in class com.zfqjava.swing.JLineBar
Returns an array of all the ListSelectionListeners added to this JLineBar with addListSelectionListener().
getMaximumSize() - Method in interface com.zfqjava.layout.SizeGroup
Gets the maximum size dimensions for this group.
getMinimumSize() - Method in interface com.zfqjava.layout.SizeGroup
Gets the minimum size dimensions for this group.
getPageCount() - Method in class com.zfqjava.swing.JPrintPreview
Returns the page count.
getPageFormat() - Method in class com.zfqjava.swing.JPrintPreview
Returns the page format object current set.
getPageHeight(int) - Method in class com.zfqjava.swing.JPrintPreview
Returns the page height.
getPageImage(int) - Method in class com.zfqjava.swing.JPrintPreview
Returns the page image used for preview.
getPageIndex() - Method in class com.zfqjava.swing.JPrintPreview
Returns the current page index.
getPageWidth(int) - Method in class com.zfqjava.swing.JPrintPreview
Returns the page width.
getPreferredScrollableViewportSize() - Method in class com.zfqjava.swing.JLineBar
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in interface com.zfqjava.layout.SizeGroup
Gets the preferred size dimensions for this group.
getPreferredSize() - Method in class com.zfqjava.swing.JCommonPane
 
getPrintData() - Method in class com.zfqjava.swing.JPrintPreview
Returns the print data for current preview.
getReplaceText() - Method in class com.zfqjava.swing.JTextFinder
Returns the replace text.
getReplaceText() - Method in class com.zfqjava.swing.JTextSpeller
Returns the replace text.
getResizingAllowed() - Method in class com.zfqjava.swing.JLineBar
Returns true if the user is allowed to resize rows by dragging between their headers, false otherwise.
getResizingLine() - Method in class com.zfqjava.swing.JLineBar
Returns the resizing line.
getRowCount() - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the number of rows in the model.
getRowHeader() - Method in class com.zfqjava.swing.JDataGrid
Returns the row header for this table.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.zfqjava.swing.JLineBar
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - Method in class com.zfqjava.swing.JLineBar
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - Method in class com.zfqjava.swing.JLineBar
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.zfqjava.swing.JLineBar
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getSelectedCell() - Method in class com.zfqjava.swing.JDataGrid
Returns the selected cell as Cell object.
getSelectedCells() - Method in class com.zfqjava.swing.JDataGrid
Returns all selected cells.
getSelectedLine() - Method in class com.zfqjava.swing.JLineBar
Returns the selected line number.
getSelectedLines() - Method in class com.zfqjava.swing.JLineBar
Returns the selected lines number array.
getSelectionMode() - Method in class com.zfqjava.swing.JLineBar
Returns whether single-item or multiple-item selections are allowed.
getSelectionModel() - Method in class com.zfqjava.swing.JLineBar
Returns the value of the current selection model.
getSpannedCells() - Method in interface com.zfqjava.swing.DataGridModel
Returns all spanned cells.
getSpannedCells() - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns all spanned cells.
getSuggestText() - Method in class com.zfqjava.swing.JTextSpeller
Returns the suggest text.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Sets an initial value for the editor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Returns the component used for drawing the cell.
getTableModelListeners() - Method in class com.zfqjava.swing.AbstractDataGridModel
Returns an array of all the table model listeners registered on this model.
getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Sets an initial value for the editor.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Sets the value of the current tree cell to value.
getType() - Method in class com.zfqjava.swing.event.DataGridModelEvent
Returns the cell changed type.
getUI() - Method in class com.zfqjava.swing.JLineBar
Returns the look and feel (L&F) object that renders this component.
getUI() - Method in class com.zfqjava.swing.JPrintPreview
Returns the look and feel (L&F) object that renders this component.
getUI() - Method in class com.zfqjava.swing.JTextFinder
Returns the look and feel (L&F) object that renders this component.
getUI() - Method in class com.zfqjava.swing.JTextSpeller
Returns the look and feel (L&F) object that renders this component.
getUIClassID() - Method in class com.zfqjava.swing.JDataGrid
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class com.zfqjava.swing.JLineBar
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class com.zfqjava.swing.JPrintPreview
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class com.zfqjava.swing.JTextFinder
Returns a string that specifies the name of the L&F class that renders this component.
getUIClassID() - Method in class com.zfqjava.swing.JTextSpeller
Returns a string that specifies the name of the L&F class that renders this component.
getUndoableEditListeners() - Method in class com.zfqjava.swing.JDataGrid
Returns an array of all the undoable edit listeners registered on this data grid.
getUndoableEditListeners() - Method in class com.zfqjava.swing.AbstractDataGridModel
Returns an array of all the undoable edit listeners registered on this model.
getValue() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns the value for current editor
getValue() - Method in class com.zfqjava.swing.cell.ObjectCellEditor
 
getValue() - Method in class com.zfqjava.swing.cell.StringCellEditor
 
getValue() - Method in class com.zfqjava.swing.cell.DateCellEditor
 
getValue() - Method in class com.zfqjava.swing.cell.NumberCellEditor
 
getValue() - Method in class com.zfqjava.swing.cell.BooleanCellEditor
 
getValueAt(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns the value for the cell at columnIndex and rowIndex.
getWidth() - Method in class com.zfqjava.swing.cell.Cell
Returns the cell width.
getX() - Method in class com.zfqjava.swing.cell.Cell
Returns the cell x location.
getY() - Method in class com.zfqjava.swing.cell.Cell
Returns the cell y location.
getZoomFactor() - Method in class com.zfqjava.swing.JPrintPreview
Returns the current zoom factor.
GRID_PANE - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a grid panel.

H

hasCellSpans(int, int) - Method in interface com.zfqjava.swing.DataGridModel
Returns true if has cell spans the specified cell at rowIndex and columnIndex.
hasCellSpans(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns true if has cell spans the specified cell at rowIndex and columnIndex.
hasCellSpans(int, int, int, int) - Method in interface com.zfqjava.swing.DataGridModel
Returns true if has some cells spans the specified cell area.
hasCellSpans(int, int, int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns true if has some cells spans the specified cell area.
hashCode() - Method in class com.zfqjava.swing.DefaultDataGridModel
 
hashCode() - Method in class com.zfqjava.swing.cell.Cell
 
HEADER - Static variable in class com.zfqjava.swing.JCommonPane
Key for use header.
HEADER_ALIGNMENT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the header alignment.
HEADER_FONT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the header font.
HEADER_FORMAT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the header format.
HEADER_MARGIN - Static variable in class com.zfqjava.swing.PrintFactory
Key for the header margin.
HELP_CONTROL - Static variable in class com.zfqjava.swing.JPrintPreview
Type used for help button on the pane.
help() - Method in class com.zfqjava.swing.JPrintPreview
Called by JPrintPreview when the user hits the Help button.
HORIZONTAL_ALIGNMENT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the page horizontal alignment.

I

IGNORE_ALL_CONTROL - Static variable in class com.zfqjava.swing.JTextSpeller
Type used for ingore all button on the text speller.
IGNORE_CONTROL - Static variable in class com.zfqjava.swing.JTextSpeller
Type used for ignore button on the text speller.
ignore() - Method in class com.zfqjava.swing.JTextSpeller
Called by JTextSpeller when the user hits the Ignore button.
ignoreAll() - Method in class com.zfqjava.swing.JTextSpeller
Called by JTextSpeller when the user hits the Ignore All button.
IMAGE_VIEW - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user view image.
initializeLocalVars() - Method in class com.zfqjava.swing.JDataGrid
 
intersects(Cell) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell intersects the cell at the specified area.
intersects(int, int, int, int) - Method in class com.zfqjava.swing.cell.Cell
Determines whether this cell intersects the cell at the specified area.
invalidateLayout(Container) - Method in class com.zfqjava.swing.BoxLayout2
Indicates that a child has changed its layout related information, and thus any cached calculations should be flushed.
isCellEditable(EventObject) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns true.
isCellEditable(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Returns true if the cell at rowIndex and columnIndex is editable.
isCellSelected(int, int) - Method in class com.zfqjava.swing.JDataGrid
 
isColumnSelected(int) - Method in class com.zfqjava.swing.JDataGrid
 
isFixedLineHeight() - Method in class com.zfqjava.swing.JLineBar
Determines the JLineBar has a fixed line height.
isRowSelected(int) - Method in class com.zfqjava.swing.JDataGrid
 
isSingleCell() - Method in class com.zfqjava.swing.cell.Cell
Returns true if this is a single cell.
isSingleColumn() - Method in class com.zfqjava.swing.cell.Cell
Returns true if this is a single column.
isSingleRow() - Method in class com.zfqjava.swing.cell.Cell
Returns true if this is a single row.
isSpannedCell(Cell) - Method in interface com.zfqjava.swing.DataGridModel
Determines whether the cell is spanned cell.
isSpannedCell(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Determines whether the cell is spanned cell.

J

JCommonPane - class com.zfqjava.swing.JCommonPane.
JCommonPane provides some common panel.
JCommonPane.AccessibleJCommonPane - class com.zfqjava.swing.JCommonPane.AccessibleJCommonPane.
This class implements accessibility support for the JCommonPane class.
JCommonPane.AccessibleJCommonPane(JCommonPane) - Constructor for class com.zfqjava.swing.JCommonPane.AccessibleJCommonPane
 
JCommonPane() - Constructor for class com.zfqjava.swing.JCommonPane
 
JDataGrid - class com.zfqjava.swing.JDataGrid.
JDataGrid provides a data grid, add some features such as row header, cell attributes, cell merge and split, undo and redo support.
JDataGrid.AccessibleJDataGrid - class com.zfqjava.swing.JDataGrid.AccessibleJDataGrid.
This class implements accessibility support for the JDataGrid class.
JDataGrid.AccessibleJDataGrid(JDataGrid) - Constructor for class com.zfqjava.swing.JDataGrid.AccessibleJDataGrid
 
JDataGrid() - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a default JDataGrid that is initialized with a default data model, a default column model, and a default selection model.
JDataGrid(int, int) - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a JDataGrid with numRows and numColumns of empty cells using DefaultTableModel.
JDataGrid(Object[][], Object[]) - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a JDataGrid to display the values in the two dimensional array, rowData, with column names, columnNames.
JDataGrid(TableModel) - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a JDataGrid that is initialized with dm as the data model, a default column model, and a default selection model.
JDataGrid(TableModel, TableColumnModel) - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a JDataGrid that is initialized with dm as the data model, cm as the column model, and a default selection model.
JDataGrid(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a JDataGrid that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
JDataGrid(Vector, Vector) - Constructor for class com.zfqjava.swing.JDataGrid
Constructs a JDataGrid to display the values in the Vector of Vectors, rowData, with column names, columnNames.
JLineBar - class com.zfqjava.swing.JLineBar.
JLineBar provides a bar represents the line number of the text component.
JLineBar.AccessibleJLineBar - class com.zfqjava.swing.JLineBar.AccessibleJLineBar.
This class implements accessibility support for the JLineBar class.
JLineBar.AccessibleJLineBar(JLineBar) - Constructor for class com.zfqjava.swing.JLineBar.AccessibleJLineBar
 
JLineBar() - Constructor for class com.zfqjava.swing.JLineBar
Constructs a JLineBar.
JLineBar(int) - Constructor for class com.zfqjava.swing.JLineBar
Constructs a JLineBar with a specified line count.
JLineBar(int, ListSelectionModel) - Constructor for class com.zfqjava.swing.JLineBar
Constructs a JLineBar with a selection model and a specified line count.
JLineBar(ListSelectionModel) - Constructor for class com.zfqjava.swing.JLineBar
Constructs a JLineBar with a selection model.
JPrintPreview - class com.zfqjava.swing.JPrintPreview.
JPrintPreview provides a print preview component.
JPrintPreview.AccessibleJPrintPreview - class com.zfqjava.swing.JPrintPreview.AccessibleJPrintPreview.
This class implements accessibility support for the JPrintPreview class.
JPrintPreview.AccessibleJPrintPreview(JPrintPreview) - Constructor for class com.zfqjava.swing.JPrintPreview.AccessibleJPrintPreview
 
JPrintPreview() - Constructor for class com.zfqjava.swing.JPrintPreview
Constructs a print preview component.
JPrintPreview(Object) - Constructor for class com.zfqjava.swing.JPrintPreview
Constructs a print preview component with the print data for preview.
JStyleBar - class com.zfqjava.swing.JStyleBar.
JStyleBar provides a style bar.
JStyleBar.AccessibleJStyleBar - class com.zfqjava.swing.JStyleBar.AccessibleJStyleBar.
This class implements accessibility support for the JStyleBar class.
JStyleBar.AccessibleJStyleBar(JStyleBar) - Constructor for class com.zfqjava.swing.JStyleBar.AccessibleJStyleBar
 
JStyleBar() - Constructor for class com.zfqjava.swing.JStyleBar
Constructs a default style bar.
JTextFinder - class com.zfqjava.swing.JTextFinder.
JTextFinder provides a text finder component.
JTextFinder.AccessibleJTextFinder - class com.zfqjava.swing.JTextFinder.AccessibleJTextFinder.
This class implements accessibility support for the JTextFinder class.
JTextFinder.AccessibleJTextFinder(JTextFinder) - Constructor for class com.zfqjava.swing.JTextFinder.AccessibleJTextFinder
 
JTextFinder() - Constructor for class com.zfqjava.swing.JTextFinder
 
JTextSpeller - class com.zfqjava.swing.JTextSpeller.
JTextSpeller provides a text speller component.
JTextSpeller.AccessibleJTextSpeller - class com.zfqjava.swing.JTextSpeller.AccessibleJTextSpeller.
This class implements accessibility support for the JTextSpeller class.
JTextSpeller.AccessibleJTextSpeller(JTextSpeller) - Constructor for class com.zfqjava.swing.JTextSpeller.AccessibleJTextSpeller
 
JTextSpeller() - Constructor for class com.zfqjava.swing.JTextSpeller
 

L

label - Variable in class com.zfqjava.swing.cell.ObjectCellRenderer
 
layoutContainer(Container) - Method in class com.zfqjava.swing.BoxLayout2
Called by the AWT when the specified container needs to be laid out.
LINE_AXIS - Static variable in class com.zfqjava.swing.BoxLayout2
Specifies that components should be laid out in the direction of a line of text as determined by the target container's ComponentOrientation property.
LINE_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a line bar.
LINK_BUTTON - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user launch a URL.
LINK_MENU_ITEM - Static variable in class com.zfqjava.accessibility.XAccessibleRole
 
LIST_VIEW - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a list view.
listenerList - Variable in class com.zfqjava.swing.AbstractDataGridModel
List of listeners
listenerList - Variable in class com.zfqjava.swing.cell.AbstractCellEditor
 
LOCATION_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a location bar.
LOGO_ICON - Static variable in class com.zfqjava.swing.JCommonPane
Key for use logo icon.
LOGO_TEXT - Static variable in class com.zfqjava.swing.JCommonPane
Key for use logo text.

M

MARGIN - Static variable in class com.zfqjava.swing.PrintFactory
Key for the page margin.
maximumLayoutSize(Container) - Method in class com.zfqjava.swing.BoxLayout2
Returns the maximum dimensions the target container can use to lay out the components it contains.
merge(Cell) - Method in interface com.zfqjava.swing.DataGridModel
Merges the cell.
merge(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Merges the cell.
minimumLayoutSize(Container) - Method in class com.zfqjava.swing.BoxLayout2
Returns the minimum dimensions needed to lay out the components contained in the specified target container.
ModelFactory - class com.zfqjava.swing.ModelFactory.
ModelFactory provides a factory to creates some model to use in swing component.
ModelIO - class com.zfqjava.swing.ModelIO.
ModelIO provides model input and export operation.
move(Cell, Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Moves the cell area from to to.

N

NAVIGATION_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a navigation bar.
noFocusBorder - Static variable in class com.zfqjava.swing.cell.AbstractCellRenderer
The border used when the cell has no focus.
NumberCellEditor - class com.zfqjava.swing.cell.NumberCellEditor.
NumberCellEditor provides a number editor, can be used as JTable, JTree cell editor.
NumberCellEditor() - Constructor for class com.zfqjava.swing.cell.NumberCellEditor
Constructs a NumberCellEditor
NumberCellRenderer - class com.zfqjava.swing.cell.NumberCellRenderer.
NumberCellRenderer provides a Number cell renderer, can renderer JList, JTable, JTree.
NumberCellRenderer() - Constructor for class com.zfqjava.swing.cell.NumberCellRenderer
 

O

ObjectCellEditor - class com.zfqjava.swing.cell.ObjectCellEditor.
ObjectCellEditor provides a object editor, can be used as JTable, JTree cell editor.
ObjectCellEditor() - Constructor for class com.zfqjava.swing.cell.ObjectCellEditor
Constructs a DateCellEditor
ObjectCellRenderer - class com.zfqjava.swing.cell.ObjectCellRenderer.
ObjectCellRenderer provides a object cell renderer, can renderer JList, JTable, JTree.
ObjectCellRenderer() - Constructor for class com.zfqjava.swing.cell.ObjectCellRenderer
 
ORIENTATION - Static variable in class com.zfqjava.swing.PrintFactory
Key for the page orientation.

P

PAGE_AXIS - Static variable in class com.zfqjava.swing.BoxLayout2
Specifies that components should be laid out in the direction that lines flow across a page as determined by the target container's ComponentOrientation property.
PAGE_SETUP_CONTROL - Static variable in class com.zfqjava.swing.JPrintPreview
Type used for page setup button on the pane.
pageSetup() - Method in class com.zfqjava.swing.JPrintPreview
Called by JPrintPreview when the user hits the Page Setup button.
paintComponent(Graphics) - Method in class com.zfqjava.swing.JCommonPane
 
paramString() - Method in class com.zfqjava.swing.JDataGrid
Returns a string representation of this JDataGrid.
paramString() - Method in class com.zfqjava.swing.JLineBar
Returns a string representation of this JLineBar.
paramString() - Method in class com.zfqjava.swing.JStyleBar
Returns a string representation of this JStyleBar.
paramString() - Method in class com.zfqjava.swing.JPrintPreview
Returns a string representation of this JPrintPreview.
paramString() - Method in class com.zfqjava.swing.JTextFinder
Returns a string representation of this JTextFinder.
paramString() - Method in class com.zfqjava.swing.JTextSpeller
Returns a string representation of this JTextSpeller.
paramString() - Method in class com.zfqjava.swing.JCommonPane
Returns a string representation of this JCommonPane.
preferredLayoutSize(Container) - Method in class com.zfqjava.swing.BoxLayout2
Returns the preferred dimensions for this layout, given the components in the specified target container.
prepareEditor(TableCellEditor, int, int) - Method in class com.zfqjava.swing.JDataGrid
 
prepareRenderer(TableCellRenderer, int, int) - Method in class com.zfqjava.swing.JDataGrid
 
PRINT_CONTROL - Static variable in class com.zfqjava.swing.JPrintPreview
Type used for print button on the pane.
PRINT_PREVIEW - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a print preview.
print() - Method in class com.zfqjava.swing.JPrintPreview
Called by JPrintPreview when the user hits the Print button.
PrintFactory - class com.zfqjava.swing.PrintFactory.
PrintFactory create Printable for print.
PRODUCT_NAME - Static variable in class com.zfqjava.swing.JCommonPane
Key for product name.
PROPERTY_GRID - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a property grid.

R

readTableModel(File, String, Map) - Static method in class com.zfqjava.swing.ModelIO
Returns a TableModel.
readTableModel(InputStream, String, Map) - Static method in class com.zfqjava.swing.ModelIO
Returns a TableModel.
readTableModel(Reader, String, Map) - Static method in class com.zfqjava.swing.ModelIO
Returns a TableModel.
readTableModel(URL, String, Map) - Static method in class com.zfqjava.swing.ModelIO
Returns a TableModel.
removeCellEditorListener(CellEditorListener) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Removes a CellEditorListener from the listener list.
removeChangeListener(ChangeListener) - Method in class com.zfqjava.swing.JStyleBar
Removes a ChangeListener from this cardpane.
removeColumn(int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Removes a column at the columnIndex of the model.
removeColumn(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Removes column from firstColumn to lastColumn.
removeColumn(TableColumn) - Method in class com.zfqjava.swing.JDataGrid
 
removeDataGridModelListener(DataGridModelListener) - Method in interface com.zfqjava.swing.DataGridModel
Removes a listener from the list that is notified each time a change to the data model occurs.
removeDataGridModelListener(DataGridModelListener) - Method in class com.zfqjava.swing.AbstractDataGridModel
Removes a listener from the list that is notified each time a change to the data model occurs.
removeEditor() - Method in class com.zfqjava.swing.JDataGrid
 
removeLayoutComponent(Component) - Method in class com.zfqjava.swing.BoxLayout2
Not used by this class.
removeListSelectionListener(ListSelectionListener) - Method in class com.zfqjava.swing.JLineBar
Removes a listener from the list that's notified each time a change to the selection occurs.
removeRow(int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Removes a row at the rowIndex of the model.
removeRow(int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Removes row from firstRow to lastRow
removeTableModelListener(TableModelListener) - Method in class com.zfqjava.swing.AbstractDataGridModel
Removes a listener from the list that's notified each time a change to the data model occurs.
removeUndoableEditListener(UndoableEditListener) - Method in class com.zfqjava.swing.JDataGrid
Unregisters the given observer from the notification list so it will no longer receive updates.
removeUndoableEditListener(UndoableEditListener) - Method in interface com.zfqjava.swing.DataGridModel
Unregisters the given observer from the notification list so it will no longer receive updates.
removeUndoableEditListener(UndoableEditListener) - Method in class com.zfqjava.swing.AbstractDataGridModel
Unregisters the given observer from the notification list so it will no longer receive updates.
REPLACE_ALL_CONTROL - Static variable in class com.zfqjava.swing.JTextFinder
Type used for replace all button on the text finder.
REPLACE_ALL_CONTROL - Static variable in class com.zfqjava.swing.JTextSpeller
Type used for replace all button on the text speller.
REPLACE_CONTROL - Static variable in class com.zfqjava.swing.JTextFinder
Type used for replace button on the text finder.
REPLACE_CONTROL - Static variable in class com.zfqjava.swing.JTextSpeller
Type used for replace button on the text speller.
REPLACE_DIALOG - Static variable in class com.zfqjava.swing.JTextFinder
Identifies the replace dialog type.
replace() - Method in class com.zfqjava.swing.JTextFinder
Called by JTextFinder when the user hits the Replace button.
replace() - Method in class com.zfqjava.swing.JTextSpeller
Called by JTextSpeller when the user hits the Replace button.
replaceAll() - Method in class com.zfqjava.swing.JTextFinder
Called by JTextFinder when the user hits the Replace All button.
replaceAll() - Method in class com.zfqjava.swing.JTextSpeller
Called by JTextSpeller when the user hits the Replace All button.
RULER_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as ruler.

S

selectCell(Cell) - Method in class com.zfqjava.swing.JDataGrid
Selects the specified cell in the data grid.
selectCell(int, int) - Method in class com.zfqjava.swing.JDataGrid
Selects the specified cell in the data grid.
selectCell(int, int, int, int) - Method in class com.zfqjava.swing.JDataGrid
Selects the specified cell in the data grid.
selectColumn(int) - Method in class com.zfqjava.swing.JDataGrid
Selects the specified column in the data grid.
selectRow(int) - Method in class com.zfqjava.swing.JDataGrid
Selects the specified row in the data grid.
setAttributes(AttributeSet) - Method in class com.zfqjava.swing.JStyleBar
Sets the attributes for this style bar.
setCellAttributes(AttributeSet, Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the cell attributes.
setCellAttributes(AttributeSet, int, int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the cell attributes.
setCellAttributes(AttributeSet, int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the cell attributes.
setCellClass(Class, Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the cell class.
setCellClass(Class, int, int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the cell class.
setCellClass(Class, int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the cell class.
setCellEditable(boolean, Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the cell editable.
setCellEditable(boolean, int, int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the editable value for the specified cell at rowIndex and columnIndex.
setCellEditable(boolean, int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the editable value for the specified cell at rowIndex and columnIndex.
setCellProvider(CellProvider) - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Sets the cell provider to add extra info for current renderer.
setCellProvider(CellProvider) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Sets the cell provider to add extra info for current editor.
setColumnClass(Class, int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the column class for the specified columnIndex.
setColumnClass(Class, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the column class for the specified columnIndex.
setColumnCount(int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the number of columns in the model.
setColumnCount(int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the number of columns in the model.
setColumnName(String, int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the column name for the specified columnIndex.
setColumnName(String, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the column name for the specified columnIndex.
setDefaultAttributes(AttributeSet) - Method in class com.zfqjava.swing.JStyleBar
Sets the default attributes for this style bar.
setDialogType(int) - Method in class com.zfqjava.swing.JTextFinder
Sets the dialog type.
setErrorText(String) - Method in class com.zfqjava.swing.JTextSpeller
Sets the error text.
setFindText(String) - Method in class com.zfqjava.swing.JTextFinder
Sets the find text.
setForComponent(Component) - Method in class com.zfqjava.swing.JLineBar
Sets the component that the JTextFinder attach.
setForComponent(Component) - Method in class com.zfqjava.swing.JTextFinder
Sets the component that the JTextFinder attach.
setForComponent(Component) - Method in class com.zfqjava.swing.JTextSpeller
Sets the component that the JTextSpeller attach.
setIconAt(Icon, int) - Method in class com.zfqjava.swing.JLineBar
Sets the icon at the specify line.
setLineCount(int) - Method in class com.zfqjava.swing.JLineBar
Sets the current line count number.
setLineHeight(int) - Method in class com.zfqjava.swing.JLineBar
Sets the line height.
setLineHeight(int, int) - Method in class com.zfqjava.swing.JLineBar
Sets the line height for the specified line number.
setLineWidth(int) - Method in class com.zfqjava.swing.JLineBar
Sets the line width.
setModel(TableModel) - Method in class com.zfqjava.swing.JDataGrid
 
setPageFormat(PageFormat) - Method in class com.zfqjava.swing.JPrintPreview
Sets the page format for current preview.
setPageIndex(int) - Method in class com.zfqjava.swing.JPrintPreview
Sets the page index to view.
setPrintData(Object) - Method in class com.zfqjava.swing.JPrintPreview
Sets the print data for preview.
setReplaceText(String) - Method in class com.zfqjava.swing.JTextFinder
Sets the replace text.
setReplaceText(String) - Method in class com.zfqjava.swing.JTextSpeller
Sets the replace text.
setResizingAllowed(boolean) - Method in class com.zfqjava.swing.JLineBar
Sets whether the user can resize rows by dragging between headers.
setResizingLine(int) - Method in class com.zfqjava.swing.JLineBar
Sets the resizing line.
setRowCount(int) - Method in interface com.zfqjava.swing.DataGridModel
Sets the number of rows in the model.
setRowCount(int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the number of rows in the model.
setRowHeader(JLineBar) - Method in class com.zfqjava.swing.JDataGrid
Sets the row header for this table.
setRowHeight(int, int) - Method in class com.zfqjava.swing.JDataGrid
 
setSelectedLine(int) - Method in class com.zfqjava.swing.JLineBar
Sets the selected line number.
setSelectedLines(int[]) - Method in class com.zfqjava.swing.JLineBar
Sets the selected lines number array.
setSelectionMode(int) - Method in class com.zfqjava.swing.JLineBar
Determines whether single-item or multiple-item selections are allowed.
setSelectionModel(ListSelectionModel) - Method in class com.zfqjava.swing.JLineBar
Sets the selectionModel for the list to a non-null ListSelectionModel implementation.
setSuggestText(String[]) - Method in class com.zfqjava.swing.JTextSpeller
Sets the suggest text.
setUI(LineBarUI) - Method in class com.zfqjava.swing.JLineBar
Sets the look and feel (L&F) object that renders this component.
setUI(PrintPreviewUI) - Method in class com.zfqjava.swing.JPrintPreview
Sets the look and feel (L&F) object that renders this component.
setUI(TextFinderUI) - Method in class com.zfqjava.swing.JTextFinder
Sets the look and feel (L&F) object that renders this component.
setUI(TextSpellerUI) - Method in class com.zfqjava.swing.JTextSpeller
Sets the look and feel (L&F) object that renders this component.
setValue(Object) - Method in class com.zfqjava.swing.cell.AbstractCellRenderer
Sets the value for current renderer.
setValue(Object) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Sets the value for current editor.
setValue(Object) - Method in class com.zfqjava.swing.cell.ObjectCellRenderer
 
setValue(Object) - Method in class com.zfqjava.swing.cell.ObjectCellEditor
 
setValue(Object) - Method in class com.zfqjava.swing.cell.StringCellRenderer
 
setValue(Object) - Method in class com.zfqjava.swing.cell.StringCellEditor
 
setValue(Object) - Method in class com.zfqjava.swing.cell.DateCellRenderer
 
setValue(Object) - Method in class com.zfqjava.swing.cell.DateCellEditor
 
setValue(Object) - Method in class com.zfqjava.swing.cell.NumberCellRenderer
 
setValue(Object) - Method in class com.zfqjava.swing.cell.NumberCellEditor
 
setValue(Object) - Method in class com.zfqjava.swing.cell.BooleanCellRenderer
 
setValue(Object) - Method in class com.zfqjava.swing.cell.BooleanCellEditor
 
setValueAt(Object, Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the cell value.
setValueAt(Object, int, int) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setZoomFactor(double) - Method in class com.zfqjava.swing.JPrintPreview
Sets the zoom factor for view.
shouldSelectCell(EventObject) - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Returns true.
SHOW_ON_STARTUP - Static variable in class com.zfqjava.swing.JCommonPane
Key for the show on startup option for TipOfTheDay dialog.
showAboutDialog(Component, Map) - Static method in class com.zfqjava.swing.JCommonPane
Pops up a dialog contains the JCommonPane and parented to parent with the dialog having a default title.
showDialog(Component) - Method in class com.zfqjava.swing.JPrintPreview
Pops up a dialog contains the JPrintPreview with the dialog having a default title.
showDialog(Component) - Method in class com.zfqjava.swing.JTextFinder
Pops up a dialog contains the JTextFinder and parented to parent with the dialog having a default title.
showDialog(Component) - Method in class com.zfqjava.swing.JTextSpeller
Pops up a dialog contains the JTextSpeller and parented to parent with the dialog having a default title.
showDialog(Component, String) - Method in class com.zfqjava.swing.JPrintPreview
Pops up a dialog contains the JPrintPreview and with the dialog having a title title.
showSplashWindow(Component, Map) - Static method in class com.zfqjava.swing.JCommonPane
Pops up a window contains the JCommonPane and parented to parent.
showTipOfTheDayDialog(Component, Map) - Static method in class com.zfqjava.swing.JCommonPane
Pops up a dialog contains the JCommonPane and parented to parent with the dialog having a default title.
SIDE_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a side bar.
SIDE_IMAGE - Static variable in class com.zfqjava.swing.JCommonPane
Key for use side image.
SIDE_PANE - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a side pane.
SizeGroup - interface com.zfqjava.layout.SizeGroup.
A size group describes all component join this group use the size provides by this group.
sort(Cell, boolean) - Method in class com.zfqjava.swing.DefaultDataGridModel
Sorts the cell area.Returns true if this model changes as a result of the call.
split(Cell) - Method in interface com.zfqjava.swing.DataGridModel
Splits the cell.
split(Cell) - Method in class com.zfqjava.swing.DefaultDataGridModel
Splits the cell.
STATUS_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a status bar.
stopCellEditing() - Method in class com.zfqjava.swing.cell.AbstractCellEditor
Calls fireEditingStopped and returns true.
StringCellEditor - class com.zfqjava.swing.cell.StringCellEditor.
StringCellEditor provides a string editor, can be used as JTable, JTree cell editor.
StringCellEditor() - Constructor for class com.zfqjava.swing.cell.StringCellEditor
 
StringCellRenderer - class com.zfqjava.swing.cell.StringCellRenderer.
StringCellRenderer provides a string cell renderer, can renderer JList, JTable, JTree.
StringCellRenderer() - Constructor for class com.zfqjava.swing.cell.StringCellRenderer
 
STYLE_BAR - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a style bar.

T

tableChanged(TableModelEvent) - Method in class com.zfqjava.swing.JDataGrid
 
TEXT_FINDER - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a text finder.
TEXT_SPELLER - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a text speller.
TIP_CONTENT_TYPE - Static variable in class com.zfqjava.swing.JCommonPane
Key for the tip content type for TipOfTheDay dialog.
TIP_INDEX - Static variable in class com.zfqjava.swing.JCommonPane
Key for the tip index for TipOfTheDay dialog.
TIP_URL - Static variable in class com.zfqjava.swing.JCommonPane
Key for the tip URL for TipOfTheDay dialog.
toString() - Method in class com.zfqjava.swing.DefaultDataGridModel
 
toString() - Method in class com.zfqjava.swing.cell.Cell
 

U

unconfigureEnclosingScrollPane() - Method in class com.zfqjava.swing.JDataGrid
 
undoableEditHappened(UndoableEditEvent) - Method in class com.zfqjava.swing.JDataGrid
An undoable edit happened
updateUI() - Method in class com.zfqjava.swing.JDataGrid
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.zfqjava.swing.JLineBar
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.zfqjava.swing.JStyleBar
Notification from the UIFactory that the L&F has changed.
updateUI() - Method in class com.zfqjava.swing.JPrintPreview
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.zfqjava.swing.JTextFinder
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.zfqjava.swing.JTextSpeller
Resets the UI property with a value from the current look and feel.
useFocusColor - Variable in class com.zfqjava.swing.cell.AbstractCellRenderer
True use the focus color when the cell has focus.
useSelectionColor - Variable in class com.zfqjava.swing.cell.AbstractCellEditor
True use the selection color when the cell is selected.

V

valueChanged(ListSelectionEvent) - Method in class com.zfqjava.swing.JDataGrid
 
VERTICAL_ALIGNMENT - Static variable in class com.zfqjava.swing.PrintFactory
Key for the page vertical alignment.

W

WINDOW - Static variable in class com.zfqjava.swing.JCommonPane
Key for the window.
WIZARD_PANE - Static variable in class com.zfqjava.accessibility.XAccessibleRole
A specialized component that lets the user as a wizard pane.
writeTableModel(TableModel, String, Map, File) - Static method in class com.zfqjava.swing.ModelIO
Writes a TableModel use the formatName and to the file object.
writeTableModel(TableModel, String, Map, OutputStream) - Static method in class com.zfqjava.swing.ModelIO
Writes a TableModel use the formatName and to the output stream.
writeTableModel(TableModel, String, Map, Writer) - Static method in class com.zfqjava.swing.ModelIO
Writes a TableModel use the formatName and to the writer.

X

X_AXIS - Static variable in class com.zfqjava.swing.BoxLayout2
Specifies that components should be laid out left to right.
XAccessibleRole - class com.zfqjava.accessibility.XAccessibleRole.
A extension of AccessibleRole.
XAccessibleRole(String) - Constructor for class com.zfqjava.accessibility.XAccessibleRole
 

Y

Y_AXIS - Static variable in class com.zfqjava.swing.BoxLayout2
Specifies that components should be laid out top to bottom.

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

Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.