|
JDeveloper SCM API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.SCMDialogSpecificationObject
Dialog specification implementation class.
Constructor Summary | |
SCMDialogSpecificationObject()
Constructs a dialog specifification object with the default field values. |
Method Summary | |
java.lang.String |
getCaption()
Gets the dialog specification's caption. |
java.lang.String |
getLongPrompt()
Gets the dialog specification's long prompt. |
SCMOptionsCustomizer |
getOptionsCustomizer()
Gets the dialog specification's options customizer. |
java.awt.Dimension |
getSize()
Gets the dialog specification's size. |
java.lang.String |
getWatcherDescription()
Gets the dialog specification's watcher description. |
boolean |
isLayoutVertical()
Gets the dialog specification's vertical layout value. |
boolean |
isModifiable()
Gets the dialog specification's modifiable value. |
boolean |
isWatcherIndeterminate()
Gets the dialog specification's indeterminate watcher value. |
void |
setCaption(java.lang.String caption)
Sets the dialog specification's caption. |
void |
setLayoutVertical(boolean vertical)
Sets the dialog specification's vertical layout value. |
void |
setLongPrompt(java.lang.String prompt)
Sets the dialog specification's long prompt. |
void |
setModifiable(boolean modifiable)
Sets the dialog specification's modifiable value. |
void |
setOptionsCustomizer(SCMOptionsCustomizer customizer)
Sets the dialog specification's options customizer. |
void |
setSize(java.awt.Dimension size)
Sets the dialog specification's size. |
void |
setWatcherDescription(java.lang.String description)
Sets the dialog specification's watcher description. |
void |
setWatcherIndeterminate(boolean indeterminate)
Sets the dialog specification's indeterminate watcher value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCMDialogSpecificationObject()
Method Detail |
public void setCaption(java.lang.String caption)
caption
- the caption value.public void setLongPrompt(java.lang.String prompt)
prompt
- the long prompt value.public void setWatcherDescription(java.lang.String description)
desc
- the watcher description value.public void setWatcherIndeterminate(boolean indeterminate)
desc
- the watcher description value.public void setOptionsCustomizer(SCMOptionsCustomizer customizer)
customizer
- the customizer value.public void setModifiable(boolean modifiable)
modifiable
- the modifiable value.public void setLayoutVertical(boolean vertical)
vertical
- the vertical layout value.public void setSize(java.awt.Dimension size)
size
- the size value.public java.lang.String getCaption()
getCaption
in interface SCMDialogSpecification
public java.lang.String getLongPrompt()
getLongPrompt
in interface SCMDialogSpecification
public java.lang.String getWatcherDescription()
getWatcherDescription
in interface SCMDialogSpecification
public boolean isWatcherIndeterminate()
isWatcherIndeterminate
in interface SCMDialogSpecification
public SCMOptionsCustomizer getOptionsCustomizer()
getOptionsCustomizer
in interface SCMDialogSpecification
public boolean isModifiable()
isModifiable
in interface SCMDialogSpecification
public boolean isLayoutVertical()
isLayoutVertical
in interface SCMDialogSpecification
public java.awt.Dimension getSize()
getSize
in interface SCMDialogSpecification
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |