net.sourceforge.squirrel_sql.plugins.graph
Class GraphTextAreaFactory

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.graph.GraphTextAreaFactory

public class GraphTextAreaFactory
extends java.lang.Object


Constructor Summary
GraphTextAreaFactory(TableToolTipProvider toolTipProvider, Zoomer zoomer, DndCallback dndCallback, ISession session)
           
 
Method Summary
 void addMouseListener(java.awt.event.MouseListener ml)
           
 javax.swing.JComponent getBestReadyComponent()
          Really tries it's best to provide the component.
 javax.swing.JComponent getComponent(boolean zoomEnabled)
           
 java.awt.Font getFont()
           
 java.awt.Graphics getGraphics()
           
 void setColumns(ColumnInfo[] columnInfos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTextAreaFactory

public GraphTextAreaFactory(TableToolTipProvider toolTipProvider,
                            Zoomer zoomer,
                            DndCallback dndCallback,
                            ISession session)
Method Detail

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.