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

VariableInputNest (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.util
Class VariableInputNest

java.lang.Object
  extended byorg.netbeans.modules.vcscore.util.VariableInputNest

public final class VariableInputNest
extends Object

Provides services for embedded JCOMPONENT in VariableInputDialog.


Method Summary
 void fireValueChanged(String variable, Object newValue)
          Notifies VID validaton framework about value change possibly triggering validity change.
 CommandExecutionContext getCommandExecutionContext()
          If customizing command returns it's CommandExecutionContext
 Hashtable getCommandHashtable()
          If customizing command returns it's variables
 String getValue(String variable)
          Access value of given variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public String getValue(String variable)
Access value of given variable.


fireValueChanged

public void fireValueChanged(String variable,
                             Object newValue)
Notifies VID validaton framework about value change possibly triggering validity change.


getCommandExecutionContext

public CommandExecutionContext getCommandExecutionContext()
If customizing command returns it's CommandExecutionContext


getCommandHashtable

public Hashtable getCommandHashtable()
If customizing command returns it's variables


 

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