|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModalPanelFactory
Build standards panels for modal.
Copyright (C) 2009, 2010 Carlos Eduardo Leite de Andrade
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see www.gnu.org/licenses/
For more information, contact: www.japura.org
| Method Summary | |
|---|---|
javax.swing.JComponent |
buildConfirmationPanel(Controller<?> controller,
java.lang.String title,
java.lang.String confirmation,
ModalAction confirmAction,
ModalAction cancelAction)
Build a confirmation message modal. |
javax.swing.JComponent |
buildErrorPanel(Controller<?> controller,
java.lang.String title,
java.lang.String error)
Build a error message modal. |
javax.swing.JComponent |
buildInformationPanel(Controller<?> controller,
java.lang.String title,
java.lang.String info)
Build a information message modal. |
javax.swing.JComponent |
buildQuestionPanel(Controller<?> controller,
java.lang.String title,
java.lang.String question,
ModalAction yesAction,
ModalAction noAction)
Build a question message modal. |
javax.swing.JComponent |
buildWarningPanel(Controller<?> controller,
java.lang.String title,
java.lang.String warning)
Build a warning message modal. |
| Method Detail |
|---|
javax.swing.JComponent buildErrorPanel(Controller<?> controller,
java.lang.String title,
java.lang.String error)
controller - the controllertitle - title for the modalerror - the error
javax.swing.JComponent buildWarningPanel(Controller<?> controller,
java.lang.String title,
java.lang.String warning)
controller - the controllertitle - title for the modalwarning - the warning
javax.swing.JComponent buildInformationPanel(Controller<?> controller,
java.lang.String title,
java.lang.String info)
controller - the controllertitle - title for the modalinfo - the information
javax.swing.JComponent buildQuestionPanel(Controller<?> controller,
java.lang.String title,
java.lang.String question,
ModalAction yesAction,
ModalAction noAction)
controller - the controllertitle - title for the modalquestion - the questionyesAction - action for the confirmation buttonnoAction - action for the cancel button
javax.swing.JComponent buildConfirmationPanel(Controller<?> controller,
java.lang.String title,
java.lang.String confirmation,
ModalAction confirmAction,
ModalAction cancelAction)
controller - the controllertitle - title for the modalconfirmation - the confirmationconfirmAction - action for the confirmation buttoncancelAction - action for the cancel button
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||