JAPI 0.9.0
Yet another Java API
API Documentation
A B C D E F G H I J K L M N O P R S T V W

C

CachedResultSetTableModel - Class in net.sf.japi.sql
An implementation of javax.swing.TableModel for an SQL ResultSet.
CachedResultSetTableModel() - Constructor for class net.sf.japi.sql.CachedResultSetTableModel
Create a CachedResultSetTableModel.
CachedResultSetTableModel(ResultSet) - Constructor for class net.sf.japi.sql.CachedResultSetTableModel
Create a CachedResultSetTableModel.
calculateCapital(int) - Method in class net.sf.japi.finance.InterestCalculator
Calculates the overall capital after some periods beginnig with given initial capital and interest rate.
cancel() - Method in class net.sf.japi.swing.prefs.PreferencesPane
Action method for cancel.
canImport(JComponent, DataFlavor[]) - Method in class net.sf.japi.swing.bookmarks.BookmarkTransferHandler
Indicates whether a component would accept an import of the given set of data flavors prior to actually attempting to import it.
CanLoad - Interface in net.sf.japi.swing.io
Interface to be implemented by classes that are able to load a URL.
check(int) - Static method in class net.sf.japi.io.BCD
Check wether a BCD value is correct.
children() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Returns the children of the receiver as an Enumeration.
children() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Returns the children of the receiver as an Enumeration.
clear() - Method in class net.sf.japi.util.Table
Completely Clear the table.
clone() - Method in class net.sf.japi.swing.DisposeAction
Clones the abstract action.
clone() - Method in class net.sf.japi.swing.DummyAction
Clones the abstract action.
clone() - Method in class net.sf.japi.swing.ReflectionAction
Clones the abstract action.
clone() - Method in class net.sf.japi.swing.ToggleAction
Clones the abstract action.
Collections2 - Class in net.sf.japi.util
This class provides some additional utility methods you might miss in Collections.
ColumnLayout - Class in net.sf.japi.swing
Layout similar to FlowLayout, but using columns (vertical layout) instead of rows (horizontal layout).
ColumnLayout() - Constructor for class net.sf.japi.swing.ColumnLayout
Create a ColumnLayout with default gaps (4, 4).
ColumnLayout(int, int) - Constructor for class net.sf.japi.swing.ColumnLayout
Create a ColumnLayout with defined gaps.
Command - Interface in net.sf.japi.io.args
Shell commands can implement this interface and make use of ArgParser.
compare(Locale, Locale) - Method in class net.sf.japi.swing.LocaleComparator
Compares its two arguments for order.
concat(double[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(float[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(long[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(int[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(short[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(char[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(byte[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(boolean[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
concat(T[]...) - Static method in class net.sf.japi.util.Arrays2
Concatenate Arrays together.
contained(Collection<T>) - Static method in class net.sf.japi.util.filter.Filter.Factory
Create a Filter that returns whether an element is contained in a collection.
Copier - Class in net.sf.japi.io
A Runnable that copies from an InputStream to an OutputStream.
Copier(InputStream, OutputStream) - Constructor for class net.sf.japi.io.Copier
Create a Copier with default buffer size and autoFlush.
Copier(InputStream, OutputStream, int) - Constructor for class net.sf.japi.io.Copier
Create a Copier with specified buffer size and automatic flush behaviour.
Copier(InputStream, OutputStream, int, boolean, boolean) - Constructor for class net.sf.japi.io.Copier
Create a Copier with specified buffer size and specified flush behaviour.
copy(InputStream, OutputStream) - Static method in class net.sf.japi.io.IOHelper
Copies all bytes from one stream to another using a default buffer size (see IOHelper.DEFAULT_BUF_SIZE).
copy(InputStream, OutputStream, int) - Static method in class net.sf.japi.io.IOHelper
Copies all bytes from one stream to another using a specified buffer size.
copyBW(InputStream, OutputStream) - Static method in class net.sf.japi.io.IOHelper
Copies all bytes from one stream to another using a bytewise copy.
correct(int) - Static method in class net.sf.japi.io.BCD
Perform a BCD correction.
count(Filter<? super T>, T...) - Static method in class net.sf.japi.util.Arrays2
Count elements in an array that are accepted by the given filter.
CPreProcessor - Class in net.sf.japi.cpp
A C Preprocessor.
CPreProcessor() - Constructor for class net.sf.japi.cpp.CPreProcessor
 
createAction(boolean, String) - Method in class net.sf.japi.swing.ActionFactory
Create an Action.
createAction(boolean, String, Object) - Method in class net.sf.japi.swing.ActionFactory
Create an Action.
createActions(boolean, String...) - Method in class net.sf.japi.swing.ActionFactory
Creates actions.
createActions(boolean, Object, String...) - Method in class net.sf.japi.swing.ActionFactory
Creates actions.
createBookmarkControlPanel() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager
Create a Bookmark ControlPanel.
createBookmarkMenu() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager
Create a Bookmark Menu.
createBookmarkToolBar() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager
Create a Bookmark ToolBar.
createCheckBox() - Method in class net.sf.japi.swing.ToggleAction
Create a JCheckBox for this action.
createCheckBoxMenuItem() - Method in class net.sf.japi.swing.ToggleAction
Create a JCheckBoxMenuItem.
createLabel(String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Creates a label for a specified key.
createLabel(Component, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Creates a label for a specified key and component.
createMenu(boolean, String, String...) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a Menu.
createMenu(boolean, String) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a Menu.
createMenu(boolean, String, Object) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a Menu.
createMenu() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Create a MenuItem for this Bookmark
createMenu() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Create a MenuItem for this Bookmark
createMenu() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkItem
Create a MenuItem for this Bookmark
createMenu() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkSeparator
Create a MenuItem for this Bookmark
createMenu() - Method in class net.sf.japi.swing.LookAndFeelManager
Provide a menu which allows the user to choose from installed look and feels.
createMenuBar(boolean, String) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a menubar.
createMenuBar(boolean, String, Object) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a menubar.
createPatternsForGlobs(String...) - Static method in class net.sf.japi.util.filter.file.GlobFileFilter
Converts a shell glob expression into a regular expressions pattern.
createToggle(boolean, String, Object) - Method in class net.sf.japi.swing.ActionFactory
Create an Action.
createToggles(boolean, Object, String...) - Method in class net.sf.japi.swing.ActionFactory
Creates actions.
createToolBar(String...) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a toolbar.
createToolBar(String) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a toolbar.
createToolBar(Object, String...) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a toolbar.
createToolBar(Object, String) - Method in class net.sf.japi.swing.ActionFactory
Method for creating a toolbar.
createTransferable(JComponent) - Method in class net.sf.japi.swing.bookmarks.BookmarkTransferHandler
Creates a Transferable to use as the source for a data transfer.
cursorMoved(RowSetEvent) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Notifies registered listeners that a RowSet object's cursor has moved.

JAPI
Yet another Java API
API Documentation
A B C D E F G H I J K L M N O P R S T V W
© 2005-2006 Christian Hujer. All rights reserved. See copyright