|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.draw2d.AbstractLayout org.eclipse.draw2d.XYLayout org.eclipse.draw2d.FreeformLayout com.bonevich.eclipse.cvsgrapher.editors.CvsGraphLayout
The layout manager for the CVS Graph Editor. Basically it is a FreeformLayout
but with an initializing routine to layout the tree. Also allows the layout to
be reset ("snap" back to original layout).
Field Summary |
Fields inherited from class org.eclipse.draw2d.XYLayout |
constraints |
Fields inherited from class org.eclipse.draw2d.AbstractLayout |
preferredSize |
Constructor Summary | |
CvsGraphLayout(CvsGraphEditPart editPart)
|
Method Summary | |
void |
layout(org.eclipse.draw2d.IFigure parent)
|
void |
reset()
|
Methods inherited from class org.eclipse.draw2d.FreeformLayout |
getOrigin |
Methods inherited from class org.eclipse.draw2d.XYLayout |
calculatePreferredSize, getConstraint, remove, setConstraint |
Methods inherited from class org.eclipse.draw2d.AbstractLayout |
calculatePreferredSize, getBorderPreferredSize, getMinimumSize, getMinimumSize, getPreferredSize, getPreferredSize, invalidate, invalidate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CvsGraphLayout(CvsGraphEditPart editPart)
Method Detail |
public void layout(org.eclipse.draw2d.IFigure parent)
LayoutManager.layout(org.eclipse.draw2d.IFigure)
public void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |