- SAVEAS_ACTIONS - Static variable in interface org.mdi.plugins.PluginElementTypes
-
The key menu for saveAs MDIActions.
- saveButton - Variable in class org.mdi.gui.swing.JErrorPane
-
The button used to save the errors.
- serializeConfiguration() - Method in class org.mdi.app.AbstractApplication
-
Serialize the configuration.
- serializeConfiguration(List<Plugin>, File) - Method in class org.mdi.app.ConfigurationManager
-
Serialize the configuration in a user-defined root.
- serializeConfiguration(List<Plugin>) - Method in class org.mdi.app.ConfigurationManager
-
Serialize the configuration in a user-defined root, using a null directory as the default for the serialization.
- serializeConfiguration(List<Plugin>, Preferences, File) - Method in class org.mdi.app.ConfigurationManager
-
Serialize the configuration, using a directory as the default for the serialization.
- serializeConfiguration(List<Plugin>, Preferences) - Method in class org.mdi.app.ConfigurationManager
-
Serialize the configuration, using a null directory as the default for the serialization.
- setActionHandler(MDIActionHandler) - Method in interface org.mdi.bootstrap.MDIAction
-
Set the MDIActionHandler interface which can be used when custom particular operations must be perform at the end
of a MDIAction.
- setActionHandler(MDIActionHandler) - Method in class org.mdi.bootstrap.swing.AbstractMDIAction
-
Set the MDIActionHandler for this AbstractMDIAction (null by default).
- setAdditionalPluginTypes(Map<String, AppliManifestType>) - Method in class org.mdi.plugins.PluginsManager
-
Set additional Plugin types for the Plugin manager.
- setAllowedPluginTypes(Map<String, Boolean>) - Method in class org.mdi.app.AbstractApplication
-
Set the allowed Plugin Types.
- setAllowedPluginTypes(Map<String, Boolean>) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Set the allowed Plugin Types.
- setAllowedPluginTypes(Map<String, Boolean>) - Method in class org.mdi.plugins.PluginsManager
-
Set the allowed Plugins Types for the Plugin manager.
- setAlternateText(String) - Method in class org.mdi.bootstrap.ApplicationDesc
-
Set the Application alternate Text.
- setApplication(GUIApplication) - Method in interface org.mdi.bootstrap.swing.MDIAbout
-
Set the application.
- setApplication(GUIApplication) - Method in interface org.mdi.bootstrap.swing.MDISettings
-
Set the application.
- setApplication(GUIApplication) - Method in class org.mdi.gui.swing.DefaultAboutAction
-
Set the application.
- setApplication(GUIApplication) - Method in class org.mdi.gui.swing.DefaultSettingsAction
-
Set the application.
- setApplication(MDIApplication) - Method in class org.mdi.plugins.swing.PluginMenuHandler
-
Set the application.
- setApplicationID(String) - Method in class org.mdi.plugins.PluginsManager
-
Set the Application ID.
- setApplicationName(String) - Method in class org.mdi.bootstrap.ApplicationDesc
-
Set the Application name.
- setApplyPanel(JPanel) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the Apply panel
- setBorder(Border) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder.DefaultDialogPart
-
Set the dialog part border.
- setBuildDate(String) - Method in class org.mdi.bootstrap.ApplicationDesc
-
Set the Application build date.
- setCancelLabel(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
- setChangeTabsAllowed(boolean) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set if future changes in tabs must be listened to trigger Application actions.
- setCloseBackground(Color) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the close button background color when the close button is focused.
- setCloseBackground(Color) - Static method in class org.mdi.gui.swing.ClosableTabbedPane
-
Set the close button background color when the close button is focused.
- setCloseIcon(Icon) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the close Icon for the tabs header, and try to define this application as having a closable tab.
- setCloseIcon(URL) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the close Icon for the tabs header, and try to define this application as having a closable tab.
- setCloseIcon(Icon) - Static method in class org.mdi.gui.swing.ClosableTabbedPane
-
Set the close Icon, rather than using the default close Icon provided by this class.
- setCloseIcon(URL) - Static method in class org.mdi.gui.swing.ClosableTabbedPane
-
Set the close Icon, rather than using the default close Icon provided by this class.
- setCommandLineArguments(String[], boolean) - Method in class org.mdi.app.AbstractApplication
-
Set the command-line arguments.
- setCommandLineArguments(String[]) - Method in class org.mdi.app.AbstractApplication
-
Set the command-line arguments.
- setCommandLineArguments(Map<String, String>) - Method in class org.mdi.app.AbstractApplication
-
Set the command-line arguments.
- setCommandLineHandler(CommandLineHandler) - Method in class org.mdi.app.AbstractApplication
-
Set the command-line handler.
- setCommandLineHandler(CommandLineHandler) - Method in interface org.mdi.bootstrap.launcher.CommandLineListener
-
Set the command-line handler.
- setCommandLineHandler(CommandLineHandler) - Method in class org.mdi.plugins.AbstractPlugin
-
Set the command-line handler.
- setCommandLineListener(CommandLineListener) - Method in class org.mdi.bootstrap.launcher.CommandLineHandler
-
Set the command-line listener.
- setComponenAt(String, JComponent) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the component to use for a selected Tab name.
- setComponenAt(String, JComponent) - Method in interface org.mdi.bootstrap.swing.TabbedApplication
-
Set the component to use for a selected Tab name.
- setConfiguration(Configuration) - Method in class org.mdi.app.AbstractApplication
-
Set the application configuration.
- setCurrentTabModified(boolean) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the modified state of the currently selected tab.
- setCurrentTabModified(boolean) - Method in interface org.mdi.bootstrap.swing.TabbedApplication
-
Set the modified state of the currently selected tab.
- setCustomActions(Map<String, Short>) - Method in class org.mdi.plugins.PluginsManager
-
Add a custom action.
- setCustomPropertyValue(String, Object) - Method in class org.mdi.bootstrap.AbstractConfiguration2
-
Set a property value for custom property setters.
- setDefaultBlockingActions(boolean) - Method in class org.mdi.app.AbstractApplication
-
Set if actions are blocking by default.
- setDefaultBlockingActions(boolean) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Set if actions are blocking by default.
- setDefaultBlockingActions(boolean) - Method in interface org.mdi.bootstrap.MDIApplication
-
Set if actions are blocking by default.
- setDefaultCloseIcon() - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Use the default icon for the close button.
- setDefaultCloseIcon() - Static method in class org.mdi.gui.swing.ClosableTabbedPane
-
Use the default icon for the close button.
- setDefaultDialogOpenType(MDIDialogType) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the default dialog opening type.
- setDefaultDialogOpenType(MDIDialogType) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Set the default dialog opening type.
- setDefaultDialogOpenType(MDIDialogType) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Set the default dialog opening type.
- setDefaultDialogOpenType(MDIDialogType) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Set the default dialog opening type.
- setDefaultPluginType(String) - Method in class org.mdi.plugins.AppliManifestType
-
Set the default Plugin type.
- setDescription(String, String) - Method in class org.mdi.bootstrap.swing.AbstractMDIAction
-
Set the short and long description of this MDIAction.
- setDialogHelper(MDIDialogHelper) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the dialog helper.
- setDialogHelper(MDIDialogHelper) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Set the dialog helper.
- setDialogTitle(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the dialog title.
- setDialogType(short) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the dialog type.
- setDimension(Dimension) - Method in interface org.mdi.bootstrap.swing.MDIAbout
-
Set the settings dimension.
- setDimension(Dimension) - Method in interface org.mdi.bootstrap.swing.MDISettings
-
Set the settings dimension.
- setDimension(Dimension) - Method in class org.mdi.gui.swing.DefaultAboutAction
-
Set the settings dimension.
- setDimension(Dimension) - Method in class org.mdi.gui.swing.DefaultSettingsAction
-
Set the settings dimension.
- setEnabled(boolean) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder.DefaultDialogPart
-
Set if the content is enabled.
- setEnabled(boolean) - Method in interface org.mdi.bootstrap.swing.MDIDialogBuilder.DialogPart
-
Set if the content is enabled.
- setEnabledPlugins(Map<String, Boolean>) - Method in class org.mdi.plugins.PluginsManager
-
Returned the enabled Plugins of this application.
- setErrorLogger(ErrorLogger) - Method in class org.mdi.app.AbstractApplication
-
Set the error logger.
- setErrorLogger(ErrorLogger) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
- setHandler(MessageAreaHandler) - Method in interface org.mdi.gui.MessageArea
-
Deprecated.
- setHandler(MessageAreaHandler) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Deprecated.
- setHandleRightClick(boolean) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Set if the message area is handling right clicks.
- setHandleRightClick(boolean) - Method in interface org.mdi.gui.swing.SwingMessageArea
-
Set if the message area is handling right clicks.
- setHorizontalMenusSeparation(int) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the horizontal menus separation.
- setID(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the dialog ID.
- setJMenuBar(JMenuBar) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the dialog menu bar.
- setJToolBar(JToolBar) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the dialog toolbar.
- setLineBorder(Color) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder.DefaultDialogPart
-
Set the dialog part line border.
- setListener(DefaultMDIDialogBuilder.DialogListener) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the listener which will listen to the Yes / OK / Cancel user action.
- setLogger(Logger) - Method in class org.mdi.util.ThreadQueue
-
Set the associated Logger.
- setManagerListener(PluginsManagerListener) - Method in class org.mdi.plugins.PluginsManager
-
Set a listener which will be fired for each exception encountered during the Plugins loading, or some informations on the Plugins loading.
- setMaximumLines(int) - Method in interface org.mdi.gui.MessageArea
-
Set the maximum of lines which are accepted in this message Area.
- setMaximumLines(int) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Set the maximum of lines which are accepted in this message Area.
- setMaximumLinesBehavior(boolean) - Method in interface org.mdi.gui.MessageArea
-
Set the behavior concerning the maximum number of lines which are accepted in this message Area.
- setMaximumLinesBehavior(boolean) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Set the behavior concerning the maximum number of lines which are accepted in this message Area.
- setMaximumRows(int) - Method in class org.mdi.gui.swing.JErrorPane
-
Set the maximum number of lines to be shown in the error pane.
- setMDIAbout(MDIAbout) - Method in class org.mdi.plugins.swing.PluginsMenuFactory
-
Set the about component for using the plugins about list.
- setMDIApplication(MDIApplication) - Method in class org.mdi.plugins.PluginsManager
-
Set the application.
- setMDIBuilderDialog(MDIBuilderDialog) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the MDIBuilderDialog.
- setMDIBuilderDialog(MDIBuilderDialog) - Method in interface org.mdi.bootstrap.swing.MDIDialogBuilder
-
Set the MDIDialog.
- setMDIPluginsInitMode(short) - Method in class org.mdi.plugins.AbstractPluginsEDTSupport
-
Set the initialization mode of the
MDIPlugin
s.
- setMDIPluginsInitMode(short) - Method in interface org.mdi.plugins.PluginsEDTSupport
-
Set the initialization mode of the
MDIPlugin
s.
- setMDISettings(MDISettings) - Method in class org.mdi.plugins.swing.PluginsMenuFactory
-
Set the settings component to use for plugins Settings.
- setMenuFactory(MDIMenuFactory) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the associated menu factory.
- setMessage(String) - Method in class org.mdi.gui.swing.StatusBar
-
Sets the status bar message.
- setMessageArea(SwingMessageArea) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the MDIApplication Message Area.
- setMessageType(int) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the message type.
- setMetaData(MetaData) - Method in class org.mdi.bootstrap.FileProperties
-
Set the MetaData to associate with the panel.
- setModal(boolean) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set if the dialog window is modal.
- setModified(String, boolean) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the modified state of a tab.
- setModified(String, boolean) - Method in interface org.mdi.bootstrap.swing.TabbedApplication
-
Set the modified state of a tab.
- setName(String) - Method in class org.mdi.bootstrap.FileProperties
-
Set the name of the panel.
- setNotComparableKeys(List<String>) - Static method in class org.mdi.bootstrap.MetaData
-
Set specific keys which will not be used for the comparison.
- setNotDisablingComponent(JComponent) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder.DefaultDialogPart
-
- setNotDisablingComponent(JComponent) - Method in interface org.mdi.bootstrap.swing.MDIDialogBuilder.DialogPart
-
- setObject(Object) - Method in class org.mdi.bootstrap.FileProperties
-
Set the associated Object.
- setParent(C, int) - Method in interface org.mdi.gui.MessageArea
-
Set the parent component
- setParent(Component, int) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Set the parent component
- setPluginsConfiguration(File) - Method in class org.mdi.app.AbstractApplication
-
Set the plugins directory.
- setPluginsConfiguration(File, String) - Method in class org.mdi.app.AbstractApplication
-
Set the plugins configuration for the application.
- setPluginsConfiguration(File, String) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Set the plugins directory and configuration for the application.
- setPluginsConfiguration(File) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Set the plugins directory for the application.
- setPluginsConfigurationFile(File, File) - Method in class org.mdi.app.AbstractApplication
-
Set the plugins configuration for the application.
- setPluginsConfigurationFile(File, File) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Set the plugins directory and configuration for the application.
- setPluginsEDTSupport(PluginsEDTSupport) - Method in class org.mdi.plugins.PluginsManager
-
Set the initialization support of the
MDIPlugin
s.
- setPluginSettings(PluginsManager.PluginPeer) - Method in class org.mdi.plugins.swing.PluginsMenuFactory
-
Add nodes for the selected plugin to the Settings node.
- setPluginStaticMenu(JMenu, String, PluginsManager.PluginPeer) - Method in class org.mdi.plugins.swing.PluginsMenuFactory
-
Add to a general menu the selected plugin static menu, for the selected menu key.
- setPreferredScrollableViewportSize(Dimension) - Method in class org.mdi.gui.swing.StylableSizableArea
-
- setPrintFileExtension(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
- setPrintingExceptions(boolean) - Method in class org.mdi.util.ThreadQueue
-
Set if the Exceptions are to be printed.
- setPrintLabel(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
- setProgress(int) - Method in interface org.mdi.gui.ProgressInterface
-
Set the current progress value of the progress interface.
- setProgress(int, String) - Method in interface org.mdi.gui.ProgressInterface
-
Sets the current progress value of the progress interface, with a message.
- setProgress(int) - Method in class org.mdi.gui.swing.SplashScreen
-
Sets the current progress value of the progress bar.
- setProgress(int, String) - Method in class org.mdi.gui.swing.SplashScreen
-
Sets the current progress value of the progress bar, with a message.
- setProgress(ProgressInterface, int) - Method in class org.mdi.plugins.PluginsManager
-
Configure the Progress bar during the Plugins loading and initialization.
- setProgressInterface(ProgressInterface) - Method in class org.mdi.app.swing.AbstractMDIMenuFactory
-
Set the progress interface for the menu factory.
- setProgressInterface(ProgressInterface) - Method in interface org.mdi.bootstrap.swing.MDIMenuFactory
-
Set the progress interface for the menu factory.
- setProgressState(boolean) - Method in class org.mdi.gui.swing.StatusBar
-
Set the state of the progress bar.
- setProgressValue(int) - Method in class org.mdi.gui.swing.StatusBar
-
Set the progres value of the status bar.
- setProperty(Object, Object) - Method in interface org.mdi.plugins.Plugin
-
Set a property.
- setPropertyValue(String, Object) - Method in class org.mdi.bootstrap.AbstractConfiguration2
-
Set the value for a property.
- setPropertyValue(String, Object) - Method in interface org.mdi.bootstrap.Configuration2
-
Set the value for a property.
- setResizable(boolean) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set if the dialog window is resizable.
- setSelectedTab(String) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the selected tab.
- setSelectedTab(String) - Method in interface org.mdi.bootstrap.swing.TabbedApplication
-
Set the selected tab.
- setSettingsAction(MDISettings) - Method in class org.mdi.plugins.swing.PluginsMenuFactory
-
- setSize(int, int) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Provided for convenience.
- setSize(Dimension) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the dimension of the dialog.
- setSpecificKeys(List<String>, List<String>) - Static method in class org.mdi.bootstrap.MetaData
-
Set specific keys which will have a specific behavior for all Metadatas.
- setStartDirectory(File) - Method in class org.mdi.plugins.PluginsManager
-
Set the starting directory.
- setString(String) - Method in interface org.mdi.gui.ProgressInterface
-
Set the message of the progress interface.
- setString(String) - Method in class org.mdi.gui.swing.SplashScreen
-
Sets the message of the progress bar.
- setStyleSheet(StyleSheet) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Set the StyleSheet used on the document.
- setStyleSheet(StyleSheet) - Method in interface org.mdi.gui.swing.SwingMessageArea
-
Set the StyleSheet used on the document.
- setTabbedApplication(TabbedApplication) - Method in class org.mdi.gui.swing.ClosableTabbedPane
-
- SETTINGS - Static variable in interface org.mdi.plugins.PluginElementTypes
-
The plugin settings property.
- SETTINGS_MENU - Static variable in interface org.mdi.plugins.PluginElementTypes
-
The key menu for the settings menus.
- settingsAction - Variable in class org.mdi.app.swing.AbstractMDIMenuFactory
-
The MDIApplication Settings component, if there is any.
- settingsAction - Variable in class org.mdi.plugins.swing.PluginsMenuFactory
-
The settings component.
- setTitle(String) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Set the GUI frame title.
- setTitleAt(int, String) - Method in class org.mdi.gui.swing.ClosableTabbedPane
-
- setTitledBorder(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder.DefaultDialogPart
-
Set the dialog part titled border.
- setup(URL) - Method in class org.mdi.bootstrap.launcher.CommandLineHandler
-
Setup the handler with the structure of the properties managed by the handler.
- setupApplicationDesc(ApplicationDesc) - Method in interface org.mdi.bootstrap.Configuration
-
Setup the application description.
- setupApplicationDesc(Configuration, String, ApplicationDesc) - Static method in class org.mdi.bootstrap.MDIConfigUtils
-
Set up an Application or Plugin description.
- setupApplicationDesc(URL, ApplicationDesc) - Static method in class org.mdi.bootstrap.MDIConfigUtils
-
Set up an Application or Plugin description.
- setupPluginDesc(Configuration) - Method in class org.mdi.plugins.AbstractPlugin
-
Setup the content of the plugin description, using the Plugin configuration.
- setURL(URL) - Method in class org.mdi.bootstrap.FileProperties
-
Set the associated URL.
- setUserKeys(List<String>) - Static method in class org.mdi.bootstrap.MetaData
-
Set user keys.
- setValue(Object) - Method in class org.mdi.bootstrap.AbstractConfiguration2.PropertyValue
-
Set the value.
- setVersion(String) - Method in class org.mdi.bootstrap.ApplicationDesc
-
Set the Application version.
- setVerticalMenusSeparation(int) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
Set the vertical menus separation.
- setVisible(boolean) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Provided for convenience.
- setYesLabel(String) - Method in class org.mdi.app.swing.DefaultMDIDialogBuilder
-
- SHORT - Static variable in interface org.mdi.bootstrap.launcher.ArgumentType
-
Tag a short argument.
- showAbout() - Method in interface org.mdi.bootstrap.swing.MDIAbout
-
Show the about menu.
- showAbout() - Method in class org.mdi.gui.swing.AbstractAboutAction
-
Show the About.
- showAbout() - Method in class org.mdi.gui.swing.DefaultAboutAction
-
Show the About panel.
- showActionException(String, Exception) - Method in class org.mdi.app.AbstractApplication
-
Show the Exception stackTrace by default.
- showActionException(String, Exception) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Show the Exception stackTrace by default.
- showActionException(String, Exception) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show the Exception stackTrace by default.
- showActionException(String, Exception) - Method in interface org.mdi.bootstrap.MDIApplication
-
Show the last Exception associated with an Action.
- showDetailButton - Variable in class org.mdi.gui.swing.JErrorPane
-
The button used to show or not the details.
- showDialog(MDIDialog) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a dialog, with the default dialog opening type.
- showDialog(MDIDialog, AbstractAction) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a dialog, with the default dialog opening type.
- showDialog(MDIDialog, MDIDialogType) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a dialog.
- showDialog(MDIDialogBuilder, MDIDialogType) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a dialog.
- showDialog(MDIDialogBuilder) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a dialog.
- showDialog(MDIDialog, AbstractAction, MDIDialogType) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a dialog.
- showDialog(MDIDialog) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a dialog with the default dialog opening type.
- showDialog(MDIDialog, AbstractAction) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a dialog with the default dialog opening type.
- showDialog(MDIDialog, MDIDialogType) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a dialog.
- showDialog(MDIDialog, AbstractAction, MDIDialogType) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a dialog.
- showDialog(MDIDialogBuilder, MDIDialogType) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a dialog.
- showDialog(MDIDialogBuilder) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a dialog with the default dialog opening type.
- showDialog(MDIDialog) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a dialog, with the default dialog opening type.
- showDialog(MDIDialog, AbstractAction) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a dialog, with the default dialog opening type.
- showDialog(MDIDialog, MDIDialogType) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a dialog.
- showDialog(MDIDialog, AbstractAction, MDIDialogType) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a dialog.
- showDialog(MDIDialogBuilder, MDIDialogType) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a dialog.
- showDialog(MDIDialogBuilder) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a dialog.
- showDialog(Component) - Method in interface org.mdi.bootstrap.swing.MDIDialog
-
Show a dialog.
- showDialog(MDIDialog) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a dialog with the default dialog opening type.
- showDialog(MDIDialog, AbstractAction) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a dialog with the default dialog opening type.
- showDialog(MDIDialog, MDIDialogType) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a dialog.
- showDialog(MDIDialog, AbstractAction, MDIDialogType) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a dialog.
- showDialog(MDIDialogBuilder, MDIDialogType) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a dialog.
- showDialog(MDIDialogBuilder) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a dialog with the default dialog opening type.
- showDialogImpl(MDIDialog, boolean) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Called when a dialog is called.
- showException(String, Throwable) - Method in class org.mdi.bootstrap.DefaultErrorLogger
-
Show this exception, with a specific error message.
- showException(String) - Method in class org.mdi.bootstrap.DefaultErrorLogger
-
Show an error message.
- showException(Throwable) - Method in interface org.mdi.bootstrap.ErrorLogger
-
Show an exception.
- showException(String, Throwable) - Method in interface org.mdi.bootstrap.ErrorLogger
-
Show an exception, with a specific error message.
- showException(String) - Method in interface org.mdi.bootstrap.ErrorLogger
-
Show an error message.
- showMessageDialog(String, int, boolean, boolean, String...) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Show a message dialog, with an OK button.
- showMessageDialog(String, int, boolean, boolean, String...) - Method in class org.mdi.app.swing.DefaultMDIDialogHelper
-
Show a message dialog, with an OK button.
- showMessageDialog(String, int, boolean, boolean, String...) - Static method in class org.mdi.app.swing.MDIMessageDialogHelper
-
Show a message dialog, with an OK button.
- showMessageDialog(String, int, String...) - Static method in class org.mdi.app.swing.MDIMessageDialogHelper
-
Show a modal and not resizable message dialog, with an OK button.
- showMessageDialog(String, String...) - Static method in class org.mdi.app.swing.MDIMessageDialogHelper
-
Show a modal and not resizable message dialog, with an OK button.
- showMessageDialog(String, int, boolean, boolean, String...) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a message dialog, with an OK button.
- showMessageDialog(String, int, String...) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a modal and not resizable message dialog, with an OK button.
- showMessageDialog(String, String...) - Method in interface org.mdi.bootstrap.swing.GUIApplication
-
Show a modal and not resizable message dialog, with an OK button.
- showMessageDialog(String, int, boolean, boolean, String...) - Method in interface org.mdi.bootstrap.swing.MDIDialogHelper
-
Show a message dialog, with an OK button.
- showPopupMenu(int, int) - Method in class org.mdi.gui.swing.DefaultMessageArea
-
Create the message Popup menu.
- showSettings() - Method in interface org.mdi.bootstrap.swing.MDISettings
-
Show the Settings.
- showSettings() - Method in class org.mdi.gui.swing.AbstractSettingsAction
-
Show the Settings.
- showSettings() - Method in class org.mdi.gui.swing.DefaultSettingsAction
-
Show the Settings.
- Single(JComponent) - Constructor for class org.mdi.bootstrap.swing.MDISettingsNode.Single
-
Constructor.
- Single(JComponent, String) - Constructor for class org.mdi.bootstrap.swing.MDISettingsNode.Single
-
Constructor.
- Single(JComponent, String, String) - Constructor for class org.mdi.bootstrap.swing.MDISettingsNode.Single
-
Constructor.
- Single(JComponent, Icon) - Constructor for class org.mdi.bootstrap.swing.MDISettingsNode.Single
-
Constructor.
- Single(JComponent, String, Icon) - Constructor for class org.mdi.bootstrap.swing.MDISettingsNode.Single
-
Constructor.
- Single(JComponent, String, String, Icon) - Constructor for class org.mdi.bootstrap.swing.MDISettingsNode.Single
-
Constructor.
- SINGLE_PLUGIN - Static variable in interface org.mdi.plugins.MDIPluginsCustomActionType
-
Specifies that only one Plugin can be fired to execute custom actions.
- SplashScreen - Class in org.mdi.gui.swing
-
Splash screen
- SplashScreen(ImageIcon, ApplicationDesc, boolean) - Constructor for class org.mdi.gui.swing.SplashScreen
-
Creates a new splash screen which displays a picture,
a copyright and a progress bar used to indicate the
loading progress of the application.
- SplashScreen(ImageIcon, String, String, boolean) - Constructor for class org.mdi.gui.swing.SplashScreen
-
Creates a new splash screen which displays a picture,
a copyright and a progress bar used to indicate the
loading progress of the application.
- split - Variable in class org.mdi.gui.swing.DefaultSettingsAction
-
The Settings SplitPane.
- stacktrace - Variable in class org.mdi.gui.swing.JErrorPane
-
The stack trace.
- start() - Method in class org.mdi.util.jfx.JFXWorker
-
Start the worker thread.
- start() - Method in class org.mdi.util.swing.SwingWorker
-
Start the worker thread.
- startProgress(String) - Method in class org.mdi.gui.swing.StatusBar
-
Start the progress bar with a message.
- startTime(MDIAction) - Method in class org.mdi.app.AbstractApplication
-
Start to count the time for the last operation, and show the statusBar progress.
- startTime(MDIAction) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Start to count the time for the last operation, and show the statusBar progress.
- startTime(MDIAction) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Start to count the time for the last operation, and show the statusBar progress.
- startTime(MDIAction) - Method in interface org.mdi.bootstrap.MDIApplication
-
Start to count the time for the last operation, and show the statusBar progress.
- staticMenuKeyMap - Variable in class org.mdi.app.swing.AbstractMDIMenuFactory
-
The key map for static menus.
- statusBar - Variable in class org.mdi.app.swing.AbstractMDIApplication
-
The MDIApplication associated Status bar.
- StatusBar - Class in org.mdi.gui.swing
-
This class represents a viewer status bar.
- StatusBar() - Constructor for class org.mdi.gui.swing.StatusBar
-
Creates a new status bar
- stopTime(MDIAction) - Method in class org.mdi.app.AbstractApplication
-
Return the time after the last operation and stop the progress bar if there is any.
- stopTime(MDIAction) - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Return the time after the last operation and stop the progress bar if there is any.
- stopTime(MDIAction) - Method in class org.mdi.app.swing.AbstractMDIApplication
-
Return the time after the last operation and stop the progress bar if there is any.
- stopTime(MDIAction) - Method in interface org.mdi.bootstrap.MDIApplication
-
Stop the time counting.
- STRING - Static variable in interface org.mdi.bootstrap.launcher.ArgumentType
-
Tag a String argument.
- StylableSizableArea - Class in org.mdi.gui.swing
-
A stylable text area whose preferred scrollable size can be forced to any value.
- StylableSizableArea(int) - Constructor for class org.mdi.gui.swing.StylableSizableArea
-
Create a new SizableArea.
- StylableSizableArea(int, Font) - Constructor for class org.mdi.gui.swing.StylableSizableArea
-
Create a new SizableArea.
- StylableSizableArea(int, int) - Constructor for class org.mdi.gui.swing.StylableSizableArea
-
Create a new SizableArea.
- StylableSizableArea(int, int, Font) - Constructor for class org.mdi.gui.swing.StylableSizableArea
-
Create a new SizableArea.
- subpanel - Variable in class org.mdi.gui.swing.JErrorPane
-
The sub panel that contains the stack trace text area.
- supportCustomAction(String) - Method in interface org.mdi.plugins.Plugin
-
Return true if the plugin support a named custom action.
- SwingFileProperties - Class in org.mdi.bootstrap.swing
-
The swing file properties class.
- SwingFileProperties(String, JComponent) - Constructor for class org.mdi.bootstrap.swing.SwingFileProperties
-
Create a new FileProperties without any defined properties.
- SwingFileProperties(String, JComponent, Object) - Constructor for class org.mdi.bootstrap.swing.SwingFileProperties
-
Create a new FileProperties without any defined properties, and associate it with an Object.
- SwingFileProperties(String, JComponent, Object, MetaData) - Constructor for class org.mdi.bootstrap.swing.SwingFileProperties
-
Create a new FileProperties with some defined properties, and associate it with an Object.
- SwingMDIPlugin - Interface in org.mdi.plugins.swing
-
A Swing MDI Plugin.
- SwingMessageArea - Interface in org.mdi.gui.swing
-
Presents a scrollable text area for user messages.
- SwingPluginsEDTSupport - Class in org.mdi.plugins.swing
-
The Swing Plugins EDT support.
- SwingPluginsEDTSupport(PluginsManager) - Constructor for class org.mdi.plugins.swing.SwingPluginsEDTSupport
-
- SwingThreadHelper - Class in org.mdi.app.swing
-
A helper class to invoke actions in the Swing event Thread.
- SwingThreadQueue - Class in org.mdi.util.swing
-
This class maintains a list of all the actions currently called by the user, and
executes them one by one in an independant thread.
- SwingThreadQueue(MDIApplication) - Constructor for class org.mdi.util.swing.SwingThreadQueue
-
- SwingWorker - Class in org.mdi.util.swing
-
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
- SwingWorker() - Constructor for class org.mdi.util.swing.SwingWorker
-
Start a thread that will call the
construct
method
and then exit.
- SwingWorker(ClassLoader) - Constructor for class org.mdi.util.swing.SwingWorker
-
Start a thread using a specific Class loader.