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

S

save() - Method in class net.sf.japi.swing.bookmarks.BookmarkManager
Save bookmarks to default file.
save(String) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager
Save bookmarks to a file.
saxErrorClear() - Method in class net.sf.japi.swing.JSAXErrorHandler
Action method for clearing.
saxErrorClose() - Method in class net.sf.japi.swing.JSAXErrorHandler
Action method for closing.
ScrollResultSetTableModel - Class in net.sf.japi.sql
An implementation of javax.swing.TableModel for an SQL ResultSet.
ScrollResultSetTableModel() - Constructor for class net.sf.japi.sql.ScrollResultSetTableModel
Create a ResultSetTableModel.
ScrollResultSetTableModel(ResultSet) - Constructor for class net.sf.japi.sql.ScrollResultSetTableModel
Create a ResultSetTableModel.
setAction(Action) - Method in class net.sf.japi.swing.prefs.keys.ActionKeyDisplay
Sets the action that is currently handled.
setAddBookmarkEnabled(boolean) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Set the AddBookmark enabled state.
setAddBookmarkEnabled(boolean) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager
Set the AddBookmark enabled state.
setBase(File) - Method in class net.sf.japi.swing.JFileChooserButton
Set the base directory to choose files from.
setBounds(int, int, int, int) - Method in class net.sf.japi.swing.treetable.JTreeTable.TreeTableCellRenderer
 
setChooser(JFileChooser) - Method in class net.sf.japi.swing.JFileChooserButton
Set the JFileChooser associated with this JFileChooserButton.
setCurrentCapital(float) - Method in class net.sf.japi.finance.InterestCalculator
Sets new current capital.
setDatabaseMetaData(DatabaseMetaData) - Method in class net.sf.japi.sql.DatabaseTreeModel
Set the databaseMetaData for this model.
setDefaultLookAndFeelDecorated(boolean) - Method in class net.sf.japi.swing.LookAndFeelManager
Set whether JFrames and JDialogs should use the default look and feel decoration.
setEnabled(boolean) - Method in class net.sf.japi.swing.prefs.keys.ActionKeyDisplay
Sets whether or not this component is enabled.
setFolder(BookmarkManager.BookmarkFolder) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Set the folder (parent) of this bookmark.
setFont(Font) - Method in class net.sf.japi.swing.font.FontFamilyComboBox
Sets the font for this component.
setFonts(Map<String, Font>) - Method in class net.sf.japi.swing.font.FontFamilyListCellRenderer
Set the fonts to render.
setHelpText(String) - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Set the help text.
setHelpURL(URL) - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Set the help URL.
setHgap(int) - Method in class net.sf.japi.swing.ColumnLayout
Sets horizontal Gap.
setInterestRate(float) - Method in class net.sf.japi.finance.InterestCalculator
Sets new interest rate.
setLabel(String, int) - Method in interface net.sf.japi.swing.Progress
Set progress information text.
setLabel(String, int) - Method in class net.sf.japi.swing.ProgressDisplay
Set progress information text.
setLabelText(String) - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Set the title text that is to be displayed as title for this prefs module.
setListLabelIcon(Icon) - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Set the icon that is to be displayed in the list where the user can choose amongst preferences.
setListLabelText(String) - Method in class net.sf.japi.swing.prefs.AbstractPrefs
Set the label text that is to be displayed in the list where the user can choose amongst preferences.
setParent(MutableTreeNode) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Sets the parent of the receiver to newParent.
setPropertyFromString(Object, String, String) - Static method in class net.sf.japi.lang.Properties
Set a property of an object.
setResultSet(ResultSet) - Method in class net.sf.japi.sql.CachedResultSetTableModel
Set the ResultSet.
setResultSet(ResultSet) - Method in interface net.sf.japi.sql.ResultSetTableModel
Set the ResultSet.
setResultSet(ResultSet) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
Set the ResultSet.
setSelected(boolean) - Method in class net.sf.japi.swing.ToggleAction
Update the selected state.
setSelectedFont(Font) - Method in class net.sf.japi.swing.font.FontChooser
Set the selected font.
setTitle(String) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Set this Bookmark's title.
setTreeTableModel(TreeTableModel<R, T>) - Method in class net.sf.japi.swing.treetable.JTreeTable
Sets the TreeTableModel for this JTreeTable.
setURL(String) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkItem
Set this BookmarkItem's url.
setUserObject(Object) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Resets the user object of the receiver to object.
setValue(Object) - Method in class net.sf.japi.swing.prefs.PreferencesPane
Sets the value the user has chosen.
setValue(int) - Method in interface net.sf.japi.swing.Progress
Set progress value.
setValue(int) - Method in class net.sf.japi.swing.ProgressDisplay
Set progress value.
setValueAt(Object, int, int) - Method in class net.sf.japi.sql.ScrollResultSetTableModel
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setValueAt(Object, T, int) - Method in class net.sf.japi.swing.treetable.AbstractTreeTableModel
Sets the value for node node at column number column.
setValueAt(Object, T, int) - Method in interface net.sf.japi.swing.treetable.TreeTableModel
Sets the value for node node at column number column.
setValueAt(Object, int, int) - Method in class net.sf.japi.swing.treetable.TreeTableModelTableModelAdapter
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setVgap(int) - Method in class net.sf.japi.swing.ColumnLayout
Sets vertical Gap.
show(Component) - Static method in class net.sf.japi.swing.TipOfTheDayManager
Show a Tip Of The Day.
showAtStartup(Component) - Static method in class net.sf.japi.swing.TipOfTheDayManager
Show Tip Of The Day at startup.
showChooseFontDialog(Component) - Static method in class net.sf.japi.swing.font.FontChooser
Show a dialog.
showChooseFontDialog(Component, Font) - Static method in class net.sf.japi.swing.font.FontChooser
Show a dialog.
showConfirmDialog(Component, int, int, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Show a localized confirmation dialog.
showMessageDialog(Component, int, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Deprecated. use ActionFactory.showMessageDialog(Component, String, Object...) instead and put the messagetype in the action.properties file.
showMessageDialog(Component, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Show a localized message dialog.
showOnetimeConfirmDialog(Component, int, int, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Show a localized confirmation dialog which the user can suppress in future (remembering his choice).
showOnetimeMessageDialog(Component, int, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Show a localized message dialog which the user can suppress in future.
showPreferencesDialog(Component, PreferencesGroup, boolean) - Static method in class net.sf.japi.swing.prefs.PreferencesPane
Show Preferences.
showQuestionDialog(Component, String, Object...) - Method in class net.sf.japi.swing.ActionFactory
Show a localized question dialog.
shuffle(boolean[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of booleans.
shuffle(boolean[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of booleans.
shuffle(boolean[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of booleans.
shuffle(boolean[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of booleans.
shuffle(char[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of chars.
shuffle(char[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of chars.
shuffle(char[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of chars.
shuffle(char[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of chars.
shuffle(byte[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of bytes.
shuffle(byte[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of bytes.
shuffle(byte[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of bytes.
shuffle(byte[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of bytes.
shuffle(short[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of shorts.
shuffle(short[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of shorts.
shuffle(short[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of shorts.
shuffle(short[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of shorts.
shuffle(int[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of ints.
shuffle(int[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of ints.
shuffle(int[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of ints.
shuffle(int[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of ints.
shuffle(long[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of longs.
shuffle(long[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of longs.
shuffle(long[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of longs.
shuffle(long[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of longs.
shuffle(float[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of floats.
shuffle(float[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of floats.
shuffle(float[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of floats.
shuffle(float[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of floats.
shuffle(double[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of doubles.
shuffle(double[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of doubles.
shuffle(double[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of doubles.
shuffle(double[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of doubles.
shuffle(Object[]) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of Objects.
shuffle(Object[], Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of Objects.
shuffle(Object[], int, int) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of Objects.
shuffle(Object[], int, int, Random) - Static method in class net.sf.japi.util.Arrays2
Shuffle an array of Objects.
size() - Method in class net.sf.japi.util.Table
Get the size of the table.
size() - Method in class net.sf.japi.xml.NodeListIterator
Get the number of elements this iterator would iterate over all.
SQLHelper - Class in net.sf.japi.sql
A Helper Class to make work with JDBC less painful in some situations.
SQLHelper() - Constructor for class net.sf.japi.sql.SQLHelper
 
start() - Method in class net.sf.japi.io.Copier
Start the copier in a new thread.
start() - Method in class net.sf.japi.net.Forwarder
Start the forwarder.
stateChanged(ChangeEvent) - Method in class net.sf.japi.swing.font.FontChooser
Invoked when the target of the listener has changed its state.
STDERR - Static variable in class net.sf.japi.util.PrintStreamThrowableHandler
Static instance for printing to STDERR.
StopOption - Annotation Type in net.sf.japi.io.args
Annotation to declare an option as stop option.
store(Node) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.Bookmark
Store bookmarks in an XML Document.
store(Node) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkFolder
Store bookmarks in an XML Document.
store(Node) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkItem
Store bookmarks in an XML Document.
store(Node) - Method in class net.sf.japi.swing.bookmarks.BookmarkManager.BookmarkSeparator
Store bookmarks in an XML Document.
SuperClassIterator - Class in net.sf.japi.lang
An Iterator for iterating through the superclasses (subclasses to superclasses) of a class.
SuperClassIterator(Class<?>) - Constructor for class net.sf.japi.lang.SuperClassIterator
Create a SuperClassIterator.
swapEndianess(double) - Static method in class net.sf.japi.util.EndianConverter
Convert a double.
swapEndianess(float) - Static method in class net.sf.japi.util.EndianConverter
Convert a float.
swapEndianess(long) - Static method in class net.sf.japi.util.EndianConverter
Convert a long.
swapEndianess(int) - Static method in class net.sf.japi.util.EndianConverter
Convert an int.
swapEndianess(char) - Static method in class net.sf.japi.util.EndianConverter
Convert a char.
swapEndianess(short) - Static method in class net.sf.japi.util.EndianConverter
Convert a short.
swapEndianess(byte) - Static method in class net.sf.japi.util.EndianConverter
Convert a byte.
swapEndianess(boolean) - Static method in class net.sf.japi.util.EndianConverter
Convert a boolean.

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