|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDrawer
A drawer which will draw the data on the UI somehow. Implement this to support a different UI than eclipse with GMF.
Method Summary | |
---|---|
void |
clearDrawing()
Removes KViD drawings from the UI. |
void |
draw(HashMap<KvidUri,DataObject> dataSet)
Draws the given data to the UI. |
Method Detail |
---|
void draw(HashMap<KvidUri,DataObject> dataSet)
dataSet
- The data to visualize on the UIvoid clearDrawing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |