uic.output.swing
Class QToolButton

java.lang.Object
  extended by uic.output.AbstractWidget
      extended by uic.output.swing.AbstractWidget
          extended by uic.output.swing.QPushButton
              extended by uic.output.swing.QToolButton

public class QToolButton
extends QPushButton

ToolBar button widget. ToolBar button widget

Since:
2.0

Nested Class Summary
 
Nested classes/interfaces inherited from class uic.output.AbstractWidget
AbstractWidget.ActionInformation
 
Field Summary
 
Fields inherited from class uic.output.swing.AbstractWidget
DEFAULTS, PROP_TOOLTIP
 
Fields inherited from class uic.output.AbstractWidget
builder, BUTTON, debug, debugGrid, horizontalAlign, PROP_BACKGROUNDCOLOR, PROP_BUTTONMNEMONIC, PROP_BUTTONTEXT, PROP_FOREGROUNDCOLOR, PROP_MAXIMUMSIZE, PROP_MINIMUMSIZE, properties, sourceVersion, translator, verticalAlign, widgetElement
 
Constructor Summary
QToolButton(UICBuilder builder, Element e)
           
 
Method Summary
 String constructWidget()
          Create the construction of the widget.
 
Methods inherited from class uic.output.swing.QPushButton
addButtonAccelKeus, createActions
 
Methods inherited from class uic.output.swing.AbstractWidget
getSlotActionInformation, writeDefaultProperties
 
Methods inherited from class uic.output.AbstractWidget
getDoubleProperty, getHorizontalAlign, getIntProperty, getName, getSignalActionInformation, getSourceVersion, getVerticalAlign, getWidgetRepresenter, isHTMLtext, setBuildSettings, setDebug, setDebugGrid, setSourceVersion, setTranslator, setWidgetRepresenter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QToolButton

public QToolButton(UICBuilder builder,
                   Element e)
Method Detail

constructWidget

public String constructWidget()
                       throws UnsupportedWidgetException
Description copied from class: AbstractWidget
Create the construction of the widget. The base construction is done here, this is the first method invoced.

Overrides:
constructWidget in class QPushButton
Returns:
name The name of the constructed class that should be added to a container.
Throws:
UnsupportedWidgetException


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence