|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanSetting | |
---|---|
org.xnap.commons.gui | Provides common GUI components like dialogs, borders and such. |
org.xnap.commons.gui.action | Provides an enhanced Action implementation that can adopts the icon size based on the component and support 2-state actions. |
org.xnap.commons.gui.dnd | Provides abstract and default handlers for file drag and drops. |
org.xnap.commons.gui.settings | Provides components for handling of Setting objects. |
Uses of BooleanSetting in org.xnap.commons.gui |
---|
Methods in org.xnap.commons.gui with parameters of type BooleanSetting | |
---|---|
static boolean |
Dialogs.showCloseDialog(Component parent,
String message,
BooleanSetting setting)
Shows a confirmation dialog asking the user if he really wants to quit the application. |
static int |
Dialogs.showConfirmDialog(Component parent,
String message,
String title,
int optionType,
BooleanSetting setting)
Shows a confirmation dialog and with a message and check box that can be selected to not display the dialog in the future anymore. |
static File[] |
Dialogs.showCopyDialog(Component parent,
File[] files,
File target,
BooleanSetting setting)
Displays a dialog that with a list of files asking the user to confirm a copy operation to the specified target. |
static File[] |
Dialogs.showDeleteDialog(Component parent,
File[] files,
BooleanSetting setting)
Displays a dialog that with a list of files asking the user to confirm a delete operation. |
static File[] |
Dialogs.showFilesActionDialog(Component parent,
File[] files,
String message,
String title,
BooleanSetting setting)
Displays a dialog with a message, a list of files and a check box that can be selected to not display the dialog in the future anymore. |
static File[] |
Dialogs.showMoveDialog(Component parent,
File[] files,
File target,
BooleanSetting setting)
Displays a dialog that with a list of files asking the user to confirm a delete operation. |
Constructors in org.xnap.commons.gui with parameters of type BooleanSetting | |
---|---|
ErrorHandler(Component parent,
UncaughtExceptionManager exceptionManager,
BooleanSetting showDialogSetting,
BooleanSetting detailsVisibleSetting)
|
Uses of BooleanSetting in org.xnap.commons.gui.action |
---|
Constructors in org.xnap.commons.gui.action with parameters of type BooleanSetting | |
---|---|
AbstractToggleSettingAction(BooleanSetting setting)
Constructs a toggle action that monitors a boolean preference key. |
Uses of BooleanSetting in org.xnap.commons.gui.dnd |
---|
Methods in org.xnap.commons.gui.dnd that return BooleanSetting | |
---|---|
BooleanSetting |
DefaultTreeFileTransferHandler.getShowCopyDialogSetting()
Returns the boolean setting which decides if a confirmation dialog is shown before any files are copied. |
Methods in org.xnap.commons.gui.dnd with parameters of type BooleanSetting | |
---|---|
void |
DefaultTreeFileTransferHandler.setShowCopyDialogSetting(BooleanSetting setting)
Sets the boolean setting which decides if a confirmation dialog is shown before any files are copied. |
Constructors in org.xnap.commons.gui.dnd with parameters of type BooleanSetting | |
---|---|
DefaultTreeFileTransferHandler(BooleanSetting showCopyDialog)
Constructs a file transfer handler for JTree s. |
Uses of BooleanSetting in org.xnap.commons.gui.settings |
---|
Methods in org.xnap.commons.gui.settings with parameters of type BooleanSetting | |
---|---|
void |
SettingComponentMediator.add(BooleanSetting setting,
AbstractButton button)
|
Constructors in org.xnap.commons.gui.settings with parameters of type BooleanSetting | |
---|---|
SettingComponentMediator.BooleanSettingMapper(BooleanSetting setting,
AbstractButton button)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |