コード例 #1
0
ファイル: EditorSupport.java プロジェクト: kimtang/studio
    /* Deserialize this top component.
     * @param in the stream to deserialize from
     */
    public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
      super.readExternal(in);

      Object ces = cloneableEditorSupport();
      if (ces instanceof Del) {
        obj = ((Del) ces).getDataObjectHack();
      }
    }