Public Member Functions

cern.laser.guiplatform.windows.search.ProgressDialog Class Reference

Inheritance diagram for cern.laser.guiplatform.windows.search.ProgressDialog:
org.openide.windows.TopComponent cern.laser.client.services.selection.AlarmSearchListener

List of all members.

Public Member Functions

 ProgressDialog ()
void setInfoText (int lineNumber, String text)
void clearInfoText ()
boolean isSearchCancelled ()
void onSearchAlarm (cern.laser.client.data.Alarm alarm)
void onSearchException (LaserSearchException laserSearchException)
void searchFinished ()

Detailed Description

An openable window available to the IDE's window manager.

Author:
woloszyn

Constructor & Destructor Documentation

cern.laser.guiplatform.windows.search.ProgressDialog.ProgressDialog (  ) 

Member Function Documentation

void cern.laser.guiplatform.windows.search.ProgressDialog.clearInfoText (  ) 
boolean cern.laser.guiplatform.windows.search.ProgressDialog.isSearchCancelled (  ) 
void cern.laser.guiplatform.windows.search.ProgressDialog.onSearchAlarm ( cern.laser.client.data.Alarm  alarm  ) 
void cern.laser.guiplatform.windows.search.ProgressDialog.onSearchException ( LaserSearchException  e  ) 

Callback method. Called on communication problems

Parameters:
e the LaserSelectionException carrying the exception code

Implements cern.laser.client.services.selection.AlarmSearchListener.

References cern.laser.guiplatform.windows.search.ProgressDialog.clearInfoText(), org.openide.windows.TopComponent.close(), and cern.laser.guiplatform.windows.search.ProgressDialog.setInfoText().

void cern.laser.guiplatform.windows.search.ProgressDialog.setInfoText ( int  lineNumber,
String  text 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties