Package net.simplace.core.customize
Class XMLLayoutProvider
java.lang.Object
net.simplace.core.customize.FWCustomizableLayoutProvider
net.simplace.core.customize.XMLLayoutProvider
- Author:
- Andreas Enders
-
Field Summary
Fields inherited from class net.simplace.core.customize.FWCustomizableLayoutProvider
iChartStyleMap, iContentObject, iFeatureStyleMap, iFormMap, iFunctionMap, iGridStyleMap, iLayoutPropertiesMap, iLocalePrefix, iMenuMap, iProblemReportMap, iSettingsMap, iStateBarMap, iSystemMap, iToolMap, iUserListHasMap, shouldAddAtlasPanel, shouldAddKeyworkPanel, shouldAddScenarioPanel, shouldAddSimComponentPanel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChildObject(String aName) protected voidprotected voidFills theFWCustomizableLayoutProvider.iFeatureStyleMapwith the predefined displayStylesfororg.geotools.feature.Featureororg.geotools.feature.FeatureCollectionobjects defined in XML file under<features><sld>..</sld><metadata>...</metadata></features>.protected voidprotected voidprotected voidFills theFWCustomizableLayoutProvider.iGridStyleMapwith the predefined displayStylesfororg.geotools.coverage.grid.GridCoverage2Dobjects defined in XML file under<grids>..</grids>.protected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidMethods inherited from class net.simplace.core.customize.FWCustomizableLayoutProvider
getChartStyle, getCurrentUserID, getCurrentUserRightsObject, getDefaultSystemSettings, getForm, getFunctionModel, getLayoutPropertiesMap, getLayoutProperty, getLocalePrefix, getMenuMap, getOriginalSystemModel, getProblemReportModel, getSettingModel, getStateBarFunctions, getSystemModel, getSystemModels, getToolMap, getUsersMap, initializeStructure, isAccessable, isDeveloppmentMode, isShouldAddAtlasPanel, isShouldAddKeyworkPanel, isShouldAddScenarioPanel, isShouldAddSimComponentPanel, isSystemAccessable, reInitializeStructure, reInitializeSystems, setShouldAddAtlasPanel, setShouldAddKeyworkPanel, setShouldAddScenarioPanel, setShouldAddSimComponentPanel
-
Constructor Details
-
XMLLayoutProvider
- Parameters:
aObjectFillingStructure- takes org.jdom2.Element, org.jdom2.Document or XML-String
-
-
Method Details
-
initSystemMap
protected void initSystemMap()- Specified by:
initSystemMapin classFWCustomizableLayoutProvider
-
initProblemReportMap
protected void initProblemReportMap()- Specified by:
initProblemReportMapin classFWCustomizableLayoutProvider
-
initSettingsMap
protected void initSettingsMap()- Specified by:
initSettingsMapin classFWCustomizableLayoutProvider
-
initFunctionMap
protected void initFunctionMap()- Specified by:
initFunctionMapin classFWCustomizableLayoutProvider
-
initLayoutPropertiesMap
protected void initLayoutPropertiesMap()- Specified by:
initLayoutPropertiesMapin classFWCustomizableLayoutProvider
-
initMenuMap
protected void initMenuMap()- Specified by:
initMenuMapin classFWCustomizableLayoutProvider
-
initToolMap
protected void initToolMap()- Specified by:
initToolMapin classFWCustomizableLayoutProvider
-
initUserMap
protected void initUserMap()- Specified by:
initUserMapin classFWCustomizableLayoutProvider
-
initStateBarFunctions
protected void initStateBarFunctions()- Specified by:
initStateBarFunctionsin classFWCustomizableLayoutProvider
-
initFormMap
protected void initFormMap()- Specified by:
initFormMapin classFWCustomizableLayoutProvider
-
initChartStyleMap
protected void initChartStyleMap()- Specified by:
initChartStyleMapin classFWCustomizableLayoutProvider
-
initFeatureStyleMap
protected void initFeatureStyleMap()Fills theFWCustomizableLayoutProvider.iFeatureStyleMapwith the predefined displayStylesfororg.geotools.feature.Featureororg.geotools.feature.FeatureCollectionobjects defined in XML file under<features><sld>..</sld><metadata>...</metadata></features>.- Specified by:
initFeatureStyleMapin classFWCustomizableLayoutProvider
-
initGridStyleMap
protected void initGridStyleMap()Fills theFWCustomizableLayoutProvider.iGridStyleMapwith the predefined displayStylesfororg.geotools.coverage.grid.GridCoverage2Dobjects defined in XML file under<grids>..</grids>.- Specified by:
initGridStyleMapin classFWCustomizableLayoutProvider
-
getChildObject
- Specified by:
getChildObjectin classFWCustomizableLayoutProvider- Returns:
- the child object
-