com.ontimize.dms.client.gui.dnd
Class ConflictDialog
java.lang.Object
EJDialog
com.ontimize.dms.client.gui.ComponentDialog
com.ontimize.dms.client.gui.dnd.ConflictDialog
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener
public class ConflictDialog
- extends ComponentDialog
| Fields inherited from class com.ontimize.dms.client.gui.ComponentDialog |
accept, body, cancel, footer, header, option, PROPERTY_OPTION, TAG_ACCEPT, TAG_ACCEPT_TIP, TAG_CANCEL, TAG_CANCEL_TIP |
| Methods inherited from class com.ontimize.dms.client.gui.ComponentDialog |
acceptButtonAction, actionPerformed, cancelButtonAction, createAcceptButton, createCancelButton, createFooter, createHeader, createTitle, getAcceptButtonIcon, getAcceptButtonText, getAcceptButtonTip, getCancelButtonIcon, getCancelButtonText, getCancelButtonTip, getHeaderBorder, getOption, getTextsToTranslate, propertyChange, setComponentLocale, setResourceBundle, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_TITLE
public static final java.lang.String TAG_TITLE
- See Also:
- Constant Field Values
TAG_HEADER
public static final java.lang.String TAG_HEADER
- See Also:
- Constant Field Values
TAG_BODY
public static final java.lang.String TAG_BODY
- See Also:
- Constant Field Values
TAG_UPDATE
public static final java.lang.String TAG_UPDATE
- See Also:
- Constant Field Values
TAG_OVERWRITE
public static final java.lang.String TAG_OVERWRITE
- See Also:
- Constant Field Values
TAG_ADD
public static final java.lang.String TAG_ADD
- See Also:
- Constant Field Values
OPTION_NONE
public static final java.lang.Integer OPTION_NONE
OPTION_UPDATE
public static final java.lang.Integer OPTION_UPDATE
OPTION_OVERWRITE
public static final java.lang.Integer OPTION_OVERWRITE
OPTION_ADD
public static final java.lang.Integer OPTION_ADD
OPTIONS_DEFAULT
public static final java.util.Map OPTIONS_DEFAULT
OPTIONS_GENERATION
public static final java.util.Map OPTIONS_GENERATION
model
protected java.util.Map model
selected
protected java.util.Map selected
group
protected javax.swing.ButtonGroup group
ConflictDialog
public ConflictDialog(java.awt.Dialog owner)
ConflictDialog
public ConflictDialog(java.awt.Frame owner)
init
public void init()
- Overrides:
init in class ComponentDialog
getDialogTitle
protected java.lang.String getDialogTitle()
- Overrides:
getDialogTitle in class ComponentDialog
getHeader
protected java.lang.String getHeader()
- Overrides:
getHeader in class ComponentDialog
getBodyBorder
protected java.lang.String getBodyBorder()
- Overrides:
getBodyBorder in class ComponentDialog
createBody
protected javax.swing.JComponent createBody()
- Overrides:
createBody in class ComponentDialog
getSelected
public int getSelected()
setModel
public void setModel(java.util.Map model)
setSelected
public void setSelected(java.util.Map selected)
Map with the selected option value (Integer) to return;
Optional.
- Parameters:
selected - Map with the value to return.