/[classpath]/classpath/javax/swing/plaf/TextUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/TextUI.java

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

revision 1.4 by brawer, Thu Jun 26 07:05:09 2003 UTC revision 1.5 by brawer, Thu Jun 26 14:53:49 2003 UTC
# Line 185  public abstract class TextUI Line 185  public abstract class TextUI
185     *        javax.swing.SwingConstants#NORTH} for the up arrow     *        javax.swing.SwingConstants#NORTH} for the up arrow
186     *        key, or {@link javax.swing.SwingConstants#SOUTH}     *        key, or {@link javax.swing.SwingConstants#SOUTH}
187     *        for the down arrow key.     *        for the down arrow key.
188       *
189       * @throws BadLocationException if <code>pos</code> does not
190       *         designate a valid position in the document model.
191       *
192       * @throws IllegalArgumentException if <code>direction</code>
193       *         is not one of <code>Position.Bias.Forward</code>
194       *         or <code>Position.Biad.Backward</code>.
195     */     */
196    public abstract int getNextVisualPositionFrom(JTextComponent tc,    public abstract int getNextVisualPositionFrom(JTextComponent tc,
197                                                  int pos,                                                  int pos,
198                                                  Position.Bias bias,                                                  Position.Bias bias,
199                                                  int direction,                                                  int direction,
200                                                  Position.Bias[] outBias);                                                  Position.Bias[] outBias)
201        throws BadLocationException;
202    
203    
204    /**    /**

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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