com.ontimize.dms.warehouse.local.copy
Class CopyDialog
java.lang.Object
EJDialog
com.ontimize.dms.client.gui.ComponentDialog
com.ontimize.dms.warehouse.local.copy.CopyDialog
- All Implemented Interfaces:
- CopyServiceStatusListener, java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener
public class CopyDialog
- extends ComponentDialog
- implements CopyServiceStatusListener
| 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, 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
protected static final java.lang.String TAG_TITLE
- See Also:
- Constant Field Values
TAG_HEADER
protected static final java.lang.String TAG_HEADER
- See Also:
- Constant Field Values
TAG_BODY
protected static final java.lang.String TAG_BODY
- See Also:
- Constant Field Values
TAG_HIDE
protected static final java.lang.String TAG_HIDE
- See Also:
- Constant Field Values
TIP_HIDE
protected static final java.lang.String TIP_HIDE
- See Also:
- Constant Field Values
bar
protected CopyBar bar
CopyDialog
public CopyDialog(java.awt.Frame owner)
CopyDialog
public CopyDialog(java.awt.Dialog owner)
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
init
public void init()
- Overrides:
init in class ComponentDialog
createBody
protected javax.swing.JComponent createBody()
- Overrides:
createBody in class ComponentDialog
createProgressBar
protected CopyBar createProgressBar()
createAcceptButton
protected ClassicButton createAcceptButton()
- Overrides:
createAcceptButton in class ComponentDialog
createCancelButton
protected ClassicButton createCancelButton()
- Overrides:
createCancelButton in class ComponentDialog
createFooter
protected javax.swing.JComponent createFooter()
- Description copied from class:
ComponentDialog
By default: Accept | Cancel buttons.
- Overrides:
createFooter in class ComponentDialog
setContext
public void setContext(CopyContext other)
processChange
public boolean processChange(CopyStatus status)
- Description copied from interface:
CopyServiceStatusListener
Allows to process the copy status change events.
- Specified by:
processChange in interface CopyServiceStatusListener
- Parameters:
status - Current change copy status event.
- Returns:
- True if
CopyServiceStatusListener.statusChanged(CopyStatus) can process the event.
statusChanged
public void statusChanged(CopyStatus status)
- Specified by:
statusChanged in interface CopyServiceStatusListener