|
||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractCellEditor
provides a abstract cell editor,
can be used as JTable
, JTree
cell editor.AbstractCellRenderer
provides a abstract cell renderer,
can renderer JList
, JTable
,
JTree
.CellEditorListener
to the listener list.
ChangeListener
to this cardpane.
firstColumn
to lastColumn
use the specified list data.
firstRow
to lastRow
use
the specified list.
AttributesProvider
provides attributes for current renderer.BooleanCellEditor
provides a boolean editor,
can be used as JTable
, JTree
cell editor.BooleanCellRenderer
provides a boolean cell renderer,
can renderer JList
, JTable
,
JTree
.BoxLayout2
provides another BoxLayout
and is helpful for layout button area.JTextFinder
when the user hits the Cancel button.
JTextSpeller
when the user hits the Cancel button.
fireEditingCanceled
.
Cell
provides a cell object.rowIndex
and columnIndex
.
DataGridModel
generates
a DataGridModelEvent
.
IconProvider
and AttributesProvider
for
AbstractCellRenderer
or AbstractCellEditor
to provide
cell icon or attributes.c
.
c
.
c
.
c
.
c
.
JPrintPreview
when the user hits the Close button.
c
.
rowIndex
and columnIndex
.
ComboBoxModel
use a boolean array.
ComboBoxModel
use a byte array.
ComboBoxModel
use a char array.
ComboBoxModel
use a double array.
ComboBoxModel
use a float array.
ComboBoxModel
use a integer array.
ComboBoxModel
use a list.
ComboBoxModel
use a long array.
ComboBoxModel
use a object array.
ComboBoxModel
use a short array.
ComboBoxModel
use a boolean array by reference.
ComboBoxModel
use a byte array by reference.
ComboBoxModel
use a char array by reference.
ComboBoxModel
use a double array by reference.
ComboBoxModel
use a float array by reference.
ComboBoxModel
use a integer array by reference.
ComboBoxModel
use a List by reference.
ComboBoxModel
use a long array by reference.
ComboBoxModel
use a object array by reference.
ComboBoxModel
use a short array by reference.
JTextFinder
.
JTextSpeller
.
JPrintPreview
.
ListModel
.
TableModel
.
TreeModel
.
ListModel
use a boolean array.
ListModel
use a byte array.
ListModel
use a char array.
ListModel
use a double array.
ListModel
use a float array.
ListModel
use a integer array.
ListModel
use a list.
ListModel
use a long array.
ListModel
use a object array.
ListModel
use a short array.
ListModel
use a boolean array by reference.
ListModel
use a byte array by reference.
ListModel
use a char array by reference.
ListModel
use a double array by reference.
ListModel
use a float array by reference.
ListModel
use a integer array by reference.
ListModel
use a List by reference.
ListModel
use a integer long by reference.
ListModel
use a object array by reference.
ListModel
use a short array by reference.
ListModel
by use a table model and element column index.
Printable
for the specified component.
Printable
for the specified image.
DefaultListSelectionModel
.
TableModel
use a map.
TableModel
use two arrays.
TableModel
use a list model.
TableModel
use a map by reference.
TableModel
use two arrays by reference, change
array content will effect in TableModel.
DateCellEditor
provides a date editor,
can be used as JTable
, JTree
cell editor.DateCellRenderer
provides a date cell renderer,
can renderer JList
, JTable
,
JTree
.DefaultDataGridModel
provides a default data grid model.rowCount
rows
and columnCount
columns.
DefaultFileFilter
provides a default file filter.ext
and desciption
.
ext
and desciption
.
c
use the specified data.
c
use the specified data.
c
use the specified data.
c
use the specified data.
JTextFinder
when the user hits the Find Next button.
JLineBar
ListSelectionListener
s that
the selection model has changed.
ChangeEvent
, whose source is this cardpane,
to each listener.
[row, column]
has been updated.
TableModelListeners
that registered
themselves as listeners for this table model.
[firstColumn, lastColumn]
, inclusive, have been deleted.
[firstColumn, lastColumn]
, inclusive, have been inserted.
[firstColumn, lastColumn]
, inclusive, have been updated.
column
has been updated.
[firstRow, lastRow]
, inclusive, have been deleted.
[firstRow, lastRow]
, inclusive, have been inserted.
[firstRow, lastRow]
, inclusive, have been updated.
row
has been updated.
value
.
CellEditorListener
s added
to this AbstractCellEditor with addCellEditorListener().
c
.
rowIndex
and columnIndex
.
rowIndex
and columnIndex
.
ChangeListener
s added
to this JCardpane
with addChangeListener
.
Object.class
regardless of columnIndex
.
columnIndex
.
JTextFinder
attach.
JTextFinder
attach.
JTextSpeller
attach.
line
.
value
for the editor.
FooListener
s
upon this AbstractTableModel
.
ListSelectionListener
s added
to this JLineBar with addListSelectionListener().
Scrollable
to match the width of the viewport.
Cell
object.
value
for the editor.
value
.
columnIndex
and
rowIndex
.
rowIndex
and columnIndex
.
rowIndex
and columnIndex
.
JPrintPreview
when the user hits the Help button.
JTextSpeller
when the user hits the Ignore button.
JTextSpeller
when the user hits the Ignore All button.
rowIndex
and
columnIndex
is editable.
JLineBar
has a fixed line height.
JCommonPane
provides some common panel.JCommonPane
class.JDataGrid
provides a data grid, add some features
such as row header, cell attributes, cell merge and split,
undo and redo support.JDataGrid
class.JDataGrid
that is initialized with a default
data model, a default column model, and a default selection
model.
JDataGrid
with numRows
and numColumns
of empty cells using
DefaultTableModel
.
JDataGrid
to display the values in the two dimensional array,
rowData
, with column names, columnNames
.
JDataGrid
that is initialized with
dm
as the data model, a default column model,
and a default selection model.
JDataGrid
that is initialized with
dm
as the data model, cm
as the column model, and a default selection model.
JDataGrid
that is initialized with
dm
as the data model, cm
as the
column model, and sm
as the selection model.
JDataGrid
to display the values in the
Vector
of Vectors
, rowData
,
with column names, columnNames
.
JLineBar
provides a bar represents the line number of
the text component.JLineBar
class.JLineBar
.
JLineBar
with a specified line count.
JLineBar
with a selection model and a
specified line count.
JLineBar
with a selection model.
JPrintPreview
provides a print preview component.JPrintPreview
class.JStyleBar
provides a style bar.JStyleBar
class.JTextFinder
provides a text finder component.JTextFinder
class.JTextSpeller
provides a text speller component.JTextSpeller
class.ComponentOrientation
property.
ModelFactory
provides a factory to
creates some model to use in swing component.ModelIO
provides model input and export operation.from
to to
.
NumberCellEditor
provides a number editor,
can be used as JTable
, JTree
cell editor.NumberCellRenderer
provides a Number cell renderer,
can renderer JList
, JTable
,
JTree
.ObjectCellEditor
provides a object editor,
can be used as JTable
, JTree
cell editor.ObjectCellRenderer
provides a object cell renderer,
can renderer JList
, JTable
,
JTree
.ComponentOrientation
property.
JPrintPreview
when the user hits the Page Setup button.
JPrintPreview
when the user hits the Print button.
PrintFactory
create Printable
for print.TableModel
.
TableModel
.
TableModel
.
TableModel
.
CellEditorListener
from the listener list.
ChangeListener
from this cardpane.
firstColumn
to lastColumn
.
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.
rowIndex
and
columnIndex
.
rowIndex
and
columnIndex
.
columnIndex
.
columnIndex
.
columnIndex
.
columnIndex
.
JTextFinder
attach.
JTextFinder
attach.
JTextSpeller
attach.
selectionModel
for the list to a
non-null
ListSelectionModel
implementation.
columnIndex
and
rowIndex
to aValue
.
JCommonPane
and
parented to parent
with the dialog having a default
title.
JPrintPreview
with the
dialog having a default title.
JTextFinder
and parented
to parent
with the dialog having a default title.
JTextSpeller
and parented
to parent
with the dialog having a default title.
JPrintPreview
and with
the dialog having a title title
.
JCommonPane
and
parented to parent
.
JCommonPane
and
parented to parent
with the dialog having a default
title.
true
if this model changes
as a result of the call.
fireEditingStopped
and returns true.
StringCellEditor
provides a string editor,
can be used as JTable
, JTree
cell editor.StringCellRenderer
provides a string cell renderer,
can renderer JList
, JTable
,
JTree
.UIFactory
that the L&F has changed.
TableModel
use the formatName
and to the
file
object.
TableModel
use the formatName
and to the
output
stream.
TableModel
use the formatName
and to the
writer
.
AccessibleRole
.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |