MDIDialogHelper
interface can be accessed directly through the GUIApplication itself.
JComponent
.UNIQUE_ALL
: Unique dialog for all dialog classesUNIQUE_INSTANCE
: Unique dialog the dialog classUNLIMITED
: Unlimited dialogs for all dialog classesJComponent
sub-class used for the dialog (which must implement the {@link org.mdi.bootstrap.MDIDialog} interface)JComponent
used for the dialog has the MDIDialogID
component property, it will be impossible to open any instance of the JComponent
sub-class used for the dialog with the same MDIDialogID
component propertyUNLIMITED
option. However it is possible to change the default option by MDIDialogHelper.setDefaultDialogOpenType(MDIDialogType).Copyright 2006-2023 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences