- GeneralUtils - Class in viptool.util
-
Class contains methods that are useful in different situations.
- GeneralUtils() - Constructor for class viptool.util.GeneralUtils
-
- generateUID(Object) - Static method in class viptool.util.GeneralUtils
-
method returns a string that can be used as id for the given object.
- GeometryUtils - Class in viptool.util
-
This class provide some standard geometry calculation methods such as line
intersecting.
- GeometryUtils() - Constructor for class viptool.util.GeometryUtils
-
- getAbstractFile() - Method in class viptool.base.editor.Editor
-
- getAbstractFile() - Method in interface viptool.base.editor.IEditor
-
Returns the abstract file that was loaded into the editor.
- getAbstractFile() - Method in exception viptool.base.error.CannotOpenFileException
-
- getAbstractFile() - Method in exception viptool.base.error.EditorNotAcceptedException
-
- getAbstractFile() - Method in exception viptool.base.error.FileRenameException
-
- getAbstractFile() - Method in class viptool.base.io.event.IFileIOEvent
-
- getAbstractFile() - Method in class viptool.base.io.FileInterpreter
-
- getAbstractFile() - Method in interface viptool.base.io.IFileInterpreter
-
Returns the file that is associated with this file interpreter.
- getAbstractFile() - Method in class viptool.project.event.ProjectFileEvent
-
Returns the file that was added or removed from the project.
- getAbstractFile(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
-
This methode returns the abstract file which is represented by the given
node.
- getAbstractFileProvider() - Method in exception viptool.base.error.FileInterpreterProviderException
-
- getAbstractFileProviders() - Method in interface viptool.base.editor.IEditorProvider
-
Returns an array of abstract file providers that are accepted by the
editor.
- getAbstractFolder() - Method in class viptool.project.event.ProjectFileEvent
-
Returns the involved folder or null if the file is directly in the
project folder.
- getAbstractFolderProvider() - Method in interface viptool.base.IWorkbench
-
- getAction(int, String) - Method in interface viptool.base.action.IActionHandler
-
Returns an action from the action handler.
- getAction(String) - Method in interface viptool.base.action.IActionHandler
-
Returns the template action with the given id.
- getActionHandler() - Method in interface viptool.base.IWorkbench
-
- getActionHandler() - Method in class viptool.extension.Extension
-
This method returns the ActionHandler which is used from the current
workspace.
- getAllElements() - Method in interface viptool.base.gui.selection.IAbstractFileSelection
-
- getAllowedContent() - Method in interface viptool.base.gui.selection.IFileTypeFilter
-
- getAllowedName() - Method in interface viptool.base.gui.selection.IFileTypeFilter
-
- getAllowedType() - Method in interface viptool.base.gui.selection.IFileTypeFilter
-
- getAllowsChildren() - Method in interface viptool.project.IProjectTreeNode
-
Returns true if the node is a folder, else false.
- getAngle() - Method in class viptool.util.MathVector
-
Returns the angle between the vector and the vector (1, 0)
- getArgument(String) - Method in class viptool.util.CommandLineParser
-
- getButton() - Method in class viptool.base.gui.dialog.event.ButtonClickedEvent
-
- getChild() - Method in exception viptool.project.error.ChildNotAcceptedException
-
- getChild(Object, int) - Method in interface viptool.project.IProjectTreeModel
-
- getChildAt(int) - Method in interface viptool.project.IProjectTreeNode
-
Returns the child at position childIndex.
- getChildCount(Object) - Method in interface viptool.project.IProjectTreeModel
-
- getChildCount() - Method in interface viptool.project.IProjectTreeNode
-
Returns the number of childs of this node.
- getChildIterator() - Method in class viptool.project.AbstractFolder
-
- getChildIterator() - Method in interface viptool.project.IAbstractFolder
-
Returns an iterator that is capable to iterate over all childrens of the
folder.
- getChildren(IProjectTreeNode) - Method in interface viptool.project.IProjectTreeModel
-
- getChilds() - Method in class viptool.project.AbstractFolder
-
- getChilds(Class) - Method in class viptool.project.AbstractFolder
-
- getChilds() - Method in interface viptool.project.IAbstractFolder
-
Returns an array containing all childs of the folder.
- getChilds(Class) - Method in interface viptool.project.IAbstractFolder
-
Returns an array containing all childrens that are instance of the given
filter class.
- getChildWindow() - Method in class viptool.base.action.WindowAction
-
- getClass(String) - Method in interface viptool.extension.IExtensionLoader
-
This method returns an Class-Object to the given class name.
- getClassFile(File) - Static method in class viptool.util.ClassFile
-
This method creates a new instance of ClassFile for the given file, if and only if the given file
is a valid Java Class File.
- getClassFiles() - Method in interface viptool.extension.IExtensionInfo
-
This method returns an Vector of ClassFiles if the extension is contained into
an directory, else it returns null.
- getClassName() - Method in class viptool.base.action.ExtendedAction
-
Returns the full class name of the implementing class.
- getClassname() - Method in exception viptool.base.error.VipToolExtensionException
-
- getClassName() - Method in interface viptool.base.gui.selection.ICustomFilter
-
- getClassName() - Method in interface viptool.extension.IExtensionInfo
-
This method returns the full qualified class name of the extension class.
- getClassName() - Method in class viptool.util.ClassFile
-
This method returns the full qualified class name of the class which is stored into this file.
- getClassURL() - Method in class viptool.util.ClassFile
-
This method returns an URL which can be used to load this class through an URLClassLoader.
- getCloseDialog() - Method in class viptool.base.gui.dialog.event.ButtonClickedEvent
-
- getCommandLineOptions() - Method in interface viptool.base.IWorkbench
-
- getComponent() - Method in interface viptool.base.gui.IWindow
-
Gets the component that should be embedded in a tab and represent the
window.
- getConsole() - Method in class viptool.job.event.JobEvent
-
method returns the Console belonging to the job underlying this event.
- getContainer() - Method in class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Returns the container id of the element.
- getContainer() - Method in class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Returns the container id of the element.
- getContent() - Method in interface viptool.base.wizard.IWizardPage
-
Must return the component that should be displayed in the client area of
the dialog.
- getContent() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- getContent() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- getContextMenu() - Method in interface viptool.base.gui.menu.IExtendedContextMenu
-
- getContextMenuManager() - Method in interface viptool.base.IWorkbench
-
- getCreatedFile() - Method in class viptool.base.wizard.NewFileWizard
-
- getCreatedFolder() - Method in class viptool.project.wizard.NewFolderWizard
-
- getCurrentEditor() - Method in class viptool.project.AbstractFolder
-
- getCurrentFolder() - Method in interface viptool.filesystem.IFileSystemSession
-
Returns the current working folder.
- getCurrentPage() - Method in class viptool.base.wizard.SimpleWizard
-
- getCurrentWorkspace() - Method in class viptool.base.event.WorkspaceChangeEvent
-
Returns the current workspace.
- getCurrentWorkspace() - Method in interface viptool.base.IWorkbench
-
Returns the currently opened workspace in the vip tool
- getCursor(String) - Method in class viptool.util.resources.AbstractResourceLoader
-
Creates and returns a Cursor Object, which is named cursorName.
- getCursor(String, Point) - Method in class viptool.util.resources.AbstractResourceLoader
-
Creates and returns a Cursor Object, which is named cursorName.
- getCursor(Image) - Method in class viptool.util.resources.AbstractResourceLoader
-
- getCursor(Image, Point) - Method in class viptool.util.resources.AbstractResourceLoader
-
- getCursor(String) - Method in interface viptool.util.resources.IResourceLoader
-
- getCursor(String, Point) - Method in interface viptool.util.resources.IResourceLoader
-
- getCursor(Image) - Method in interface viptool.util.resources.IResourceLoader
-
- getCursor(Image, Point) - Method in interface viptool.util.resources.IResourceLoader
-
- getDate() - Method in class viptool.logger.LogObject
-
Get the DateObject of the LogObject.
- getDefaultEditorProvider(IFileInterpreter) - Method in interface viptool.base.editor.IEditorManager
-
Returns the default editor for the given file interpreter.
- getDefaultFileInterpreterProvider(IAbstractFile) - Method in interface viptool.base.io.IFileInterpreterManager
-
Returns the default file interpreter for the given abstract file.
- getDescription() - Method in interface viptool.base.io.IFileInterpreterProvider
-
Returns a description about the content of the file.
- getDescription() - Method in interface viptool.extension.IExtensionInfo
-
This method returns an description for this extension.
- getDescription() - Method in interface viptool.job.IJob
-
Returns a detailed description of what the job is doing.
- getDescription() - Method in class viptool.job.Job
-
- getDescription() - Method in class viptool.util.ClassFileInterpreter
-
- getDirectionQuadrant() - Method in class viptool.util.MathVector
-
returns the number of quadrant
1: 0� - 90�
2: 90�- 180�
3: 180� - 270�
4: 270� - 360�
- getEditor() - Method in exception viptool.base.error.EditorException
-
- getEditor() - Method in class viptool.base.io.event.IFileIOEvent
-
- getEditorManager() - Method in interface viptool.base.IWorkbench
-
- getEditorProvider(Class) - Method in interface viptool.base.editor.IEditorManager
-
Returns the editor provider instance with the given class.
- getEditorProviders() - Method in interface viptool.base.editor.IEditorManager
-
Returns an array that contains all editor providers.
- getEditors() - Method in class viptool.project.AbstractFolder
-
- getEnteredName() - Method in class viptool.base.gui.component.FileNamePanel
-
- getEnteredName() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- getEnteredName() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- getEnteredName() - Method in interface viptool.project.wizard.NewFolderWizard.IFolderPage
-
- getErrorcode() - Method in exception viptool.base.error.UnsupportedFileException
-
- getExtenisonClassFile() - Method in interface viptool.extension.IExtensionInfo
-
This method returns the main class file as ClassFile from the extension if the
extension is contained into an directory else it returns null.
- getExtensionClass() - Method in interface viptool.extension.IExtensionInfo
-
This method returns the main class of the extension.
- getFile() - Method in exception viptool.base.error.FileFormatException
-
- getFile() - Method in exception viptool.base.error.UnsupportedFileException
-
- getFile() - Method in class viptool.filesystem.event.FileSystemEvent
-
- getFile(String) - Method in interface viptool.filesystem.IFileSystem
-
Returns the content of the file with the given name.
- getFile(String) - Method in interface viptool.filesystem.IFileSystemSession
-
Returns the content of the file with the given name.
- getFile() - Method in class viptool.project.AbstractFile
-
- getFile() - Method in interface viptool.project.IAbstractFile
-
Returns the file object assigned to the abstracted file.
- getFile(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
-
This methode returns the diskfile as java.io.File which is represented by
the given node.
- getFile() - Method in class viptool.util.ClassFile
-
This method returns the File-Object to this ClassFile
- getFileElements() - Method in interface viptool.base.gui.selection.IAbstractFileSelection
-
- getFileInterpreter() - Method in class viptool.base.editor.Editor
-
- getFileInterpreter() - Method in interface viptool.base.editor.IEditor
-
Returns the assigned file interpreter.
- getFileInterpreter() - Method in exception viptool.base.error.FileInterpreterException
-
- getFileInterpreterManager() - Method in interface viptool.base.IWorkbench
-
Returns the file interpreter manager that manages all file interpreters
and their providers.
- getFileInterpreterProvider(Class) - Method in interface viptool.base.io.IFileInterpreterManager
-
Returns the file interpreter provider instance with the given class.
- getFileInterpreterProviders() - Method in interface viptool.base.io.IFileInterpreterManager
-
Returns an array that contains all file type providers.
- getFileIterator() - Method in interface viptool.project.IProject
-
Returns an iterator that is capable to iterate over all files of the
project.
- getFileLocker() - Method in exception viptool.base.error.FileAlreadyLockedException
-
- getFileLocker() - Method in class viptool.project.AbstractFile
-
- getFileLocker() - Method in interface viptool.project.IAbstractFile
-
Returns the current file locker.
- getFiles() - Method in interface viptool.project.IProject
-
Returns an array containing all files of the project.
- getFiles(Class) - Method in interface viptool.project.IProject
-
Returns an array containing all files of the project.
- getFileSystem() - Method in class viptool.filesystem.event.FileSystemEvent
-
- getFileType() - Method in interface viptool.base.io.IFileInterpreterProvider
-
Returns the file type as a string. e.g.
- getFileType() - Method in class viptool.util.ClassFileInterpreter
-
- getFilter() - Method in interface viptool.base.gui.menu.IExtendedMenu
-
- getFirstPage(IStandardModalDialog) - Method in interface viptool.base.wizard.IWizard
-
Should return the first page of the wizard.
- getFirstPage(IStandardModalDialog) - Method in class viptool.base.wizard.SimpleWizard
-
- getFirstPage(IStandardModalDialog) - Method in class viptool.project.wizard.NewFolderWizard
-
- getFirstPage(IStandardModalDialog) - Method in class viptool.project.wizard.SelectFolderWizard
-
- getFolder() - Method in class viptool.base.gui.component.FolderTreePanel.FolderTreeSelection
-
Returns the selected folder.
- getFolder() - Method in class viptool.filesystem.event.FileSystemEvent
-
- getFolderContent(String) - Method in interface viptool.filesystem.IFileSystem
-
Returns the content of a folder as an array of strings.
- getFolderContent(String) - Method in interface viptool.filesystem.IFileSystemSession
-
Returns the content of a folder as an array of strings.
- getFolderElements() - Method in interface viptool.base.gui.selection.IAbstractFileSelection
-
- getFolderIterator(String) - Method in interface viptool.filesystem.IFileSystem
-
Returns an iterator for walking through the folders content.
- getFolderIterator(String) - Method in interface viptool.filesystem.IFileSystemSession
-
Returns an iterator for walking through the folders content.
- getFont() - Method in interface viptool.util.Renameable
-
method should return the font that is used in the component that displays
the name to change.
- getFullPath() - Method in class viptool.project.AbstractFile
-
- getFullPath() - Method in interface viptool.project.IAbstractFile
-
Returns the full path of the file.
- getGroup() - Method in class viptool.base.action.ExtendedAction
-
Returns the group of the action.
- getIcon() - Method in interface viptool.base.gui.IWindow
-
Gets the Icon of this window.
- getIcon() - Method in interface viptool.base.io.IFileInterpreterProvider
-
Returns the icon of the file
- getIcon() - Method in class viptool.util.ClassFileInterpreter
-
- getIcon(String) - Method in class viptool.util.resources.AbstractResourceLoader
-
Returns an Icon, which is created by the specified Filename.
- getIcon(String) - Method in interface viptool.util.resources.IResourceLoader
-
- getIconForNode(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
-
This methode returns the icon for the given node.
- getId() - Method in interface viptool.base.editor.IEditorProvider
-
Returns the id of the editor provider.
- getId() - Method in class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Returns the id of the changed element.
- getId() - Method in interface viptool.base.gui.menu.IMenuTemplate
-
Returns the id of the template.
- getId() - Method in class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Returns the id of the changed element.
- getId() - Method in interface viptool.base.gui.toolbar.IToolBarTemplate
-
Returns the id of the template.
- getIdKey() - Method in class viptool.base.action.ExtendedAction
-
Returns the id of the action
- getImage() - Method in interface viptool.base.wizard.IWizardPage
-
Should return the image that is displayed in the right top corner of the
dialog.
- getImage() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- getImage(String) - Method in class viptool.extension.ExtensionResourceLoader
-
- getImage() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- getImage(String) - Method in class viptool.util.resources.AbstractResourceLoader
-
Returns an Image, which is created by the specified Filename.
- getImage(String) - Method in interface viptool.util.resources.IResourceLoader
-
- getIndex(TreeNode) - Method in interface viptool.project.IProjectTreeNode
-
Returns the index-number of the given node.
- getIndexOfChild(Object, Object) - Method in interface viptool.project.IProjectTreeModel
-
- getIndexOfExtension(IExtensionInfo) - Method in interface viptool.extension.IExtensionManager
-
This method returns the index of the given extension into the list of known extensions.
- getInsertAt() - Method in class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Returns a positional string parameter.
- getInsertAt() - Method in class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Returns a positional string parameter.
- getInstance() - Static method in class viptool.project.FileSystem
-
- getJarFile() - Method in interface viptool.extension.IExtensionInfo
-
This method returns the jarfile of the extension it the extension is packed into an
jarfile else it returns null.
- getJob() - Method in exception viptool.job.error.JobRuntimeException
-
- getJob() - Method in class viptool.job.event.JobEvent
-
Returns the job that has fired the event.
- getJobIterator() - Method in interface viptool.job.IJobScheduler
-
method can be used to get an interator with which the list of all known
jobs can be iterated
- getJobs() - Method in interface viptool.job.IJobScheduler
-
Get all jobs the scheduler knows listed in an array.
- getJobScheduler() - Method in interface viptool.base.IWorkbench
-
- getLastModified() - Method in class viptool.project.AbstractFile
-
- getLastModified() - Method in interface viptool.project.IAbstractFile
-
Get the timestamp with the the last modification time of the file.
- getLength() - Method in class viptool.util.MathVector
-
return the length of the vector
- getLevel() - Method in class viptool.logger.LogObject
-
Get the Level of the LogObject as an Integer.
- getLinearEquation(double, double, double, double) - Static method in class viptool.util.GeometryUtils
-
Calculates the standard line equation for two points.
- getLogger() - Method in interface viptool.base.IWorkbench
-
Returns the logger for the viptool.
- getLogger() - Method in class viptool.extension.Extension
-
This method returns the Logger which is used from the current workspace.
- getLogs() - Method in interface viptool.logger.ILogger
-
- getMainDescription() - Method in interface viptool.base.wizard.IWizardPage
-
Is called to get the main description for the dialog page.
- getMainDescription() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- getMainDescription() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- getMainFrame() - Method in interface viptool.base.IWorkbench
-
Returns a reference to the main frame window.
- getManifest() - Method in interface viptool.extension.IExtensionInfo
-
This methode returns a String which is a valid manifest for this extensions.
- getMatchingEditorProviders(IFileInterpreter) - Method in interface viptool.base.editor.IEditorManager
-
Returns all editor providers that would accept the given file
interpreter.
- getMatchingFileInterpreterProviders(IAbstractFile) - Method in interface viptool.base.io.IFileInterpreterManager
-
Returns all file interpreter providers that would accept the given file.
- getMaxHeapSize() - Static method in class viptool.util.GeneralUtils
-
- getMaximumMatches() - Method in interface viptool.base.gui.selection.ISelectionFilter
-
- getMenuBar() - Method in interface viptool.base.gui.IChildWindow
-
Gets the menu for this window.
- getMenuBar() - Method in interface viptool.base.gui.menu.IExtendedMenuBar
-
- getMenuBarManager() - Method in interface viptool.base.IWorkbench
-
- getMenuItem(String) - Method in interface viptool.base.gui.menu.IExtendedMenu
-
- getMenuItem(String) - Method in interface viptool.base.gui.menu.IMenuTemplate
-
Returns the menu item with the given id.
- getMenuTemplate() - Method in class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Returns the menu template that has fired the event.
- getMessage() - Method in class viptool.logger.LogObject
-
Get the message of the LogObject.
- getMinimumMatches() - Method in interface viptool.base.gui.selection.ISelectionFilter
-
- getMode() - Method in interface viptool.job.IJob
-
Retunrs the mode of the job.
- getMode() - Method in class viptool.job.Job
-
- getModel() - Method in interface viptool.project.IProjectTreeNode
-
- getMouseWheels(MouseEvent) - Static method in class viptool.base.action.ExtendedAction
-
Returns the numbre of points the mouse wheel was moved.
- getName() - Method in interface viptool.base.editor.IEditorProvider
-
Returns the name of the editor.
- getName() - Method in class viptool.extension.Extension
-
This abstract method has to be overwritten by all implementations of
Extension.
- getName() - Method in interface viptool.extension.IExtensionInfo
-
This method returns the name of the extension as string.
- getName() - Method in class viptool.filesystem.FileSystemEntry
-
- getName() - Method in interface viptool.job.IJob
-
Returns the name of the job.
- getName() - Method in class viptool.job.Job
-
- getName() - Method in interface viptool.preferences.IPreferenceNode
-
Get the name of the PreferenceNode
- getName() - Method in interface viptool.project.IAbstractFile
-
Returns the name of the file.
- getName() - Method in interface viptool.project.IProject
-
Return the name of the project.
- getName() - Method in interface viptool.util.Renameable
-
this method returns the name of the object, so that it can be displayed
at the beginning of the rename process
- getNewFileWizard() - Method in interface viptool.base.io.IFileInterpreterProvider
-
Returns a wizard that can in several steps create a new file of the
providers file type.
- getNewFileWizard() - Method in class viptool.util.ClassFileInterpreter
-
- getNewName() - Method in exception viptool.base.error.FileRenameException
-
- getNextPage() - Method in interface viptool.base.wizard.IWizard
-
Should return the next page of the wizard.
- getNextPage() - Method in class viptool.base.wizard.SimpleWizard
-
- getNextPage() - Method in class viptool.project.wizard.NewFolderWizard
-
- getNode(Document) - Method in interface viptool.extension.IExtensionInfo
-
This method returns an XML-DOC-Node which all information about this extension.
- getNumberOfWaitingBackgroundJobs() - Method in interface viptool.job.IJobScheduler
-
Method returns the number of waiting background jobs, e.g. for giving
the possibility of informing the user about this number.
- getNumberOfWaitingForegroundJobs() - Method in interface viptool.job.IJobScheduler
-
Method returns the number of waiting foreground jobs, e.g. for giving
the possibility of informing the user about this number.
- getObjects() - Method in class viptool.base.event.ExtendedListDataEvent
-
This method returns the list data objects which was changed by the event.
- getOpenEditors() - Method in interface viptool.base.IWorkbench
-
Returns an array of all opened editors.
- getOpenViews() - Method in interface viptool.base.IWorkbench
-
Returns an array of all opened views.
- getPanel() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- getPanel() - Method in interface viptool.project.wizard.NewFolderWizard.IFolderPage
-
- getParent() - Method in class viptool.base.gui.component.FolderTreePanel.FolderTreeSelection
-
Returns the parent of the selected element or null if the parent is a
project.
- getParent() - Method in interface viptool.project.IProjectTreeNode
-
Returns the parent of this node.
- getParentClass() - Method in class viptool.util.ClassFile
-
This method returns the parent class of the class which is stored into this file.
- getParentFolder() - Method in class viptool.project.AbstractFile
-
- getParentFolder() - Method in interface viptool.project.IAbstractFile
-
Returns the parent folder of the file.
- getPathFile() - Method in class viptool.project.AbstractFile
-
- getPathFile() - Method in interface viptool.project.IAbstractFile
-
Returns the path of the the file.
- getPostProcessor() - Method in interface viptool.base.gui.menu.IExtendedMenu
-
- getPreciseDirectionQuadrant() - Method in class viptool.util.MathVector
-
returns the number of quadrant
1: 0� - 90�
2: 90�- 180�
3: 180� - 270�
4: 270� - 360�
or the number of the axis section
5: x positive
6: y positive
7: x negative
8: y negative
9: 0 vector
- getPreferenceChildNode(String) - Method in interface viptool.preferences.IPreferenceNode
-
Get one child of this PreferncesNode, that belongs to the key.
- getPreferenceChildNode(String) - Method in interface viptool.preferences.IPreferenceStore
-
Get one child of the PreferncesStore, that belongs to the key.
- getPreferenceChildNodes() - Method in interface viptool.preferences.IPreferenceNode
-
Get the HashMap, that contains all childs of this PreferenceNode.
- getPreferenceChildNodes() - Method in interface viptool.preferences.IPreferenceStore
-
Get the HashMap, that contains all childs of the PreferenceStore.
- getPresentationName() - Method in class viptool.util.Renamer
-
- getPreviousPage() - Method in interface viptool.base.wizard.IWizard
-
Should return the previous page of the wizard.
- getPreviousPage() - Method in class viptool.base.wizard.SimpleWizard
-
- getPreviousPage() - Method in class viptool.project.wizard.NewFolderWizard
-
- getPreviousWorkspace() - Method in class viptool.base.event.WorkspaceChangeEvent
-
Returns the previous workspace.
- getPriority() - Method in interface viptool.job.IJob
-
Returns the priority of the job.
- getPriority() - Method in class viptool.job.Job
-
- getProgressMonitor() - Method in class viptool.job.event.JobEvent
-
method returns the ProgressMonitor that displays the progress of the job
underlying this event.
- getProject() - Method in class viptool.base.gui.component.FolderTreePanel.FolderTreeSelection
-
Returns the project of the selected element.
- getProject() - Method in class viptool.project.AbstractFile
-
- getProject() - Method in class viptool.project.event.ProjectFileEvent
-
Returns the involved project.
- getProject() - Method in class viptool.project.event.WorkspaceEvent
-
Returns the project that was added or removed
- getProject() - Method in interface viptool.project.IAbstractFile
-
Returns the hosting project of the file.
- getProjectIterator() - Method in interface viptool.project.IWorkspace
-
Returns an iterator that is capable to iterate over all projects of the
workspace.
- getProjectPath(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
-
This mehtode returns the absolut path of the projectfolder to which the
given node belongs to.
- getProjects() - Method in interface viptool.project.IWorkspace
-
Returns an array containing all projects of the workspace.
- getProjectToNode(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
-
This methode retruns the project to which the given node belongs to.
- getPropertyPath() - Method in interface viptool.base.IWorkbench
-
- getProvider() - Method in class viptool.base.editor.Editor
-
- getProvider() - Method in interface viptool.base.editor.IEditor
-
- getProvider() - Method in class viptool.base.io.FileInterpreter
-
- getProvider() - Method in interface viptool.base.io.IFileInterpreter
-
Returns the provider that is responsible for this file interpreter.
- getRedoPresentationName() - Method in class viptool.util.Renamer
-
- getRequiredExtensions() - Method in interface viptool.extension.IExtensionInfo
-
This method returns an Array of extensions which are needed to run this extension.
- getRequiredNames() - Method in interface viptool.extension.IExtensionInfo
-
This method returns a Vector which contains all fqcn of required extensions.
- getResource(String) - Method in class viptool.extension.ExtensionResourceLoader
-
This method returns a URI to the resource with the given relative path.
- getResource(String, String) - Method in class viptool.extension.ExtensionResourceLoader
-
This method returns an URI to the resource with the given relative
path and the given base.
- getResource(String) - Method in interface viptool.util.resources.IResourceLoader
-
- getResource(String, String) - Method in interface viptool.util.resources.IResourceLoader
-
- getResourceBase() - Method in class viptool.extension.Extension
-
This abstract method has to be overwritten by all implementations.
- getResourceLoader() - Method in interface viptool.base.IWorkbench
-
- getResourceLoader() - Method in class viptool.extension.Extension
-
This method returns the ResourceLoader of the running workbench.
- getRGBString(Color) - Static method in class viptool.util.GeneralUtils
-
mehtod returns a string that represents the given color.
- getRoot() - Method in interface viptool.project.IProjectTreeModel
-
- getRunningJobIterator() - Method in interface viptool.job.IJobScheduler
-
Get all jobs, that are working.
- getRunningJobs() - Method in interface viptool.job.IJobScheduler
-
Get all jobs, that are working.
- getSavedBackground() - Method in class viptool.base.editor.Editor
-
- getSeek() - Method in class viptool.base.gui.menu.event.ExtendedMenuEvent
-
Returns the exact position of the element relative to the insertAt value.
- getSeek() - Method in class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Returns the exact position of the element relative to the insertAt value.
- getSelectedElement() - Method in interface viptool.project.IProjectGuiLinker
-
This methode returns the selected element at the tree or null if no
element is selected
- getSelectedFile() - Method in interface viptool.base.IWorkbench
-
Returns the current selected file.
- getSelectedFolder() - Method in interface viptool.base.IWorkbench
-
Returns the parent folder of the current selected object in the project
tree.
- getSelectedFolder() - Method in interface viptool.project.IProjectGuiLinker
-
This methode returns the Folder of the selected element at the tree or
null if no element is selected
- getSelectedItem() - Method in class viptool.base.gui.component.FolderTreePanel
-
Returns a folder tree selection object containing information about the
currently selected folder.
- getSelectedName() - Method in class viptool.base.gui.component.PathBrowserPanel
-
- getSelectedPath() - Method in class viptool.base.gui.component.FileNamePanel
-
- getSelectedPath() - Method in class viptool.base.gui.component.PathBrowserPanel
-
- getSelectedPath() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- getSelectedPath() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- getSelectedPath() - Method in interface viptool.project.wizard.NewFolderWizard.IFolderPage
-
- getSelectedProject() - Method in interface viptool.base.IWorkbench
-
Returns the project of the current selected object in the project tree.
- getSelectedProject() - Method in interface viptool.project.IProjectGuiLinker
-
This methode returns the Project of the selected element at the tree or
null if no element is selected
- getSelection() - Method in class viptool.base.action.SelectionAction
-
- getSelection() - Method in class viptool.base.gui.component.event.FolderTreePanelSelectionEvent
-
- getSelection(ISelection) - Method in interface viptool.base.gui.selection.ISelectionProvider
-
- getSize() - Method in class viptool.project.AbstractFolder
-
- getSize() - Method in interface viptool.project.IAbstractFolder
-
Returns the size of the folder.
- getSize() - Method in interface viptool.project.IProject
-
Returns the size of the project.
- getSize() - Method in interface viptool.project.IWorkspace
-
Returns the size of the workspace.
- getStandardDialog() - Method in class viptool.base.gui.dialog.event.StandardDialogEvent
-
- getTemplate(String) - Method in interface viptool.base.gui.menu.IMenuBarManager
-
- getTemplate(String) - Method in interface viptool.base.gui.toolbar.IToolBarManager
-
Returns the template with the given id.
- getTemporaryDirectory() - Static method in class viptool.util.GeneralUtils
-
Returns the temporary directory of the system.
- getTimestamp() - Method in class viptool.job.event.JobEvent
-
Returns a time stamp showing when the event was fired.
- getTitle() - Method in class viptool.base.editor.Editor
-
- getTitle() - Method in interface viptool.base.gui.IWindow
-
Gets the title of the window.
- getTitle() - Method in interface viptool.base.wizard.IWizard
-
Returns the title for the wizard.
- getTitle() - Method in class viptool.base.wizard.NewFileWizard
-
- getTitle() - Method in class viptool.project.AbstractFile
-
- getTitle() - Method in interface viptool.project.IAbstractFile
-
Returns the title of the file.
- getTitle() - Method in class viptool.project.wizard.NewFolderWizard
-
- getTitle() - Method in class viptool.project.wizard.SelectFolderWizard
-
- getToolBar() - Method in interface viptool.base.gui.IChildWindow
-
Gets the toolbar for this window.
- getToolBar() - Method in interface viptool.base.gui.toolbar.IExtendedToolBar
-
- getToolBarItem(String) - Method in interface viptool.base.gui.toolbar.IExtendedToolBar
-
- getToolBarItem(String) - Method in interface viptool.base.gui.toolbar.IToolBarTemplate
-
Returns the toolbar item with the given id.
- getToolBarManager() - Method in interface viptool.base.IWorkbench
-
- getToolBarTemplate() - Method in class viptool.base.gui.toolbar.event.ExtendedToolBarEvent
-
Returns the menu template that has fired the event.
- getToolTipText() - Method in interface viptool.base.gui.IChildWindow
-
Gets the tooltip text of this window.
- getType() - Method in class viptool.base.gui.dialog.event.ButtonClickedEvent
-
- getUndoPresentationName() - Method in class viptool.util.Renamer
-
- getUsedBytes() - Static method in class viptool.util.GeneralUtils
-
- getUserDefined() - Method in class viptool.base.action.ExtendedAction
-
Returns the user defined value associated with this action.
- getUsersHomeDirectory() - Static method in class viptool.util.GeneralUtils
-
Returns the home directory of the user.
- getVersion() - Method in interface viptool.extension.IExtensionInfo
-
This method returns the current version of the Extension.
- getWaitingJobIterator() - Method in interface viptool.job.IJobScheduler
-
Get all jobs, that are waiting.
- getWaitingJobs() - Method in interface viptool.job.IJobScheduler
-
Get all jobs, that are waiting.
- getWindow() - Method in class viptool.base.action.WindowAction
-
- getWizardDialog() - Method in class viptool.base.wizard.SimpleWizard
-
- getWorkbench() - Method in class viptool.base.editor.Editor
-
- getWorkbench() - Method in class viptool.base.event.WorkbenchEvent
-
Returns the workbench that fired the event.
- getWorkbench() - Method in class viptool.extension.Extension
-
This method returns the workspace into which this instance of the
extension runs.
- getWorkspace() - Method in class viptool.project.event.WorkspaceEvent
-
Returns the workspace that is involved.
- getX() - Method in class viptool.util.MathVector
-
returns the x-coordinate
- getY() - Method in class viptool.util.MathVector
-
returns the y-coordinate
- GROUP_EDITORS - Static variable in interface viptool.util.resources.ResourceConstants
-
- GROUP_NAME - Static variable in interface viptool.base.editor.IEditor
-
Name of the editor group
- GROUP_NAME - Static variable in interface viptool.base.gui.IView
-
Name of the view group
- GROUP_PROJECTS - Static variable in interface viptool.util.resources.ResourceConstants
-