/[classpath]/classpath/javax/swing/text/DefaultHighlighter.java
ViewVC logotype

Diff of /classpath/javax/swing/text/DefaultHighlighter.java

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

revision 1.2 by mark, Sat Sep 4 17:14:01 2004 UTC revision 1.3 by mkoch, Sun Sep 26 17:38:36 2004 UTC
# Line 168  public class DefaultHighlighter extends Line 168  public class DefaultHighlighter extends
168        
169    private JTextComponent textComponent;    private JTextComponent textComponent;
170    private Vector highlights = new Vector();    private Vector highlights = new Vector();
171      private boolean drawsLayeredHighlights = true;
172        
173    public DefaultHighlighter()    public DefaultHighlighter()
174    {    {
175    }    }
176    
177      public boolean getDrawsLayeredHighlights()
178      {
179        return drawsLayeredHighlights;
180      }
181    
182      public void setDrawsLayeredHighlights(boolean newValue)
183      {
184        drawsLayeredHighlights = newValue;
185      }
186      
187    private void checkPositions(int p0, int p1)    private void checkPositions(int p0, int p1)
188      throws BadLocationException      throws BadLocationException
189    {    {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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