com.bonevich.eclipse.cvsgrapher.editors
Class CvsGraphNodeViewHelper
java.lang.Object
com.bonevich.eclipse.cvsgrapher.editors.CvsGraphNodeViewHelper
- public final class CvsGraphNodeViewHelper
- extends java.lang.Object
A view helper to separate the view information that would otherwise
end up in the model objects. Generates graph events to be intercepted
by the controller.
- Author:
- jbonevic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INITIAL_LOCATION
public static final org.eclipse.draw2d.geometry.Point INITIAL_LOCATION
PREFERRED_SIZE
public static final org.eclipse.draw2d.geometry.Dimension PREFERRED_SIZE
CvsGraphNodeViewHelper
public CvsGraphNodeViewHelper()
setLocation
public void setLocation(org.eclipse.draw2d.geometry.Point iLocation)
getLocation
public org.eclipse.draw2d.geometry.Point getLocation()
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
firePropertyChange
protected void firePropertyChange(java.lang.String prop,
java.lang.Object old,
java.lang.Object newValue)
Copyright © 2003-2004 bonevich.com. All Rights Reserved.