Class GtkClass


  • public final class GtkClass
    extends java.lang.Object
    Version:
    $Revision: 1.2 $, $Date: 2003/12/06 21:48:36 $
    Author:
    $Author: l2fprod $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.util.List styles  
    • Constructor Summary

      Constructors 
      Constructor Description
      GtkClass()
      Constructor for the GtkClass object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addStyleName​(java.lang.String stylename)
      Adds a feature to the StyleName attribute of the GtkClass object
      GtkStyle getStyle()
      Gets the Style attribute of the GtkClass object
      GtkStyle[] getStyles()
      Gets the Styles attribute of the GtkClass object
      void setName​(java.lang.String s)
      Sets the Name attribute of the GtkClass object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • styles

        public java.util.List styles
    • Constructor Detail

      • GtkClass

        public GtkClass()
        Constructor for the GtkClass object
    • Method Detail

      • setName

        public void setName​(java.lang.String s)
        Sets the Name attribute of the GtkClass object
        Parameters:
        s - The new Name value
      • getStyle

        public GtkStyle getStyle()
        Gets the Style attribute of the GtkClass object
        Returns:
        The Style value
      • getStyles

        public GtkStyle[] getStyles()
        Gets the Styles attribute of the GtkClass object
        Returns:
        The Styles value
      • addStyleName

        public void addStyleName​(java.lang.String stylename)
        Adds a feature to the StyleName attribute of the GtkClass object
        Parameters:
        stylename - The feature to be added to the StyleName attribute