站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Uses of Class org.netbeans.modules.vcscore.util.VariableInputComponent (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Class
org.netbeans.modules.vcscore.util.VariableInputComponent

Packages that use VariableInputComponent
org.netbeans.modules.vcscore.util This package provides declarative UI parsing and rendering engine. 
 

Uses of VariableInputComponent in org.netbeans.modules.vcscore.util
 

Methods in org.netbeans.modules.vcscore.util that return VariableInputComponent
 VariableInputComponent[] VariableInputDescriptor.components()
          Get the array of components.
 VariableInputComponent[] VariableInputComponent.subComponents()
           
 

Methods in org.netbeans.modules.vcscore.util with parameters of type VariableInputComponent
static VariableInputDescriptor VariableInputDescriptor.create(String label, VariableInputComponent[] components)
          Create a new VariableInputDescriptor.
 void VariableInputComponent.addSubComponent(VariableInputComponent component)
           
 

Constructors in org.netbeans.modules.vcscore.util with parameters of type VariableInputComponent
VariableInputValidator(VariableInputComponent component, String validator)
          Creates new VariableInputValidator object
 


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.