A B C D E F G H I J K L M N O P R S T U V W X 

C

calculateCombinations(List<TYPE>, int, int, CombinationListener<TYPE>) - Static method in class viptool.util.GeneralUtils
 
cancel() - Method in interface viptool.base.wizard.IWizard
This method is called when the user canceled the operation.
cancel() - Method in class viptool.base.wizard.NewFileWizard
 
cancel() - Method in interface viptool.job.IJob
This method is called if the job has to be cancelled.
cancel() - Method in class viptool.project.wizard.NewFolderWizard
 
cancelJob(IJob) - Method in interface viptool.job.IJobScheduler
this method will invoke the cancel() method of the given job.
canClose(boolean) - Method in class viptool.base.editor.Editor
 
canClose(boolean) - Method in interface viptool.base.gui.IChildWindow
Returns whether the window is ready to close or not.
canCreateNewFile(IWorkbench) - Method in interface viptool.base.io.IFileInterpreterProvider
Tests whether a new file can be created at the current workbench state.
canCreateNewFile(IWorkbench) - Method in class viptool.util.ClassFileInterpreter
 
canFinish() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
 
canFinish() - Method in class viptool.base.wizard.SimpleWizardPage
Should return true, if the wizard can be finished after that page
canGoToPrevoius() - Method in interface viptool.base.wizard.IWizardPage
Is called to determine whether the user can go a step back.
canGoToPrevoius() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
 
canGoToPrevoius() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
 
canModify() - Method in class viptool.base.editor.Editor
Returns true if the editor can modify the file.
CannotOpenFileException - Exception in viptool.base.error
 
CannotOpenFileException(IAbstractFile) - Constructor for exception viptool.base.error.CannotOpenFileException
 
CannotOpenFileException(IAbstractFile, String, Throwable) - Constructor for exception viptool.base.error.CannotOpenFileException
 
CannotOpenFileException(IAbstractFile, String) - Constructor for exception viptool.base.error.CannotOpenFileException
 
CannotOpenFileException(IAbstractFile, Throwable) - Constructor for exception viptool.base.error.CannotOpenFileException
 
canRedo() - Method in class viptool.util.Renamer
 
canUndo() - Method in class viptool.util.Renamer
 
centerComponent(Component, Component) - Static method in class viptool.util.GeneralUtils
Centers a component (dialog, window) relative to another component.
changedUpdate(DocumentEvent) - Method in class viptool.base.gui.component.PathBrowserPanel
 
changeFolder(String) - Method in interface viptool.filesystem.IFileSystemSession
Changes the current working folder to the given folder.
ChildNotAcceptedException - Exception in viptool.project.error
 
ChildNotAcceptedException(IAbstractFile) - Constructor for exception viptool.project.error.ChildNotAcceptedException
 
ChildNotAcceptedException(IAbstractFile, String) - Constructor for exception viptool.project.error.ChildNotAcceptedException
 
ChildNotAcceptedException(IAbstractFile, Throwable) - Constructor for exception viptool.project.error.ChildNotAcceptedException
 
ChildNotAcceptedException(IAbstractFile, String, Throwable) - Constructor for exception viptool.project.error.ChildNotAcceptedException
 
children() - Method in interface viptool.project.IProjectTreeNode
This methode returns an Enumeration over all childnodes of this node, or null it the node has no childs.
ClassFile - Class in viptool.util
This Class represents a Java Class File.
ClassFileInterpreter - Class in viptool.util
 
ClassFileInterpreter() - Constructor for class viptool.util.ClassFileInterpreter
 
clearSelection(ISelection) - Method in interface viptool.base.gui.selection.ISelectionProvider
 
clone() - Method in class viptool.base.action.ExtendedAction
 
clone() - Method in class viptool.base.action.SelectionAction
 
clone() - Method in class viptool.base.action.WindowAction
 
clone() - Method in class viptool.util.MathVector
clones the object
close(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
This mehtode sends a close message to all editors which are registert at the abstractfile which is represented by this node.
closeAllEditors(boolean) - Method in interface viptool.base.IWorkbench
Closes all open editors.
closeAllEditors(IAbstractFile, boolean) - Method in interface viptool.base.IWorkbench
Closes all editors that have opened the given abstract file.
closeAllViews(boolean) - Method in interface viptool.base.IWorkbench
Closes all open views except of the workspace view.
closeEditor(IEditor, boolean) - Method in interface viptool.base.IWorkbench
Closes the editor.
closeProject(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
This methode closes the project to which the given node belongs.
closeView(IView, boolean) - Method in interface viptool.base.IWorkbench
Closes the view.
closeWindow(IChildWindow, boolean) - Method in interface viptool.base.IWorkbench
Closes the window.
COLOR_CANNOTPERFORM_ACTION - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_CANPERFORM_ACTION - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_COMPONENT_MOUSEOVER - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_CONSOLE_DEBUG - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_CONSOLE_ERROR - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_CONSOLE_INFO - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_CONSOLE_WARNING - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_DEFAULT_COMPONENT_FOREGROUND - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_DEFAULT_NODE_ACTION - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_DEFAULT_NODE_FILL - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_EDITOR_LOCKED - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_EDITOR_UNLOCKED - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_ERROR_DARK - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_ERROR_LIGHT - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_IN_SELECTION - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_NODE_POSTSET - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_NODE_PREPOSTSET - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_NODE_PRESET - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_WARNING_DARK - Static variable in interface viptool.util.resources.ResourceConstants
 
COLOR_WARNING_LIGHT - Static variable in interface viptool.util.resources.ResourceConstants
 
combination(List<TYPE>) - Method in interface viptool.util.event.CombinationListener
 
CombinationListener<TYPE> - Interface in viptool.util.event
 
CommandLineParser - Class in viptool.util
 
CommandLineParser(String[]) - Constructor for class viptool.util.CommandLineParser
 
CONSOLE_DIVIDER_LOCATION - Static variable in interface viptool.util.resources.ResourceConstants
 
Constants - Class in viptool
 
Constants() - Constructor for class viptool.Constants
 
ContainerAction - Class in viptool.base.action
The ContainerAction doesn't perform an action.
ContainerAction() - Constructor for class viptool.base.action.ContainerAction
 
containsFlag(int, int) - Static method in class viptool.util.GeneralUtils
Test wether a propety contains a given flag.
convertIdToPath(String) - Static method in class viptool.util.GeneralUtils
 
copy(IProjectTreeNode, IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
This methode copies the diskfile which is represented by the given node to the given target or the parent of the given target if the target isn't a folder.
copy(File, File, boolean) - Static method in class viptool.util.FileUtils
Copy the file named by source to the target file.
createAbstractFile(String) - Method in class viptool.project.FileSystem
 
createAbstractFile(File) - Method in class viptool.project.FileSystem
 
createAbstractFile(IProject, String) - Method in class viptool.project.FileSystem
 
createAbstractFile(IProject, File) - Method in class viptool.project.FileSystem
 
createAbstractFile(IProject, IAbstractFolder, String) - Method in class viptool.project.FileSystem
 
createAbstractFile(IProject, IAbstractFolder, File) - Method in class viptool.project.FileSystem
 
createAbstractFolder(IProject, String) - Method in class viptool.project.FileSystem
 
createAbstractFolder(IProject, File) - Method in class viptool.project.FileSystem
 
createAbstractFolder(IProject, IAbstractFolder, String) - Method in class viptool.project.FileSystem
 
createAbstractFolder(IProject, IAbstractFolder, File) - Method in class viptool.project.FileSystem
 
createContextMenu(IAbstractFileSelection) - Method in interface viptool.base.gui.menu.IContextMenuManager
Creates a concrete instance of the template that was specified by the id parameter.
createEditor(IFileInterpreter) - Method in interface viptool.base.editor.IEditorProvider
Creates a new editor that can display files of this editor provider.
createFile(String, Object) - Method in interface viptool.filesystem.IFileSystem
Creates the given file with the given content.
createFile(String, Object) - Method in interface viptool.filesystem.IFileSystemSession
Creates a file with the given name and the given content.
createFileTypeFilter(String, String, String, int, int) - Method in interface viptool.base.gui.menu.IContextMenuManager
Creates a new FileTypeFilter.
createFileWithContent(File, String) - Static method in class viptool.util.FileUtils
Creates the given file and write the content to it.
createFolder(String) - Method in class viptool.base.gui.component.FolderTreePanel
Adds a folder with the given name as child to the currently selected item in the tree.
createFolder(String) - Method in interface viptool.filesystem.IFileSystem
Creates the given folder in the file system.
createFolder(String) - Method in interface viptool.filesystem.IFileSystemSession
Creates the folder with the given name.
createFolder(IProjectTreeNode, String) - Method in interface viptool.project.IProjectGuiLinker
This methode creates a new folder with the given name as child of the given parent.
createFromFile(IAbstractFile) - Method in interface viptool.base.io.IFileInterpreterProvider
Creates a abstract file based on the given folder and file.
createFromFile(IAbstractFile) - Method in class viptool.util.ClassFileInterpreter
 
createMenu(int) - Method in interface viptool.base.gui.menu.IMenuTemplate
Creates a concrete instance of the template.
createMenu(int, IActionFilter) - Method in interface viptool.base.gui.menu.IMenuTemplate
 
createMenu(int, IActionFilter, IActionPostProcessor) - Method in interface viptool.base.gui.menu.IMenuTemplate
 
createMenuBar(String, IWindow) - Method in interface viptool.base.gui.menu.IMenuBarManager
Creates a concrete instance of the template that was specified by the id parameter.
createNewFile(IAbstractFile) - Method in interface viptool.base.io.IFileInterpreterProvider
Should create a new file that matches the file type.
createNewFile(IAbstractFile) - Method in class viptool.util.ClassFileInterpreter
 
createSelectionModel(ArrayList<ISelectionFilter>) - Method in interface viptool.base.gui.menu.IContextMenuManager
Creates a new SelectionModel.
createToolBar(String, IWindow) - Method in interface viptool.base.gui.toolbar.IToolBarManager
Creates a concrete instance of the template that was specified by the id parameter.
createToolBar(int) - Method in interface viptool.base.gui.toolbar.IToolBarTemplate
Creates a concrete instance of the template.
createToolBar(int, IActionFilter) - Method in interface viptool.base.gui.toolbar.IToolBarTemplate
 
createToolBar(int, IActionFilter, IActionPostProcessor) - Method in interface viptool.base.gui.toolbar.IToolBarTemplate
 
cumulativeSum(int) - Static method in class viptool.util.GeneralUtils
 
CURSOR_DRAG_CHILDWINDOW - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_RESIZE_HORIZONTAL - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_RESIZE_TOPLEFT_BOTTOMRIGHT - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_RESIZE_TOPRIGHT_BOTTOMLEFT - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_RESIZE_VERTICAL - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_SPLITBOTTOM - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_SPLITLEFT - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_SPLITRIGHT - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CURSOR_SPLITTOP - Static variable in interface viptool.util.resources.cursor.CursorConstants
 
CursorConstants - Interface in viptool.util.resources.cursor
 
A B C D E F G H I J K L M N O P R S T U V W X