コード例 #1
0
 public PasteDiagramImageAction() {
   super(LocaleMgr.action.getString("pasteDiagramImage"));
   this.setMnemonic(LocaleMgr.action.getMnemonic("pasteDiagramImage"));
   SRSystemClipboard.addSystemClipboardListener(this);
   systemClipboardContentTypeChanged();
 }