JAPI 0.9.0
Yet another Java API
API Documentation

Serialized Form


Package net.sf.japi.sql

Class net.sf.japi.sql.CachedResultSetTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

rowCount

int rowCount
The number of rows.

include

columnCount

int columnCount
The number of columns.

include

columnTitles

String[] columnTitles
The column titles.

include

data

Object[][] data
The Data.

include

resultSet

ResultSet resultSet
The ResultSet.

Class net.sf.japi.sql.ScrollResultSetTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

rowCount

int rowCount
The number of rows.

include

columnCount

int columnCount
The number of columns.

include

columnTitles

String[] columnTitles
The column titles.

include

Package net.sf.japi.swing

Class net.sf.japi.swing.DisposeAction extends AbstractAction implements Serializable

Serialized Fields

window

Window window
The window to be disposed.

include

Class net.sf.japi.swing.DummyAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class net.sf.japi.swing.JFileChooserButton extends JButton implements Serializable

Serialized Fields

textField

JTextField textField
The JTextField to read/write the file path to.

include

fileSelectionMode

int fileSelectionMode
The file selection mode.

include

base

File base
The base directory for choosing files.

include

chooser

JFileChooser chooser
The JFileChooser to use.

include

Class net.sf.japi.swing.JFileField extends JComponent implements Serializable

Serialized Fields

textField

JTextField textField
The JTextField used to display the filename.

include

Class net.sf.japi.swing.JPropertyEditor extends JComponent implements Serializable

Class net.sf.japi.swing.JSAXErrorHandler extends JOptionPane implements Serializable

Serialized Fields

errorPane

JTextArea errorPane
The JTextArea which displays the errors.

include

dialog

JDialog dialog
The Dialog.

include

parent

Component parent
Parent component.

include

closeButton

JButton closeButton
Button for closing.

include

Class net.sf.japi.swing.LocaleListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Class net.sf.japi.swing.NamedActionMap extends ActionMap implements Serializable

Serialized Fields

name

String name
The name.

Class net.sf.japi.swing.ProgressDisplay extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

progressBar

JProgressBar progressBar
The progress progressBar.

include

label

JLabel label
The text label.

include

Class net.sf.japi.swing.ReflectionAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Class net.sf.japi.swing.ToggleAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

selected

boolean selected
The selected state.

include

Class net.sf.japi.swing.ToolBarLayout extends BorderLayout implements Serializable

serialVersionUID: 1L

Serialized Fields

hgap

int hgap
Horizontal Gap.

include

vgap

int vgap
Vertical Gap.

include

north

List<E> north
Components in the north region.

include

south

List<E> south
Components in the south region.

include

east

List<E> east
Components in the east region.

include

west

List<E> west
Components in the west region.

include

center

Component center
Component in the center region.

include

Class net.sf.japi.swing.ToolBarLayout.ToolBarConstraints extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

region

ToolBarLayout.ToolBarConstraints.Region region
Region constraint.

include

position

int position
Position constraint.

include

Class net.sf.japi.swing.WindowsLookAndFeel extends com.sun.java.swing.plaf.windows.WindowsLookAndFeel implements Serializable


Package net.sf.japi.swing.bookmarks

Class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark extends AbstractAction implements Serializable

Serialized Fields

title

String title
Title for Bookmark.

include

folder

BookmarkManager.BookmarkFolder folder
The folder (parent) of this bookmark.

include

Class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder extends BookmarkManager.Bookmark implements Serializable

serialVersionUID: 1L

Serialized Fields

bookmarks

List<E> bookmarks
The bookmarks in this folder.

include

menus

List<E> menus
The Menus created for this folder.

include

addBookmark

Action addBookmark
Action for adding a bookmark.

include

newBookmarkFolder

Action newBookmarkFolder
Action for creating a new bookmark folder.

include

Class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkItem extends BookmarkManager.Bookmark implements Serializable

serialVersionUID: 1L

Serialized Fields

url

String url
URL of this Bookmark.

include

Class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkSeparator extends BookmarkManager.Bookmark implements Serializable

serialVersionUID: 1L

Class net.sf.japi.swing.bookmarks.BookmarkTransferHandler extends TransferHandler implements Serializable

serialVersionUID: 1L

Class net.sf.japi.swing.bookmarks.BookmarkTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

sep

JSeparator sep
JSeparator.

include

Package net.sf.japi.swing.font

Class net.sf.japi.swing.font.FontChooser extends JComponent implements Serializable

Serialized Fields

familyList

JList familyList
JList for Font Family.

include

styleList

JList styleList
JList for Font Style.

include

sizeList

JList sizeList
JList for Font Size.

include

sizeSpinner

JSpinner sizeSpinner
JSpinner for Font Size.

include

preview

FontPreview preview
FontPreview for Font.

include

selectedFont

Font selectedFont
Selected Font.

include

Class net.sf.japi.swing.font.FontFamilyComboBox extends JComboBox implements Serializable

serialVersionUID: 1L

Serialized Fields

fonts

Map<K,V> fonts
The fonts to render.

include

Class net.sf.japi.swing.font.FontFamilyListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L

Serialized Fields

fonts

Map<K,V> fonts
The fonts to render.

include

Class net.sf.japi.swing.font.FontPreview extends JTextField implements Serializable

serialVersionUID: 1L

Class net.sf.japi.swing.font.FontStyleListCellRenderer extends DefaultListCellRenderer implements Serializable

serialVersionUID: 1L


Package net.sf.japi.swing.prefs

Class net.sf.japi.swing.prefs.AbstractPrefs extends JPanel implements Serializable

Serialized Fields

listLabelIcon

Icon listLabelIcon
The icon to be displayed in the list where the user can choose amongst preferences.

include
See Also:
AbstractPrefs.getListLabelIcon()

listLabelText

String listLabelText
The label text to be displayed in the list where the user can choose amongst preferences.

include
See Also:
AbstractPrefs.getListLabelText()

labelText

String labelText
The title text to be displayed as title for this prefs module.

include
See Also:
AbstractPrefs.getLabelText()

helpURL

URL helpURL
The Help URL.

include

helpText

String helpText
The Help text (HTML).

include

Class net.sf.japi.swing.prefs.PreferencesGroup extends AbstractListModel implements Serializable

Serialized Fields

prefs

List<E> prefs
The preferences modules.

include

title

String title
The preferences title.

include

Package net.sf.japi.swing.prefs.keys

Class net.sf.japi.swing.prefs.keys.ActionKeyDisplay extends JComponent implements Serializable

Serialized Fields

actionKeyAction

net.sf.japi.swing.prefs.keys.ActionKeyAction actionKeyAction
The action of the button that displays the keystroke and allows changing it.


action

Action action
The action that is currently handled.


radioActions

Action[] radioActions
The radio actions.

Class net.sf.japi.swing.prefs.keys.KeyStrokePrefs extends AbstractPrefs implements Serializable

Serialized Fields

actionKeyDisplay

ActionKeyDisplay actionKeyDisplay
The ActionKeyDisplay.


table

JTreeTable<R,T> table
The table.


Package net.sf.japi.swing.prefs.proxy

Class net.sf.japi.swing.prefs.proxy.ProxyPrefs extends AbstractPrefs implements Serializable


Package net.sf.japi.swing.treetable

Class net.sf.japi.swing.treetable.JTreeTable extends JTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
TreeTableCellRenderer.


treeTableModel

TreeTableModel<R,T> treeTableModel
The TreeTableModel for this JTreeTable.

Class net.sf.japi.swing.treetable.JTreeTable.TreeTableCellEditor extends AbstractCellEditor implements Serializable

Class net.sf.japi.swing.treetable.JTreeTable.TreeTableCellRenderer extends JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow

Class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter extends AbstractTableModel implements Serializable

Serialized Fields

tree

JTree tree
The underlying JTree.


treeTableModel

TreeTableModel<R,T> treeTableModel
The underlying TreeTableModel.


JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright