Class GtkProps

  • Direct Known Subclasses:
    GtkImage, GtkStyle

    public class GtkProps
    extends java.lang.Object
    Version:
    $Revision: 1.1 $, $Date: 2003/08/01 20:05:45 $
    Author:
    $Author: l2fprod $
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Vector getKeys()
      Gets the Keys attribute of the GtkProps object
      java.util.Hashtable getProperties()
      Gets the Properties attribute of the GtkProps object
      java.lang.Object getProperty​(java.lang.Object key)
      Gets the Property attribute of the GtkProps object
      void setProperty​(java.lang.String key, java.lang.Object value)
      Sets the Property attribute of the GtkProps object
      • Methods inherited from class java.lang.Object

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

      • GtkProps

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

      • setProperty

        public void setProperty​(java.lang.String key,
                                java.lang.Object value)
        Sets the Property attribute of the GtkProps object
        Parameters:
        key - The new Property value
        value - The new Property value
      • getProperty

        public java.lang.Object getProperty​(java.lang.Object key)
        Gets the Property attribute of the GtkProps object
        Parameters:
        key - Description of Parameter
        Returns:
        The Property value
      • getProperties

        public java.util.Hashtable getProperties()
        Gets the Properties attribute of the GtkProps object
        Returns:
        The Properties value
      • getKeys

        public java.util.Vector getKeys()
        Gets the Keys attribute of the GtkProps object
        Returns:
        The Keys value