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

NotifyDescriptorInputPassword (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.util
Class NotifyDescriptorInputPassword

java.lang.Object
  extended byorg.openide.NotifyDescriptor
      extended byorg.openide.DialogDescriptor
          extended byorg.netbeans.modules.vcscore.util.NotifyDescriptorInputPassword
All Implemented Interfaces:
HelpCtx.Provider

public class NotifyDescriptorInputPassword
extends DialogDescriptor


Nested Class Summary
 
Nested classes inherited from class org.openide.NotifyDescriptor
NotifyDescriptor.Confirmation, NotifyDescriptor.Exception, NotifyDescriptor.InputLine, NotifyDescriptor.Message
 
Field Summary
 
Fields inherited from class org.openide.DialogDescriptor
BOTTOM_ALIGN, DEFAULT_ALIGN, PROP_BUTTON_LISTENER, PROP_CLOSING_OPTIONS, PROP_HELP_CTX, PROP_LEAF, PROP_MODAL, PROP_OPTIONS_ALIGN, RIGHT_ALIGN
 
Fields inherited from class org.openide.NotifyDescriptor
CANCEL_OPTION, CLOSED_OPTION, DEFAULT_OPTION, ERROR_MESSAGE, INFORMATION_MESSAGE, NO_OPTION, OK_CANCEL_OPTION, OK_OPTION, PLAIN_MESSAGE, PROP_DETAIL, PROP_MESSAGE, PROP_MESSAGE_TYPE, PROP_OPTION_TYPE, PROP_OPTIONS, PROP_TITLE, PROP_VALID, PROP_VALUE, QUESTION_MESSAGE, WARNING_MESSAGE, YES_NO_CANCEL_OPTION, YES_NO_OPTION, YES_OPTION
 
Constructor Summary
NotifyDescriptorInputPassword(String text, String title)
          Creates new NotifyDescriptorInputPassword
NotifyDescriptorInputPassword(String text, String title, char mnemonic)
          Creates new NotifyDescriptorInputPassword
NotifyDescriptorInputPassword(String text, String title, char mnemonic, String description)
          Creates new NotifyDescriptorInputPassword
NotifyDescriptorInputPassword(String text, String title, String description)
          Creates new NotifyDescriptorInputPassword
 
Method Summary
 String getInputText()
          Get the text which the user typed into the input line.
 void setInputText(String text)
          Set the text on the input line.
 
Methods inherited from class org.openide.DialogDescriptor
getButtonListener, getClosingOptions, getHelpCtx, getOptionsAlign, isLeaf, isModal, setButtonListener, setClosingOptions, setHelpCtx, setLeaf, setModal, setOptionsAlign
 
Methods inherited from class org.openide.NotifyDescriptor
addPropertyChangeListener, firePropertyChange, getAdditionalOptions, getDefaultValue, getMessage, getMessageType, getOptions, getOptionType, getTitle, getTitleForType, getValue, initialize, isValid, removePropertyChangeListener, setAdditionalOptions, setMessage, setMessageType, setOptions, setOptionType, setTitle, setValid, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyDescriptorInputPassword

public NotifyDescriptorInputPassword(String text,
                                     String title)
Creates new NotifyDescriptorInputPassword


NotifyDescriptorInputPassword

public NotifyDescriptorInputPassword(String text,
                                     String title,
                                     String description)
Creates new NotifyDescriptorInputPassword


NotifyDescriptorInputPassword

public NotifyDescriptorInputPassword(String text,
                                     String title,
                                     char mnemonic)
Creates new NotifyDescriptorInputPassword


NotifyDescriptorInputPassword

public NotifyDescriptorInputPassword(String text,
                                     String title,
                                     char mnemonic,
                                     String description)
Creates new NotifyDescriptorInputPassword

Method Detail

getInputText

public String getInputText()
Get the text which the user typed into the input line.

Returns:
the text entered by the user

setInputText

public void setInputText(String text)
Set the text on the input line.

Parameters:
text - the new text

 

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