当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
RelativeMountDialog (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore.cmdline
Class RelativeMountDialog
java.lang.Object
org.openide.NotifyDescriptor
org.openide.DialogDescriptor
org.netbeans.modules.vcscore.cmdline.RelativeMountDialog
- All Implemented Interfaces:
- HelpCtx.Provider
- public class RelativeMountDialog
- extends DialogDescriptor
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 |
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 |
RelativeMountDialog
public RelativeMountDialog()
- Creates new RelativeMountDialog
RelativeMountDialog
public RelativeMountDialog(Object innerPane,
String title)
RelativeMountDialog
public RelativeMountDialog(Object innerPane,
String title,
HelpCtx help)
setDir
public void setDir(String rootDir,
String relMount)
setDir
public void setDir(String rootDir,
String[] relMounts)
getRelMount
public String getRelMount()
getRelMounts
public String[] getRelMounts()