public class RasterSwingLibrary extends AbstractLibrary
AbstractLibrary.DefaultRequired
Library.Required, Library.TYPE
Constructor and Description |
---|
RasterSwingLibrary() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(java.lang.String msg,
java.lang.Object parent,
java.lang.Exception exception) |
protected void |
doInitialize()
Performs all the initializations of the library, only related to himself:
register implementation classes through the Locator, start services, etc.
|
protected void |
doPostInitialize()
Performs all the initializations or validations related to the library
dependencies, as getting references to objects through other libraries
Locators.
|
static void |
messageBoxError(java.lang.String msg,
java.lang.Object parentWindow) |
static void |
messageBoxError(java.lang.String msg,
java.lang.Object parentWindow,
java.lang.Exception exception) |
static void |
messageBoxError(java.lang.String msg,
java.lang.Object parentWindow,
java.util.List<java.lang.Exception> exception) |
static void |
messageBoxInfo(java.lang.String msg,
java.lang.Object parentWindow) |
static void |
messageBoxInfo(java.lang.String msg,
java.lang.Object parentWindow,
java.lang.Exception exception) |
static boolean |
messageBoxYesOrNot(java.lang.String msg,
java.lang.Object parentWindow) |
static boolean |
messageBoxYesOrNot(java.lang.String msg,
java.lang.Object parentWindow,
java.lang.Exception exception) |
doRegistration, equals, getLibrary, getPriority, getRequireds, getType, hashCode, initialize, isRequired, isRequired, postInitialize, registerAs, registerAsAPI, registerAsImplementationOf, registerAsImplementationOf, registerAsServiceOf, require, require, require, toString
protected void doInitialize() throws LibraryException
AbstractLibrary
doInitialize
in class AbstractLibrary
LibraryException
- if there is an error while performing the initialization of
the libraryprotected void doPostInitialize() throws LibraryException
AbstractLibrary
doPostInitialize
in class AbstractLibrary
LibraryException
- if there is an error while loading an implementation of the
librarypublic static boolean messageBoxYesOrNot(java.lang.String msg, java.lang.Object parentWindow)
public static void messageBoxError(java.lang.String msg, java.lang.Object parentWindow)
public static void messageBoxInfo(java.lang.String msg, java.lang.Object parentWindow)
public static void debug(java.lang.String msg, java.lang.Object parent, java.lang.Exception exception)
public static void messageBoxError(java.lang.String msg, java.lang.Object parentWindow, java.lang.Exception exception)
public static void messageBoxError(java.lang.String msg, java.lang.Object parentWindow, java.util.List<java.lang.Exception> exception)
public static void messageBoxInfo(java.lang.String msg, java.lang.Object parentWindow, java.lang.Exception exception)
public static boolean messageBoxYesOrNot(java.lang.String msg, java.lang.Object parentWindow, java.lang.Exception exception)