Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
P
R
S
U
V
A
AbstractCvsGraphNodeEditPart
- class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
.
Base class for node (version, branch) controller edit parts.
AbstractCvsGraphNodeEditPart()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
AbstractCvsGraphNodeModel
- class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
.
Base class for CVS nodes, i.e.
AbstractCvsGraphNodeModel()
- Constructor for class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
activate()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
adaptToLogEntry(Object)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphModel
addChildNode(ICvsGraphNodeModel)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
addChildNode(ICvsGraphNodeModel)
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
addPropertyChangeListener(PropertyChangeListener)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
addSourceConnection(CvsGraphConnectionModel)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
addSourceConnection(CvsGraphConnectionModel)
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
addTargetConnection(CvsGraphConnectionModel)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
addTargetConnection(CvsGraphConnectionModel)
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
B
bind(String, String)
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginMessages
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
bind(String, String, String)
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginMessages
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
bind(String, Object[])
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginMessages
Gets a string from the resource bundle and binds it with the given arguments.
bind(String)
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginMessages
Gets a string from the resource bundle.
buildContextMenu(IMenuManager)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphContextMenu
C
CVSGRAPHER_EDITOR_TITLE
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_EDITOR_TITLE_WITHARG
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_COLOR_BRANCH_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_COLOR_VERSION_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_GENERAL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_MERGETAGS_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_MERGETAG_DEST_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_MERGETAG_SOURCE_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_SHOW_AUTHOR_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_SHOW_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_SHOW_TAGS_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
CVSGRAPHER_PREFS_SHOW_TIMESTAMP_LABEL
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
ColorConverter
- class com.bonevich.eclipse.cvsgrapher.
ColorConverter
.
ColorConverter()
- Constructor for class com.bonevich.eclipse.cvsgrapher.
ColorConverter
CvsGraphBranchEditPart
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphBranchEditPart
.
The controller edit part for CVS branch nodes.
CvsGraphBranchEditPart()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphBranchEditPart
CvsGraphBranchModel
- class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphBranchModel
.
A CVS branch point.
CvsGraphBranchModel(String, String)
- Constructor for class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphBranchModel
CvsGraphConnectionEditPart
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphConnectionEditPart
.
The controller edit part that supplies the view for CVS Graph node (version and branch node) connections.
CvsGraphConnectionEditPart()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphConnectionEditPart
CvsGraphConnectionModel
- class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphConnectionModel
.
This class is the model for connections between ICvsGraphNodeModel objects.
CvsGraphConnectionModel()
- Constructor for class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphConnectionModel
CvsGraphConnectionModel(boolean)
- Constructor for class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphConnectionModel
CvsGraphContextMenu
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphContextMenu
.
The popup context menu for the CVS Graph editor.
CvsGraphContextMenu(GraphicalViewer, ZoomManager)
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphContextMenu
CvsGraphEditPart
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
.
The "root" edit part that builds a view to contain CvsGraphNodeEditParts.
CvsGraphEditPart()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
CvsGraphEditPartFactory
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPartFactory
.
Edit parts factory for the CVS Graph GEF Editor.
CvsGraphEditPartFactory()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPartFactory
CvsGraphEditor
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
.
The CVS Graph GEF editor.
CvsGraphEditor()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
CvsGraphEditorInput
- class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
.
Editor Input wrapper to feed a CVS resource to the CVS Graph Editor.
CvsGraphEditorInput(IResource)
- Constructor for class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
CvsGraphLayout
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphLayout
.
The layout manager for the CVS Graph Editor.
CvsGraphLayout(CvsGraphEditPart)
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphLayout
CvsGraphModel
- class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphModel
.
The CVS Graph root, representing the reosurce being displayed.
CvsGraphModel(ILogEntry[])
- Constructor for class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphModel
CvsGraphNodeViewHelper
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
.
A view helper to separate the view information that would otherwise end up in the model objects.
CvsGraphNodeViewHelper()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
CvsGraphPlugin
- class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
.
The main plugin class to be used in the desktop.
CvsGraphPlugin(IPluginDescriptor)
- Constructor for class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
CvsGraphPluginMessages
- class com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginMessages
.
Class with utility methods to access and bind arguments to externalized strings.
CvsGraphPluginResources
- interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
.
Interface defining useful constants for accessing resource messages.
CvsGraphVersionEditPart
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphVersionEditPart
.
The controller edit part for CVS branch nodes.
CvsGraphVersionEditPart()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphVersionEditPart
CvsGraphVersionModel
- class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
.
A CVS version.
CvsGraphVersionModel(ILogEntry)
- Constructor for class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
CvsGraphXYLayoutEditPolicy
- class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
.
Layout policy for the CVS Graph GEF Editor.
CvsGraphXYLayoutEditPolicy()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
CvsGrapherPreferencePage
- class com.bonevich.eclipse.cvsgrapher.prefs.
CvsGrapherPreferencePage
.
Preference page for the Boneclipse Logging Plugin.
CvsGrapherPreferencePage()
- Constructor for class com.bonevich.eclipse.cvsgrapher.prefs.
CvsGrapherPreferencePage
com.bonevich.eclipse.cvsgrapher
- package com.bonevich.eclipse.cvsgrapher
com.bonevich.eclipse.cvsgrapher.actions
- package com.bonevich.eclipse.cvsgrapher.actions
com.bonevich.eclipse.cvsgrapher.editors
- package com.bonevich.eclipse.cvsgrapher.editors
com.bonevich.eclipse.cvsgrapher.model
- package com.bonevich.eclipse.cvsgrapher.model
com.bonevich.eclipse.cvsgrapher.prefs
- package com.bonevich.eclipse.cvsgrapher.prefs
configureGraphicalViewer()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
createAddCommand(EditPart, Object)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
createChangeConstraintCommand(EditPart, Object)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
createChildEditPolicy(EditPart)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
createConnection(Object)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
createContents(Composite)
- Method in class com.bonevich.eclipse.cvsgrapher.prefs.
CvsGrapherPreferencePage
createEditPart(EditPart, Object)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPartFactory
createEditPolicies()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
createEditPolicies()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphConnectionEditPart
createEditPolicies()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
createFigure()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphBranchEditPart
createFigure()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphConnectionEditPart
createFigure()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
createFigure()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphVersionEditPart
D
DEFAULT_COLOR
- Static variable in class com.bonevich.eclipse.cvsgrapher.
ColorConverter
DEFAULT_COLOR_BRANCH
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
DEFAULT_COLOR_VERSION
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
DEFAULT_MERGETAG_DEST
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
DEFAULT_MERGETAG_SOURCE
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
DEFAULT_SHOW_AUTHOR
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
DEFAULT_SHOW_TAGS
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
DEFAULT_SHOW_TIMESTAMP
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
deactivate()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
dispose()
- Method in class com.bonevich.eclipse.cvsgrapher.
ColorConverter
doSave(IProgressMonitor)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
doSaveAs()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
E
EDITOR_ID
- Static variable in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
equals(Object)
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
execute(IAction)
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
ShowCvsGraphAction
execute()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
exists()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
F
firePropertyChange(String, Object, Object)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
G
getAdapter(Class)
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
getAuthor()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
getBranchNodeColorPreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
getChildNodes()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
getChildNodes()
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
getColor(String)
- Method in class com.bonevich.eclipse.cvsgrapher.
ColorConverter
getComment()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
getConstraintFor(Rectangle)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
getCreateCommand(CreateRequest)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
getDeleteDependantCommand(Request)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphXYLayoutEditPolicy
getDragTracker(Request)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
This method is not mandatory to implement, but if you do not implement it, you will not have the ability to rectangle-selects several figures...
getEntry()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
getErrorTitle()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
ShowCvsGraphAction
getImageDescriptor()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
getLocation()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
getMergeTagDestPreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
getMergeTagSourcePreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
getModelChildren()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
getModelSourceConnections()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getModelTargetConnections()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getName()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
getNodeModel()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getNodes()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphModel
getParent()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
getParent()
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
getPersistable()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
getPlugin()
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
getResourceBundle()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
getResourceBundle()
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginMessages
getResourceString(String)
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getRootBranch()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphModel
getSourceConnectionAnchor(ConnectionEditPart)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getSourceConnectionAnchor(Request)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getSourceConnections()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
getSourceConnections()
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
getTag()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphBranchModel
getTags()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
getTargetConnectionAnchor(ConnectionEditPart)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getTargetConnectionAnchor(Request)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getTargetConnections()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
getTargetConnections()
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
getTimestamp()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
getToolTipText()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
getVersion()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
getVersion()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphBranchModel
getVersion()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphVersionModel
getVersion()
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
getVersionNodeColorPreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
getViewHelper()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
getViewHelper()
- Method in interface com.bonevich.eclipse.cvsgrapher.editors.
ICvsGraphNodeEditPart
getWorkspace()
- Static method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
gotoMarker(IMarker)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
H
hashCode()
- Method in class com.bonevich.eclipse.cvsgrapher.actions.
CvsGraphEditorInput
I
ICvsGraphNodeEditPart
- interface com.bonevich.eclipse.cvsgrapher.editors.
ICvsGraphNodeEditPart
.
Interface defining the common API for CVS Graph Node controllers.
ICvsGraphNodeModel
- interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
.
Interface specifying the API for nodes in the CVS Graph Object Model (i.e.
INFO
- Static variable in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
INITIAL_LOCATION
- Static variable in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
init(IEditorSite, IEditorInput)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
init(IWorkbench)
- Method in class com.bonevich.eclipse.cvsgrapher.prefs.
CvsGrapherPreferencePage
initializeDefaultPreferences(IPreferenceStore)
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
initializeGraphicalViewer()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
isDirty()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
isMerge()
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphConnectionModel
isSaveAsAllowed()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditor
L
layout(IFigure)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphLayout
P
PREFERENCE_COLOR_BRANCH
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERENCE_COLOR_VERSION
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERENCE_MERGETAG_DEST
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERENCE_MERGETAG_SOURCE
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERENCE_SHOW_AUTHOR
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERENCE_SHOW_TAGS
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERENCE_SHOW_TIMESTAMP
- Static variable in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
PREFERRED_SIZE
- Static variable in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
performDefaults()
- Method in class com.bonevich.eclipse.cvsgrapher.prefs.
CvsGrapherPreferencePage
performOk()
- Method in class com.bonevich.eclipse.cvsgrapher.prefs.
CvsGrapherPreferencePage
propertyChange(PropertyChangeEvent)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
R
RESOURCE_BUNDLE
- Static variable in interface com.bonevich.eclipse.cvsgrapher.
CvsGraphPluginResources
redo()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
refreshVisuals()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
removePropertyChangeListener(PropertyChangeListener)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
reset()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphLayout
S
SetConstraintCommand
- class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
.
This command is used to move or to resize the nodes in the CVS Graph Editor.
SetConstraintCommand()
- Constructor for class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
ShowCvsGraphAction
- class com.bonevich.eclipse.cvsgrapher.actions.
ShowCvsGraphAction
.
Popup action to launch the CVS Graph editor.
ShowCvsGraphAction()
- Constructor for class com.bonevich.eclipse.cvsgrapher.actions.
ShowCvsGraphAction
setAnchor(ConnectionAnchor)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
setLayoutConstraint(EditPart, IFigure, Object)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphEditPart
Allow all child node views to expand to their preferred sizing.
setLocation(Point)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
CvsGraphNodeViewHelper
setLocation(Rectangle)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
setLocation(Point)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
setParent(ICvsGraphNodeModel)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
AbstractCvsGraphNodeModel
setParent(ICvsGraphNodeModel)
- Method in interface com.bonevich.eclipse.cvsgrapher.model.
ICvsGraphNodeModel
setSource(ICvsGraphNodeModel)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphConnectionModel
setTarget(ICvsGraphNodeModel)
- Method in class com.bonevich.eclipse.cvsgrapher.model.
CvsGraphConnectionModel
setViewHelper(CvsGraphNodeViewHelper)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
setViewHelper(CvsGraphNodeViewHelper)
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
showAuthorPreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
showTagsPreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
showTimestampPreference()
- Method in class com.bonevich.eclipse.cvsgrapher.
CvsGraphPlugin
U
undo()
- Method in class com.bonevich.eclipse.cvsgrapher.editors.
SetConstraintCommand
V
VERSION
- Static variable in class com.bonevich.eclipse.cvsgrapher.editors.
AbstractCvsGraphNodeEditPart
A
B
C
D
E
F
G
H
I
L
P
R
S
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2004 bonevich.com. All Rights Reserved.