net.sourceforge.squirrel_sql.plugins.graph
Class TableFrameController

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

public class TableFrameController
extends java.lang.Object


Constructor Summary
TableFrameController(ISession session, GraphDesktopController desktopController, GraphControllerAccessor graphControllerAccessor, AddTableListener listener, java.lang.String tableName, java.lang.String schemaName, java.lang.String catalogName, TableFrameControllerXmlBean xmlBean)
           
 
Method Summary
 void addTableFrameControllerListener(TableFrameControllerListener l)
           
 boolean equals(java.lang.Object obj)
           
 ColumnInfo[] getColumnInfos()
           
 TableFrameControllerXmlBean getXmlBean()
           
 int hashCode()
           
 void refreshTableName()
           
 void tableFrameRemoved(TableFrameController tfc)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFrameController

public TableFrameController(ISession session,
                            GraphDesktopController desktopController,
                            GraphControllerAccessor graphControllerAccessor,
                            AddTableListener listener,
                            java.lang.String tableName,
                            java.lang.String schemaName,
                            java.lang.String catalogName,
                            TableFrameControllerXmlBean xmlBean)
Method Detail

getXmlBean

public TableFrameControllerXmlBean getXmlBean()

refreshTableName

public void refreshTableName()

tableFrameRemoved

public void tableFrameRemoved(TableFrameController tfc)

addTableFrameControllerListener

public void addTableFrameControllerListener(TableFrameControllerListener l)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getColumnInfos

public ColumnInfo[] getColumnInfos()


Copyright © 2001-2010. All Rights Reserved.