Uses of Class
org.gnu.glib.Boxed

Packages that use Boxed
org.gnu.atk   
org.gnu.gdk   
org.gnu.glib   
org.gnu.gtk   
org.gnu.pango   
 

Uses of Boxed in org.gnu.atk
 

Subclasses of Boxed in org.gnu.atk
 class State
           
 

Uses of Boxed in org.gnu.gdk
 

Subclasses of Boxed in org.gnu.gdk
 class Atom
           
 class Cursor
           
 class EventAny
           
 class EventButton
           
 class EventClient
           
 class EventConfigure
           
 class EventCrossing
           
 class EventDND
           
 class EventExpose
           
 class EventFocus
           
 class EventKey
           
 class EventMotion
           
 class EventNoExpose
           
 class EventProperty
           
 class EventProximity
           
 class EventScroll
           
 class EventSelection
           
 class EventSetting
           
 class EventVisibility
           
 class EventWindowState
           
 class KeymapKey
           
 class NativeWindow
           
 class Pango
           
 class PixbufAnimation
           
 class PixbufAnimationIter
           
 class PixbufFrame
           
 class Point
           
 class Property
           
 class RgbCmap
           
 class Segment
           
 class Span
           
 

Uses of Boxed in org.gnu.glib
 

Subclasses of Boxed in org.gnu.glib
 class Error
          The class represents an internal representation of an Error from the GTK and GNOME libraries.
 class List
          This object represents a doubly-linked list in the GLib system.
 class Quark
          A Quark is an association between a String and an integer identifier.
 class Type
          This class represents the GLib Runtime type identification and management system.
 class Value
          Value is a polymorphic type that can hold values of any other type.
 

Methods in org.gnu.glib with parameters of type Boxed
 boolean Boxed.equals(Boxed other)
           
 

Uses of Boxed in org.gnu.gtk
 

Subclasses of Boxed in org.gnu.gtk
 class AccelKey
           
 class AccelMap
           
 class Allocation
           
 class Border
           
 class CellEditable
           
 class Clipboard
          The Clipboard object represents a clipboard of data shared between different processes or between different widgets in the same process.
 class IconSet
          This object represents a set of Icons that are a variant of a particular icon.
 class IconSource
           
 class ImageAnimationData
           
 class ImageIconSetData
           
 class ImageImageData
           
 class ImagePixbufData
           
 class ImagePixmapData
           
 class ImageStockData
           
 class ItemFactoryEntry
          This class contains the data necessary for an ItemFactory to create a menu.
 class Rc
           
 class RcProperty
           
 class Requisition
           
 class TextAppearance
          Read only text appearance properties, as returned by methods relating to the text view widgets.
 class TextAttributes
          A read only store of text attributes as returned by TextIter.getAttributes(TextAttributes).
 class TextIter
          The Text Editor objects are discussed in detail in the TextView widget overview.
 class TextLine
           
 class TextLineData
           
 class ToolTipsData
           
 class TreeIter
          A tree iterator refers to a particular row of a TreeView object.
 class TreePath
          A path refers to a single row in a TreeStore.
 class WidgetAuxInfo
           
 

Uses of Boxed in org.gnu.pango
 

Subclasses of Boxed in org.gnu.pango
 class AttrColor
          The PangoAttrColor structure is used to represent attributes that are colors.
 class AttrFloat
          The PangoAttrFloat structure is used to represent attributes with a float or double value.
 class AttrFontDesc
          The AttrFontDesc object is used to store an attribute that sets all aspects of the font description at once.
 class Attribute
          Attributed text is used in a number of places in Pango.
 class AttrInt
          The PangoAttrInt object is used to represent attributes with a integer value
 class AttrIterator
          The AttrIterator object is used to represent an iterator through a List.
 class AttrLanguage
          Represents attributes which are languages
 class AttrShape
          The AttrShape structure is used to represent attributes which impose shape restrictions.
 class AttrString
          The AttrString object is used to represent attributes with a string value.
 class Color
          The PangoColor structure is used to represent a color in an uncalibrated RGB colorspace.
 class Coverage
          It is often necessary in Pango to determine if a particular font can represent a particular character, and also how well it can represent that character.
 class FontDescription
          The FontDescription represents the description of an ideal font.
 class FontMetrics
          A FontMetrics structure holds the overall metric information for a font (possibly restricted to a script).
 class GlyphString
           
 class Language
          The PangoLanguage structure is used to represent a language.
 class LayoutLine
          The PangoLayoutLine structure represents one of the lines resulting from laying out a paragraph via PangoLayout.
 class Rectangle
          The PangoRectangle structure represents a rectangle.
 class TabArray
          A PangoTabArray struct contains an array of tab stops.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net