net.simplace.util.customize.XMLLayoutProvider




public class XMLLayoutProvider extends FWCustomizableLayoutProvider {
// Public Constructors
public XMLLayoutProvider(Object aObjectFillingStructure);


// Public Instance Methods
public Object getChildObject(String aName);
// Defines FWCustomizableLayoutProvider



// Protected Instance Methods
protected void initSystemMap(); // Defines FWCustomizableLayoutProvider

protected void initProblemReportMap();
// Defines FWCustomizableLayoutProvider


protected void initSettingsMap(); // Defines FWCustomizableLayoutProvider

protected void initFunctionMap(); // Defines FWCustomizableLayoutProvider

protected void initLayoutPropertiesMap();
// Defines FWCustomizableLayoutProvider


protected void initMenuMap(); // Defines FWCustomizableLayoutProvider

protected void initToolMap(); // Defines FWCustomizableLayoutProvider

protected void initUserMap(); // Defines FWCustomizableLayoutProvider

protected void initStateBarFunctions();
// Defines FWCustomizableLayoutProvider


protected void initFormMap(); // Defines FWCustomizableLayoutProvider

protected void initChartStyleMap(); // Defines FWCustomizableLayoutProvider

protected void initFeatureStyleMap();
// Defines FWCustomizableLayoutProvider


Fills the net.simplace.util.customize.XMLLayoutProvider.iFeatureStyleMap with the predefined display org.geotools.styling.StyleStyles for org.geotools.feature.Feature or org.geotools.feature.FeatureCollection objects defined in XML file under ......
protected void initGridStyleMap(); // Defines FWCustomizableLayoutProvider

Fills the net.simplace.util.customize.XMLLayoutProvider.iGridStyleMap with the predefined display org.geotools.styling.StyleStyles for org.geotools.coverage.grid.GridCoverage2D objects defined in XML file under ...


}



Hierarchy: java.lang.Object - FWCustomizableLayoutProvider - XMLLayoutProvider