|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInplaceCellEditor | |
---|---|
com.sibvisions.rad.ui.swing.ext.celleditor | Contains components for creating editors. |
javax.rad.genui.celleditor | Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. |
javax.rad.ui.celleditor | Contains all interfaces to develop cell editors. |
Uses of IInplaceCellEditor in com.sibvisions.rad.ui.swing.ext.celleditor |
---|
Classes in com.sibvisions.rad.ui.swing.ext.celleditor that implement IInplaceCellEditor | |
---|---|
class |
JVxComboCellEditor
The JVxComboCellEditor defines popup handling of in place editors. |
class |
JVxDateCellEditor
The JVxDateCellEditor provides the generation of the
physical Date editor component, handles correct all events, and
gives standard access to edited values. |
class |
JVxInplaceCellEditor
The JVxInplaceCellEditor provides the styling of cell editors. |
class |
JVxLinkedCellEditor
The JVxLinkedCellEditor provides the generation of the
physical linked editor component, handles correct all events, and
gives standard access to edited values. |
class |
JVxNumberCellEditor
The JVxTextCellEditor provides the generation of the
physical number editor component, handles correct all events, and
gives standard access to edited values. |
class |
JVxTextCellEditor
The JVxTextCellEditor provides the generation of the
physical text editor component, handles correct all events, and
gives standard access to edited values. |
Uses of IInplaceCellEditor in javax.rad.genui.celleditor |
---|
Classes in javax.rad.genui.celleditor with type parameters of type IInplaceCellEditor | |
---|---|
class |
UIInplaceCellEditor<CE extends IInplaceCellEditor>
Platform and technology independent editor. |
Classes in javax.rad.genui.celleditor that implement IInplaceCellEditor | |
---|---|
class |
UIComboCellEditor<CE extends IComboCellEditor>
Platform and technology independent combo cell editor. |
class |
UIDateCellEditor
Platform and technology independent date editor. |
class |
UIInplaceCellEditor<CE extends IInplaceCellEditor>
Platform and technology independent editor. |
class |
UILinkedCellEditor
Platform and technology independent linked editor. |
class |
UINumberCellEditor
Platform and technology independent number editor. |
class |
UITextCellEditor
Platform and technology independent text editor. |
Uses of IInplaceCellEditor in javax.rad.ui.celleditor |
---|
Subinterfaces of IInplaceCellEditor in javax.rad.ui.celleditor | |
---|---|
interface |
IComboCellEditor
Platform and technology independent combo box cell editor definition. |
interface |
IDateCellEditor
Platform and technology independent date editor definition. |
interface |
ILinkedCellEditor
Platform and technology independent linked editor definition. |
interface |
INumberCellEditor
Platform and technology independent number editor definition. |
interface |
ITextCellEditor
Platform and technology independent text editor definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |