- 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.
- selectDirectory(String, String, boolean) - Static method in class org.fuin.utils4swing.dialogs.DirectorySelector
-
Blocks the current thread and waits for the result of the selection
dialog.
- setCancelable(Cancelable) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
-
Sets the listener to inform about the user cancelling the current
transfer.
- 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.invokeLater(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.
- setIncludeSubdirsVisible(boolean) - Method in class org.fuin.utils4swing.dialogs.DirectorySelectionPanel
-
Set the "Include subdirectories" checkbox visible.
- 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.invokeLater(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.invokeLater(Runnable).
- 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.invokeLater(Runnable).
- setSourceText(String) - Method in class org.fuin.utils4swing.progress.FileCopyProgressPanel
-
Set the text for the "Source" label.
- 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.
- 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.
- 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.
- skip(long) - Method in class org.fuin.utils4swing.progress.FileCopyProgressInputStream