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

S

save() - Method in class viptool.base.editor.Editor
 
save() - Method in interface viptool.base.editor.IEditor
This method saves the current opened file.
save() - Method in interface viptool.base.io.IFileInterpreter
Saves the interpreted file to the real existing file.
save(Document, Node) - Method in interface viptool.preferences.IPreferenceNode
With this methode you can save all information from the PreferenceNode in a XML file.
save(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
This methode calls the editor who has the lock of the file which is represented by the given node that changes should be saved.
savePreferences() - Method in interface viptool.preferences.IPreferenceStore
Save all information about preferences in a XML file.
savePreferences(String) - Method in interface viptool.preferences.IPreferenceStore
Save all information about preferences in a XML file.
saveProject(IProjectTreeNode) - Method in interface viptool.project.IProjectGuiLinker
This methode saves all changes on all open files which belongs to the project the given node belongs to.
saveWorkspace() - Method in interface viptool.project.IProjectGuiLinker
This methode calls the Workspaceloader to save the current workspace.
scalarProduct(MathVector) - Method in class viptool.util.MathVector
calculates the scalar product of both vectors
selectFile(IAbstractFile) - Method in interface viptool.base.IWorkbench
Select the given file.
SelectFolderWizard - Class in viptool.project.wizard
 
SelectFolderWizard(IWorkbench, IAbstractFolderProvider) - Constructor for class viptool.project.wizard.SelectFolderWizard
 
SelectionAction - Class in viptool.base.action
 
SelectionAction() - Constructor for class viptool.base.action.SelectionAction
 
selectItem(Object) - Method in class viptool.base.gui.component.FolderTreePanel
Selects the given item.
selectWindow(IChildWindow) - Method in interface viptool.base.IWorkbench
selects the given window
SeparatorAction - Class in viptool.base.action
 
SeparatorAction() - Constructor for class viptool.base.action.SeparatorAction
 
setAutoload(boolean) - Method in interface viptool.extension.IExtensionInfo
If autoload is true the extension will be automatically started when VipTool starts.
setButtonsEnabled(int, boolean) - Method in interface viptool.base.gui.dialog.IStandardModalDialog
Enables or disable one or more buttons in the button panel.
setCanFinishAfterFileCreation(boolean) - Method in class viptool.base.wizard.NewFileWizard
 
setContent(JComponent) - Method in interface viptool.base.gui.dialog.IStandardModalDialog
Sets the new content for the dialog.
setCurrentWorkspace(IWorkspace) - Method in interface viptool.base.IWorkbench
Sets the current workspace.
setDebugColor(Color) - Method in interface viptool.console.IConsole
Set the color for debug messages.
setDefaultColor(Color) - Method in interface viptool.console.IConsole
Set the color for default messages.
setDescription(String) - Method in interface viptool.extension.IExtensionInfo
This method sets the description of the extension to the given string.
setDescription(String) - Method in interface viptool.job.IProgressMonitor
Sets a description with information about what is currently being done by the job
setDescription(String) - Method in class viptool.job.NullProgressMonitor
 
setDetailedDescription(String) - Method in interface viptool.base.gui.dialog.IStandardModalDialog
Changes the detailed description in the head of the dialog.
setDirection(MathVector) - Method in class viptool.util.MathVector
set the direction of the vector to the direction of the param-vector
setErrorColor(Color) - Method in interface viptool.console.IConsole
Set the color for error messages.
setFile(File) - Method in class viptool.logger.AbstractLogger
 
setFile(File) - Method in interface viptool.logger.ILogger
Set a file for your logger.
setFilter(IActionFilter) - Method in interface viptool.base.gui.menu.IExtendedMenu
 
setFolder(boolean) - Method in interface viptool.project.IProjectTreeNode
Sets or removes the flag that this node represents a project.
setFont(Font) - Method in class viptool.util.ExtendedJTextPane
 
setForceExtension(boolean) - Method in class viptool.base.wizard.NewFileWizard
 
setImage(Image) - Method in interface viptool.base.gui.dialog.IStandardModalDialog
Sets the new image for the dialog.
setInfoColor(Color) - Method in interface viptool.console.IConsole
Set the color for info messages.
setLength(double) - Method in class viptool.util.MathVector
set the length of the vector to the given value
setLengthToTen() - Method in class viptool.util.MathVector
set the length of the vector to ten [not to one to lose not too much precission
setLogLevel(int) - Method in interface viptool.logger.ILogger
Sets the log level for the logger.
setMainDescription(String) - Method in interface viptool.base.gui.dialog.IStandardModalDialog
Sets the main description for the dialog.
setMaximumMatches(int) - Method in interface viptool.base.gui.selection.ISelectionFilter
 
setMinimumMatches(int) - Method in interface viptool.base.gui.selection.ISelectionFilter
 
setModified(boolean) - Method in class viptool.base.editor.Editor
Set the modified flag that is returned by the isModified method.
setName(String) - Method in interface viptool.extension.IExtensionInfo
This method sets the name of the Extension to the given name.
setName(String, IWorkbench) - Method in class viptool.project.AbstractFile
 
setName(String, IWorkbench) - Method in class viptool.project.AbstractFolder
 
setName(String, IWorkbench) - Method in interface viptool.project.IAbstractFile
Sets the name of the file.
setName(String) - Method in interface viptool.util.Renameable
this method sets the new name to the object it is called by
setNotice(String, int) - Method in interface viptool.base.gui.dialog.IStandardModalDialog
Sets a new notice.
setOpenAfterCreation(boolean) - Method in class viptool.base.wizard.NewFileWizard
 
setParent(IMenuTemplate) - Method in interface viptool.base.gui.menu.IMenuTemplate
Sets the given template as parent.
setParent(IToolBarTemplate) - Method in interface viptool.base.gui.toolbar.IToolBarTemplate
Sets the given template as parent.
setParent(MutableTreeNode) - Method in interface viptool.project.IProjectTreeNode
Adds this node to a new parent.
setPosition(int) - Method in interface viptool.job.IProgressMonitor
Sets the position of the progress monitor to position.
setPosition(int) - Method in class viptool.job.NullProgressMonitor
 
setPostProcessor(IActionPostProcessor) - Method in interface viptool.base.gui.menu.IExtendedMenu
 
setProject(boolean) - Method in interface viptool.project.IProjectTreeNode
Sets or removes the flag that this node represents a project.
setSelected(boolean) - Method in class viptool.base.action.ExtendedAction
set the selected property to the given parameter, true or false.
setSelection(ISelection) - Method in class viptool.base.action.AbstractFileSelectionAction
 
setSelection(ISelection) - Method in class viptool.base.action.SelectionAction
 
setSelection(ISelection) - Method in interface viptool.base.gui.selection.ISelectionProvider
 
setSuperClass(String) - Method in class viptool.util.ClassFileInterpreter
This method set the searched Superclass.
setText(String) - Method in class viptool.util.ExtendedJTextPane
 
setUserObject(Object) - Method in interface viptool.project.IProjectTreeNode
Set a userobject.
setWarningColor(Color) - Method in interface viptool.console.IConsole
Set the color for warning messages.
setWindow(T) - Method in class viptool.base.action.WindowAction
 
setWorkspace(boolean) - Method in interface viptool.project.IProjectTreeNode
Sets or removes the flag that this node represents a workspace.
setX(double) - Method in class viptool.util.MathVector
set the x-coordinate
setY(double) - Method in class viptool.util.MathVector
set the y-coordinate
SHORT_DESCRIPTION_ABOUT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_ADD_BLACKLIS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_ADDARC - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_ADDTRANSITION - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_ALIGN - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_AUTOALIGN - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_BORDER_COLOR - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_CLOSE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_CLOSE_CHILDWINDOW - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_CLOSE_PROJECT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_CLOSE_WORKSPACE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_COPYOBJECTS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_CUTOBJECTS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_DELETE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_DELETEOBJECTS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_EDIT_BLACKLIST - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_EDIT_DELETELIST - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_EXIT_VIPTOOL - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_EXPORT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_EXPORT_CHILDWINDOW - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_FILL_COLOR - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_FIRETRANSITION - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_FONT_COLOR - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_FORMATTOOLBAR - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_GRID - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_GRIDSIZE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_IMPORT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_LOAD - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_LOAD_PROJECT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_LOAD_WORKSPACE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_MINTEST - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_MODUL - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_MOVEOBJECTS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_NEW_DIALOG - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_NEW_FOLDER - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_PASTEOBJECTS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_PREFERENCES - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_PREPOSTSET - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_PROTEST - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_RECENT_WORKSPACE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_REDO - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SAVE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SAVE_CHILDWINDOW - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SAVE_PROJECT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SAVE_WORKSPACE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SELECTALLOBJECTS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SIGNALIN - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SIGNALOUT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SIMULATE - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_SKELETON - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_TESTIN - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_TESTOUT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_TRANSCLOS - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_UNDO - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_UPDATE_ELEMENT - Static variable in class viptool.util.Locale
 
SHORT_DESCRIPTION_ZOOM - Static variable in class viptool.util.Locale
 
showDialog(IStandardDialogListener, String, String, JComponent, Image, int, int) - Method in interface viptool.base.IWorkbench
 
showErrorDialog(Object, String) - Static method in class viptool.util.GeneralUtils
This method creates a special MessageDialog (JOptionPane).
showExceptionInDialog(VipToolException) - Method in interface viptool.base.IWorkbench
Shows the given exception in a standard dialog to informt the user about the error.
showExceptionInDialog(VipToolRuntimeException) - Method in interface viptool.base.IWorkbench
Shows the given exception in a standard dialog to informt the user about the error.
SimpleWizard - Class in viptool.base.wizard
 
SimpleWizard() - Constructor for class viptool.base.wizard.SimpleWizard
 
SimpleWizardPage - Class in viptool.base.wizard
 
SimpleWizardPage() - Constructor for class viptool.base.wizard.SimpleWizardPage
 
SingleLineRenamer - Class in viptool.util
 
SingleLineRenamer(IWorkbench, Rectangle, Renameable, Component, UndoableEditSupport) - Constructor for class viptool.util.SingleLineRenamer
 
StandardDialogEvent - Class in viptool.base.gui.dialog.event
 
StandardDialogEvent(IStandardModalDialog, Object) - Constructor for class viptool.base.gui.dialog.event.StandardDialogEvent
 
start(int) - Method in interface viptool.job.IProgressMonitor
Called to initialize the progress monitor.
start(int) - Method in class viptool.job.NullProgressMonitor
 
startWizard(IWizard) - Method in interface viptool.base.IWorkbench
 
stateChanged(ChangeEvent) - Method in class viptool.base.action.ExtendedToolbarAction
This method is part of the ChangeListener interface
step() - Method in interface viptool.job.IProgressMonitor
Increments the progress monitor by one.
step(String) - Method in interface viptool.job.IProgressMonitor
Increments the progress monitor by one and also sets a description of what is currently being done by the job.
step() - Method in class viptool.job.NullProgressMonitor
 
step(String) - Method in class viptool.job.NullProgressMonitor
 
stopExtension(IExtensionInfo) - Method in interface viptool.extension.IExtensionManager
This method stops the extension.
sub(MathVector) - Method in class viptool.util.MathVector
subtract the other vector
A B C D E F G H I J K L M N O P R S T U V W X