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 class
XMLSchemaValidatorProp
XML Schema validator property class used to validate XML sources.Fields in com.iizix.prop declared as StringMapProp Modifier and Type Field Description protected StringMapProp
EnvProps. clientEnv
The client environment properties.protected StringMapProp
EnvProps. serverEnv
The server environment properties.Methods in com.iizix.prop that return StringMapProp Modifier and Type Method Description StringMapProp
StringMapProp. clone()
Creates a clone out of this property.StringMapProp
ClientProps. getClientEnv()
Gets the client environment properties.StringMapProp
EnvProps. getClientEnv()
Gets the client environment properties.StringMapProp
PropMgr. getClientEnv()
Gets the Client Environment.StringMapProp
ClientProps. getServerEnv()
Gets the server environment properties.StringMapProp
EnvProps. 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 StringMapProp
ServerProps. getClientEnv()
Gets the client environment properties.StringMapProp
ServerProps. getServerEnv()
Gets the server environment properties.