Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
L
M
O
P
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.
addToClasspath(String)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Adds an URL to the classpath.
addToClasspath(URL)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Adds an URL 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
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.
containsURL(URL[], URL)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Checks if the array or URLs contains the given URL.
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.
createInstance(String)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Create an instance with Class.forName(..) and wrap all exceptions into RuntimeExceptions.
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
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
findRootPaneContainer(Component)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Find the root pane container in the current hierarchy.
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.
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
getDocumentBase()
- Method in class org.fuin.utils4swing.appletviewer.
SimpleAppletStub
getFocusOwner()
- Method in class org.fuin.utils4swing.common.
Utils4Swing.GlassPaneState
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
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
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.
getPackagePath(Class)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Returns the package path of a class.
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.
getResource(Class, String)
- Static method in class org.fuin.utils4swing.common.
Utils4Swing
Get the path to a resource located in the same package as a given class.
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.
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
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.
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
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.
O
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.glazedlists
- package org.fuin.utils4swing.glazedlists
Enhancements for glazedlists.
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.
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.
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.
setClassPath(String)
- Method in class org.fuin.utils4swing.appstarter.
AppStarterConfig
Returns a list of entries to inject into the classpath.
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.
setName(String)
- Method in class org.fuin.utils4swing.appletviewer.
SimpleAppletViewerConfig
Sets the name of the applet.
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.
setWidth(int)
- Method in class org.fuin.utils4swing.appletviewer.
SimpleAppletViewerConfig
Sets the width of the viewer frame.
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
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.
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.
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
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
Utils4Swing.GlassPaneState(Component, MouseListener, Component, Cursor)
- Constructor for class org.fuin.utils4swing.common.
Utils4Swing.GlassPaneState
A
C
E
F
G
H
I
L
M
O
P
S
T
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
Future Invent Informationsmanagement GmbH
. All Rights Reserved.