当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
NbDialogSupport (Editor Module) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.editor
Class NbDialogSupport
java.lang.Object
org.netbeans.modules.editor.impl.NbDialogFactory
org.netbeans.modules.editor.NbDialogSupport
- All Implemented Interfaces:
- DialogSupport.DialogFactory, org.netbeans.spi.editor.DialogFactory
Deprecated. Without any replacement.
public class NbDialogSupport
- extends org.netbeans.modules.editor.impl.NbDialogFactory
- implements DialogSupport.DialogFactory
The NetBeans way of handling Dialogs is through TopManager,
prividing it with DialogDescriptor.
Methods inherited from class org.netbeans.modules.editor.impl.NbDialogFactory |
createDialog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NbDialogSupport
public NbDialogSupport()
- Deprecated.