|
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
Adapter class for easier implementation of SCMOptionsCustomizer
.
Constructor Summary | |
SCMOptionsCustomizerAdapter()
|
Method Summary | |
void |
commitOptions()
Flushes no values in the UI to the options object. |
java.awt.Component |
getComponent()
Gets a new swing panel. |
SCMOptions |
getOptions()
Gets a new options object. |
void |
initializeOptions(java.util.List allItems)
Performs no initialization on options. |
void |
selectionChanged(SCMFile[] oldSelection,
SCMFile[] newSelection)
Performs no actions with a change in selection. |
void |
validateOptions()
Performs no options validation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCMOptionsCustomizerAdapter()
Method Detail |
public java.awt.Component getComponent()
getComponent
in interface SCMOptionsCustomizer
public SCMOptions getOptions()
getOptions
in interface SCMOptionsCustomizer
public void initializeOptions(java.util.List allItems)
initializeOptions
in interface SCMOptionsCustomizer
public void selectionChanged(SCMFile[] oldSelection, SCMFile[] newSelection) throws SCMSelectionVetoException
selectionChanged
in interface SCMOptionsCustomizer
oldSelection
- the old selection. This may be null if the dialog
has just been initialized, and will be a zero-length array if the
selection was clearnewSelection
- the new selection. This will never be null, but may
be a zero-length array if the selection has been cleared.
SCMSelectionVetoException
public void validateOptions() throws SCMException
validateOptions
in interface SCMOptionsCustomizer
SCMException
- if validation failed on an option.public void commitOptions()
commitOptions
in interface SCMOptionsCustomizer
|
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.