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

A

AbstractFileFilter - Class in net.sf.japi.util.filter.file
A FileFilter that combines several File filtering classes and interfaces.
AbstractFileFilter() - Constructor for class net.sf.japi.util.filter.file.AbstractFileFilter
 
AbstractPrefs - Class in net.sf.japi.swing.prefs
Abstract preferences implementation.
AbstractPrefs() - Constructor for class net.sf.japi.swing.prefs.AbstractPrefs
Constructor.
AbstractPrefs(LayoutManager) - Constructor for class net.sf.japi.swing.prefs.AbstractPrefs
Constructor that allows setting the initial layout.
AbstractSimpleNode<C> - Class in net.sf.japi.swing.prefs.keys
Base class for simple nodes.
AbstractSimpleNode(C[]) - Constructor for class net.sf.japi.swing.prefs.keys.AbstractSimpleNode
Create an AbstractSimpleNode.
AbstractTreeTableModel<R,T> - Class in net.sf.japi.swing.treetable
Abstract base implementation of TreeTableModel.
AbstractTreeTableModel(R) - Constructor for class net.sf.japi.swing.treetable.AbstractTreeTableModel
Create an AbstractTreeTableModel.
ACCELERATOR_KEY_2 - Static variable in class net.sf.japi.swing.ActionFactory
The key used for storing an alternative accelerator for this Action.
accept(File) - Method in class net.sf.japi.util.filter.file.EndingFileFilter
Whether the given file is accepted by this filter.
accept(File) - Method in class net.sf.japi.util.filter.file.FilenameFileFilter
Whether the given file is accepted by this filter.
accept(File) - Method in class net.sf.japi.util.filter.file.RegexFileFilter
Whether the given file is accepted by this filter.
accept(T) - Method in interface net.sf.japi.util.filter.Filter
Tests whether or not the specified object should be included.
ACTION_ID - Static variable in class net.sf.japi.swing.ActionFactory
The key used for storing a somewhat unique id for this Action.
ActionFactory - Class in net.sf.japi.swing
Class for creating and initializing Actions that are localized, user configurable and may invoke their final methods using Reflection; also handles extremely much useful stuff for i18n/l10n.
ActionKeyDisplay - Class in net.sf.japi.swing.prefs.keys
A component for displaying the accellerators of an Action.
ActionKeyDisplay() - Constructor for class net.sf.japi.swing.prefs.keys.ActionKeyDisplay
Create an ActionKeyDisplay.
ActionMethod - Annotation Type in net.sf.japi.swing
Annotation for methods that are Actions.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkItem
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkSeparator
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.DisposeAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.DummyAction
Invoked when an action occurs. The implementation of this method in DummyAction simply does nothing.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.ReflectionAction
Invoked when an action occurs. The implementation of this method first looks whether the Action is enabled.
actionPerformed(ActionEvent) - Method in class net.sf.japi.swing.ToggleAction
Invoked when an action occurs.
ActionProvider - Interface in net.sf.japi.swing
Interface for classes that provide actions.
add(BookmarkManager.Bookmark) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Add a Bookmark to this BookmarkFolder.
add(Component) - Method in class net.sf.japi.swing.LookAndFeelManager
Add a Component to the roots.
addActionProvider(ActionProvider) - Method in class net.sf.japi.swing.ActionFactory
Registers an ActionProvider with this ActionFactory.
addBookmark() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Add a bookmark for the currently selected Question from the currently selected QuestionCollection .
addBundle(String) - Method in class net.sf.japi.swing.ActionFactory
Add a ResourceBundle to the list of used bundles.
addBundle(ResourceBundle) - Method in class net.sf.japi.swing.ActionFactory
Add a ResourceBundle to the list of used bundles.
addIncludePath(File) - Method in class net.sf.japi.cpp.CPreProcessor
Add an include path.
addLayoutComponent(String, Component) - Method in class net.sf.japi.swing.ColumnLayout
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(String, Component) - Method in class net.sf.japi.swing.ToolBarLayout
If the layout manager uses a per-component string, adds the component comp to the layout, associating it with the string specified by name.
addLayoutComponent(Component, Object) - Method in class net.sf.japi.swing.ToolBarLayout
Adds the specified component to the layout, using the specified constraint object.
addParent(ActionFactory) - Method in class net.sf.japi.swing.ActionFactory
Add a parent to the list of used parents.
addPref(Preferences) - Method in class net.sf.japi.swing.ActionFactory
Add a Preferences to the list of used preferences.
addPref(Class<?>) - Method in class net.sf.japi.swing.ActionFactory
Add a Preferences to the list of used preferences.
addThrowableHandler(ThrowableHandler<? super FileNotFoundException>) - Method in class net.sf.japi.io.ARGVEnumeration
Register an exception handler.
addThrowableHandler(ThrowableHandler<? super SQLException>) - Method in class net.sf.japi.sql.CachedResultSetTableModel
Adds a ThrowableHandler to this model.
addThrowableHandler(ThrowableHandler<? super SQLException>) - Method in interface net.sf.japi.sql.ResultSetTableModel
Adds a ThrowableHandler to this model.
addThrowableHandler(ThrowableHandler<? super SQLException>) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Adds a ThrowableHandler to this model.
addTreeModelListener(TreeModelListener) - Method in class net.sf.japi.sql.DatabaseTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTreeModelListener(TreeModelListener) - Method in class net.sf.japi.swing.treetable.AbstractTreeTableModel
addTreeModelListener(TreeModelListener) - Method in class net.sf.japi.swing.treetable.TreeTableModelTreeModelAdapter
Adds a listener for the TreeModelEvent posted after the tree changes.
and(Iterable<Filter<T>>) - Static method in class net.sf.japi.util.filter.Filter.Factory
Create a Filter that is the AND combination of several other filters.
and(Filter<T>...) - Static method in class net.sf.japi.util.filter.Filter.Factory
Create a Filter that is the AND combination of several other filters.
apply() - Method in class net.sf.japi.swing.prefs.keys.KeyStrokePrefs
Apply the changes in the UI to get into effect / be stored.
apply() - Method in class net.sf.japi.swing.prefs.PreferencesPane
Action method for apply.
apply() - Method in interface net.sf.japi.swing.prefs.Prefs
Apply the changes in the UI to get into effect / be stored.
apply() - Method in class net.sf.japi.swing.prefs.proxy.ProxyPrefs
Apply the changes in the UI to get into effect / be stored.
ArgParser - Class in net.sf.japi.io.args
Parser for command line arguments.
ArgParser() - Constructor for class net.sf.japi.io.args.ArgParser
 
ARGV - Class in net.sf.japi.io
A special delegate of ARGV Reader supplying lines via an Iterator.
ARGV(String...) - Constructor for class net.sf.japi.io.ARGV
Create an ARGV.
ARGVEnumeration - Class in net.sf.japi.io
Implementation of Enumeration for ARGV.
ARGVEnumeration(String...) - Constructor for class net.sf.japi.io.ARGVEnumeration
Create an ARGVEnumeration.
ARGVEnumeration(ThrowableHandler<? super FileNotFoundException>, String...) - Constructor for class net.sf.japi.io.ARGVEnumeration
Create an ARGVEnumeration.
ARGVInputStream - Class in net.sf.japi.io
An ARGV InputStream, behaving similar as <ARGV> in Perl.
ARGVInputStream(String...) - Constructor for class net.sf.japi.io.ARGVInputStream
Create an ARGVInputStream.
ARGVReader - Class in net.sf.japi.io
An ARGV Reader.
ARGVReader(String...) - Constructor for class net.sf.japi.io.ARGVReader
Create an ARGVReader.
Arrays2 - Class in net.sf.japi.util
This class provides some additional utility methods you might miss in Arrays.

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