uic.output.swing
Class General
java.lang.Object
uic.output.AbstractWidget
uic.output.swing.AbstractWidget
uic.output.swing.General
- public class General
- extends AbstractWidget
Method Summary |
String |
constructWidget()
Create the construction of the widget. |
void |
createActions()
Implement this method to get the output written in here as methods
in the target class. |
Methods inherited from class uic.output.AbstractWidget |
getHorizontalAlign, getIntProperty, getName, getSignalActionInformation, getSlotActionInformation, 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 |
General
public General(UICBuilder builder,
Element e)
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.
- Specified by:
constructWidget
in class AbstractWidget
- Returns:
- name The name of the constructed class that should be added to
a container.
- Throws:
UnsupportedWidgetException
createActions
public void createActions()
- Implement this method to get the output written in here as methods
in the target class. This is typically used to provide implementation
for extra interfaces.
- Overrides:
createActions
in class AbstractWidget
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence