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

G

getAction(String) - Method in class net.sf.japi.swing.ActionFactory
Get an Action.
getAction(String) - Method in interface net.sf.japi.swing.ActionProvider
Get an action that matches a specific key or null if no such action was found.
getAction() - Method in class net.sf.japi.swing.prefs.keys.ActionKeyDisplay
Returns the action that is currently handled.
getActionMap() - Method in class net.sf.japi.swing.ActionFactory
Get the ActionMap.
getAllowsChildren() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Returns true if the receiver allows children.
getAllowsChildren() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Returns true if the receiver allows children.
getAvailableSizes() - Method in class net.sf.japi.swing.IconManager
Return the available sizes for icons.
getBase() - Method in class net.sf.japi.swing.JFileChooserButton
Get the base directory to choose files from.
getBookmarkBlocker() - Method in interface net.sf.japi.swing.bookmarks.Bookmarkable
Get the component which to block for modal dialogs.
getBookmarkDataFlavor() - Static method in class net.sf.japi.swing.bookmarks.BookmarkTransferable
Get the DataFlavor for Bookmarks.
getBookmarkTitle() - Method in interface net.sf.japi.swing.bookmarks.Bookmarkable
Get the title for the Bookmark.
getBookmarkURL() - Method in interface net.sf.japi.swing.bookmarks.Bookmarkable
Get the URL for the Bookmark.
getCatalogName() - Method in class net.sf.japi.sql.DatabaseTreeModel.CatalogTreeNode.TableTreeNode
Get the name of the catalog this TableTreeNode is in.
getCellEditorValue() - Method in class net.sf.japi.swing.treetable.JTreeTable.TreeTableCellEditor
Returns the value contained in the editor.
getChild(Object, int) - Method in class net.sf.japi.sql.DatabaseTreeModel
Returns the child of parent at index index in the parent's child array.
getChild(int) - Method in class net.sf.japi.swing.prefs.keys.AbstractSimpleNode
Gets a child with a specific index.
getChild(AbstractSimpleNode<AbstractSimpleNode>, int) - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeTreeTableModel
Returns a child with a certain index.
getChild(T, int) - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns a child with a certain index.
getChild(Object, int) - Method in class net.sf.japi.swing.treetable.TreeTableModelTreeModelAdapter
Returns the child of parent at index index in the parent's child array.
getChildAt(int) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Returns the child TreeNode at index childIndex.
getChildAt(int) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Returns the child TreeNode at index childIndex.
getChildCount(Object) - Method in class net.sf.japi.sql.DatabaseTreeModel
Returns the number of children of parent.
getChildCount() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Returns the number of children TreeNodes the receiver contains.
getChildCount() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Returns the number of children TreeNodes the receiver contains.
getChildCount() - Method in class net.sf.japi.swing.prefs.keys.AbstractSimpleNode
Get the number of children.
getChildCount(AbstractSimpleNode<AbstractSimpleNode>) - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeTreeTableModel
Returns the number of available children.
getChildCount(T) - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns the number of available children.
getChildCount(Object) - Method in class net.sf.japi.swing.treetable.TreeTableModelTreeModelAdapter
Returns the number of children of parent.
getChooser() - Method in class net.sf.japi.swing.JFileChooserButton
Get the JFileChooser associated with this JFileChooserButton.
getColumnClass(int) - Method in class net.sf.japi.sql.CachedResultSetTableModel
Returns Object.class regardless of columnIndex. Always returns String.class.
getColumnClass(int) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeTreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in class net.sf.japi.swing.treetable.AbstractTreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter
Returns Object.class regardless of columnIndex.
getColumnCount() - Method in class net.sf.japi.sql.CachedResultSetTableModel
 
getColumnCount() - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeTreeTableModel
Returns the number of availible columns.
getColumnCount() - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns the number of availible columns.
getColumnCount() - Method in class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter
Returns the number of columns in the model.
getColumnLabels(ResultSet) - Static method in class net.sf.japi.sql.SQLHelper
Get a ResultSet's Column Labels.
getColumnName(int) - Method in class net.sf.japi.sql.CachedResultSetTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeTreeTableModel
Returns the name for column number column.
getColumnName(int) - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns the name for column number column.
getColumnName(int) - Method in class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnNames(ResultSet) - Static method in class net.sf.japi.sql.SQLHelper
Get a ResultSet's Column Names.
getCurrentCapital() - Method in class net.sf.japi.finance.InterestCalculator
Returns the current capital.
getCurrentFilename() - Method in class net.sf.japi.io.ARGVEnumeration
Get the name of the current file.
getData(ResultSet) - Static method in class net.sf.japi.sql.SQLHelper
Get a ResultSet's result.
getDatabaseMetaData() - Method in class net.sf.japi.sql.DatabaseTreeModel
Get the databaseMetaData of this model.
getDefaultIconManager() - Static method in class net.sf.japi.swing.IconManager
Get the default IconManager.
getDefaultText() - Static method in class net.sf.japi.swing.font.FontPreview
Get the default text for previewing a font.
getDescription() - Method in class net.sf.japi.util.filter.file.EndingFileFilter
The description of this filter.
getDescription() - Method in class net.sf.japi.util.filter.file.FilenameFileFilter
The description of this filter.
getDescription() - Method in class net.sf.japi.util.filter.file.RegexFileFilter
The description of this filter.
getEditComponent() - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Provide a component for editing the prefs.
getEditComponent() - Method in interface net.sf.japi.swing.prefs.Prefs
Provide a component for editing the prefs.
getEditingRow() - Method in class net.sf.japi.swing.treetable.JTreeTable
 
getElementAt(int) - Method in class net.sf.japi.swing.prefs.PreferencesGroup
Returns the value at the specified index.
getFactory(String) - Static method in class net.sf.japi.swing.ActionFactory
Get an ActionFactory.
getFirst() - Method in class net.sf.japi.util.Pair
Get first member of this pair.
getFirstChild(Element, String) - Static method in class net.sf.japi.xml.NodeListIterator
Convenience helper method for getting the first child of an element that is an element with a specific name.
getFirstsBySecond(T2) - Method in class net.sf.japi.util.Table
Get all firsts that match the second.
getFolder() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Get the folder (parent) of this bookmark.
getHelpText() - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Provide help (HTML).
getHelpText() - Method in interface net.sf.japi.swing.prefs.Prefs
Provide help (HTML).
getHelpURL() - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Provide help.
getHelpURL() - Method in interface net.sf.japi.swing.prefs.Prefs
Provide help.
getHgap() - Method in class net.sf.japi.swing.ColumnLayout
Returns horizontal Gap.
getIcon(String) - Method in class net.sf.japi.swing.ActionFactory
Get an icon.
getIcon(String) - Method in class net.sf.japi.swing.IconManager
Load an icon.
getIncludePaths() - Method in class net.sf.japi.cpp.CPreProcessor
Get a list with all include paths.
getIndex(TreeNode) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Returns the index of node in the receivers children.
getIndex(TreeNode) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Returns the index of node in the receivers children. If the receiver does not contain node, -1 will be returned.
getIndexOfChild(Object, Object) - Method in class net.sf.japi.sql.DatabaseTreeModel
Returns the index of child in parent.
getIndexOfChild(T, T) - Method in class net.sf.japi.swing.treetable.AbstractTreeTableModel
getIndexOfChild(Object, Object) - Method in class net.sf.japi.swing.treetable.TreeTableModelTreeModelAdapter
Returns the index of child in parent.
getInterestRate() - Method in class net.sf.japi.finance.InterestCalculator
Returns the current interest rate.
getLabelText() - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Provide text to be displayed as title for this prefs module.
getLabelText() - Method in interface net.sf.japi.swing.prefs.Prefs
Provide text to be displayed as title for this prefs module.
getLayoutAlignmentX(Container) - Method in class net.sf.japi.swing.ToolBarLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class net.sf.japi.swing.ToolBarLayout
Returns the alignment along the y axis.
getLength() - Method in class net.sf.japi.xml.FilteredNodeList
The number of nodes in the list.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.japi.swing.font.FontFamilyListCellRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.japi.swing.font.FontStyleListCellRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.japi.swing.LocaleListCellRenderer
Return a component that has been configured to display the specified value.
getListLabelIcon() - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Provide an icon to be displayed in the list where the user can choose amongst preferences.
getListLabelIcon() - Method in interface net.sf.japi.swing.prefs.Prefs
Provide an icon to be displayed in the list where the user can choose amongst preferences.
getListLabelText() - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Provide a label to be displayed in the list where the user can choose amongst preferences.
getListLabelText() - Method in interface net.sf.japi.swing.prefs.Prefs
Provide a label to be displayed in the list where the user can choose amongst preferences.
getMessageType(String) - Method in class net.sf.japi.swing.ActionFactory
Get the message type for a dialog.
getMetaData() - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Get the meta data.
getName() - Method in class net.sf.japi.swing.NamedActionMap
Returns the name.
getNibble(byte[], int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a byte array.
getNibble(byte, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a byte value.
getNibble(short, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a short value.
getNibble(int, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from an int value.
getNibble(long, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a long value.
getNibble(char, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a char value.
getNibble(float, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a float value (raw format).
getNibble(double, int) - Static method in class net.sf.japi.io.Nibbles
Get a nibble from a double value (raw format).
getNibbleLC(int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character for a nibble.
getNibbleLC(byte[], int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a byte array.
getNibbleLC(byte, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a byte.
getNibbleLC(short, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a short.
getNibbleLC(int, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a int.
getNibbleLC(long, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a long.
getNibbleLC(char, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a char.
getNibbleLC(float, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a float.
getNibbleLC(double, int) - Static method in class net.sf.japi.io.Nibbles
Get a lowercase character reflecting a nibble from a double.
getNibbles(byte[]) - Static method in class net.sf.japi.io.Nibbles
Get all nibbles from a byte array.
getNibbles(byte[], int, int) - Static method in class net.sf.japi.io.Nibbles
Get some nibbles from a byte array.
getNibbleUC(int) - Static method in class net.sf.japi.io.Nibbles
Get a uppercase character for a nibble.
getNibbleUC(byte[], int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a byte array.
getNibbleUC(byte, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a byte.
getNibbleUC(short, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a short.
getNibbleUC(int, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a int.
getNibbleUC(long, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a long.
getNibbleUC(char, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a char.
getNibbleUC(float, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a float.
getNibbleUC(double, int) - Static method in class net.sf.japi.io.Nibbles
Get an uppercase character reflecting a nibble from a double.
getPairsByFirst(T1) - Method in class net.sf.japi.util.Table
Get all pairs that match the first.
getPairsBySecond(T2) - Method in class net.sf.japi.util.Table
Get all pairs that match the second.
getParent() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Returns the parent TreeNode of the receiver.
getParentComponent() - Method in interface net.sf.japi.swing.Progress
Get the Component that is responsible for rendering the progress.
getParentComponent() - Method in class net.sf.japi.swing.ProgressDisplay
Get the Component that is responsible for rendering the progress.
getPropertyAsString(Object, String) - Static method in class net.sf.japi.lang.Properties
Get a property of an object.
getResultSet() - Method in class net.sf.japi.sql.CachedResultSetTableModel
Get the ResultSet.
getResultSet() - Method in interface net.sf.japi.sql.ResultSetTableModel
Get the ResultSet.
getResultSet() - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Get the ResultSet.
getRoot() - Method in class net.sf.japi.sql.DatabaseTreeModel
Returns the root of the tree.
getRoot() - Method in class net.sf.japi.swing.treetable.AbstractTreeTableModel
Returns the root of the treetable.
getRoot() - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns the root of the treetable.
getRoot() - Method in class net.sf.japi.swing.treetable.TreeTableModelTreeModelAdapter
Returns the root of the tree.
getRowCount() - Method in class net.sf.japi.sql.CachedResultSetTableModel
 
getRowCount() - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Returns the number of rows in the model.
getRowCount(ResultSet) - Static method in class net.sf.japi.sql.SQLHelper
Get a ResultSet's size.
getRowCount() - Method in class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter
Returns the number of rows in the model.
getSecond() - Method in class net.sf.japi.util.Pair
Get second member of this pair.
getSecondsByFirst(T1) - Method in class net.sf.japi.util.Table
Get all seconds that match the first.
getSelectedFile() - Method in class net.sf.japi.swing.JFileField
Return the selected file.
getSelectedFilename() - Method in class net.sf.japi.swing.JFileField
Return the selected filename.
getSize() - Method in class net.sf.japi.swing.prefs.PreferencesGroup
Returns the length of the list.
getSourceActions(JComponent) - Method in class net.sf.japi.swing.bookmarks.BookmarkTransferHandler
Returns the type of transfer actions supported by the source.
getString(String) - Method in class net.sf.japi.swing.ActionFactory
Get a String.
getStringFromBundles(String) - Method in class net.sf.japi.swing.ActionFactory
Get a String from the resource bundles, ignoring the preferences.
getStringFromPrefs(String) - Method in class net.sf.japi.swing.ActionFactory
Get a String from the preferences, ignoring the resource bundles.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.sf.japi.swing.treetable.JTreeTable.TreeTableCellEditor
Sets an initial value for the editor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.japi.swing.treetable.JTreeTable.TreeTableCellRenderer
 
getTableCount() - Method in class net.sf.japi.sql.DatabaseTreeModel.CatalogTreeNode
Get the number of tables.
getTableIndex(DatabaseTreeModel.CatalogTreeNode.TableTreeNode) - Method in class net.sf.japi.sql.DatabaseTreeModel.CatalogTreeNode
Get the index of a table.
getTableName() - Method in class net.sf.japi.sql.DatabaseTreeModel.CatalogTreeNode.TableTreeNode
Get the name of the table this TableTreeNode represents.
getTitle() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Get this Bookmark's title.
getTitle() - Method in class net.sf.japi.swing.prefs.PreferencesGroup
Get the title.
getTodIndex() - Method in class net.sf.japi.swing.TipOfTheDayManager
Returns number of current Tip of the day.
getTransferData(DataFlavor) - Method in class net.sf.japi.swing.bookmarks.BookmarkTransferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class net.sf.japi.swing.bookmarks.BookmarkTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.japi.swing.bookmarks.BookmarkTreeCellRenderer
Configures the renderer based on the passed in components.
getTreeTableModel() - Method in class net.sf.japi.swing.treetable.JTreeTable
Returns the TreeTableModel for this JTreeTable.
getURL() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkItem
Get this BookmarkItem's url.
getValueAt(int, int) - Method in class net.sf.japi.sql.CachedResultSetTableModel
 
getValueAt(int, int) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int) - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeRootNode
getValueAt(AbstractSimpleNode<AbstractSimpleNode>, int) - Method in class net.sf.japi.swing.prefs.keys.KeyStrokeTreeTableModel
Returns the value to be displayed for node node at column number column.
getValueAt(T, int) - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Returns the value to be displayed for node node at column number column.
getValueAt(int, int) - Method in class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter
Returns the value for the cell at columnIndex and rowIndex.
getVgap() - Method in class net.sf.japi.swing.ColumnLayout
Returns vertical Gap.
GlobFileFilter - Class in net.sf.japi.util.filter.file
A GlobFileFilter is a FileFilter which works like shell pattern matching.
GlobFileFilter(String...) - Constructor for class net.sf.japi.util.filter.file.GlobFileFilter
Create a GlobFileFilter.

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