|
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.op.SCMFileOperation | +--oracle.ide.scm.op.SCMMultiFileOperation
Client adapter for multi-file operations. This class provides some
implementation over SCMFileOperation
that will commonly be useful
to inherit.
Constructor Summary | |
SCMMultiFileOperation()
|
Method Summary | |
int |
getMaxSelection()
Single file operation's implementation of the max selection size query method, which returns Integer.MAX_VALUE to befit this class's purpose. |
boolean |
isSelectionRecursive()
Multi file operation's implementation of the recursive selection query method. |
Methods inherited from class oracle.ide.scm.op.SCMFileOperation |
execute, execute, filter, getDialogSpecification, getFileContext, getFilterDisables, isEnabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.ide.scm.SCMOperation |
getControlItem |
Constructor Detail |
public SCMMultiFileOperation()
Method Detail |
public final boolean isSelectionRecursive()
isSelectionRecursive
in class SCMFileOperation
public final int getMaxSelection()
getMaxSelection
in class SCMFileOperation
Integer.MAX_VALUE
.
|
Copyright © 2002 Oracle Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |