Uses of Class
com.iizix.prop.StringMapProp
Packages that use StringMapProp Package Description com.iizigo.navigator com.iizix.prop com.iizix.server.prop Uses of StringMapProp in com.iizigo.navigator
Constructors in com.iizigo.navigator with parameters of type StringMapProp Constructor Description StringMapPropLabelProvider(StringMapProp prop)The StringMapProp being used for the table.Uses of StringMapProp in com.iizix.prop
Subclasses of StringMapProp in com.iizix.prop Modifier and Type Class Description classXMLSchemaValidatorPropXML Schema validator property class used to validate XML sources.Fields in com.iizix.prop declared as StringMapProp Modifier and Type Field Description protected StringMapPropEnvProps. clientEnvThe client environment properties.protected StringMapPropEnvProps. serverEnvThe server environment properties.Methods in com.iizix.prop that return StringMapProp Modifier and Type Method Description StringMapPropStringMapProp. clone()Creates a clone out of this property.StringMapPropClientProps. getClientEnv()Gets the client environment properties.StringMapPropEnvProps. getClientEnv()Gets the client environment properties.StringMapPropPropMgr. getClientEnv()Gets the Client Environment.StringMapPropClientProps. getServerEnv()Gets the server environment properties.StringMapPropEnvProps. getServerEnv()Gets the server environment properties.Uses of StringMapProp in com.iizix.server.prop
Methods in com.iizix.server.prop that return StringMapProp Modifier and Type Method Description StringMapPropServerProps. getClientEnv()Gets the client environment properties.StringMapPropServerProps. getServerEnv()Gets the server environment properties.