Ontimize Document Management 0.032EN

com.ontimize.dms.client.gui.dnd
Class ConflictDialog

java.lang.Object
  extended by EJDialog
      extended by com.ontimize.dms.client.gui.ComponentDialog
          extended by 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


Field Summary
protected  javax.swing.ButtonGroup group
           
protected  java.util.Map model
           
static java.lang.Integer OPTION_ADD
           
static java.lang.Integer OPTION_NONE
           
static java.lang.Integer OPTION_OVERWRITE
           
static java.lang.Integer OPTION_UPDATE
           
static java.util.Map OPTIONS_DEFAULT
           
static java.util.Map OPTIONS_GENERATION
           
protected  java.util.Map selected
           
static java.lang.String TAG_ADD
           
static java.lang.String TAG_BODY
           
static java.lang.String TAG_HEADER
           
static java.lang.String TAG_OVERWRITE
           
static java.lang.String TAG_TITLE
           
static java.lang.String TAG_UPDATE
           
 
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
 
Constructor Summary
ConflictDialog(java.awt.Dialog owner)
           
ConflictDialog(java.awt.Frame owner)
           
 
Method Summary
protected  javax.swing.JComponent createBody()
           
protected  java.lang.String getBodyBorder()
           
protected  java.lang.String getDialogTitle()
           
protected  java.lang.String getHeader()
           
 int getSelected()
           
 void init()
           
 void setModel(java.util.Map model)
           
 void setSelected(java.util.Map selected)
          Map with the selected option value (Integer) to return; Optional.
 
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
 

Field Detail

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
Constructor Detail

ConflictDialog

public ConflictDialog(java.awt.Dialog owner)

ConflictDialog

public ConflictDialog(java.awt.Frame owner)
Method Detail

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.

Ontimize Document Management