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

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

 

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

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

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

Methods in org.netbeans.modules.vcscore.util that return VariableInputDescriptor
 VariableInputDescriptor VariableInputDialog.getInputDescriptor()
          Get the input decriptor from which this dialog was created.
 VariableInputDescriptor VariableInputDialog.getGlobalInputDescriptor()
          Get the global input decriptor from which this dialog was created.
static VariableInputDescriptor VariableInputDescriptor.create(String label, VariableInputComponent[] components)
          Create a new VariableInputDescriptor.
static VariableInputDescriptor VariableInputDescriptor.parseItems(String inputItems, String[] resourceBundles)
          Parse the string representation of components into the descriptor object.
 

Methods in org.netbeans.modules.vcscore.util with parameters of type VariableInputDescriptor
 void VariableInputDialog.setGlobalInput(VariableInputDescriptor inputDescriptor)
           
 

Constructors in org.netbeans.modules.vcscore.util with parameters of type VariableInputDescriptor
VariableInputDialog(VcsDescribedCommand dcmd, VariableInputDescriptor inputDescriptor, boolean expert, Hashtable vars)
          Creates new form VariableInputDialog.
VariableInputDialog(VcsDescribedCommand dcmd, VariableInputDescriptor inputDescriptor, boolean expert, Hashtable vars, boolean rapidVariablesAssignment, boolean dynamicVarChanges)
          Creates new form VariableInputDialog.
 


 

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