Class MetadataSwingLibrary
java.lang.Object
org.gvsig.tools.library.AbstractLibrary
org.gvsig.metadata.swing.basic.api.MetadataSwingLibrary
- All Implemented Interfaces:
org.gvsig.tools.library.Library
public class MetadataSwingLibrary
extends org.gvsig.tools.library.AbstractLibrary
Initialization of the basic Metadata API Library.
- Version:
- $Id$
- Author:
- gvSIG Team, cmartin
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gvsig.tools.library.AbstractLibrary
org.gvsig.tools.library.AbstractLibrary.DefaultRequiredNested classes/interfaces inherited from interface org.gvsig.tools.library.Library
org.gvsig.tools.library.Library.Required, org.gvsig.tools.library.Library.TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPerforms all the initializations of the library, only related to himself: register implementation classes through the Locator, start services, etc.protected voidPerforms all the initializations or validations related to the library dependencies, as getting references to objects through other libraries Locators.voidMethods inherited from class org.gvsig.tools.library.AbstractLibrary
equals, getLibrary, getPriority, getRequireds, getType, hashCode, initialize, isRequired, isRequired, postInitialize, registerAs, registerAsAPI, registerAsImplementationOf, registerAsImplementationOf, registerAsServiceOf, registerAsSPI, require, require, require, toString
-
Constructor Details
-
MetadataSwingLibrary
public MetadataSwingLibrary()
-
-
Method Details
-
doRegistration
public void doRegistration()- Specified by:
doRegistrationin interfaceorg.gvsig.tools.library.Library- Overrides:
doRegistrationin classorg.gvsig.tools.library.AbstractLibrary
-
doInitialize
protected void doInitialize() throws org.gvsig.tools.library.LibraryExceptionPerforms all the initializations of the library, only related to himself: register implementation classes through the Locator, start services, etc.- Specified by:
doInitializein classorg.gvsig.tools.library.AbstractLibrary- Throws:
org.gvsig.tools.library.LibraryException- if there is an error while performing the initialization of the library
-
doPostInitialize
protected void doPostInitialize() throws org.gvsig.tools.library.LibraryExceptionPerforms all the initializations or validations related to the library dependencies, as getting references to objects through other libraries Locators.- Specified by:
doPostInitializein classorg.gvsig.tools.library.AbstractLibrary- Throws:
org.gvsig.tools.library.LibraryException- if there is an error while loading an implementation of the library
-