public class DefaultFactory extends AbstractFactory
| Modifier and Type | Field and Description |
|---|---|
protected static AbstractBookmarksManager |
m_Manager
the singleton instance of the manager.
|
| Constructor and Description |
|---|
DefaultFactory() |
| Modifier and Type | Method and Description |
|---|---|
AbstractBookmarksManager |
getBookmarksManager()
Returns the singleton of the bookmarks manager to use.
|
AbstractIconLoader |
newIconLoader()
Returns a new instance of the icon loader to be used.
|
AbstractPropertiesHandler |
newPropertiesHandler()
Returns a new instance of the properties handler to be used.
|
protected static AbstractBookmarksManager m_Manager
public AbstractBookmarksManager getBookmarksManager()
getBookmarksManager in class AbstractFactorypublic AbstractPropertiesHandler newPropertiesHandler()
newPropertiesHandler in class AbstractFactorypublic AbstractIconLoader newIconLoader()
newIconLoader in class AbstractFactoryCopyright © 2022. All rights reserved.