A C D E F G H I L M O P R S T U

A

AbstractScreenPositioner - Class in org.fuin.utils4swing.common
Base class for FramePositioner implementations.
AbstractScreenPositioner(int, int) - Constructor for class org.fuin.utils4swing.common.AbstractScreenPositioner
Constructor with an offset.
addArgument(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Adds an argument to the applet.
addArgument(String, String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Adds an argument to the applet.
addArgument(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Adds a command line argument.
addClasspathEntry(ClasspathEntry) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Adds a single classpath entry to the list.
addToClasspath() - Method in class org.fuin.utils4swing.appstarter.ClasspathBinDirEntry
Adds the value to the classpath.
addToClasspath() - Method in interface org.fuin.utils4swing.appstarter.ClasspathEntry
Adds the value to the classpath.
addToClasspath() - Method in class org.fuin.utils4swing.appstarter.ClasspathJarFileEntry
Adds the value to the classpath.
addToClasspath() - Method in class org.fuin.utils4swing.appstarter.ClasspathJarsDirEntry
Adds the value to the classpath.
AnnotationUtils - Class in org.fuin.utils4swing.annotations
Helper methods for annotation.
APPLET - Static variable in class org.fuin.utils4swing.appstarter.StartType
Applet.
appletResize(int, int) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
APPLICATION - Static variable in class org.fuin.utils4swing.appstarter.StartType
Application with "main" method.
appStarted() - Method in interface org.fuin.utils4swing.appstarter.AppStarterListener
The "AppStarter" has successfully started the application or applet.
AppStarter - Class in org.fuin.utils4swing.appstarter
Starts any application by injecting single jars, directories with jars or classpath directories into the classpath.
AppStarter(AppStarterConfig) - Constructor for class org.fuin.utils4swing.appstarter.AppStarter
Constructor with configuration.
AppStarter(AppStarterConfig, AppStarterListener) - Constructor for class org.fuin.utils4swing.appstarter.AppStarter
Constructor with configuration and listener.
AppStarterConfig - Class in org.fuin.utils4swing.appstarter
Configuration for the "AppStarter".
AppStarterConfig() - Constructor for class org.fuin.utils4swing.appstarter.AppStarterConfig
Constructor with no arguments.
AppStarterConfigPanel - Class in org.fuin.utils4swing.appstarter
Main panel for the "AppStarter".
AppStarterConfigPanel(AppStarterConfig, AppStarter) - Constructor for class org.fuin.utils4swing.appstarter.AppStarterConfigPanel
Constructor with configuration and the "AppStarter".
AppStarterListener - Interface in org.fuin.utils4swing.appstarter
Implemented by classes that want to be notified when the application has started.

C

cancel() - Method in class org.fuin.utils4swing.dialogs.DirectorySelector
The user canceled the dialog.
cancel() - Method in interface org.fuin.utils4swing.progress.Cancelable
Try to cancel the unit of work.
Cancelable - Interface in org.fuin.utils4swing.progress
A unit of work that is cancelable.
canceled() - Method in interface org.fuin.utils4swing.dialogs.DirectorySelectorListener
The user canceled the selection.
CanceledException - Exception in org.fuin.utils4swing.dialogs
The user canceled an operation.
CanceledException() - Constructor for exception org.fuin.utils4swing.dialogs.CanceledException
 
checkMaxSize(Dimension, Dimension) - Method in class org.fuin.utils4swing.common.AbstractScreenPositioner
Adjusts the width and height of the fraem if it's greater than the screen.
ClasspathBinDirEntry - Class in org.fuin.utils4swing.appstarter
Directory with several classes ("bin" or "classes" folder) to be added to the classpath.
ClasspathBinDirEntry(String) - Constructor for class org.fuin.utils4swing.appstarter.ClasspathBinDirEntry
Constructor with directory name.
ClasspathBinDirEntry(File) - Constructor for class org.fuin.utils4swing.appstarter.ClasspathBinDirEntry
Constructor with directory reference.
ClasspathEntry - Interface in org.fuin.utils4swing.appstarter
Entry to be injected into the classpath.
ClasspathEntryTableFormat - Class in org.fuin.utils4swing.appstarter
Table format for classpath entries.
ClasspathEntryTableFormat() - Constructor for class org.fuin.utils4swing.appstarter.ClasspathEntryTableFormat
 
ClasspathJarFileEntry - Class in org.fuin.utils4swing.appstarter
Single JAR to be added to the classpath.
ClasspathJarFileEntry(String) - Constructor for class org.fuin.utils4swing.appstarter.ClasspathJarFileEntry
Constructor with filename.
ClasspathJarFileEntry(File) - Constructor for class org.fuin.utils4swing.appstarter.ClasspathJarFileEntry
Constructor with file reference.
ClasspathJarsDirEntry - Class in org.fuin.utils4swing.appstarter
Directory with several JAR files to be added to the classpath.
ClasspathJarsDirEntry(String) - Constructor for class org.fuin.utils4swing.appstarter.ClasspathJarsDirEntry
Constructor with directory name.
ClasspathJarsDirEntry(File) - Constructor for class org.fuin.utils4swing.appstarter.ClasspathJarsDirEntry
Constructor with directory reference.
close() - Method in class org.fuin.utils4swing.dialogs.DirectorySelector
Close the frame and free all resources.
close() - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream
close() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Close the frame and free all resources.
create(Class<E>) - Method in class org.fuin.utils4swing.glazedlists.TableFormatCreator
Creates a table format for the given class.
create(Class<E>, Locale) - Method in class org.fuin.utils4swing.glazedlists.TableFormatCreator
Creates a table format for the given class.
createShowAndPosition(String, Container, boolean, FramePositioner) - Static method in class org.fuin.utils4swing.common.Utils4Swing
Create a new resizeable frame with a panel as it's content pane and position the frame.
createShowAndPosition(String, Container, boolean, boolean, FramePositioner) - Static method in class org.fuin.utils4swing.common.Utils4Swing
 

D

DirectorySelectionPanel - Class in org.fuin.utils4swing.dialogs
Panel for directory selection.
DirectorySelectionPanel(DirectorySelector) - Constructor for class org.fuin.utils4swing.dialogs.DirectorySelectionPanel
This is the constructor with parent.
DirectorySelector - Class in org.fuin.utils4swing.dialogs
Helper class for selecting a directory.
DirectorySelector(String, String, DirectorySelectorListener) - Constructor for class org.fuin.utils4swing.dialogs.DirectorySelector
Constructor with title and start directory.
DirectorySelectorListener - Interface in org.fuin.utils4swing.dialogs
Listener for the result of selecting a directory.

E

execute() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewer
Starts the viewer.
execute() - Method in class org.fuin.utils4swing.appstarter.AppStarter
Starts the application.

F

FileCopyProgressInputStream - Class in org.fuin.utils4swing.progress
Updates the attached FileCopyProgressMonitor while bytes are read.
FileCopyProgressInputStream(FileCopyProgressMonitor, InputStream, int) - Constructor for class org.fuin.utils4swing.progress.FileCopyProgressInputStream
Constructor with monitor, stream and file size.
FileCopyProgressMonitor - Class in org.fuin.utils4swing.progress
A class to monitor the progress of a copying a list of files.
FileCopyProgressMonitor(Cancelable, String, int) - Constructor for class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Constructor with basic arguments.
FileCopyProgressMonitor(Cancelable, String, String, String, String, int) - Constructor for class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Constructor with basic arguments.
FileCopyProgressPanel - Class in org.fuin.utils4swing.progress
A progress panel with two progress bars: One for the number of processed files and a second for the number of transferred bytes for the current file.
FileCopyProgressPanel() - Constructor for class org.fuin.utils4swing.progress.FileCopyProgressPanel
No arguments Constructor.
findRootPaneContainer(Component) - Static method in class org.fuin.utils4swing.common.Utils4Swing
Find the root pane container in the current hierarchy.
finished(String) - Method in interface org.fuin.utils4swing.dialogs.DirectorySelectorListener
The user finished the selection successfully.
forName(String) - Static method in class org.fuin.utils4swing.appstarter.StartType
Returns an instance for the given name.
FramePositioner - Interface in org.fuin.utils4swing.common
Positions a frame at a special position on the screen or desktop.

G

getApplet(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getApplet() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
Returns the applet associated with this applet.
getApplet() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the applet to show in the viewer.
getAppletContext() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
getApplets() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getArguments() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns command line arguments.
getArguments() - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns a list of arguments to use for the application.
getAudioClip(URL) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getBaseDir() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the base directory name for the applet.
getBaseUrl() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the base directory as URL.
getCancelable() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
The unit that gets notified when the user presses the "cancel" button - If null the "cancel" button is disabled.
getClassPath() - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns a list of entries to inject into the classpath.
getCodeBase() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
getColumnCount() - Method in class org.fuin.utils4swing.appstarter.ClasspathEntryTableFormat
getColumnName(int) - Method in class org.fuin.utils4swing.appstarter.ClasspathEntryTableFormat
getColumnValue(ClasspathEntry, int) - Method in class org.fuin.utils4swing.appstarter.ClasspathEntryTableFormat
getColumnWidth(int) - Method in interface org.fuin.utils4swing.glazedlists.TableFormatExt
Returns the width for a given column.
getCursor() - Method in class org.fuin.utils4swing.common.Utils4Swing.GlassPaneState
Cursor of the glass pane before it was shown.
getDestLabelText() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Returns the text for the "destination" label.
getDirectory() - Method in class org.fuin.utils4swing.dialogs.DirectorySelectionPanel
Returns the currently selected directory.
getDocumentBase() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
getFileMax() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Return the total number of files to be copied.
getFocusOwner() - Method in class org.fuin.utils4swing.common.Utils4Swing.GlassPaneState
Owner of the focus before the glass pane was shown.
getFrameTitle() - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns the title of the frame.
getGlassPane() - Method in class org.fuin.utils4swing.common.Utils4Swing.GlassPaneState
Glass pane.
getHeight() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the height of the viewer frame.
getHeightOffset() - Method in class org.fuin.utils4swing.common.AbstractScreenPositioner
Returns the height.
getImage(URL) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getLabelText(Class, String, Label, Locale) - Static method in class org.fuin.utils4swing.annotations.AnnotationUtils
Retrieve the text for a field with a @Label annotation.
getLookAndFeel() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the name of the look and feel.
getMainClass() - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns the class to start.
getMouseListener() - Method in class org.fuin.utils4swing.common.Utils4Swing.GlassPaneState
Mouse listener to remove from the glass pane.
getName() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the name of the applet.
getName() - Method in class org.fuin.utils4swing.appstarter.StartType
Returns the name of the type.
getParameter(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
getParams() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Parses the list of arguments for entries in format <key>=<value> and returns them in a map.
getSrcLabelText() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Returns the text for the "source" label.
getStandardText(Class, String, Locale) - Static method in class org.fuin.utils4swing.annotations.AnnotationUtils
Try to read the text for a field that is NOT annotated with @Label from a resource bundle.
getStartType() - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns the type of application to start.
getStream(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getStreamKeys() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getTitle() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the title of the viewer frame.
getTitle() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Returns the title for the panel and frame.
getTransferText() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Returns the text for the "file transfer" (Example: "Transferring file $N of $M...").
getType() - Method in class org.fuin.utils4swing.appstarter.ClasspathBinDirEntry
Returns a unique name for this type of entry.
getType() - Method in interface org.fuin.utils4swing.appstarter.ClasspathEntry
Returns a unique name for this type of entry.
getType() - Method in class org.fuin.utils4swing.appstarter.ClasspathJarFileEntry
Returns a unique name for this type of entry.
getType() - Method in class org.fuin.utils4swing.appstarter.ClasspathJarsDirEntry
Returns a unique name for this type of entry.
getValue() - Method in class org.fuin.utils4swing.appstarter.ClasspathBinDirEntry
Returns the value of the entry.
getValue() - Method in interface org.fuin.utils4swing.appstarter.ClasspathEntry
Returns the value of the entry.
getValue() - Method in class org.fuin.utils4swing.appstarter.ClasspathJarFileEntry
Returns the value of the entry.
getValue() - Method in class org.fuin.utils4swing.appstarter.ClasspathJarsDirEntry
Returns the value of the entry.
getWidth() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the width of the viewer frame.
getWidthOffset() - Method in class org.fuin.utils4swing.common.AbstractScreenPositioner
Returns the width.

H

hideGlassPane(Utils4Swing.GlassPaneState) - Static method in class org.fuin.utils4swing.common.Utils4Swing
Hides the glass pane and restores the saved state.

I

initLookAndFeel(String) - Static method in class org.fuin.utils4swing.common.Utils4Swing
Initializes the look and feel and wraps exceptions into a runtime exception.
initSystemLookAndFeel() - Static method in class org.fuin.utils4swing.common.Utils4Swing
Initializes the system look and feel and wraps exceptions into a runtime exception.If this method is called outside the EDT it will switch automatically to the UI thread using invokeAndWait(Runnable) .
InputRequiredException - Exception in org.fuin.utils4swing.appstarter
An input field cannot be empty.
InputRequiredException(String) - Constructor for exception org.fuin.utils4swing.appstarter.InputRequiredException
Constructor with message.
INSTANCES - Static variable in class org.fuin.utils4swing.appstarter.StartType
Array of known types.
isActive() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
isCanceled() - Method in interface org.fuin.utils4swing.progress.Cancelable
Returns if the unit of work was canceled.
isCanceled() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Returns if the monitor was canceled.
isValid(String) - Static method in class org.fuin.utils4swing.appstarter.StartType
Checks if a given name is valid.

L

Label - Annotation Type in org.fuin.utils4swing.annotations
Use this annotation to assign a label to a field.
loadIcon(Class, String) - Static method in class org.fuin.utils4swing.common.Utils4Swing
Load an icon located in the same package as a given class.

M

main(String[]) - Static method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewer
Starts the viewer via the command line.
main(String[]) - Static method in class org.fuin.utils4swing.appstarter.AppStarter
Starts the application from the command line.
main(String[]) - Static method in class org.fuin.utils4swing.dialogs.DirectorySelector
Starts the selector for a test.
main(String[]) - Static method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Main method to test the monitor.
main(String[]) - Static method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Main method to test the panel.

O

ok() - Method in class org.fuin.utils4swing.dialogs.DirectorySelector
The dialog was successfully finished.
open() - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Show the monitor dialog.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
org.fuin.utils4swing.annotations - package org.fuin.utils4swing.annotations
Annotations for easier swing development.
org.fuin.utils4swing.appletviewer - package org.fuin.utils4swing.appletviewer
A simple replacement for the Sun Applet Viewer.
org.fuin.utils4swing.appstarter - package org.fuin.utils4swing.appstarter
The "AppStarter" starts applications or applets by injecting single jars, directories with jars or classpath directories into the classpath.
org.fuin.utils4swing.common - package org.fuin.utils4swing.common
Common helper classes for use in Swing applications and libraries.
org.fuin.utils4swing.dialogs - package org.fuin.utils4swing.dialogs
 
org.fuin.utils4swing.glazedlists - package org.fuin.utils4swing.glazedlists
Enhancements for glazedlists.
org.fuin.utils4swing.progress - package org.fuin.utils4swing.progress
 
org.fuin.utils4swing.threadsafe - package org.fuin.utils4swing.threadsafe
 

P

position(JFrame) - Method in interface org.fuin.utils4swing.common.FramePositioner
Set the frame's position to a new location.
position(JFrame) - Method in class org.fuin.utils4swing.common.ScreenCenterPositioner
Set the frame's position to a new location.
position(JFrame) - Method in class org.fuin.utils4swing.common.ScreenLeftLowerCornerPositioner
Set the frame's position to a new location.
position(JFrame) - Method in class org.fuin.utils4swing.common.ScreenLeftUpperCornerPositioner
Set the frame's position to a new location.
position(JFrame) - Method in class org.fuin.utils4swing.common.ScreenRightLowerCornerPositioner
Set the frame's position to a new location.
position(JFrame) - Method in class org.fuin.utils4swing.common.ScreenRightUpperCornerPositioner
Set the frame's position to a new location.

R

read() - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream
read(byte[]) - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream
read(byte[], int, int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream
reset() - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream

S

ScreenCenterPositioner - Class in org.fuin.utils4swing.common
Centers a frame on the Desktop.
ScreenCenterPositioner() - Constructor for class org.fuin.utils4swing.common.ScreenCenterPositioner
Default constructor.
ScreenCenterPositioner(int, int) - Constructor for class org.fuin.utils4swing.common.ScreenCenterPositioner
Constructor with an offset.
ScreenLeftLowerCornerPositioner - Class in org.fuin.utils4swing.common
Move a frame to the lower right corner of the desktop.
ScreenLeftLowerCornerPositioner() - Constructor for class org.fuin.utils4swing.common.ScreenLeftLowerCornerPositioner
Default constructor.
ScreenLeftLowerCornerPositioner(int, int) - Constructor for class org.fuin.utils4swing.common.ScreenLeftLowerCornerPositioner
Constructor with an offset.
ScreenLeftUpperCornerPositioner - Class in org.fuin.utils4swing.common
Move a frame to the lower right corner of the desktop.
ScreenLeftUpperCornerPositioner() - Constructor for class org.fuin.utils4swing.common.ScreenLeftUpperCornerPositioner
Default constructor.
ScreenLeftUpperCornerPositioner(int, int) - Constructor for class org.fuin.utils4swing.common.ScreenLeftUpperCornerPositioner
Constructor with an offset.
ScreenRightLowerCornerPositioner - Class in org.fuin.utils4swing.common
Move a frame to the lower right corner of the desktop.
ScreenRightLowerCornerPositioner() - Constructor for class org.fuin.utils4swing.common.ScreenRightLowerCornerPositioner
Default constructor.
ScreenRightLowerCornerPositioner(int, int) - Constructor for class org.fuin.utils4swing.common.ScreenRightLowerCornerPositioner
Constructor with an offset.
ScreenRightUpperCornerPositioner - Class in org.fuin.utils4swing.common
Move a frame to the lower right corner of the desktop.
ScreenRightUpperCornerPositioner() - Constructor for class org.fuin.utils4swing.common.ScreenRightUpperCornerPositioner
Default constructor.
ScreenRightUpperCornerPositioner(int, int) - Constructor for class org.fuin.utils4swing.common.ScreenRightUpperCornerPositioner
Constructor with an offset.
selectDirectory(String, String) - Static method in class org.fuin.utils4swing.dialogs.DirectorySelector
Blocks the current thread and waits for the result of the selection dialog.
setApplet(Applet) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the applet to show in the viewer.
setApplet(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the applet by creating a new instance.
setArguments(List<String>) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the rest of the command line arguments.
setArguments(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Set one or more arguments for the application.
setBaseDir(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the base directory for the applet.
setCancelable(Cancelable) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Sets the listener to inform about the user cancelling the current transfer.
setClassPath(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns a list of entries to inject into the classpath.
setCurrentByte(int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the number of the current byte transferred.
setCurrentFile(int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the number of the current file.
setDestFile(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the name of the destination file currently copied.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
setDestText(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the text for the "Destination" label.
setDirectory(String) - Method in class org.fuin.utils4swing.dialogs.DirectorySelectionPanel
Set the directory.
setFrameTitle(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Sets the title of the frame.
setHeight(int) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the height of the viewer frame.
setLookAndFeel(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the name of the look and feel.
setMainClass(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Sets the class to start.
setMaxByte(int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the number of max bytes transferred.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
setMaxFile(int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the number of the max file.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
setName(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the name of the applet.
setSourceFile(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Sets the name of the source file currently copied.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
setSourceText(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the text for the "Source" label.
setStartType(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Sets the type of application to start.
setStartType(StartType) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Sets the type of application to start.
setStream(String, InputStream) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
setTitle(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the title of the viewer frame.
setTitle(String) - Method in class org.fuin.utils4swing.dialogs.DirectorySelectionPanel
Set the title.
setTitle(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Sets the title inside the panel.
setTransferText(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the transfer text.
setWidth(int) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Sets the width of the viewer frame.
show() - Method in class org.fuin.utils4swing.dialogs.DirectorySelector
Show the monitor dialog.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
showConfirmDialog(Component, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog with the options Yes, No and Cancel; with the title, Select an Option.
showConfirmDialog(Component, Object, String, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog where the number of choices is determined by the optionType parameter.
showConfirmDialog(Component, Object, String, int, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog with a specified icon, where the number of choices is determined by the optionType parameter.
showDocument(URL) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
showDocument(URL, String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
showGlassPane(Component) - Static method in class org.fuin.utils4swing.common.Utils4Swing
Makes the glass pane visible and focused and stores the saves the current state.
showInputDialog(Component, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows a question-message dialog requesting input from the user parented to parentComponent.
showInputDialog(Component, Object, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows a question-message dialog requesting input from the user and parented to parentComponent.
showInputDialog(Component, Object, String, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows a dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Prompts the user for input in a blocking dialog where the initial selection, possible selections, and all other options can be specified.
showInputDialog(Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows a question-message dialog requesting input from the user.
showInputDialog(Object, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows a question-message dialog requesting input from the user, with the input value initialized to initialSelectionValue.
showInternalConfirmDialog(Component, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal dialog panel with the options Yes, No and Cancel; with the title, Select an Option.
showInternalConfirmDialog(Component, Object, String, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a internal dialog panel where the number of choices is determined by the optionType parameter.
showInternalConfirmDialog(Component, Object, String, int, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal dialog panel where the number of choices is determined by the optionType parameter, where the messageType parameter determines the icon to display.
showInternalConfirmDialog(Component, Object, String, int, int, Icon) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal dialog panel with a specified icon, where the number of choices is determined by the optionType parameter.
showInternalInputDialog(Component, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows an internal question-message dialog requesting input from the user parented to parentComponent.
showInternalInputDialog(Component, Object, String, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Shows an internal dialog requesting input from the user parented to parentComponent with the dialog having the title title and message type messageType.
showInternalInputDialog(Component, Object, String, int, Icon, Object[], Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Prompts the user for input in a blocking internal dialog where the initial selection, possible selections, and all other options can be specified.
showInternalMessageDialog(Component, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal confirmation dialog panel.
showInternalMessageDialog(Component, Object, String, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal dialog panel that displays a message using a default icon determined by the messageType parameter.
showInternalMessageDialog(Component, Object, String, int, Icon) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal dialog panel displaying a message, specifying all parameters.
showInternalOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an internal dialog panel with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showMessageDialog(Component, Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up an information-message dialog titled "Message".
showMessageDialog(Component, Object, String, int) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog that displays a message using a default icon determined by the messageType parameter.
showMessageDialog(Component, Object, String, int, Icon) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog displaying a message, specifying all parameters.
showOptionDialog(Component, Object, String, int, int, Icon, Object[], Object) - Static method in class org.fuin.utils4swing.threadsafe.ThreadSafeJOptionPane
Brings up a dialog with a specified icon, where the initial choice is determined by the initialValue parameter and the number of choices is determined by the optionType parameter.
showStatus(String) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
SimpleAppletContext - Class in org.fuin.utils4swing.appletviewer
Context for a single applet.
SimpleAppletContext(Applet, String) - Constructor for class org.fuin.utils4swing.appletviewer.SimpleAppletContext
Constructor with applet and it's name.
SimpleAppletStub - Class in org.fuin.utils4swing.appletviewer
Stub for a simple applet.
SimpleAppletStub(SimpleAppletContext, Map<String, String>, URL) - Constructor for class org.fuin.utils4swing.appletviewer.SimpleAppletStub
Constructor with all necessary arguments.
SimpleAppletViewer - Class in org.fuin.utils4swing.appletviewer
A simple replacement for the Sun Applet Viewer.
SimpleAppletViewer(SimpleAppletViewerConfig) - Constructor for class org.fuin.utils4swing.appletviewer.SimpleAppletViewer
Constructor with configuration.
SimpleAppletViewerConfig - Class in org.fuin.utils4swing.appletviewer
Configuration for the applet viewer.
SimpleAppletViewerConfig() - Constructor for class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Default constructor.
skip(long) - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream
start(StartType, List<ClasspathEntry>, String, List<String>) - Method in class org.fuin.utils4swing.appstarter.AppStarter
Injects entries in the classpath and starts the application.
start(StartType, List<ClasspathEntry>, String, List<String>, AppStarterListener) - Static method in class org.fuin.utils4swing.appstarter.AppStarter
Injects entries in the classpath and starts the application.
StartApplicationException - Exception in org.fuin.utils4swing.appstarter
Something went wrong starting the target application.
StartApplicationException(String) - Constructor for exception org.fuin.utils4swing.appstarter.StartApplicationException
Constructor with message.
StartApplicationException(String, Throwable) - Constructor for exception org.fuin.utils4swing.appstarter.StartApplicationException
Constructor with message and cause.
StartType - Class in org.fuin.utils4swing.appstarter
Types of applications that can be started.

T

TableColumn - Annotation Type in org.fuin.utils4swing.annotations
Use this annotation to assign preferred table column values to a field.
TableFormatCreator<E> - Class in org.fuin.utils4swing.glazedlists
Utility-Class to create a Table-Format class "on-the-fly" from @Label and @TableColumn annotations.
TableFormatCreator() - Constructor for class org.fuin.utils4swing.glazedlists.TableFormatCreator
Default constructor.
TableFormatCreator(SgClassPool, ByteCodeGenerator) - Constructor for class org.fuin.utils4swing.glazedlists.TableFormatCreator
Constructor with class pool and generator.
TableFormatExt<E> - Interface in org.fuin.utils4swing.glazedlists
Adds a column width information to the table format.
ThreadSafeJOptionPane - Class in org.fuin.utils4swing.threadsafe
1:1 version of JOptionPane for usage outside the EDT.
TYPE - Static variable in class org.fuin.utils4swing.appstarter.ClasspathBinDirEntry
Unique type name.
TYPE - Static variable in class org.fuin.utils4swing.appstarter.ClasspathJarFileEntry
Unique type name.
TYPE - Static variable in class org.fuin.utils4swing.appstarter.ClasspathJarsDirEntry
Unique type name.

U

updateByte(int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Updates the current byte number of the file transferred.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
updateFile(String, String, int, int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressMonitor
Starts a new file being transferred.If called outside the EDT this method will switch to the UI thread using SwingUtilities.invokeAndWait(Runnable).
updateFile(String, String, int, int) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
Set the file information for the currently transferred file.
Utils4Swing - Class in org.fuin.utils4swing.common
Common utility methods for use in Swing applications and libraries.
Utils4Swing.GlassPaneState - Class in org.fuin.utils4swing.common
State of the UI before showing a glass pane.
Utils4Swing.GlassPaneState(Component, MouseListener, Component, Cursor) - Constructor for class org.fuin.utils4swing.common.Utils4Swing.GlassPaneState
Constructor with all data.

A C D E F G H I L M O P R S T U

Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.