net.sourceforge.squirrel_sql.plugins.graph
Class GraphDesktopController
java.lang.Object
net.sourceforge.squirrel_sql.plugins.graph.GraphDesktopController
public class GraphDesktopController
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphDesktopController
public GraphDesktopController(GraphDesktopListener listener,
ISession session,
GraphPlugin plugin)
putConstraintViews
public void putConstraintViews(ConstraintView[] constraintViews)
- It's called put because it adds unique, like a Hashtable.
removeConstraintViews
public void removeConstraintViews(ConstraintView[] constraintViews,
boolean keepFoldingPoints)
onMouseReleased
public void onMouseReleased(java.awt.event.MouseEvent e)
onMousePressed
public void onMousePressed(java.awt.event.MouseEvent e)
onMouseClicked
public void onMouseClicked(java.awt.event.MouseEvent e)
repaint
public void repaint()
getGraphPanel
public java.awt.Component getGraphPanel()
addFrame
public void addFrame(javax.swing.JInternalFrame frame)
getDesktopPane
public GraphDesktopPane getDesktopPane()
isShowConstraintNames
public boolean isShowConstraintNames()
setShowConstraintNames
public void setShowConstraintNames(boolean showConstraintNames)
getZoomer
public Zoomer getZoomer()
getZoomPrintController
public ZoomPrintController getZoomPrintController()
sessionEnding
public void sessionEnding()
setShowQualifiedTableNames
public void setShowQualifiedTableNames(boolean showQualifiedTableNames)
isShowQualifiedTableNames
public boolean isShowQualifiedTableNames()
Copyright © 2001-2010. All Rights Reserved.