com.wewebu.ow.server.app
Interface OwClipboard.OwClipboardOperation

Enclosing class:
OwClipboard

public static interface OwClipboard.OwClipboardOperation

Interface for clipboard operation type.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.0.0.0

Method Summary
 boolean isCopyOperation()
          Return true if this is a copy operation.
 boolean isCutOperation()
          Return true if this is a cut operation.
 

Method Detail

isCutOperation

boolean isCutOperation()
Return true if this is a cut operation.

Returns:
true if this is a cut operation.

isCopyOperation

boolean isCopyOperation()
Return true if this is a copy operation.

Returns:
true if this is a copy operation.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.