- Editor - Class in viptool.base.editor
-
An Editor is a window that gives access to the information from a file.
- Editor(IWorkbench, IEditorProvider) - Constructor for class viptool.base.editor.Editor
-
Constructs a new editor object and initializes it.
- EditorException - Exception in viptool.base.error
-
- EditorException(IEditor) - Constructor for exception viptool.base.error.EditorException
-
- EditorException(IEditor, String) - Constructor for exception viptool.base.error.EditorException
-
- EditorException(IEditor, Throwable) - Constructor for exception viptool.base.error.EditorException
-
- EditorException(IEditor, String, Throwable) - Constructor for exception viptool.base.error.EditorException
-
- EditorNotAcceptedException - Exception in viptool.base.error
-
- EditorNotAcceptedException(IFileInterpreter, IEditor) - Constructor for exception viptool.base.error.EditorNotAcceptedException
-
- EditorNotAcceptedException(IFileInterpreter, IEditor, String) - Constructor for exception viptool.base.error.EditorNotAcceptedException
-
- EditorNotAcceptedException(IFileInterpreter, IEditor, Throwable) - Constructor for exception viptool.base.error.EditorNotAcceptedException
-
- EditorNotAcceptedException(IFileInterpreter, IEditor, String, Throwable) - Constructor for exception viptool.base.error.EditorNotAcceptedException
-
- EditorNotOpenedException - Exception in viptool.base.error
-
- EditorNotOpenedException(IEditor) - Constructor for exception viptool.base.error.EditorNotOpenedException
-
- EditorNotOpenedException(IEditor, String) - Constructor for exception viptool.base.error.EditorNotOpenedException
-
- EditorNotOpenedException(IEditor, Throwable) - Constructor for exception viptool.base.error.EditorNotOpenedException
-
- EditorNotOpenedException(IEditor, String, Throwable) - Constructor for exception viptool.base.error.EditorNotOpenedException
-
- ELEMENT_ACTION - Static variable in interface viptool.base.action.IActionHandler
-
Name of the action element in the xml file
- ELEMENT_ACTIONS - Static variable in interface viptool.base.action.IActionHandler
-
Name of the actions element in the xml file
- ELEMENT_CONTAINER - Static variable in interface viptool.base.action.IActionHandler
-
Name of the group element in the xml file
- ELEMENT_SEPARATOR - Static variable in interface viptool.base.action.IActionHandler
-
Name of the separator element in the xml file
- EmptyAction - Class in viptool.base.action
-
- EmptyAction() - Constructor for class viptool.base.action.EmptyAction
-
- end() - Method in interface viptool.job.IProgressMonitor
-
Ends up the progress.
- end() - Method in class viptool.job.NullProgressMonitor
-
- equals(Object) - Method in class viptool.base.action.WindowActionPostProcessor
-
- equals(Object) - Method in class viptool.project.AbstractFile
-
- equals(MathVector) - Method in class viptool.util.MathVector
-
tests if the vectors are the same point with a tolerance
of 1 in each coordinate
- error(String) - Method in class viptool.logger.AbstractLogger
-
- error(String, boolean) - Method in class viptool.logger.AbstractLogger
-
- error(String) - Method in interface viptool.logger.ILogger
-
This method logs an error into the logger.
- error(String, boolean) - Method in interface viptool.logger.ILogger
-
This method logs an error into the logger if the given condition is true.
- ERROR_LEVEL - Static variable in interface viptool.logger.ILogger
-
- expandItem(Object) - Method in class viptool.base.gui.component.FolderTreePanel
-
Expands the given item.
- ExtendedAction - Class in viptool.base.action
-
ExtendedAction is the base class for all actions in viptool.
- ExtendedAction() - Constructor for class viptool.base.action.ExtendedAction
-
- ExtendedJTextPane - Class in viptool.util
-
- ExtendedJTextPane() - Constructor for class viptool.util.ExtendedJTextPane
-
- ExtendedListDataEvent - Class in viptool.base.event
-
This Class extends ListDataEvent by adding the list data objects to the event.
- ExtendedListDataEvent(Object, int, int, int, Object[]) - Constructor for class viptool.base.event.ExtendedListDataEvent
-
- ExtendedMenuEvent - Class in viptool.base.gui.menu.event
-
This event object is sent with events to the template menu listeners.
- ExtendedMenuEvent(IExtendedMenu, String) - Constructor for class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Constructs a new template menu event.
- ExtendedMenuEvent(IExtendedMenu, String, String, String, int) - Constructor for class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Constructs a new template menu event.
- ExtendedToolbarAction - Class in viptool.base.action
-
- ExtendedToolbarAction() - Constructor for class viptool.base.action.ExtendedToolbarAction
-
- ExtendedToolBarEvent - Class in viptool.base.gui.toolbar.event
-
This event object is sent with events to the template toolbar listeners.
- ExtendedToolBarEvent(IExtendedToolBar, String) - Constructor for class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Constructs a new template toolbar event.
- ExtendedToolBarEvent(IExtendedToolBar, String, String, String, int) - Constructor for class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Constructs a new template toolbar event.
- Extension - Class in viptool.extension
-
This class has to be extended by all VipTool Extenisons.
- Extension() - Constructor for class viptool.extension.Extension
-
- extensionAdded(IExtensionInfo) - Method in interface viptool.extension.IExtensionListener
-
This method will be called if a new extension was added to the list of known
extensions.
- extensionRemoved(IExtensionInfo) - Method in interface viptool.extension.IExtensionListener
-
This method will be called if an extension was removed from the list of known
extensions.
- ExtensionResourceLoader - Class in viptool.extension
-
The ExtensionResourceLoader can be used to create URIs to the resources
form the extension with which is was initiated.
- ExtensionResourceLoader(Extension, String) - Constructor for class viptool.extension.ExtensionResourceLoader
-
This constructor creates a new ExtensionResourceLoader for the given
extension.
- extensionStarted(IExtensionInfo) - Method in interface viptool.extension.IExtensionListener
-
This method will be called if an extension was loaded.
- extensionStopped(IExtensionInfo) - Method in interface viptool.extension.IExtensionListener
-
This method will be called if an extension was stoppen