public abstract class LayerLoader extends Object
Constructor and Description |
---|
LayerLoader(Resource resource) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getErrorMessage()
It returns the error message
|
Resource |
getResource() |
protected abstract String |
getWindowMessage()
It returns the window title for an window error message
|
abstract void |
loadLayer() |
void |
setResource(Resource resource) |
public LayerLoader(Resource resource)
public abstract void loadLayer() throws LayerLoaderException
LayerLoaderException
protected abstract String getErrorMessage()
protected abstract String getWindowMessage()
public Resource getResource()
public void setResource(Resource resource)