Modelers

org.topcased.modeler.editor
Interface IPaletteManager

All Known Implementing Classes:
ModelerPaletteManager

public interface IPaletteManager

This interface offers palette management and updates its contents with the currently edited diagram
creation : 8 nov. 2004


Method Summary
 org.eclipse.gef.DragTracker getMarqueeDragTracker()
          Returns the current marquee to fit the selection to behavior
 org.eclipse.gef.palette.PaletteRoot getRoot()
          Returns the current palette root
 void updatePalette()
          Creates or updates the palette contents
 

Method Detail

getRoot

org.eclipse.gef.palette.PaletteRoot getRoot()
Returns the current palette root

Returns:
the palette root

updatePalette

void updatePalette()
Creates or updates the palette contents


getMarqueeDragTracker

org.eclipse.gef.DragTracker getMarqueeDragTracker()
Returns the current marquee to fit the selection to behavior

Returns:
the current marquee

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.