A C D F G I L M N O R S T U V

A

Action - interface c408h003.omnieditor.Action.
 
addAction(Action) - Method in class c408h003.omnieditor.File
 
addFile(int, String, String) - Method in class c408h003.omnieditor.OmniEditorBuffer
Adds a file into the editing buffer.
addFile(String) - Method in class c408h003.omnieditor.User
Adds a file NAME to the list of the editing files of the user.
addUser() - Method in class c408h003.omnieditor.File
Adds a user to the list of users current editing the file.
appendLog(String, String) - Static method in class c408h003.omnieditor.Logger
 

C

c408h003.omnieditor - package c408h003.omnieditor
 

D

delete() - Method in class c408h003.omnieditor.File
Removes a previously selected string.
download(int, String[]) - Method in class c408h003.omnieditor.OmniEditingService
Sends the current editing state of the specified buffer to the user initiates this service.
download(int, String[]) - Method in class c408h003.omnieditor.OmniEditor
Sends the current editing state of the specified buffer to the user initiates this service.

F

File - class c408h003.omnieditor.File.
 
File(String, String) - Constructor for class c408h003.omnieditor.File
Constructs a File object with name and id.
FindAction - class c408h003.omnieditor.FindAction.
 
FindAction(int, String, boolean, boolean) - Constructor for class c408h003.omnieditor.FindAction
 
find(int, String, boolean, boolean) - Method in class c408h003.omnieditor.File
The following are methods providing editing functionalities, such as find, move, insert, etc.
find(int, String, String) - Method in class c408h003.omnieditor.OmniEditingService
Finds a string in the specified editing buffer.
find(int, String, String) - Method in class c408h003.omnieditor.OmniEditor
Finds a string in the specified editing buffer.
find(int, int, String, String, boolean, boolean) - Method in class c408h003.omnieditor.OmniEditorBuffer
Finds a string in a file.

G

getAction(int) - Method in class c408h003.omnieditor.File
Gets the index-th action performed on this file.
getChanges(int, String) - Method in class c408h003.omnieditor.OmniEditorBuffer
Gets all changes (actions) performed.
getContent() - Method in class c408h003.omnieditor.File
Gets the contents of the file, as a string.
getFileContent(int, String[]) - Method in class c408h003.omnieditor.OmniEditorBuffer
Returns the content of a file in the buffer specified by file ID.
getFileNames(int) - Method in class c408h003.omnieditor.OmniEditingService
Gets all files available on the webserver
getFileNames(int) - Method in class c408h003.omnieditor.OmniEditor
Gets all files available on the webserver
getFileNames() - Method in class c408h003.omnieditor.OmniEditorBuffer
Gets all names of the files currently in the buffer.
getFiles() - Method in class c408h003.omnieditor.User
Get all filenames that the user's editing.
getId() - Method in class c408h003.omnieditor.User
Get the user's id number.
getInstance() - Method in class c408h003.omnieditor.OmniEditingService
 
getName() - Method in class c408h003.omnieditor.File
Gets the file's name.
getUserCount() - Method in class c408h003.omnieditor.File
Gets the number of users currently working on the file.
getVersionNumber() - Method in class c408h003.omnieditor.File
Gets the current working version of the file.
getVersionNumber(String) - Method in class c408h003.omnieditor.User
Get the version number of a specific file.

I

isFileInUse(String) - Method in class c408h003.omnieditor.User
 
isFileOnline(String) - Method in class c408h003.omnieditor.OmniEditorBuffer
Checks whether the file is in the editing buffer.
isUserOnline(int) - Method in class c408h003.omnieditor.OmniEditorBuffer
Checks whether the user is registered.

L

Logger - class c408h003.omnieditor.Logger.
 
Logger() - Constructor for class c408h003.omnieditor.Logger
 
logout(int) - Method in class c408h003.omnieditor.OmniEditingService
Logout the web service.
logout(int) - Method in class c408h003.omnieditor.OmniEditor
Logout the web service.

M

main(String[]) - Static method in class c408h003.omnieditor.OmniEditor
 
main(String[]) - Static method in class c408h003.omnieditor.OmniEditorBuffer
 
mark(int) - Method in class c408h003.omnieditor.File
Marks a start position for the following select operation.
move(int) - Method in class c408h003.omnieditor.File
Moves the cursor to new position.

N

name - Variable in class c408h003.omnieditor.UserFile
 

O

OmniEditingService - class c408h003.omnieditor.OmniEditingService.
 
OmniEditingService() - Constructor for class c408h003.omnieditor.OmniEditingService
Constructor of OmniEditingService class
OmniEditor - class c408h003.omnieditor.OmniEditor.
 
OmniEditor() - Constructor for class c408h003.omnieditor.OmniEditor
Constructor of the OmniEditor
OmniEditorBuffer - class c408h003.omnieditor.OmniEditorBuffer.
 
OmniEditorBuffer() - Constructor for class c408h003.omnieditor.OmniEditorBuffer
Constructs a OmniEditorBuffer.
omniEditorSingleton - Static variable in class c408h003.omnieditor.OmniEditingService
omniEditorSingleton: A singleton object of OmniEditor

R

register() - Method in class c408h003.omnieditor.OmniEditingService
Gets the user id to start to use the Web service.
register() - Method in class c408h003.omnieditor.OmniEditor
Gets the user id to start to use the Web service.
registerUser() - Method in class c408h003.omnieditor.OmniEditorBuffer
Resgisters a user and assign an identification number to him/her.
removeFile(File) - Method in class c408h003.omnieditor.OmniEditorBuffer
Removes a file from the buffer.
removeFile(String) - Method in class c408h003.omnieditor.User
Removes a file NAME from the list of the editing files of the user
removeFileByName(String) - Method in class c408h003.omnieditor.OmniEditorBuffer
 
removeUser() - Method in class c408h003.omnieditor.File
Removes a user ID from the list of the users who is editing the file
removeUser(int) - Method in class c408h003.omnieditor.OmniEditorBuffer
Removes a user from the buffer.

S

select(int) - Method in class c408h003.omnieditor.File
 

T

toString() - Method in interface c408h003.omnieditor.Action
 
toString() - Method in class c408h003.omnieditor.FindAction
 

U

User - class c408h003.omnieditor.User.
 
User(int) - Constructor for class c408h003.omnieditor.User
Constructs a User object with name and id.
UserFile - class c408h003.omnieditor.UserFile.
 
UserFile(String, int) - Constructor for class c408h003.omnieditor.UserFile
 
update(int, String) - Method in class c408h003.omnieditor.OmniEditingService
Gets the difference of the file.
update(int, String) - Method in class c408h003.omnieditor.OmniEditor
Gets the difference of the file.
upload(int, String, String) - Method in class c408h003.omnieditor.OmniEditingService
Opens a channel with the editing state, such as the content of the local text buffer and the position of the cursor in the buffer.
upload(int, String, String) - Method in class c408h003.omnieditor.OmniEditor
Opens a channel with the editing state, such as the content of the local text buffer and the position of the cursor in the buffer.

V

version - Variable in class c408h003.omnieditor.UserFile
 

A C D F G I L M N O R S T U V