org.eclipse.graphiti.features.context.impl
Class MultiDeleteInfo
java.lang.Object
org.eclipse.graphiti.features.context.impl.MultiDeleteInfo
- All Implemented Interfaces:
- IMultiDeleteInfo
public class MultiDeleteInfo
- extends java.lang.Object
- implements IMultiDeleteInfo
|
Constructor Summary |
MultiDeleteInfo(boolean showDialog,
boolean deleteCanceled)
|
|
Method Summary |
boolean |
isDeleteCanceled()
Returns the state whether delete has been canceled or not. |
boolean |
isShowDialog()
Returns whether a dialog can be shown or should be suppressed. |
void |
setDeleteCanceled(boolean deleteCanceled)
Sets the state whether delete has been canceled or not. |
void |
setShowDialog(boolean showDialog)
Sets whether a dialog can be shown or should be suppressed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
showDialog
private boolean showDialog
deleteCanceled
private boolean deleteCanceled
MultiDeleteInfo
public MultiDeleteInfo(boolean showDialog,
boolean deleteCanceled)
- Parameters:
showDialog - deleteCanceled -
isShowDialog
public boolean isShowDialog()
- Description copied from interface:
IMultiDeleteInfo
- Returns whether a dialog can be shown or should be suppressed.
- Specified by:
isShowDialog in interface IMultiDeleteInfo
- Returns:
- TRUE, a dialog can be shown
setShowDialog
public void setShowDialog(boolean showDialog)
- Description copied from interface:
IMultiDeleteInfo
- Sets whether a dialog can be shown or should be suppressed.
- Specified by:
setShowDialog in interface IMultiDeleteInfo
- Parameters:
showDialog - TRUE, a dialog can be shown
isDeleteCanceled
public boolean isDeleteCanceled()
- Description copied from interface:
IMultiDeleteInfo
- Returns the state whether delete has been canceled or not.
- Specified by:
isDeleteCanceled in interface IMultiDeleteInfo
- Returns:
- TRUE if delete canceled; FALSE in all other cases
setDeleteCanceled
public void setDeleteCanceled(boolean deleteCanceled)
- Description copied from interface:
IMultiDeleteInfo
- Sets the state whether delete has been canceled or not.
- Specified by:
setDeleteCanceled in interface IMultiDeleteInfo
- Parameters:
deleteCanceled - TRUE, if delete canceled; FALSE in all other cases
Copyright (c) SAP AG 2005, 2010.