net.sourceforge.squirrel_sql.plugins.graph
Class GraphTextAreaFactory
java.lang.Object
net.sourceforge.squirrel_sql.plugins.graph.GraphTextAreaFactory
public class GraphTextAreaFactory
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphTextAreaFactory
public GraphTextAreaFactory(TableToolTipProvider toolTipProvider,
Zoomer zoomer,
DndCallback dndCallback,
ISession session)
getComponent
public javax.swing.JComponent getComponent(boolean zoomEnabled)
getBestReadyComponent
public javax.swing.JComponent getBestReadyComponent()
- Really tries it's best to provide the component. That means:
1. If a showing component exists it is returned.
2. If a visible and and non null Graphics providing Component exists it is returned
If non of the above is true the method returns null.
- Returns:
- If not null the component is guranteed to provide Graphics
getGraphics
public java.awt.Graphics getGraphics()
getFont
public java.awt.Font getFont()
setColumns
public void setColumns(ColumnInfo[] columnInfos)
addMouseListener
public void addMouseListener(java.awt.event.MouseListener ml)
Copyright © 2001-2010. All Rights Reserved.