net.sourceforge.squirrel_sql.plugins.syntax.netbeans
Class NetbeansSQLEntryAreaFactory

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.syntax.netbeans.NetbeansSQLEntryAreaFactory

public class NetbeansSQLEntryAreaFactory
extends Object

Factory for creating Netbeans SQL entry area objects.

Author:
Colin Bell

Constructor Summary
NetbeansSQLEntryAreaFactory(SyntaxPlugin plugin)
           
 
Method Summary
 ISQLEntryPanel createSQLEntryPanel(ISession session, HashMap<String,Object> props)
           
 void sessionEnding(ISession sess)
          Removes the references to sessions when they are ending so that they can be garbage-collected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetbeansSQLEntryAreaFactory

public NetbeansSQLEntryAreaFactory(SyntaxPlugin plugin)
Method Detail

createSQLEntryPanel

public ISQLEntryPanel createSQLEntryPanel(ISession session,
                                          HashMap<String,Object> props)
                                   throws IllegalArgumentException
Throws:
IllegalArgumentException
See Also:
net.sourceforge.squirrel_sql.client.session.ISQLEntryPanelFactory#createSQLEntryPanel()

sessionEnding

public void sessionEnding(ISession sess)
Removes the references to sessions when they are ending so that they can be garbage-collected.

Parameters:
sess - the session that is ending.


Copyright © 2001-2011. All Rights Reserved.