org.kde.qt
Class QListBoxText

java.lang.Object
  extended by org.kde.qt.QListBoxItem
      extended by org.kde.qt.QListBoxText
All Implemented Interfaces:
QtSupport

public class QListBoxText
extends QListBoxItem


Constructor Summary
  QListBoxText()
           
protected QListBoxText(java.lang.Class dummy)
           
  QListBoxText(QListBox listbox)
           
  QListBoxText(QListBox listbox, java.lang.String text)
           
  QListBoxText(QListBox listbox, java.lang.String text, QListBoxItem after)
           
  QListBoxText(java.lang.String text)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 int height(QListBox arg1)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
protected  void paint(QPainter arg1)
           
 int rtti()
           
 int width(QListBox arg1)
           
 
Methods inherited from class org.kde.qt.QListBoxItem
current, isCurrent, isSelectable, isSelected, listBox, next, pixmap, prev, selected, setSelectable, text
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QListBoxText

protected QListBoxText(java.lang.Class dummy)

QListBoxText

public QListBoxText(QListBox listbox,
                    java.lang.String text)

QListBoxText

public QListBoxText(QListBox listbox)

QListBoxText

public QListBoxText(java.lang.String text)

QListBoxText

public QListBoxText()

QListBoxText

public QListBoxText(QListBox listbox,
                    java.lang.String text,
                    QListBoxItem after)
Method Detail

height

public int height(QListBox arg1)
Overrides:
height in class QListBoxItem

width

public int width(QListBox arg1)
Overrides:
width in class QListBoxItem

rtti

public int rtti()
Overrides:
rtti in class QListBoxItem

paint

protected void paint(QPainter arg1)

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()


isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?