- warning(String) - Method in class viptool.logger.AbstractLogger
-
- warning(String, boolean) - Method in class viptool.logger.AbstractLogger
-
- warning(String) - Method in interface viptool.logger.ILogger
-
This method logs a warning into the logger.
- warning(String, boolean) - Method in interface viptool.logger.ILogger
-
This method logs a warning into the logger if the given condition is
true.
- WARRNING_LEVEL - Static variable in interface viptool.logger.ILogger
-
- WindowAction<T extends IWindow> - Class in viptool.base.action
-
An Action that manages a which window it belongs to
- WindowAction() - Constructor for class viptool.base.action.WindowAction
-
- WindowActionPostProcessor<T extends IWindow> - Class in viptool.base.action
-
- WindowActionPostProcessor(T) - Constructor for class viptool.base.action.WindowActionPostProcessor
-
- windowActivated() - Method in class viptool.base.editor.Editor
-
- windowActivated() - Method in interface viptool.base.gui.IChildWindow
-
- windowActivated(WindowEvent) - Method in class viptool.base.wizard.NewFileWizard
-
- windowActivated(WindowEvent) - Method in class viptool.project.wizard.NewFolderWizard
-
- windowClosed(WindowEvent) - Method in class viptool.base.wizard.NewFileWizard
-
- windowClosed(WindowEvent) - Method in class viptool.project.wizard.NewFolderWizard
-
- windowIsSelected(IChildWindow) - Method in interface viptool.base.IWorkbench
-
checks weather the given window is selected
- WizardAdapter - Class in viptool.base.wizard
-
- WizardAdapter() - Constructor for class viptool.base.wizard.WizardAdapter
-
- workbench_ - Variable in class viptool.project.wizard.NewFolderWizard
-
- WorkbenchEvent - Class in viptool.base.event
-
This is the base class for all workbench events, that are used to notify
workbench listener about changes in the workbench.
- WorkbenchEvent(IWorkbench) - Constructor for class viptool.base.event.WorkbenchEvent
-
Constructs a new workbench event object.
- workspaceChanged(WorkspaceChangeEvent) - Method in interface viptool.base.event.IWorkbenchListener
-
Notifies the listener that the workspace has changed.
- WorkspaceChangeEvent - Class in viptool.base.event
-
This is the event object for workspace change events.
- WorkspaceChangeEvent(IWorkbench, IWorkspace, IWorkspace) - Constructor for class viptool.base.event.WorkspaceChangeEvent
-
Creates a new workspace change event that holds several information about
the workspace change.
- WorkspaceEvent - Class in viptool.project.event
-
This event is used by the workspace listener and is used to indicate a change
in the workspace, this is when a project is added or removed.
- WorkspaceEvent(IWorkspace, IProject) - Constructor for class viptool.project.event.WorkspaceEvent
-
Constructs a new workspace file event object and initializes it.
- writeBoolean(String, boolean) - Method in interface viptool.preferences.IPreferenceNode
-
This will write a Boolean object to the HashMap, that includes all
preferences.
- writeColor(String, Color) - Method in interface viptool.preferences.IPreferenceNode
-
This will write a Color object to the HashMap, that includes all
preferences.
- writeDouble(String, double) - Method in interface viptool.preferences.IPreferenceNode
-
This will write a Double object to the HashMap, that includes all
preferences.
- writeInt(String, int) - Method in interface viptool.preferences.IPreferenceNode
-
This will write an Integer object to the HashMap,that includes all
prefernces.
- writeString(String, String) - Method in interface viptool.preferences.IPreferenceNode
-
This will write a String object to the HashMap, that includes all
preferences.