Package | Description |
---|---|
viptool.base.editor | |
viptool.base.error | |
viptool.project | |
viptool.project.event |
Modifier and Type | Interface and Description |
---|---|
interface |
IEditor
This interface is for all editors in the viptool.
|
Modifier and Type | Class and Description |
---|---|
class |
Editor
An Editor is a window that gives access to the information from a file.
|
Modifier and Type | Method and Description |
---|---|
void |
Editor.fileLocked(IFileLocker locker) |
void |
Editor.fileReleased(IFileLocker locker,
boolean modified) |
Modifier and Type | Method and Description |
---|---|
IFileLocker |
FileAlreadyLockedException.getFileLocker() |
Constructor and Description |
---|
FileAlreadyLockedException(String message,
IFileLocker locker) |
Modifier and Type | Method and Description |
---|---|
IFileLocker |
IAbstractFile.getFileLocker()
Returns the current file locker.
|
IFileLocker |
AbstractFile.getFileLocker() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFile.fireFileLockedEvent(IFileLocker locker) |
protected void |
AbstractFile.fireFileReleasedEvent(IFileLocker locker,
boolean modified) |
void |
IAbstractFile.releaseLock(IFileLocker locker)
Releases the lock on the file.
|
void |
AbstractFile.releaseLock(IFileLocker locker) |
void |
IAbstractFile.requestLock(IFileLocker locker)
Requests the file to lock it, so the file locker can change the file.
|
void |
AbstractFile.requestLock(IFileLocker locker) |
Modifier and Type | Method and Description |
---|---|
void |
IAbstractFileListener.fileLocked(IFileLocker locker) |
void |
IAbstractFileListener.fileReleased(IFileLocker locker,
boolean modified) |