| |
|
| java.lang.Object net.sourceforge.squirrel_sql.plugins.graph.GraphTextAreaFactory
GraphTextAreaFactory | public class GraphTextAreaFactory (Code) | | |
getBestReadyComponent | public JComponent getBestReadyComponent()(Code) | | 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.
If not null the component is guranteed to provide Graphics |
|
|
|