net.sourceforge.squirrel_sql.plugins.sqlbookmark
Class BookmarEditController
java.lang.Object
net.sourceforge.squirrel_sql.plugins.sqlbookmark.BookmarEditController
public class BookmarEditController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarEditController
public BookmarEditController(Frame owner,
Bookmark mark,
boolean editable)
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.