JDeveloper SCM API

oracle.ide.scm
Class SCMDialogSpecificationObject

java.lang.Object
  |
  +--oracle.ide.scm.SCMDialogSpecificationObject
All Implemented Interfaces:
SCMDialogSpecification

public class SCMDialogSpecificationObject
extends java.lang.Object
implements SCMDialogSpecification

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

SCMDialogSpecificationObject

public SCMDialogSpecificationObject()
Constructs a dialog specifification object with the default field values.
Method Detail

setCaption

public void setCaption(java.lang.String caption)
Sets the dialog specification's caption.
Parameters:
caption - the caption value.

setLongPrompt

public void setLongPrompt(java.lang.String prompt)
Sets the dialog specification's long prompt.
Parameters:
prompt - the long prompt value.

setWatcherDescription

public void setWatcherDescription(java.lang.String description)
Sets the dialog specification's watcher description.
Parameters:
desc - the watcher description value.

setWatcherIndeterminate

public void setWatcherIndeterminate(boolean indeterminate)
Sets the dialog specification's indeterminate watcher value.
Parameters:
desc - the watcher description value.

setOptionsCustomizer

public void setOptionsCustomizer(SCMOptionsCustomizer customizer)
Sets the dialog specification's options customizer.
Parameters:
customizer - the customizer value.

setModifiable

public void setModifiable(boolean modifiable)
Sets the dialog specification's modifiable value.
Parameters:
modifiable - the modifiable value.

setLayoutVertical

public void setLayoutVertical(boolean vertical)
Sets the dialog specification's vertical layout value.
Parameters:
vertical - the vertical layout value.

setSize

public void setSize(java.awt.Dimension size)
Sets the dialog specification's size.
Parameters:
size - the size value.

getCaption

public java.lang.String getCaption()
Gets the dialog specification's caption.
Specified by:
getCaption in interface SCMDialogSpecification
Returns:
the caption value.

getLongPrompt

public java.lang.String getLongPrompt()
Gets the dialog specification's long prompt.
Specified by:
getLongPrompt in interface SCMDialogSpecification
Returns:
the long prompt value.

getWatcherDescription

public java.lang.String getWatcherDescription()
Gets the dialog specification's watcher description.
Specified by:
getWatcherDescription in interface SCMDialogSpecification
Returns:
the watcher description value.

isWatcherIndeterminate

public boolean isWatcherIndeterminate()
Gets the dialog specification's indeterminate watcher value.
Specified by:
isWatcherIndeterminate in interface SCMDialogSpecification
Returns:
the watcher description value.

getOptionsCustomizer

public SCMOptionsCustomizer getOptionsCustomizer()
Gets the dialog specification's options customizer.
Specified by:
getOptionsCustomizer in interface SCMDialogSpecification
Returns:
the customizer value.

isModifiable

public boolean isModifiable()
Gets the dialog specification's modifiable value.
Specified by:
isModifiable in interface SCMDialogSpecification
Returns:
the modifiable value.

isLayoutVertical

public boolean isLayoutVertical()
Gets the dialog specification's vertical layout value.
Specified by:
isLayoutVertical in interface SCMDialogSpecification
Returns:
the vertical layout value.

getSize

public java.awt.Dimension getSize()
Gets the dialog specification's size.
Specified by:
getSize in interface SCMDialogSpecification
Returns:
the size value.

Copyright © 2002 Oracle Corporation