|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XComponent | |
| fi.hut.tml.xsmiles.gui.components | |
| fi.hut.tml.xsmiles.gui.components.awt | The common components for all GUIs. |
| fi.hut.tml.xsmiles.gui.components.havi | |
| fi.hut.tml.xsmiles.gui.components.swing | |
| fi.hut.tml.xsmiles.gui.gui2.awt | |
| fi.hut.tml.xsmiles.mlfc.xforms.adaptive | |
| fi.hut.tml.xsmiles.mlfc.xforms.dom | XForms User Interface layer. |
| fi.hut.tml.xsmiles.mlfc.xforms.dom.swing | |
| fi.hut.tml.xsmiles.mlfc.xmlcss.xhtml.forms | |
| Uses of XComponent in fi.hut.tml.xsmiles.gui.components |
| Subinterfaces of XComponent in fi.hut.tml.xsmiles.gui.components | |
interface |
XButton
A generic button |
interface |
XCalendar
textarea |
interface |
XCaption
Interface to plain GUI component The GUI component package contains an abstract set of components that can generally be used. |
interface |
XContainer
The only addition is add and remove |
interface |
XDocument
Interface to a xml media component |
interface |
XInput
textarea |
interface |
XLinkComponent
|
interface |
XMedia
Interface to a media component |
interface |
XRange
|
interface |
XSecret
The only addition is add and remove No extra functionality just the basics. |
interface |
XSelect
Base interface for selectOne & selectMany |
interface |
XSelectBoolean
The selectBoolean element (usually a single checkbox) |
interface |
XSelectMany
Used to select one object out of all. |
interface |
XSelectOne
Used to select one object out of all. |
interface |
XText
textarea |
interface |
XTextArea
The only addition is add and remove No extra functionality just the basics. |
interface |
XUpload
|
| Classes in fi.hut.tml.xsmiles.gui.components that implement XComponent | |
class |
XComponentWrapper
|
| Methods in fi.hut.tml.xsmiles.gui.components with parameters of type XComponent | |
void |
XPanel.add(XComponent c)
|
void |
XPanel.remove(XComponent c)
|
void |
XContainer.add(XComponent c)
|
void |
XContainer.remove(XComponent c)
|
void |
XCompound.add(XComponent c)
|
void |
XCompound.remove(XComponent c)
|
XLabelCompound |
ComponentFactory.getXLabelCompound(XComponent comp,
XCaption capt,
java.lang.String captSide)
|
| Uses of XComponent in fi.hut.tml.xsmiles.gui.components.awt |
| Classes in fi.hut.tml.xsmiles.gui.components.awt that implement XComponent | |
class |
AWTButton
|
class |
AWTCaption
A caption object |
class |
AWTComponent
Interface to plain GUI component The GUI component package contains an abstract set of components that can generally be used. |
class |
AWTContainer
The only addition is add and remove Utilize the ComponentWithContainer, which already is a container |
class |
AWTInput
textinput line this is extended from AWTComponent, which will add captions and styling etc |
class |
AWTLink
Default desktop lightweight linkcomponent. |
class |
AWTRange
textarea |
class |
AWTSelectBase
Common base class for text components |
class |
AWTSelectBoolean
An implementation of XSelectBoolean = a single checkbox |
class |
AWTSelectManyCompact
Select Many compact mode |
class |
AWTSelectOne
textinput line |
class |
AWTSelectOneCompact
select one compact mode |
class |
AWTStylableComponent
The baseclass for the AWT implementation of the cross library GUI controls |
class |
AWTTextArea
The only addition is add and remove this is extended from SwingComponent, which will add captions and styling etc |
class |
AWTTextComponent
Common base class for text components |
class |
AWTUpload
The XForms/Button element |
class |
XADocument
Interface to a xml media component. |
class |
XAMedia
Interface to a media component Mostly unimplemented, waiting for binary functional component framework. |
| Methods in fi.hut.tml.xsmiles.gui.components.awt with parameters of type XComponent | |
XLabelCompound |
AWTComponentFactory.getXLabelCompound(XComponent comp,
XCaption capt,
java.lang.String captSide)
|
void |
AWTContainer.remove(XComponent c)
|
void |
AWTContainer.add(XComponent comp)
|
void |
AWTPanel.add(XComponent c)
|
void |
AWTPanel.remove(XComponent c)
|
| Uses of XComponent in fi.hut.tml.xsmiles.gui.components.havi |
| Classes in fi.hut.tml.xsmiles.gui.components.havi that implement XComponent | |
class |
HaviButton
Note: pcesar in Havi there are several kinds of buttons depending on the content they can be Text or Graphic Buttons For that reason a Graphic button is the first option in case there is no image, a text button is created |
class |
HaviCaption
A caption object |
class |
HaviInput
textinput line this is extended from SwingComponent, which will add captions and styling etc |
class |
HaviSelectBase
Common base class for text components |
class |
HaviSelectBoolean
An implementation of XSelectBoolean = a single checkbox |
class |
HaviSelectManyCompact
Select Many compact mode |
class |
HaviSelectOne
textinput line |
class |
HaviSelectOneCompact
select one compact mode |
class |
HaviTextArea
|
class |
HaviTextComponent
Common base class for text components |
class |
HaviUpload
The XForms/Button element |
| Fields in fi.hut.tml.xsmiles.gui.components.havi declared as XComponent | |
protected XComponent |
HaviLabelCompound.component
the component itself |
| Methods in fi.hut.tml.xsmiles.gui.components.havi with parameters of type XComponent | |
XLabelCompound |
HaviComponentFactory.getXLabelCompound(XComponent comp,
XCaption capt,
java.lang.String captSide)
|
void |
HaviComponentFactory.add(XComponent c)
|
void |
HaviComponentFactory.remove(XComponent c)
|
void |
HaviLabelCompound.add(XComponent c)
|
void |
HaviLabelCompound.remove(XComponent c)
|
void |
HaviPanel.add(XComponent c)
|
void |
HaviPanel.remove(XComponent c)
|
| Constructors in fi.hut.tml.xsmiles.gui.components.havi with parameters of type XComponent | |
HaviLabelCompound(XComponent comp,
XCaption capt,
java.lang.String captSide)
|
|
| Uses of XComponent in fi.hut.tml.xsmiles.gui.components.swing |
| Classes in fi.hut.tml.xsmiles.gui.components.swing that implement XComponent | |
class |
SwingButton
Similar functionality as normal AWT button. |
class |
SwingCalendar
A calender control for swing |
class |
SwingCaption
A caption object |
class |
SwingContainer
The only addition is add and remove Utilize the componentWithcontainer |
class |
SwingInput
textinput line this is extended from SwingComponent, which will add captions and styling etc |
class |
SwingLink
Default desktop lightweight linkcomponent. |
class |
SwingRange
textarea |
class |
SwingSelectBase
Common base class for text components |
class |
SwingSelectBoolean
An implementation of XSelectBoolean = a single checkbox |
class |
SwingSelectManyCompact
Select Many compact mode |
class |
SwingSelectOne
textinput line |
class |
SwingSelectOneCompact
select one compact mode |
class |
SwingSelectOneMinimal
select one minimal mode |
class |
SwingTextArea
The only addition is add and remove this is extended from SwingComponent, which will add captions and styling etc |
class |
SwingTextComponent
Common base class for text components |
class |
SwingUpload
The XForms/Button element |
| Fields in fi.hut.tml.xsmiles.gui.components.swing declared as XComponent | |
protected XComponent |
SwingLabelCompound.component
the component itself |
| Methods in fi.hut.tml.xsmiles.gui.components.swing with parameters of type XComponent | |
XLabelCompound |
DefaultComponentFactory.getXLabelCompound(XComponent comp,
XCaption capt,
java.lang.String captSide)
|
void |
SwingPanel.add(XComponent c)
|
void |
SwingPanel.remove(XComponent c)
|
void |
SwingLabelCompound.add(XComponent c)
|
void |
SwingLabelCompound.remove(XComponent c)
|
void |
SwingContainer.remove(XComponent c)
|
void |
SwingContainer.add(XComponent comp)
|
| Constructors in fi.hut.tml.xsmiles.gui.components.swing with parameters of type XComponent | |
SwingLabelCompound(XComponent comp,
XCaption capt,
java.lang.String captSide)
|
|
| Uses of XComponent in fi.hut.tml.xsmiles.gui.gui2.awt |
| Methods in fi.hut.tml.xsmiles.gui.gui2.awt that return XComponent | |
protected XComponent |
SimpleAWTGUI.createActionButton(java.lang.String name,
java.lang.String icon,
java.lang.String actionCommand)
|
| Uses of XComponent in fi.hut.tml.xsmiles.mlfc.xforms.adaptive |
| Methods in fi.hut.tml.xsmiles.mlfc.xforms.adaptive that return XComponent | |
XComponent |
OutputAny.getComponent()
returns the abstract component for this control. |
XComponent |
Control.getComponent()
returns the abstract component for this control. |
XComponent |
InputBoolean.getComponent()
returns the abstract component for this control. |
XComponent |
InputDate.getComponent()
returns the abstract component for this control. |
XComponent |
RangeDecimal.getComponent()
returns the abstract component for this control. |
XComponent |
InputString.getComponent()
returns the abstract component for this control. |
| Uses of XComponent in fi.hut.tml.xsmiles.mlfc.xforms.dom |
| Fields in fi.hut.tml.xsmiles.mlfc.xforms.dom declared as XComponent | |
protected XComponent |
XFormsControl.component
the abstract component for this control |
| Methods in fi.hut.tml.xsmiles.mlfc.xforms.dom that return XComponent | |
XComponent |
CustomControl.createComponent()
|
XComponent |
UploadElementImpl.createComponent()
|
abstract XComponent |
XFormsControl.createComponent()
Creates the visible containing component of this control |
XComponent |
SelectBooleanElementImpl.createComponent()
|
XComponent |
SelectManyElementImpl.createComponent()
Creates the visual component of this control. |
XComponent |
OutputElementImpl.createComponent()
|
XComponent |
SecretElementImpl.createComponent()
Creates the visible containing component of this control |
XComponent |
SelectOneElementImpl.createComponent()
Creates the visible containing component of this control |
XComponent |
AdaptiveControl.createComponent()
|
XComponent |
ButtonElementImpl.createComponent()
Creates the visual component of this control. |
XComponent |
SelectElementImpl.createComponent()
Creates the visible containing component of this control |
XComponent |
InputElementImpl.createComponent()
Creates the visible containing component of this control |
XComponent |
TextAreaElementImpl.createComponent()
|
| Uses of XComponent in fi.hut.tml.xsmiles.mlfc.xforms.dom.swing |
| Methods in fi.hut.tml.xsmiles.mlfc.xforms.dom.swing that return XComponent | |
XComponent |
TreeElementImpl.createComponent()
Creates the visible containing component of this control |
| Uses of XComponent in fi.hut.tml.xsmiles.mlfc.xmlcss.xhtml.forms |
| Fields in fi.hut.tml.xsmiles.mlfc.xmlcss.xhtml.forms declared as XComponent | |
protected XComponent |
InputBase.component
|
| Methods in fi.hut.tml.xsmiles.mlfc.xmlcss.xhtml.forms that return XComponent | |
XComponent |
InputBase.getXComponent()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||