com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.util
Class UIEnvironmentRW

java.lang.Object
  extended by com.im.ijc.core.api.util.UIEnvironmentRO
      extended by com.im.ijc.core.api.util.UIEnvironmentRW
All Implemented Interfaces:
DFEnvironmentRO, DFEnvironmentRW, DFFeedback, DFFeedbackWithModalProgressDialog

public class UIEnvironmentRW
extends UIEnvironmentRO
implements DFEnvironmentRW


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.im.commons.progress.DFFeedback
DFFeedback.Type
 
Field Summary
static long serialVersionUID
           
 
Fields inherited from interface com.im.commons.progress.DFEnvironmentRO
DEV_NULL
 
Fields inherited from interface com.im.commons.progress.DFFeedback
PROPERTY_CANCEL
 
Constructor Summary
UIEnvironmentRW(DFLock lock, String progressHandlerName, boolean cancellable)
           
 
Method Summary
 DFLock getLock()
           
 void setLock(DFLock lock)
           
 
Methods inherited from class com.im.ijc.core.api.util.UIEnvironmentRO
addMessage, addPropertyChangeListener, cancel, closeModalProgressDialog, finalize, finish, getFeedback, getId, isCancelable, isCancelled, openModalProgressDialog, progress, removePropertyChangeListener, setInitialDelay, switchToDeterminate, switchToIndeterminate, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.im.commons.progress.DFEnvironmentRO
getFeedback
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

UIEnvironmentRW

public UIEnvironmentRW(DFLock lock,
                       String progressHandlerName,
                       boolean cancellable)
Method Detail

setLock

public void setLock(DFLock lock)

getLock

public DFLock getLock()
Specified by:
getLock in interface DFEnvironmentRW

com.im.ijc.core/1 5.9.4