A B C D E F G I J L M O P R S T

A

AbstractScalableLayout - Class in org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.
AbstractScalableLayout(ScalableLayoutRegistry, Container) - Constructor for class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Constructor with container.
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.
addLayoutComponent(String, Component) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
addLayoutComponent(Component, Object) - Method in class org.fuin.utils4swing.layout.scalable.ScalableLayout2
addScaledComponent(Component) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Adds a component to the internal list of scaled components.
addScaler(ComponentScaler) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Add a new scaler to the registry.
addScaler(BorderScaler) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Add a new scaler to the registry.
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.
afterComponentsScaled(double) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
This method will be called after all components are scaled.
afterComponentsScaled(double) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayout
This method will be called after all components are scaled.
afterComponentsScaled(double) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayout2
This method will be called after all components are scaled.
afterComponentsScaled(double) - Method in class org.fuin.utils4swing.layout.scalable.ScalableBorderLayout
This method will be called after all components are scaled.
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.

B

BorderScaler - Interface in org.fuin.utils4swing.layout.scalable
Scales (resizes) a special type of Border.

C

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.
ComponentScaler - Interface in org.fuin.utils4swing.layout.scalable
Scales (resizes) a special type of component.
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.
createScaledBorder(Border, ScalableLayoutRegistry) - Method in interface org.fuin.utils4swing.layout.scalable.BorderScaler
Creates a container for the original border values.
createScaledBorder(Border, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.DefaultBorderScaler
Creates a container for the original border values.
createScaledBorder(Border, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.LineBorderScaler
Creates a container for the original border values.
createScaledBorder(Border, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.TitledBorderScaler
Creates a container for the original border values.
createScaledComponent(Component, ScalableLayoutRegistry) - Method in interface org.fuin.utils4swing.layout.scalable.ComponentScaler
Creates a container for the original component values.
createScaledComponent(Component, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.DefaultComponentScaler
Creates a container for the original component values.
createScaledComponent(Component, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.JComponentScaler
Creates a container for the original component values.
createScaledComponent(Component, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.JSpinnerScaler
Creates a container for the original component values.

D

DefaultBorderScaler - Class in org.fuin.utils4swing.layout.scalable
Scales nothing.
DefaultBorderScaler() - Constructor for class org.fuin.utils4swing.layout.scalable.DefaultBorderScaler
 
DefaultComponentScaler - Class in org.fuin.utils4swing.layout.scalable
Scales any AWT component.
DefaultComponentScaler() - Constructor for class org.fuin.utils4swing.layout.scalable.DefaultComponentScaler
 
DefaultScalableLayout - Class in org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.
DefaultScalableLayout(ScalableLayoutRegistry, Container) - Constructor for class org.fuin.utils4swing.layout.scalable.DefaultScalableLayout
Constructor with registry and container.
DefaultScalableLayout2 - Class in org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.
DefaultScalableLayout2(ScalableLayoutRegistry, Container) - Constructor for class org.fuin.utils4swing.layout.scalable.DefaultScalableLayout2
Constructor with registry and container.
DefaultScalableLayoutRegistry - Class in org.fuin.utils4swing.layout.scalable
default registry for scalers.
DefaultScalableLayoutRegistry() - Constructor for class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
No argument constructor.

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

findScaledComponent(Component) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Returns the corresponding scaled component.
forName(String) - Static method in class org.fuin.utils4swing.appstarter.StartType
Returns an instance for the given name.

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.
getBorder() - Method in class org.fuin.utils4swing.layout.scalable.ScaledBorder
Original border.
getBorder() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Returns the helper for the border.
getBorderScaler(Class<? extends Border>) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Returns a helper class that can be used to scale a border.
getBorderScaler(Class<? extends Border>) - Method in interface org.fuin.utils4swing.layout.scalable.ScalableLayoutRegistry
Returns a helper class that can be used to scale a border.
getBounds() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Returns the original bounds.
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.
getComp() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Original component.
getComponentScaler(Class<? extends Component>) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Returns a helper class that can be used to scale a component.
getComponentScaler(Class<? extends Component>) - Method in interface org.fuin.utils4swing.layout.scalable.ScalableLayoutRegistry
Returns a helper class that can be used to scale a component.
getContainer() - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Returns the container this layout depends to.
getDocumentBase() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
getFactor() - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Returns the current scaling factor.
getFont() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Returns the original font.
getFrameTitle() - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns the title of the frame.
getHeight() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletViewerConfig
Returns the height of the viewer frame.
getImage(URL) - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletContext
getInnerBorder() - Method in class org.fuin.utils4swing.layout.scalable.ScaledTitledBorder
Returns the original inner border.
getLabelText(Class, String, Label, Locale) - Static method in class org.fuin.utils4swing.annotations.AnnotationUtils
Retrieve the text for a field with a @Label annotation.
getLayoutAlignmentX(Container) - Method in class org.fuin.utils4swing.layout.scalable.ScalableLayout2
getLayoutAlignmentY(Container) - Method in class org.fuin.utils4swing.layout.scalable.ScalableLayout2
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.
getMaximumSize() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Returns the original maximum size.
getMinimumSize() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Returns the original minimum size.
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.
getOriginalLayout() - Method in class org.fuin.utils4swing.layout.scalable.ScalableLayout2
Returns the original layout manager.
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.
getPreferredSize() - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Returns the original preferred size.
getScalableLayout(ScalableLayoutRegistry, Container) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Returns a scalable replacement for the original layout manager.
getScalableLayout(ScalableLayoutRegistry, Container) - Method in interface org.fuin.utils4swing.layout.scalable.ScalableLayoutRegistry
Returns a scalable replacement for the original layout manager.
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.
getTitledBorder() - Method in class org.fuin.utils4swing.layout.scalable.ScaledTitledBorder
return the original border.
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.
getType() - Method in interface org.fuin.utils4swing.layout.scalable.BorderScaler
Returns the type of component this class can scale.
getType() - Method in interface org.fuin.utils4swing.layout.scalable.ComponentScaler
Returns the type of component this class can scale.
getType() - Method in class org.fuin.utils4swing.layout.scalable.DefaultBorderScaler
Returns the type of component this class can scale.
getType() - Method in class org.fuin.utils4swing.layout.scalable.DefaultComponentScaler
Returns the type of component this class can scale.
getType() - Method in class org.fuin.utils4swing.layout.scalable.JComponentScaler
Returns the type of component this class can scale.
getType() - Method in class org.fuin.utils4swing.layout.scalable.JSpinnerScaler
Returns the type of component this class can scale.
getType() - Method in class org.fuin.utils4swing.layout.scalable.LineBorderScaler
Returns the type of component this class can scale.
getType() - Method in class org.fuin.utils4swing.layout.scalable.TitledBorderScaler
Returns the type of component this class can scale.
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.

I

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.
installScalableLayout(ScalableLayoutRegistry, Container) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Install the appropriate scalable layout on the container.
installScalableLayoutAndKeys(ScalableLayoutRegistry, RootPaneContainer, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Install the appropriate scalable layout on the content pane of the RootPaneContainer and it's sub containers.
installScalableLayoutRecursive(ScalableLayoutRegistry, Container) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Install the appropriate scalable layout on the container and it's sub containers.
installScaleKeys(RootPaneContainer, AbstractScalableLayout, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Install two key strokes (CTRL+ and CTRL-) for scaling the layout up and down on the content pane of the root pane container.
INSTANCES - Static variable in class org.fuin.utils4swing.appstarter.StartType
Array of known types.
invalidateLayout(Container) - Method in class org.fuin.utils4swing.layout.scalable.ScalableLayout2
InvokeAndWait - Annotation Type in org.fuin.utils4swing.annotations
Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeAndWait(Runnable).
InvokeLater - Annotation Type in org.fuin.utils4swing.annotations
Use this annotation to express that the annotated method should be invoked in the EDT thread with SwingUtilities.invokeLater(Runnable).
isActive() - Method in class org.fuin.utils4swing.appletviewer.SimpleAppletStub
isContainer(Component) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Checks if a given component should be treated as container.
isContainer(Component) - Method in interface org.fuin.utils4swing.layout.scalable.ScalableLayoutRegistry
Checks if a given component should be treated as container.
isValid(String) - Static method in class org.fuin.utils4swing.appstarter.StartType
Checks if a given name is valid.

J

JComponentScaler - Class in org.fuin.utils4swing.layout.scalable
Scales any AWT component.
JComponentScaler() - Constructor for class org.fuin.utils4swing.layout.scalable.JComponentScaler
 
JSpinnerScaler - Class in org.fuin.utils4swing.layout.scalable
Scales a JSpinner.
JSpinnerScaler() - Constructor for class org.fuin.utils4swing.layout.scalable.JSpinnerScaler
 

L

Label - Annotation Type in org.fuin.utils4swing.annotations
Use this annotation to assign a label to a field.
layoutContainer(Container) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
LineBorderScaler - Class in org.fuin.utils4swing.layout.scalable
Scales a LineBorder.
LineBorderScaler() - Constructor for class org.fuin.utils4swing.layout.scalable.LineBorderScaler
 

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.
maximumLayoutSize(Container) - Method in class org.fuin.utils4swing.layout.scalable.ScalableLayout2
minimumLayoutSize(Container) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout

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.glazedlists - package org.fuin.utils4swing.glazedlists
Enhancements for glazedlists.
org.fuin.utils4swing.layout.scalable - package org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.

P

preferredLayoutSize(Container) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
putScalableLayout(Class<? extends LayoutManager>, Class<? extends ScalableLayout>) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Adds a layout manager class mapping to the registry.
putScalableLayout2(Class<? extends LayoutManager2>, Class<? extends ScalableLayout2>) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Adds a layout manager class mapping to the registry.

R

removeLayoutComponent(Component) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
removeScalableLayout(Class<? extends LayoutManager>) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Removes a layout manager class mapping from the registry.
removeScalableLayout2(Class<? extends LayoutManager2>) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Removes a layout manager class mapping from the registry.
removeScaler(ComponentScaler) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Remove a scaler from the registry.
removeScaler(BorderScaler) - Method in class org.fuin.utils4swing.layout.scalable.DefaultScalableLayoutRegistry
Remove a scaler from the registry.

S

ScalableBorderLayout - Class in org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.
ScalableBorderLayout(ScalableLayoutRegistry, Container) - Constructor for class org.fuin.utils4swing.layout.scalable.ScalableBorderLayout
Constructor with registry and container.
ScalableLayout - Class in org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.
ScalableLayout(ScalableLayoutRegistry, Container) - Constructor for class org.fuin.utils4swing.layout.scalable.ScalableLayout
Constructor with registry and container.
ScalableLayout2 - Class in org.fuin.utils4swing.layout.scalable
A layout manager that resizes the content along to a given factor.
ScalableLayout2(ScalableLayoutRegistry, Container) - Constructor for class org.fuin.utils4swing.layout.scalable.ScalableLayout2
Constructor with registry and container.
ScalableLayoutRegistry - Interface in org.fuin.utils4swing.layout.scalable
Registry of known helper classes for scaling components and layouts.
ScalableLayoutUtils - Class in org.fuin.utils4swing.layout.scalable
Utils for the package.
scale(ScaledBorder, double, ScalableLayoutRegistry) - Method in interface org.fuin.utils4swing.layout.scalable.BorderScaler
Resize the Border.
scale(ScaledComponent, double, ScalableLayoutRegistry) - Method in interface org.fuin.utils4swing.layout.scalable.ComponentScaler
Resize the component.
scale(ScaledBorder, double, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.DefaultBorderScaler
Resize the Border.
scale(ScaledComponent, double, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.DefaultComponentScaler
Resize the component.
scale(ScaledComponent, double, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.JComponentScaler
Resize the component.
scale(ScaledComponent, double, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.JSpinnerScaler
Resize the component.
scale(ScaledBorder, double, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.LineBorderScaler
Resize the Border.
scale(Font, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Scales the font.
scale(Rectangle, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Scales the rectangle.
scale(Dimension, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Scales the dimension.
scale(int, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Scales a value.
scale(Insets, Insets, double) - Static method in class org.fuin.utils4swing.layout.scalable.ScalableLayoutUtils
Scales the insets.
scale(ScaledBorder, double, ScalableLayoutRegistry) - Method in class org.fuin.utils4swing.layout.scalable.TitledBorderScaler
Resize the Border.
ScaledBorder - Class in org.fuin.utils4swing.layout.scalable
Helper class for scaled borders.
ScaledBorder(Border) - Constructor for class org.fuin.utils4swing.layout.scalable.ScaledBorder
Constructor with component.
ScaledComponent - Class in org.fuin.utils4swing.layout.scalable
Helper class for scaled AWT components that don't have client properties.
ScaledComponent(Component, ScalableLayoutRegistry) - Constructor for class org.fuin.utils4swing.layout.scalable.ScaledComponent
Constructor with component.
ScaledTitledBorder - Class in org.fuin.utils4swing.layout.scalable
Helper class for scaled borders.
ScaledTitledBorder(TitledBorder, ScalableLayoutRegistry) - Constructor for class org.fuin.utils4swing.layout.scalable.ScaledTitledBorder
Constructor with component.
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.
setBounds(Rectangle) - Method in class org.fuin.utils4swing.layout.scalable.ScaledComponent
Sets the original bounds.
setClassPath(String) - Method in class org.fuin.utils4swing.appstarter.AppStarterConfig
Returns a list of entries to inject into the classpath.
setFactor(double) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Sets the scaling factor to a new value.
setFactorRecursive(double) - Method in class org.fuin.utils4swing.layout.scalable.AbstractScalableLayout
Sets the scaling factor to a new value.
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
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.
TitledBorderScaler - Class in org.fuin.utils4swing.layout.scalable
Scales a TitledBorder.
TitledBorderScaler() - Constructor for class org.fuin.utils4swing.layout.scalable.TitledBorderScaler
 
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.

A B C D E F G I J L M O P R S T

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