|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.visat.actions.pgrab.model.ProductGrabberConfig
public class ProductGrabberConfig
This class handles the configuration of the ProductGrabber.
| Constructor Summary | |
|---|---|
ProductGrabberConfig(PropertyMap configuration)
Creates a new instance with the given PropertyMap. |
|
| Method Summary | |
|---|---|
String |
getLastSelectedRepositoryDir()
Retrieves thelast selected repository. |
Repository[] |
getRepositories()
Retrieves the stored repositories. |
Rectangle |
getWindowBounds()
Retrieves the window bounds of the ProductGrabber dialog. |
void |
setLastSelectedRepository(Repository repsository)
Sets the last selected repository. |
void |
setRepositories(Repository[] repositories)
Sets the repositories. |
void |
setWindowBounds(Rectangle windowBounds)
Sets the window bounds of the ProductGrabber dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductGrabberConfig(PropertyMap configuration)
PropertyMap.
The property map which is used to load and store the configuration.
configuration - the PropertyMap.| Method Detail |
|---|
public void setRepositories(Repository[] repositories)
repositories - the repositories.public Repository[] getRepositories()
public void setLastSelectedRepository(Repository repsository)
repsository - the last selected repsoitory.public String getLastSelectedRepositoryDir()
null.public void setWindowBounds(Rectangle windowBounds)
windowBounds - the window bounds.public Rectangle getWindowBounds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||