[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/attributesview AttributesPanel.java,1.1,1
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2006-01-05 13:48:18
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attributesview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23340/src/net/sourceforge/bprocessor/gui/attributesview Modified Files: AttributesPanel.java AttributeView.java Log Message: Comments Index: AttributesPanel.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attributesview/AttributesPanel.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AttributesPanel.java 5 Jan 2006 13:28:02 -0000 1.1 --- AttributesPanel.java 5 Jan 2006 13:48:06 -0000 1.2 *************** *** 22,26 **** /** ! * The AttributesPanel */ public class AttributesPanel extends JPanel implements MouseListener { --- 22,27 ---- /** ! * The AttributesPanel contains a list of attributes each represented by ! * the AttributeView interface. */ public class AttributesPanel extends JPanel implements MouseListener { Index: AttributeView.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/attributesview/AttributeView.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AttributeView.java 5 Jan 2006 13:28:02 -0000 1.1 --- AttributeView.java 5 Jan 2006 13:48:06 -0000 1.2 *************** *** 11,15 **** /** ! * The AttributeView */ public interface AttributeView { --- 11,15 ---- /** ! * The AttributeView represents *one* attribute */ public interface AttributeView { |