|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITextField | |
---|---|
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
com.sibvisions.rad.ui.swing.impl.component | Contains Swing component implementations based on the platform and technology independent interface definitions. |
javax.rad.genui.component | Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
javax.rad.ui.component | Contains all interfaces to develop components for a graphical user interface. |
Uses of ITextField in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return ITextField | |
---|---|
ITextField |
SwingFactory.createTextField()
Creates a new instance of ITextField . |
Uses of ITextField in com.sibvisions.rad.ui.swing.impl.component |
---|
Classes in com.sibvisions.rad.ui.swing.impl.component that implement ITextField | |
---|---|
class |
SwingPasswordField
The SwingPasswordField is the IPasswordField
implementation for swing. |
class |
SwingTextArea
The SwingTextArea is the ITextArea
implementation for swing. |
class |
SwingTextComponent<C extends JComponent,TC extends JTextComponent>
Platform and technology independent TextField definition. |
class |
SwingTextField<C extends JTextField>
The SwingTextField is the ITextField
implementation for swing. |
Uses of ITextField in javax.rad.genui.component |
---|
Classes in javax.rad.genui.component with type parameters of type ITextField | |
---|---|
class |
AbstractUITextField<C extends ITextField>
Platform and technology independent text field. |
Classes in javax.rad.genui.component that implement ITextField | |
---|---|
class |
AbstractUITextField<C extends ITextField>
Platform and technology independent text field. |
class |
UIPasswordField
Platform and technology independent password field. |
class |
UITextArea
Platform and technology independent text area. |
class |
UITextField
Platform and technology independent text field. |
Constructors in javax.rad.genui.component with parameters of type ITextField | |
---|---|
UITextField(ITextField pField)
Creates a new instance of UITextField with the given
text field. |
Uses of ITextField in javax.rad.ui |
---|
Methods in javax.rad.ui that return ITextField | |
---|---|
ITextField |
IFactory.createTextField()
Creates a new instance of ITextField . |
Uses of ITextField in javax.rad.ui.component |
---|
Subinterfaces of ITextField in javax.rad.ui.component | |
---|---|
interface |
IPasswordField
Platform and technology independent password field definition. |
interface |
ITextArea
Platform and technology independent text area definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |