|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.cmd.OpenCommandData
Data object used the OpenCommand
class to indicate whether
to add the selected files to the project without popping up the file
selection dialog.
Field Summary | |
java.lang.String |
dialogTitle
If the file selection dialog is shown, use this dialogTitle . |
boolean |
showDialog
Set to false when the file selection dialog should not
be shown. |
Constructor Summary | |
OpenCommandData(boolean showDialog)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final boolean showDialog
false
when the file selection dialog should not
be shown.
public java.lang.String dialogTitle
dialogTitle
.
Constructor Detail |
public OpenCommandData(boolean showDialog)
showDialog
- Indicate whether the file selection dialog should be
shown.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.