Uses of Class
com.pvx.ooadide.views.MonitorState

Packages that use MonitorState
com.pvx.ooadide.launchers.debug.communication   
com.pvx.ooadide.views   
 

Uses of MonitorState in com.pvx.ooadide.launchers.debug.communication
 

Methods in com.pvx.ooadide.launchers.debug.communication that return MonitorState
static MonitorState DebugServer.getProgressMonitor()
           
 

Methods in com.pvx.ooadide.launchers.debug.communication with parameters of type MonitorState
 java.net.Socket DebugServer.acceptEventConnection(MonitorState pd)
           
 java.net.Socket DebugServer.acceptRequestConnection(MonitorState pd)
           
static java.net.Socket DebugServer.doSocketAccept(MonitorState pd, java.net.ServerSocket targetSocket)
           
 

Uses of MonitorState in com.pvx.ooadide.views
 

Methods in com.pvx.ooadide.views that return MonitorState
static MonitorState UIManager.getProgressMonitor(java.lang.String taskName, int toComplete)
          Creates a progress monitor dialog.
 

Methods in com.pvx.ooadide.views with parameters of type MonitorState
static void UIManager.createDialProgressMonitor(java.lang.String taskName, int toComplete, MonitorState mState)
          This method should not be called directly by ProvideX programs.
 int PvxProgressMonitorDialog.open(int toComplete, MonitorState mState, java.lang.String taskName)
           
 

Constructors in com.pvx.ooadide.views with parameters of type MonitorState
PvxRunnableWithProgress(PvxProgressMonitorDialog dialog, MonitorState init_State, java.lang.String taskName, int toComplete)