org.jowidgets.examples.common.workbench.demo2.workbench.command
Class WorkbenchActions

java.lang.Object
  extended by org.jowidgets.examples.common.workbench.demo2.workbench.command.WorkbenchActions

public final class WorkbenchActions
extends Object


Field Summary
static org.jowidgets.api.command.ICommandAction COPY_ACTION
           
static org.jowidgets.api.command.ICommandAction CUT_ACTION
           
static org.jowidgets.api.command.ICommandAction NEW_DOCUMENT_ACTION
           
static org.jowidgets.api.command.ICommandAction PASTE_ACTION
           
static org.jowidgets.api.command.ICommandAction PRINT_ACTION
           
static org.jowidgets.api.command.ICommandAction SAVE_ACTION
           
static org.jowidgets.api.command.ICommandAction SAVE_AS_ACTION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_DOCUMENT_ACTION

public static final org.jowidgets.api.command.ICommandAction NEW_DOCUMENT_ACTION

SAVE_ACTION

public static final org.jowidgets.api.command.ICommandAction SAVE_ACTION

SAVE_AS_ACTION

public static final org.jowidgets.api.command.ICommandAction SAVE_AS_ACTION

CUT_ACTION

public static final org.jowidgets.api.command.ICommandAction CUT_ACTION

COPY_ACTION

public static final org.jowidgets.api.command.ICommandAction COPY_ACTION

PASTE_ACTION

public static final org.jowidgets.api.command.ICommandAction PASTE_ACTION

PRINT_ACTION

public static final org.jowidgets.api.command.ICommandAction PRINT_ACTION


Copyright © 2012. All Rights Reserved.