edu.rice.cs.hpc.data.util.Dialogs Class Reference

Convenience class for running common dialogs. More...

List of all members.

Static Public Member Functions

static void Assert (boolean predicate)
static void Assert (boolean predicate, String msg)
static void notify (String message)
static void notify (String message, String what)
static void exception (String message, String what, Exception e)
static void fatalException (String message, String what, Exception e)
static void temporary (String method)
static void notImplemented (String method)
static void notImplementedWarning (String method)
static void subclassResponsibility (String method)
static void notCalled (String method)
static void fail (String why)
static void fail2 (String why, String what)

Static Private Member Functions

static void exceptionMessage (String message, String what, Exception e, boolean fatal)
static void message (String[] lines, boolean error, boolean bad)

Static Private Attributes

static boolean warnTempMethods = false
 The frame to be used as parent for dialogs.

Detailed Description

Convenience class for running common dialogs.

Definition at line 32 of file Dialogs.java.


Member Function Documentation

static void edu.rice.cs.hpc.data.util.Dialogs.Assert ( boolean  predicate,
String  msg 
) [static]

Definition at line 69 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.Assert ( boolean  predicate  )  [static]

Definition at line 64 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.exception ( String  message,
String  what,
Exception  e 
) [static]

Definition at line 146 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.exceptionMessage ( String  message,
String  what,
Exception  e,
boolean  fatal 
) [static, private]

Definition at line 301 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.fail ( String  why  )  [static]

Definition at line 265 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.fail2 ( String  why,
String  what 
) [static]

Definition at line 282 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.fatalException ( String  message,
String  what,
Exception  e 
) [static]

Definition at line 163 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.message ( String[]  lines,
boolean  error,
boolean  bad 
) [static, private]

Definition at line 318 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.notCalled ( String  method  )  [static]

Definition at line 249 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.notify ( String  message,
String  what 
) [static]

Definition at line 128 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.notify ( String  message  )  [static]

Definition at line 111 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.notImplemented ( String  method  )  [static]

Definition at line 201 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.notImplementedWarning ( String  method  )  [static]

Definition at line 217 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.subclassResponsibility ( String  method  )  [static]

Definition at line 233 of file Dialogs.java.

static void edu.rice.cs.hpc.data.util.Dialogs.temporary ( String  method  )  [static]

Definition at line 182 of file Dialogs.java.


Member Data Documentation

boolean edu.rice.cs.hpc.data.util.Dialogs.warnTempMethods = false [static, private]

The frame to be used as parent for dialogs.

Whether to display "temporary method" warning dialogs.

Definition at line 40 of file Dialogs.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1