oracle.ide.cmd
Class EditorSaveAsCommand
java.lang.Object
oracle.ide.addin.AbstractCommand
oracle.ide.cmd.SaveAsCommand
oracle.ide.cmd.EditorSaveAsCommand
- All Implemented Interfaces:
- Command
- public class EditorSaveAsCommand
- extends SaveAsCommand
The RenameCommand
class implements the Rename command.
- See Also:
oracle.ide.Command
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorSaveAsCommand
public EditorSaveAsCommand()
- Constructor.
doSaveAs
protected int doSaveAs(java.lang.String dialogTitle)
- Overrides:
doSaveAs
in class SaveAsCommand
saveAsNewNode
protected int saveAsNewNode(Document doc)
- Description copied from class:
SaveAsCommand
- The specified
doc
is being saved as a different
name in addition to the name it already has.
The doc
class has not changed (that is an html document
has not been renamed as a jsp document).
- Overrides:
saveAsNewNode
in class SaveAsCommand
convertToNewNode
protected int convertToNewNode(Document doc)
- Description copied from class:
SaveAsCommand
- Rename with node conversion.
- Overrides:
convertToNewNode
in class SaveAsCommand
convertToDupNode
protected int convertToDupNode(Document doc)
- Overrides:
convertToDupNode
in class SaveAsCommand
saveAsDupNode
protected int saveAsDupNode(Document doc)
- Description copied from class:
SaveAsCommand
- There is already a node in the cache with the new url.
- Overrides:
saveAsDupNode
in class SaveAsCommand
Copyright © 1997, 2004, Oracle. All rights reserved.