blob: 00c56d5bc9a1483d74115a9d162d4f9488d53eea [file] [log] [blame]
/**
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
*/
package org.eclipse.osbp.authentication.account.actions
noCommandProvider {
command newItem describedBy "create new item" keyBinding "CTRL ALT N" icon "dsnew" dialogAction New
command saveItem describedBy "save item" keyBinding "CTRL ALT S" icon "dssave" dialogAction Save
command deleteItem describedBy "delete item" keyBinding "CTRL ALT D" icon "dsdelete" dialogAction Delete
command cancelItem describedBy "undo changes" keyBinding "CTRL ALT Z" icon "dscancel" dialogAction Cancel
command saveAndNew describedBy "save and new" keyBinding "CTRL ALT A" icon "dssaveandnew" dialogAction SaveAndNew
command saveAsNew describedBy "save as" keyBinding "CTRL ALT F" icon "dssaveasnew" dialogAction SaveAsNew
command databaseInfo describedBy "database info" keyBinding "CTRL ALT I" icon "dbinfo" userinterfaceAction Info
toolbar Dialog describedBy "Toolbar for Dialogs" items {
item newItem command newItem
spacer
item saveItem command saveItem
item saveAndNew command saveAndNew
item saveAsNew command saveAsNew
spacer
item deleteItem command deleteItem
item cancelItem command cancelItem
item databaseInfo command databaseInfo
spacer
state
}
}