|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to dialog specifications, as requested by the framework from client operations. These provide all the information for the configuration of a standard editable file lister dialog, which is displayed when the supplying operation is invoked.
Method Summary | |
java.lang.String |
getCaption()
Gets the title bar caption for this dialog specification. |
java.lang.String |
getLongPrompt()
Gets the descriptive prompt String for this dialog specification. |
SCMOptionsCustomizer |
getOptionsCustomizer()
Gets the options customizer for the dialog. |
java.awt.Dimension |
getSize()
Gets the required size of the dialog. |
java.lang.String |
getWatcherDescription()
Gets the committer (progress watcher) dialog's description string. |
boolean |
isLayoutVertical()
Asks whether the dialog is layed out in a vertical manner, with options south. |
boolean |
isModifiable()
Asks whether the dialog should permit the user to change the file selection. |
boolean |
isWatcherIndeterminate()
Asks whether the watcher should use indeterminate progress indication, rather than indication based on an operation's use of the iterator over selected files. |
Method Detail |
public java.lang.String getCaption()
public java.lang.String getLongPrompt()
public java.lang.String getWatcherDescription()
public boolean isWatcherIndeterminate()
public SCMOptionsCustomizer getOptionsCustomizer()
public boolean isModifiable()
public boolean isLayoutVertical()
public java.awt.Dimension getSize()
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |