org.jpos.ui.factory
Class JTabbedPaneFactory
java.lang.Object
org.jpos.ui.factory.JTabbedPaneFactory
- All Implemented Interfaces:
- EventListener, ChangeListener, UIFactory
public class JTabbedPaneFactory
- extends Object
- implements UIFactory, ChangeListener
- Author:
- Alejandro Revilla
creates a tabbed pane
i.e:
<tabbed-pane font="xxx">
<pane title="xxx" icon="optional/icon/file.jpg"
action="yyy" command="zzz">
...
...
</pane>
</tabbed-pane>
- See Also:
UIFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTabbedPaneFactory
public JTabbedPaneFactory()
create
public JComponent create(UI ui,
org.jdom.Element e)
- Specified by:
create in interface UIFactory
stateChanged
public void stateChanged(ChangeEvent e)
- Specified by:
stateChanged in interface ChangeListener
Copyright © 1998-2012 jPOS.org. All Rights Reserved.