[brailleblaster] [brailleblaster.newdesign] push by kcre...@xxxxxxxxx - Removed BrailleContent and embedded in BrailleView.... on 2013-01-11 19:52 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Fri, 11 Jan 2013 19:52:26 +0000

Revision: 995c1e6c9c09
Branch:   default
Author:   Keith Creasy <kcreasy@xxxxxxxxx>
Date:     Fri Jan 11 11:29:21 2013
Log:      Removed BrailleContent and embedded in BrailleView.

Planning to call Utd from BrailleContent to fill the braille view content. Overload Utd to accept a Node as an input argument, which may be the Document itself, to avoid extra file i/o. This encapsulates the braille viewso no specific references to it are needed in the DocumentManager.
http://code.google.com/p/brailleblaster/source/detail?r=995c1e6c9c09&repo=newdesign

Deleted:
 /src/main/org/brailleblaster/wordprocessor/BrailleContent.java
Modified:
 /src/main/org/brailleblaster/wordprocessor/BrailleView.java

=======================================
--- /src/main/org/brailleblaster/wordprocessor/BrailleContent.java Fri Oct 21 09:20:33 2011
+++ /dev/null
@@ -1,38 +0,0 @@
-/* BrailleBlaster Braille Transcription Application
-  *
-  * Copyright (C) 2010, 2012
-  * ViewPlus Technologies, Inc. www.viewplus.com
-  * and
-  * Abilitiessoft, Inc. www.abilitiessoft.com
-  * All rights reserved
-  *
-  * This file may contain code borrowed from files produced by various
-  * Java development teams. These are gratefully acknoledged.
-  *
-  * This file is free software; you can redistribute it and/or modify it
-  * under the terms of the Apache 2.0 License, as given at
-  * http://www.apache.org/licenses/
-  *
-  * This file is distributed in the hope that it will be useful, but
-  * WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
-  * See the Apache 2.0 License for more details.
-  *
-  * You should have received a copy of the Apache 2.0 License along with
-  * this program; see the file LICENSE.txt
-  * If not, see
-  * http://www.apache.org/licenses/
-  *
-  * Maintained by John J. Boyer john.boyer@xxxxxxxxxxxxxxxxx
-*/
-
-/* This is a derivative work from
- * org.eclipse.swt.custom.DefaultContent.java
-*/
-
-package org.brailleblaster.wordprocessor;
-
-import org.eclipse.swt.*;
-
-class BrailleContent extends AbstractContent {
-}
=======================================
--- /src/main/org/brailleblaster/wordprocessor/BrailleView.java Wed Jul 18 15:52:42 2012 +++ /src/main/org/brailleblaster/wordprocessor/BrailleView.java Fri Jan 11 11:29:21 2013
@@ -44,5 +44,12 @@

 }

+
+/* This is a derivative work from
+ * org.eclipse.swt.custom.DefaultContent.java
+*/
+
+class BrailleContent extends AbstractContent {
+}
 }


Other related posts:

  • » [brailleblaster] [brailleblaster.newdesign] push by kcre...@xxxxxxxxx - Removed BrailleContent and embedded in BrailleView.... on 2013-01-11 19:52 GMT - brailleblaster