Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.unidata.ui.colortable |
UI classes for color tables.
|
ucar.unidata.util |
General utilities.
|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Field and Description |
---|---|
protected static LogUtil.LogCategory |
DataInstance.log_
logging category
|
Modifier and Type | Field and Description |
---|---|
static LogUtil.LogCategory |
DisplayControlBase.log_
Use this member to log messages (through calls to LogUtil)
|
protected static LogUtil.LogCategory |
GridDisplayControl.log_
logging category
|
Modifier and Type | Field and Description |
---|---|
static LogUtil.LogCategory |
ColorTableEditor.log_
For logging errors
|
Modifier and Type | Field and Description |
---|---|
static LogUtil.LogCategory |
ResourceManager.log_
_more_
|
Modifier and Type | Method and Description |
---|---|
static LogUtil.LogCategory |
LogUtil.getLogInstance(java.lang.String name)
Helper that creates a log category.
|
Modifier and Type | Method and Description |
---|---|
static void |
LogUtil.printException(LogUtil.LogCategory log_,
java.lang.String xmsg,
java.lang.Throwable exc)
Show the given error message/exception in the gui (if not in test mode),
print it to the console and log it to the given Category
|
static void |
LogUtil.printException(LogUtil.LogCategory log_,
java.lang.String xmsg,
java.lang.Throwable exc,
byte[] fileBytes)
Print the exception
|
static void |
LogUtil.printException(LogUtil.LogCategory log_,
java.lang.String xmsg,
java.lang.Throwable originalException,
java.io.File file)
Print the exception
|
static void |
LogUtil.printExceptionNoGui(LogUtil.LogCategory log_,
java.lang.String xmsg,
java.lang.Throwable exc)
Log the given error message/exception to the given LogCategory
|
static void |
LogUtil.userErrorMessage(LogUtil.LogCategory log_,
java.lang.String msg)
Show the error dialog to the user
|
static void |
LogUtil.userMessage(LogUtil.LogCategory log_,
java.lang.String msg)
Show an informational message to the user.
|
static void |
LogUtil.userMessage(LogUtil.LogCategory log_,
java.lang.String msg,
boolean andLog)
Show an informational message to the user.
|
static void |
LogUtil.userMessage(LogUtil.LogCategory log_,
java.lang.String msg,
java.lang.String consoleMsg)
Show an informational message to the user.
|
Modifier and Type | Field and Description |
---|---|
static LogUtil.LogCategory |
DisplayMaster.log_
Use this member to log messages (through calls to LogUtil)
|