|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.workspace.models.graphics.ObjectView org.devaki.nextobjects.workspace.models.graphics.ClassView org.devaki.nextobjects.workspace.models.graphics.TableView
This class is responsible for drawing a Table in a Physical Data Model
Field Summary |
Fields inherited from class org.devaki.nextobjects.workspace.models.graphics.ClassView |
font, fontI, metriques, myStyle, oldRectangle, rectangle |
Fields inherited from class org.devaki.nextobjects.workspace.models.graphics.ObjectView |
actionPoint, myObject, selectionPoints |
Constructor Summary | |
TableView(Table pTable)
Construct a new 'TableView' object |
Method Summary | |
void |
paint(java.awt.Graphics g)
Paint the table |
Methods inherited from class org.devaki.nextobjects.workspace.models.graphics.ClassView |
autoResize, getLocation, getMiddlePoint, getOldrectangle, getSize, getStyle, getSurface, printColumns, resetSelectionPoint, setLocation, setOldLocation, setOldSize, setSize, setStyle |
Methods inherited from class org.devaki.nextobjects.workspace.models.graphics.ObjectView |
getBaseObject, getSelectionPoint, getSelectionPoints, renderSelected, resetActionLocation, setActionLocation, setBaseObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableView(Table pTable)
pTable
- the table contextMethod Detail |
public void paint(java.awt.Graphics g)
paint
in class ObjectView
g
- the graphic context
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |