Uses of Interface
org.ascape.model.event.ScapeCustomizer

Packages that use ScapeCustomizer
org.ascape.runtime   
 

Uses of ScapeCustomizer in org.ascape.runtime
 

Methods in org.ascape.runtime that return ScapeCustomizer
 ScapeCustomizer AbstractUIEnvironment.getCustomizer()
          Gets the customizer for the ModelRoot object.
 

Methods in org.ascape.runtime with parameters of type ScapeCustomizer
 void AbstractUIEnvironment.setCustomizer(ScapeCustomizer customizer)
          Sets customizer for the ModelRoot object.