Ontimize Document Management 0.032EN

com.ontimize.dms.warehouse.local.copy
Class CopyDialog

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


Field Summary
protected  CopyBar bar
           
protected static java.lang.String TAG_BODY
           
protected static java.lang.String TAG_HEADER
           
protected static java.lang.String TAG_HIDE
           
protected static java.lang.String TAG_TITLE
           
protected static java.lang.String TIP_HIDE
           
 
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
CopyDialog(java.awt.Dialog owner)
           
CopyDialog(java.awt.Frame owner)
           
 
Method Summary
protected  ClassicButton createAcceptButton()
           
protected  javax.swing.JComponent createBody()
           
protected  ClassicButton createCancelButton()
           
protected  javax.swing.JComponent createFooter()
          By default: Accept | Cancel buttons.
protected  CopyBar createProgressBar()
           
protected  java.lang.String getBodyBorder()
           
protected  java.lang.String getDialogTitle()
           
protected  java.lang.String getHeader()
           
 void init()
           
 boolean processChange(CopyStatus status)
          Allows to process the copy status change events.
 void setContext(CopyContext other)
           
 void statusChanged(CopyStatus status)
           
 
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
 

Field Detail

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

CopyDialog

public CopyDialog(java.awt.Frame owner)

CopyDialog

public CopyDialog(java.awt.Dialog owner)
Method Detail

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

Ontimize Document Management