/[classpath]/classpath/javax/swing/JLabel.java
ViewVC logotype

Diff of /classpath/javax/swing/JLabel.java

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

revision 1.24 by rabbit78, Wed Jul 20 12:33:06 2005 UTC revision 1.25 by trebligd, Thu Jul 21 14:59:31 2005 UTC
# Line 123  public class JLabel extends JComponent i Line 123  public class JLabel extends JComponent i
123       * <code>part</code> parameter determines what is returned, the character,       * <code>part</code> parameter determines what is returned, the character,
124       * word or sentence after the index.       * word or sentence after the index.
125       *       *
126       * @param part one of {@link AccessibleText.CHARACTER},       * @param part one of {@link AccessibleText#CHARACTER},
127       *             {@link AccessibleText.WORD} or       *             {@link AccessibleText#WORD} or
128       *             {@link AccessibleText.SENTENCE}, specifying what is returned       *             {@link AccessibleText#SENTENCE}, specifying what is returned
129       * @param index the index       * @param index the index
130       *       *
131       * @return the character, word or sentence after <code>index</code>       * @return the character, word or sentence after <code>index</code>
# Line 164  public class JLabel extends JComponent i Line 164  public class JLabel extends JComponent i
164       * <code>part</code> parameter determines what is returned, the character,       * <code>part</code> parameter determines what is returned, the character,
165       * word or sentence after the index.       * word or sentence after the index.
166       *       *
167       * @param part one of {@link AccessibleText.CHARACTER},       * @param part one of {@link AccessibleText#CHARACTER},
168       *             {@link AccessibleText.WORD} or       *             {@link AccessibleText#WORD} or
169       *             {@link AccessibleText.SENTENCE}, specifying what is returned       *             {@link AccessibleText#SENTENCE}, specifying what is returned
170       * @param index the index       * @param index the index
171       *       *
172       * @return the character, word or sentence after <code>index</code>       * @return the character, word or sentence after <code>index</code>
# Line 205  public class JLabel extends JComponent i Line 205  public class JLabel extends JComponent i
205       * <code>part</code> parameter determines what is returned, the character,       * <code>part</code> parameter determines what is returned, the character,
206       * word or sentence before the index.       * word or sentence before the index.
207       *       *
208       * @param part one of {@link AccessibleText.CHARACTER},       * @param part one of {@link AccessibleText#CHARACTER},
209       *             {@link AccessibleText.WORD} or       *             {@link AccessibleText#WORD} or
210       *             {@link AccessibleText.SENTENCE}, specifying what is returned       *             {@link AccessibleText#SENTENCE}, specifying what is returned
211       * @param index the index       * @param index the index
212       *       *
213       * @return the character, word or sentence before <code>index</code>       * @return the character, word or sentence before <code>index</code>
# Line 881  public class JLabel extends JComponent i Line 881  public class JLabel extends JComponent i
881    /**    /**
882     * DOCUMENT ME!     * DOCUMENT ME!
883     *     *
884     * @return     * @return The accessible context.
885     */     */
886    public AccessibleContext getAccessibleContext()    public AccessibleContext getAccessibleContext()
887    {    {

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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