com.bonevich.eclipse.cvsgrapher.editors
Class CvsGraphNodeViewHelper

java.lang.Object
  extended bycom.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

Field Summary
static org.eclipse.draw2d.geometry.Point INITIAL_LOCATION
           
static org.eclipse.draw2d.geometry.Dimension PREFERRED_SIZE
           
 
Constructor Summary
CvsGraphNodeViewHelper()
           
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
protected  void firePropertyChange(java.lang.String prop, java.lang.Object old, java.lang.Object newValue)
           
 org.eclipse.draw2d.geometry.Point getLocation()
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void setLocation(org.eclipse.draw2d.geometry.Point iLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_LOCATION

public static final org.eclipse.draw2d.geometry.Point INITIAL_LOCATION

PREFERRED_SIZE

public static final org.eclipse.draw2d.geometry.Dimension PREFERRED_SIZE
Constructor Detail

CvsGraphNodeViewHelper

public CvsGraphNodeViewHelper()
Method Detail

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.