| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.controller.Command
oracle.ide.cmd.SaveAllCommand
public class SaveAllCommand
The SaveAllCommand class implements the SaveAll command.
 
Command| Field Summary | 
|---|
| Fields inherited from class oracle.ide.controller.Command | 
|---|
CANCEL, context, EXECUTING, MULTI_NODE, NO_CHANGE, NO_UNDO, NORMAL, OK, type | 
| Constructor Summary | |
|---|---|
SaveAllCommand()
Constructor.  | 
|
| Method Summary | |
|---|---|
 int | 
doit()
Executes the redo command.  | 
static int | 
saveAll()
 | 
static int | 
saveAll(boolean silent)
Save all open editors.  | 
static void | 
saveSystemFiles()
Saves all system files  | 
| Methods inherited from class oracle.ide.controller.Command | 
|---|
enableConfirmation, getAffectedNodes, getContext, getData, getId, getName, getType, isGlobal, setContext, setData, undo | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SaveAllCommand()
| Method Detail | 
|---|
public static int saveAll()
                   throws java.lang.Exception
java.lang.Exception
public static int saveAll(boolean silent)
                   throws java.lang.Exception
silent - If true, ignore any failures during the save. If false,
 show a dialog to the user showing all failures, if any. Update
 the status bar with the results.
java.lang.Exception - if called on a worker thread, which would be
 an InterruptedException if the thread got interrupted
public int doit()
         throws java.lang.Exception
doit in class Commandjava.lang.Exceptionpublic static void saveSystemFiles()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||