/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4281 by abalkiss, Thu Jul 28 19:42:53 2005 UTC revision 1.4282 by rabbit78, Fri Jul 29 09:56:09 2005 UTC
# Line 1  Line 1 
1    2005-07-29  Roman Kennke  <roman@kennke.org>
2    
3            * javax/swing/text/BoxView.java: New class.
4            * javax/swing/text/CompositeView.java: New class.
5            * javax/swing/text/FlowView.java: New class.
6            * javax/swing/text/GlyphView.java: New class.
7            * javax/swing/text/IconView.java: New class.
8            * javax/swing/text/ParagraphView.java: New class.
9            * javax/swing/text/StyledEditorKit.java
10            (UnderLineAction.constructor): Added TODO comment.
11            (UnderLineAction.actionPerformed): Implemented this method. This
12            toggles the underline attribute to a piece of content.
13            (ItalicAction.constructor): Added TODO comment.
14            (ItalicAction.actionPerformed): Implemented this method. This
15            toggles the italic attribute to a piece of content.
16            (BoldAction.constructor): Added TODO comment.
17            (BoldAction.actionPerformed): Implemented this method. This
18            toggles the bold attribute to a piece of content.
19            (AlignmentAction.constructor): Implemented this constructor.
20            (AlignmentAction.actionPerformed): Implemented this method. This
21            sets the alignment attribute for a piece of content.
22            (ForegroundAction.constructor): Implemented this constructor.
23            (ForegroundAction.actionPerformed): Implemented this method. This
24            sets the foreground attribute for a piece of content.
25            (FontSizeAction.constructor): Implemented this constructor.
26            (FontSizeAction.actionPerformed): Implemented this method. This
27            sets the font size attribute for a piece of content.
28            (FontFamilyAction.constructor): Implemented this constructor.
29            (FontFamilyAction.actionPerformed): Implemented this method. This
30            sets the font family attribute for a piece of content.
31            (StyledTextAction.constructor): Removed TODO comment.
32            (StyledTextAction.getEditor): Implemented this method.
33            (StyledTextAction.getStyledDocument): Implemented this method.
34            (StyledTextAction.getStyledEditorKit): Implemented this method.
35            (StyledTextAction.setCharacterAttributes): Implemented this method.
36            (StyledTextAction.setParagraphAttributes): Implemented this method.
37            (StyledViewFactory.constructor): Removed. This is not necessary here.
38            (StyledViewFactory.create): Implemented this method.
39            (AttributeTracker): Removed this inner class.
40            (CaretTracker): New inner class.
41            (CaretTracker.caretUpdate):  Implemented this method. This meeps
42            track of the caret in a text component and updates some fields
43            of the StyledEditorKit.
44            (constructor): Implemented this constructor.
45            The inputAttributes are initialized here.
46            (clone): Implemented this method.
47            (getActions): Implemented this method.
48            (getInputAttributes): Implemented this method.
49            (getCharacterAttributeRun): Implemented this method.
50            (createDefaultDocument): Implemented this method.
51            (install): Implemented this method.
52            (deinstall): Implemented this method.
53            (getViewFactory): Implemented this method.
54            (createInputAttributes): Implemented this method.
55            * javax/swing/text/View.java
56            (modelToView(int, Shape, Position.Bias)): Added new abstract method.
57            (modelToView(int, Position.Bias, int, Position.Bias, Shape):
58            New method.
59            
60  2005-07-28  Anthony Balkissoon  <abalkiss@redhat.com>  2005-07-28  Anthony Balkissoon  <abalkiss@redhat.com>
61    
62          * javax/swing/JViewport.java:          * javax/swing/JViewport.java:

Legend:
Removed from v.1.4281  
changed lines
  Added in v.1.4282

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26