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

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

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

revision 1.2.2.7 by gnu_andrew, Wed Nov 2 00:44:03 2005 UTC revision 1.2.2.8 by tromey, Sat Nov 26 05:29:43 2005 UTC
# Line 479  public class StyleContext Line 479  public class StyleContext
479     * Get the names of the style. The returned enumeration always     * Get the names of the style. The returned enumeration always
480     * contains at least one member, the default style.     * contains at least one member, the default style.
481     */     */
482    public Enumeration getStyleNames()    public Enumeration<?> getStyleNames()
483    {    {
484      return styleTable.keys();      return styleTable.keys();
485    }    }

Legend:
Removed from v.1.2.2.7  
changed lines
  Added in v.1.2.2.8

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