net.sourceforge.squirrel_sql.plugins.sqlbookmark
Class BookmarEditController

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.sqlbookmark.BookmarEditController

public class BookmarEditController
extends Object


Constructor Summary
BookmarEditController(Frame owner, Bookmark mark, boolean editable)
           
 
Method Summary
 Bookmark getBookmark()
           
 boolean isCancelled()
          Report whether user cancelled the operation or not.
 void setCancelled(boolean status)
          Set the cancelled status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarEditController

public BookmarEditController(Frame owner,
                             Bookmark mark,
                             boolean editable)
Method Detail

isCancelled

public boolean isCancelled()
Report whether user cancelled the operation or not.

Returns:
if true, user cancelled operation.

setCancelled

public void setCancelled(boolean status)
Set the cancelled status. Called by the button actions.

Parameters:
status - The cancelled status.

getBookmark

public Bookmark getBookmark()


Copyright © 2001-2010. All Rights Reserved.