|
JDeveloper SCM API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ide.scm.SCMOptionsCustomizerAdapter | +--oracle.ide.scm.util.SCMGenericOptionsCustomizer
SCMCommentsOptionsCustomizer
instead.
Generic options customizer, for user entry of common options within the file lister dialog. Can delegate to a given options customizer for reasons of extensibility.
Field Summary | |
static java.lang.String |
KEY_FILE_COMMENT
Deprecated. The key for the file comment option |
Constructor Summary | |
SCMGenericOptionsCustomizer()
Deprecated. |
|
SCMGenericOptionsCustomizer(SCMOptionsCustomizer customizer)
Deprecated. |
Method Summary | |
void |
commitOptions()
Deprecated. Commits any outstanding changes that may be reflected in components to the customizer's options object. |
java.awt.Component |
getComponent()
Deprecated. Gets the initialized comments customizer component. |
protected java.lang.String |
getDefaultComments(SCMFile file)
Deprecated. Gets the default comments option value corresponding to a given file, for use by the customizer. |
SCMOptions |
getOptions()
Deprecated. Gets the working options object. |
void |
initializeOptions(java.util.List l)
Deprecated. This implementation does nothing. |
void |
selectionChanged(SCMFile[] before,
SCMFile[] after)
Deprecated. Notifies the customizer that the file selection has changed. |
Methods inherited from class oracle.ide.scm.SCMOptionsCustomizerAdapter |
validateOptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String KEY_FILE_COMMENT
Constructor Detail |
public SCMGenericOptionsCustomizer()
public SCMGenericOptionsCustomizer(SCMOptionsCustomizer customizer)
Method Detail |
protected java.lang.String getDefaultComments(SCMFile file)
null
from this
method.
file
- the file whose default comments should be retrieved.
public java.awt.Component getComponent()
getComponent
in interface SCMOptionsCustomizer
getComponent
in class SCMOptionsCustomizerAdapter
public void initializeOptions(java.util.List l)
initializeOptions
in interface SCMOptionsCustomizer
initializeOptions
in class SCMOptionsCustomizerAdapter
l
- the list of all SCMFiles in the list dialogpublic SCMOptions getOptions()
getOptions
in interface SCMOptionsCustomizer
getOptions
in class SCMOptionsCustomizerAdapter
public void selectionChanged(SCMFile[] before, SCMFile[] after) throws SCMSelectionVetoException
selectionChanged
in interface SCMOptionsCustomizer
selectionChanged
in class SCMOptionsCustomizerAdapter
before
- the previously selected files.after
- the newly selected files.
SCMSelectionVetoException
public void commitOptions()
commitOptions
in interface SCMOptionsCustomizer
commitOptions
in class SCMOptionsCustomizerAdapter
|
Copyright © 2002 Oracle Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.