示例#1
0
 /**
  * Return the dirty state of the left side of this viewer.
  *
  * @return the dirty state of the left side of this viewer
  * @since 3.3
  */
 protected boolean isLeftDirty() {
   return fLeftSaveAction.isEnabled();
 }
示例#2
0
 /**
  * Return the dirty state of the right side of this viewer.
  *
  * @return the dirty state of the right side of this viewer
  * @since 3.3
  */
 protected boolean isRightDirty() {
   return fRightSaveAction.isEnabled();
 }