net.sourceforge.squirrel_sql.plugins.syntax.netbeans
Class NetbeansSQLEntryAreaFactory
java.lang.Object
net.sourceforge.squirrel_sql.plugins.syntax.netbeans.NetbeansSQLEntryAreaFactory
public class NetbeansSQLEntryAreaFactory
- extends Object
Factory for creating Netbeans SQL entry area objects.
- Author:
- Colin Bell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetbeansSQLEntryAreaFactory
public NetbeansSQLEntryAreaFactory(SyntaxPugin plugin)
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-2010. All Rights Reserved.