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

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

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

revision 1.6 by rabbit78, Thu Nov 17 20:31:51 2005 UTC revision 1.7 by rabbit78, Wed Nov 23 11:59:30 2005 UTC
# Line 158  public class IconView Line 158  public class IconView
158      return el.getStartOffset();      return el.getStartOffset();
159    }    }
160    
   /**  
    * Returns the document position that is (visually) nearest to the given  
    * document position <code>pos</code> in the given direction <code>d</code>.  
    *  
    * @param c the text component  
    * @param pos the document position  
    * @param b the bias for <code>pos</code>  
    * @param d the direction, must be either {@link SwingConstants#NORTH},  
    *        {@link SwingConstants#SOUTH}, {@link SwingConstants#WEST} or  
    *        {@link SwingConstants#EAST}  
    * @param biasRet an array of {@link Position.Bias} that can hold at least  
    *        one element, which is filled with the bias of the return position  
    *        on method exit  
    *  
    * @return the document position that is (visually) nearest to the given  
    *         document position <code>pos</code> in the given direction  
    *         <code>d</code>  
    *  
    * @throws BadLocationException if <code>pos</code> is not a valid offset in  
    *         the document model  
    */  
   public int getNextVisualPositionFrom(JTextComponent c, int pos,  
                                        Position.Bias b, int d,  
                                        Position.Bias[] biasRet)  
     throws BadLocationException  
   {  
     // TODO: Implement this properly.  
     throw new AssertionError("Not implemented yet.");  
   }  
   
161  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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