Uses of Interface
org.jvnet.hk2.config.ConfigView

Uses of ConfigView in org.jvnet.hk2.config
 

Classes in org.jvnet.hk2.config that implement ConfigView
 class ConfigBean
          ConfigBean is the core implementation of the config beans.
 class WriteableView
          A WriteableView is a view of a ConfigBean object that allow access to the setters of the ConfigBean.
 

Methods in org.jvnet.hk2.config that return ConfigView
static ConfigView ConfigSupport.getImpl(ConfigBeanProxy source)
          Return the main implementation bean for a proxy.
 ConfigView ConfigView.getMasterView()
           
 

Methods in org.jvnet.hk2.config with parameters of type ConfigView
 void ConfigBean.setMasterView(ConfigView view)
           
 void WriteableView.setMasterView(ConfigView view)
           
 void ConfigView.setMasterView(ConfigView view)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.