|
VTT Java 2010 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nlm.nls.vtt.Operations.FileOperations
public class FileOperations
This class provides public methods for file related operations.
History:
| Method Summary | |
|---|---|
static void |
CloseOperation(javax.swing.JFrame owner,
VttObj vttObj)
Close VTT file operations. |
static void |
ExitOperation(javax.swing.JFrame owner,
VttObj vttObj)
Exit VTT application operations. |
static void |
LoadFileToVtt(java.io.File newFile,
VttObj vttObj)
Load a file to VTT application. |
static void |
OpenFile(java.io.File newFile,
VttObj vttObj)
Open a VTT file operation. |
static void |
OpenOperation(javax.swing.JFrame owner,
VttObj vttObj)
Open a VTT file operations with a file choose dialog. |
static void |
PrintOperation(VttObj vttObj)
Print the textPane operations. |
static void |
SaveAsOperation(javax.swing.JFrame owner,
VttObj vttObj)
Save a VTT file to a specified file name operations. |
static void |
SaveOperation(javax.swing.JFrame owner,
VttObj vttObj)
Save a VTT file operations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void OpenOperation(javax.swing.JFrame owner,
VttObj vttObj)
owner - the owner of this AddTagDialogvttObj - the vttObj Java object
public static void OpenFile(java.io.File newFile,
VttObj vttObj)
newFile - the file to be openvttObj - the vttObj Java object
public static void CloseOperation(javax.swing.JFrame owner,
VttObj vttObj)
owner - the owner of this AddTagDialogvttObj - the vttObj Java object
public static void SaveOperation(javax.swing.JFrame owner,
VttObj vttObj)
owner - the owner of this AddTagDialogvttObj - the vttObj Java object
public static void SaveAsOperation(javax.swing.JFrame owner,
VttObj vttObj)
owner - the owner of this AddTagDialogvttObj - the vttObj Java objectpublic static void PrintOperation(VttObj vttObj)
vttObj - the vttObj Java object
public static void ExitOperation(javax.swing.JFrame owner,
VttObj vttObj)
owner - the owner of this AddTagDialogvttObj - the vttObj Java object
public static void LoadFileToVtt(java.io.File newFile,
VttObj vttObj)
newFile - the file to openvttObj - the vttObj Java object
|
VTT Java 2010 Version |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||