Uses of Class
org.jminor.common.model.CancelException

Packages that use CancelException
org.jminor.common.db.tools   
org.jminor.common.model   
org.jminor.common.ui   
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
org.jminor.framework.tools.testing   
 

Uses of CancelException in org.jminor.common.db.tools
 

Methods in org.jminor.common.db.tools that throw CancelException
protected  QueryLoadTestModel.QueryApplication QueryLoadTestModel.initializeApplication()
           
 

Uses of CancelException in org.jminor.common.model
 

Methods in org.jminor.common.model that throw CancelException
protected abstract  T LoadTestModel.initializeApplication()
           
 

Uses of CancelException in org.jminor.common.ui
 

Methods in org.jminor.common.ui that throw CancelException
static File UiUtil.chooseFileToSave(JComponent dialogParent, String startDir, String defaultFileName)
           
static User LoginPanel.getUser(JComponent parent, User defaultUser)
           
static File UiUtil.selectDirectory(JComponent dialogParent, String startDir)
           
static File UiUtil.selectDirectory(JComponent dialogParent, String startDir, String dialogTitle)
           
static File UiUtil.selectFile(JComponent dialogParent, String startDir)
           
static User LoginPanel.showLoginPanel(JComponent parent, User defaultUser)
           
static User LoginPanel.showLoginPanel(JComponent parent, User defaultUser, Icon icon)
           
static User LoginPanel.showLoginPanel(JComponent parent, User defaultUser, Icon icon, String dialogTitle, String usernameLabel, String passwordLabel)
           
 

Uses of CancelException in org.jminor.framework.client.model
 

Methods in org.jminor.framework.client.model that throw CancelException
 List<Entity> EntityEditModel.delete()
          Deletes the active entity
 List<Entity> DefaultEntityEditModel.delete()
          Deletes the active entity
 List<Entity> EntityEditModel.delete(List<Entity> entities)
          Deletes the given entities, returns silently on recieving an empty list
 List<Entity> DefaultEntityEditModel.delete(List<Entity> entities)
          Deletes the given entities, returns silently on recieving an empty list
 void EntityTableModel.deleteSelected()
          Deletes the selected entities
 void DefaultEntityTableModel.deleteSelected()
          Deletes the selected entities
protected  void DefaultEntityEditModel.doDelete(List<Entity> entities)
          Deletes the given entities from the database
protected  List<Entity.Key> DefaultEntityEditModel.doInsert(List<Entity> entities)
          Inserts the given entities from the database
protected  List<Entity> DefaultEntityEditModel.doUpdate(List<Entity> entities)
          Updates the given entities in the database
 List<Entity.Key> EntityEditModel.insert()
          Performs a insert on the active entity
 List<Entity.Key> DefaultEntityEditModel.insert()
          Performs a insert on the active entity
 List<Entity.Key> EntityEditModel.insert(List<Entity> entities)
          Performs an insert on the given entities, returns silently on recieving an empty list
 List<Entity.Key> DefaultEntityEditModel.insert(List<Entity> entities)
          Performs an insert on the given entities, returns silently on recieving an empty list
 List<Entity> EntityEditModel.update()
          Performs a update on the active entity
 List<Entity> DefaultEntityEditModel.update()
          Performs a update on the active entity
 void EntityTableModel.update(List<Entity> entities)
          Updates the given Entities.
 List<Entity> EntityEditModel.update(List<Entity> entities)
          Updates the given Entities.
 void DefaultEntityTableModel.update(List<Entity> entities)
          Updates the given Entities.
 List<Entity> DefaultEntityEditModel.update(List<Entity> entities)
          Updates the given Entities.
 

Uses of CancelException in org.jminor.framework.client.ui
 

Methods in org.jminor.framework.client.ui that throw CancelException
 void EntityTablePanel.delete()
          Performs a delete on the active entity or if a table model is available, the selected entities
 void EntityApplicationPanel.exit()
          Exists this application
 void EntityTablePanel.exportSelected()
          Exports the selected records as a text file
protected  User EntityApplicationPanel.getUser(String frameCaption, User defaultUser, String applicationIdentifier, ImageIcon applicationIcon)
          Returns the user, either via a login dialog or via override, called during startup
 void EntityApplicationPanel.initialize(EntityConnectionProvider connectionProvider)
          Initializes this application panel
protected abstract  EntityApplicationModel EntityApplicationPanel.initializeApplicationModel(EntityConnectionProvider connectionProvider)
          Initializes the application model
protected  EntityConnectionProvider EntityApplicationPanel.initializeConnectionProvider(User user, String clientTypeID)
          Initializes the entity db provider
 void EntityApplicationPanel.login()
          Performs a login, fetching user information via getUser
static List<Entity> EntityUiUtil.selectEntities(EntityTableModel lookupModel, Window owner, boolean singleSelection, String dialogTitle)
           
static List<Entity> EntityUiUtil.selectEntities(EntityTableModel lookupModel, Window owner, boolean singleSelection, String dialogTitle, Dimension preferredSize)
           
protected  void EntityEditPanel.validateData()
          for overriding, called before insert/update
 

Uses of CancelException in org.jminor.framework.tools.testing
 

Methods in org.jminor.framework.tools.testing that throw CancelException
protected  User EntityTestUnit.getTestUser()
          Returns the database user to use when running the tests, this default implementation prompts for the user/password information, usually overridden
protected abstract  EntityApplicationModel EntityLoadTestModel.initializeApplication()
          
protected  EntityConnectionProvider EntityTestUnit.initializeConnectionProvider()
           
 void EntityTestUnit.setUp()
          Sets up the database connection