- factorial(int) - Static method in class viptool.util.GeneralUtils
-
- fileAdded(IAbstractFile) - Method in interface viptool.project.event.IAbstractFolderListener
-
Called when a file was added to the abstract folder.
- fileAdded(ProjectFileEvent) - Method in interface viptool.project.event.IProjectListener
-
Called if a file was added to the listener.
- FileAlreadyLockedException - Exception in viptool.base.error
-
- FileAlreadyLockedException(String, IFileLocker) - Constructor for exception viptool.base.error.FileAlreadyLockedException
-
- fileChanged(ProjectFileEvent) - Method in interface viptool.project.event.IProjectListener
-
Called if a file was changed.
- fileCreated(FileSystemEvent) - Method in interface viptool.filesystem.event.IFileSystemListener
-
- FileExistsException - Exception in viptool.filesystem.error
-
- FileExistsException() - Constructor for exception viptool.filesystem.error.FileExistsException
-
- FileFormatException - Exception in viptool.base.error
-
- FileFormatException(File) - Constructor for exception viptool.base.error.FileFormatException
-
- FileFormatException(File, String, Throwable) - Constructor for exception viptool.base.error.FileFormatException
-
- FileFormatException(File, String) - Constructor for exception viptool.base.error.FileFormatException
-
- FileFormatException(File, Throwable) - Constructor for exception viptool.base.error.FileFormatException
-
- FileInterpreter - Class in viptool.base.io
-
This is an implementation of the IFileInterpreter interface and implements
some of the interface methods.
- FileInterpreter(IFileInterpreterProvider, IAbstractFile) - Constructor for class viptool.base.io.FileInterpreter
-
Constructs the file interpreter based on the given abstract file.
- FileInterpreterException - Exception in viptool.base.error
-
- FileInterpreterException(IFileInterpreter) - Constructor for exception viptool.base.error.FileInterpreterException
-
- FileInterpreterException(IFileInterpreter, String) - Constructor for exception viptool.base.error.FileInterpreterException
-
- FileInterpreterException(IFileInterpreter, Throwable) - Constructor for exception viptool.base.error.FileInterpreterException
-
- FileInterpreterException(IFileInterpreter, String, Throwable) - Constructor for exception viptool.base.error.FileInterpreterException
-
- FileInterpreterProviderException - Exception in viptool.base.error
-
- FileInterpreterProviderException(IFileInterpreterProvider) - Constructor for exception viptool.base.error.FileInterpreterProviderException
-
- FileInterpreterProviderException(IFileInterpreterProvider, String, Throwable) - Constructor for exception viptool.base.error.FileInterpreterProviderException
-
- FileInterpreterProviderException(IFileInterpreterProvider, String) - Constructor for exception viptool.base.error.FileInterpreterProviderException
-
- FileInterpreterProviderException(IFileInterpreterProvider, Throwable) - Constructor for exception viptool.base.error.FileInterpreterProviderException
-
- fileLoaded(IFileIOEvent) - Method in interface viptool.base.io.event.IFileInterpreterListener
-
- fileLocked() - Method in class viptool.base.editor.Editor
-
- fileLocked(IFileLocker) - Method in class viptool.base.editor.Editor
-
- fileLocked(IFileLocker) - Method in interface viptool.project.event.IAbstractFileListener
-
- FileNamePanel - Class in viptool.base.gui.component
-
- FileNamePanel(IWorkbench) - Constructor for class viptool.base.gui.component.FileNamePanel
-
This is the default constructor
- FileNamePanel(IWorkbench, Object) - Constructor for class viptool.base.gui.component.FileNamePanel
-
- FileNamePanel(IWorkbench, Object, String) - Constructor for class viptool.base.gui.component.FileNamePanel
-
- FILENOTFOUND - Static variable in exception viptool.base.error.UnsupportedFileException
-
- fileReleased(IFileLocker, boolean) - Method in class viptool.base.editor.Editor
-
- fileReleased(IFileLocker, boolean) - Method in interface viptool.project.event.IAbstractFileListener
-
- fileRemoved(FileSystemEvent) - Method in interface viptool.filesystem.event.IFileSystemListener
-
- fileRemoved(IAbstractFile) - Method in interface viptool.project.event.IAbstractFolderListener
-
Called when a file was removed from the abstract folder.
- fileRemoved(ProjectFileEvent) - Method in interface viptool.project.event.IProjectListener
-
Called if a file was removed form the listener.
- FileRenameException - Exception in viptool.base.error
-
- FileRenameException(IAbstractFile, String) - Constructor for exception viptool.base.error.FileRenameException
-
- FileRenameException(IAbstractFile, String, Throwable) - Constructor for exception viptool.base.error.FileRenameException
-
- fileSaved(IFileIOEvent) - Method in interface viptool.base.io.event.IFileInterpreterListener
-
- FileSystem - Class in viptool.project
-
- FileSystemEntry - Class in viptool.filesystem
-
- FileSystemEntry(String, boolean) - Constructor for class viptool.filesystem.FileSystemEntry
-
- FileSystemEvent - Class in viptool.filesystem.event
-
- FileSystemEvent(IFileSystem, FileSystemEntry, FileSystemEntry) - Constructor for class viptool.filesystem.event.FileSystemEvent
-
- FileSystemException - Exception in viptool.filesystem.error
-
- FileSystemException() - Constructor for exception viptool.filesystem.error.FileSystemException
-
- FILETYPE_ALL - Static variable in interface viptool.base.gui.selection.IFileTypeFilter
-
- FILETYPE_DIRECTORY - Static variable in interface viptool.base.gui.selection.IFileTypeFilter
-
- FILETYPE_NORMALFILE - Static variable in interface viptool.base.gui.selection.IFileTypeFilter
-
- fileUnlocked() - Method in class viptool.base.editor.Editor
-
- FileUtils - Class in viptool.util
-
- FileUtils() - Constructor for class viptool.util.FileUtils
-
- findEditors(IAbstractFile) - Method in interface viptool.base.IWorkbench
-
Returns an array of all editors that have currently opened the given
abstract file.
- findExtenison(String) - Method in interface viptool.extension.IExtensionManager
-
This method returns an ExtensionInfo for the given full qualified class name if
the extension is known (was registered).
- findLockingEditor(IAbstractFile) - Method in interface viptool.base.IWorkbench
-
Returns the editor that has currently locked the file or null if the file
isn't locked.
- finish() - Method in interface viptool.base.wizard.IWizard
-
Is called when the wizard should finish the process.
- finish() - Method in class viptool.base.wizard.NewFileWizard
-
- finish() - Method in class viptool.project.wizard.NewFolderWizard
-
- finish() - Method in class viptool.project.wizard.SelectFolderWizard
-
- finished_ - Variable in class viptool.project.wizard.NewFolderWizard
-
- fireFileAddEvent(IAbstractFile) - Method in class viptool.project.AbstractFolder
-
Notifies all listeners that the given file was added to the folder.
- fireFileLockedEvent(IFileLocker) - Method in class viptool.project.AbstractFile
-
- fireFileReleasedEvent(IFileLocker, boolean) - Method in class viptool.project.AbstractFile
-
- fireFileRemoveEvent(IAbstractFile) - Method in class viptool.project.AbstractFolder
-
Notifies all listeners that the given file was removed from the folder.
- fireFocusGainedEvent(FocusEvent) - Method in class viptool.base.gui.component.FolderTreePanel
-
- fireFocusGainedOnName() - Method in class viptool.base.gui.component.FileNamePanel
-
- fireFocusGainedOnPath() - Method in class viptool.base.gui.component.FileNamePanel
-
- fireFocusLostEvent() - Method in class viptool.base.gui.component.FileNamePanel
-
- fireFocusLostEvent(FocusEvent) - Method in class viptool.base.gui.component.FolderTreePanel
-
- fireLoadEvent(IEditor) - Method in class viptool.base.io.FileInterpreter
-
This method notifies all file interpreter listeners that the interpreter
has loaded a file.
- fireLogObjectAddedEvent(LogObject) - Method in class viptool.logger.AbstractLogger
-
Notifies the listener, that a LogObject was added to the logger.
- fireNameNotValid() - Method in class viptool.base.gui.component.FileNamePanel
-
- firePageInvalidEvent() - Method in class viptool.base.wizard.SimpleWizardPage
-
- firePageValidEvent() - Method in class viptool.base.wizard.SimpleWizardPage
-
- fireSavedEvent(IEditor) - Method in class viptool.base.io.FileInterpreter
-
This method notifies all file interpreter listeners that the interpreter
has saved changes to the file.
- fireSelectionEvent(FolderTreePanel.FolderTreeSelection) - Method in class viptool.base.gui.component.FolderTreePanel
-
- fireValidated() - Method in class viptool.base.gui.component.FileNamePanel
-
- focusGained(FocusEvent) - Method in interface viptool.base.gui.component.event.IFolderTreePanelListener
-
- focusGained(FocusEvent) - Method in class viptool.base.gui.component.FileNamePanel
-
- focusGained(FocusEvent) - Method in class viptool.base.gui.component.FolderTreePanel
-
- focusGained(FocusEvent) - Method in class viptool.base.gui.component.PathBrowserPanel
-
- focusGained(FocusEvent) - Method in class viptool.util.Renamer
-
- focusGainedOnName() - Method in interface viptool.base.gui.component.event.IFileNamePanelListener
-
Notifies the listener that the name field has the focus now.
- focusGainedOnName() - Method in interface viptool.base.gui.component.event.IPathBrowserPanelListener
-
Notifies the listener that the name field has the focus now.
- focusGainedOnName() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- focusGainedOnName() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- focusGainedOnPath() - Method in interface viptool.base.gui.component.event.IPathBrowserPanelListener
-
Notifies the listener that the path field has the focus now.
- focusGainedOnPathTree() - Method in interface viptool.base.gui.component.event.IFileNamePanelListener
-
Notifies the listener that the folder panel has the focus now.
- focusGainedOnPathTree() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- focusGainedOnPathTree() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- focusLost() - Method in interface viptool.base.gui.component.event.IFileNamePanelListener
-
Notifies the listener that neither the name nor the path field has the
focus now.
- focusLost(FocusEvent) - Method in interface viptool.base.gui.component.event.IFolderTreePanelListener
-
- focusLost() - Method in interface viptool.base.gui.component.event.IPathBrowserPanelListener
-
Notifies the listener that neither the name nor the path field has the
focus now.
- focusLost(FocusEvent) - Method in class viptool.base.gui.component.FileNamePanel
-
- focusLost(FocusEvent) - Method in class viptool.base.gui.component.FolderTreePanel
-
- focusLost(FocusEvent) - Method in class viptool.base.gui.component.PathBrowserPanel
-
- focusLost() - Method in class viptool.base.wizard.NewFileWizard.NewFilePage
-
- focusLost() - Method in class viptool.project.wizard.NewFolderWizard.FolderPage
-
- focusLost(FocusEvent) - Method in class viptool.util.Renamer
-
- folder_ - Variable in class viptool.project.wizard.NewFolderWizard
-
- folderPage_ - Variable in class viptool.project.wizard.NewFolderWizard
-
- FolderTreePanel - Class in viptool.base.gui.component
-
The folder tree panel displays a tree with projects and folders or folders
only.
- FolderTreePanel(IWorkbench) - Constructor for class viptool.base.gui.component.FolderTreePanel
-
Call this constructor to construct a folder pane, that displays all
projects and their subfolders.
- FolderTreePanel(IWorkbench, IProject) - Constructor for class viptool.base.gui.component.FolderTreePanel
-
Call this constructor to construct a folder pane, that displays the given
project and its subfolders.
- FolderTreePanel(IWorkbench, IAbstractFolder) - Constructor for class viptool.base.gui.component.FolderTreePanel
-
Call this constructor to display the given folder and all its subfolders.
- FolderTreePanel.FolderTreeSelection - Class in viptool.base.gui.component
-
This class holds information about the selected element in the folder
tree panel.
- FolderTreePanel.FolderTreeSelection(IProject, IAbstractFolder, IAbstractFolder) - Constructor for class viptool.base.gui.component.FolderTreePanel.FolderTreeSelection
-
Constructs a new folder tree selection object with the given
information.
- FolderTreePanelSelectionEvent - Class in viptool.base.gui.component.event
-
- FolderTreePanelSelectionEvent(FolderTreePanel, FolderTreePanel.FolderTreeSelection) - Constructor for class viptool.base.gui.component.event.FolderTreePanelSelectionEvent
-
- FONT_DEFAULT_CONSOLE - Static variable in interface viptool.util.resources.ResourceConstants
-
- FONT_DEFAULT_LABEL - Static variable in interface viptool.util.resources.ResourceConstants
-