|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.sibvisions.rad.ui.swing.ext.JVxEditor
public class JVxEditor
The JVxEditor
implements the IEditorControl
interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
javax.swing.JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
javax.swing.JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.rad.model.ui.ICellEditorListener |
---|
ACTION_KEY, ENTER_KEY, ESCAPE_KEY, FOCUS_LOST, SHIFT_ENTER_KEY, SHIFT_TAB_KEY, TAB_KEY |
Fields inherited from interface javax.rad.ui.IAlignmentConstants |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
JVxEditor()
Constructs an editor. |
Method Summary | |
---|---|
void |
addKeyListener(java.awt.event.KeyListener pKeyListener)
|
void |
addMouseListener(java.awt.event.MouseListener pMouseListener)
|
void |
addNotify()
|
void |
cancelEditing()
Informs the GUI control, that the last edit should be canceled(restored) the correct value is in the DataBook . |
void |
editingComplete(java.lang.String pCompleteType)
Informs the ICellEditorListener that the editing is completed. |
void |
editingStarted()
Informs the ICellEditorListener that the editing has started. |
void |
focusGained(java.awt.event.FocusEvent pEvent)
|
void |
focusLost(java.awt.event.FocusEvent pEvent)
|
ICellEditor |
getCellEditor()
Gets the CellEditor that edits the given column in the given DataRow. |
ICellEditorHandler<javax.swing.JComponent> |
getCellEditorHandler()
The current used CellEditor for editing. |
ICellFormatter |
getCellFormatter()
Gets the CellFormatter. |
java.lang.String |
getColumnName()
Gets the column name edited by this control. |
IControl |
getControl()
Get's the control corresponding to this cell editor listener. |
IDataRow |
getDataRow()
Gets the DataRow edited by this control. |
java.lang.String |
getEditorComponentName()
Gets the name of the editor JComponent . |
protected java.awt.Component |
getFocusableComponent(java.awt.Component pComponent)
Gets the focusable sub component of the given component. |
int |
getHorizontalAlignment()
Returns the alignment along the x axis. |
TranslationMap |
getTranslation()
Gets the possible translation mapping. |
int |
getVerticalAlignment()
Returns the alignment along the y axis. |
boolean |
isBorderVisible()
Returns whether the the border of the text field is visible. |
boolean |
isSavingImmediate()
Tells whether the CellEditor should save immediate. |
boolean |
isShowing()
|
boolean |
isTranslationEnabled()
Gets whether the translation is en- or disabled. |
void |
notifyRepaint()
The control need to check if the part is visible and then repaint the part. |
void |
removeKeyListener(java.awt.event.KeyListener pKeyListener)
|
void |
removeMouseListener(java.awt.event.MouseListener pMouseListener)
|
void |
removeNotify()
|
void |
requestFocus()
|
void |
run()
The run method is invoked from AWT EventQueue. |
void |
saveEditing()
Informs the GUI control, that the last edit should be set into the IDataBook or IDataRow . |
void |
setBackground(java.awt.Color pColor)
|
void |
setBorderVisible(boolean pVisible)
Sets the border of the text field visible or invisible. |
void |
setCellEditor(ICellEditor pCellEditor)
Sets the CellEditor that edits the given column in the given DataRow. |
void |
setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
setColumnName(java.lang.String pColumnName)
Sets the column edited by this control. |
void |
setDataRow(IDataRow pDataRow)
Sets the DataRow edited by this control. |
void |
setEditorComponentName(java.lang.String pName)
Sets the name of the editor JComponent if it is a JComboBox
or of the first focusable JComponent . |
void |
setEnabled(boolean pEnabled)
|
void |
setFont(java.awt.Font pEnabled)
|
void |
setForeground(java.awt.Color pEnabled)
|
void |
setHorizontalAlignment(int pHorizontalAlignment)
Sets the horizontal alignment. |
void |
setSavingImmediate(boolean pSavingImmediate)
Sets whether the CellEditor should save immediate. |
void |
setToolTipText(java.lang.String pToolTipText)
|
void |
setTranslation(TranslationMap pTranslation)
Sets the possible translations. |
void |
setTranslationEnabled(boolean pEnabled)
Sets the translation en- or disabled. |
void |
setVerticalAlignment(int pVerticalAlignment)
Sets the vertical alignment. |
java.lang.String |
translate(java.lang.String pText)
Method to translate a given text. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class javax.swing.JComponent |
---|
addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setFocusTraversalKeys, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JVxEditor()
Method Detail |
---|
public void setEnabled(boolean pEnabled)
setEnabled
in class javax.swing.JComponent
public void setBackground(java.awt.Color pColor)
setBackground
in class javax.swing.JComponent
public void setForeground(java.awt.Color pEnabled)
setForeground
in class javax.swing.JComponent
public void setFont(java.awt.Font pEnabled)
setFont
in class javax.swing.JComponent
public boolean isShowing()
isShowing
in class java.awt.Component
public void addNotify()
addNotify
in class javax.swing.JComponent
public void removeNotify()
removeNotify
in class javax.swing.JComponent
public void requestFocus()
requestFocus
in class javax.swing.JComponent
public void addMouseListener(java.awt.event.MouseListener pMouseListener)
addMouseListener
in class java.awt.Component
public void removeMouseListener(java.awt.event.MouseListener pMouseListener)
removeMouseListener
in class java.awt.Component
public void addKeyListener(java.awt.event.KeyListener pKeyListener)
addKeyListener
in class java.awt.Component
public void removeKeyListener(java.awt.event.KeyListener pKeyListener)
removeKeyListener
in class java.awt.Component
public void setToolTipText(java.lang.String pToolTipText)
setToolTipText
in class javax.swing.JComponent
public int getHorizontalAlignment()
getHorizontalAlignment
in interface IAlignmentConstants
public void setHorizontalAlignment(int pHorizontalAlignment)
setHorizontalAlignment
in interface IAlignmentConstants
pHorizontalAlignment
- the new vertical alignmentpublic int getVerticalAlignment()
getVerticalAlignment
in interface IAlignmentConstants
public void setVerticalAlignment(int pVerticalAlignment)
setVerticalAlignment
in interface IAlignmentConstants
pVerticalAlignment
- the new vertical alignmentpublic void run()
run
in interface java.lang.Runnable
public void notifyRepaint()
notifyRepaint
in interface IControl
public void cancelEditing()
DataBook
.
cancelEditing
in interface IControl
public void saveEditing() throws ModelException
IDataBook
or IDataRow
.
saveEditing
in interface IControl
ModelException
- if the value can not be stored.public ICellFormatter getCellFormatter()
getCellFormatter
in interface ICellFormatterEditorListener
public void setTranslation(TranslationMap pTranslation)
setTranslation
in interface ITranslatable
pTranslation
- the translation mappingpublic TranslationMap getTranslation()
getTranslation
in interface ITranslatable
public void setTranslationEnabled(boolean pEnabled)
setTranslationEnabled
in interface ITranslatable
pEnabled
- true
to enable the translation, false
to disablepublic boolean isTranslationEnabled()
isTranslationEnabled
in interface ITranslatable
true
if translation is performed, false
otherwisepublic java.lang.String translate(java.lang.String pText)
translate
in interface ITranslator
pText
- the text to translate.
public void editingStarted()
ICellEditorListener
that the editing has started.
editingStarted
in interface ICellEditorListener
public void editingComplete(java.lang.String pCompleteType)
ICellEditorListener
that the editing is completed.
editingComplete
in interface ICellEditorListener
pCompleteType
- the type of completion.public boolean isSavingImmediate()
isSavingImmediate
in interface ICellEditorListener
public IControl getControl()
getControl
in interface ICellEditorListener
public void focusGained(java.awt.event.FocusEvent pEvent)
focusGained
in interface java.awt.event.FocusListener
public void focusLost(java.awt.event.FocusEvent pEvent)
focusLost
in interface java.awt.event.FocusListener
public IDataRow getDataRow()
getDataRow
in interface IEditorControl
setDataRow(javax.rad.model.IDataRow)
public void setDataRow(IDataRow pDataRow) throws ModelException
setDataRow
in interface IEditorControl
pDataRow
- the DataRow.
ModelException
- if the column name for the row is invalidgetDataRow()
,
setColumnName(String)
public java.lang.String getEditorComponentName()
JComponent
.
JComponent
.public void setEditorComponentName(java.lang.String pName)
JComponent
if it is a JComboBox
or of the first focusable JComponent
.
pName
- the name to set.public java.lang.String getColumnName()
getColumnName
in interface IEditorControl
setColumnName(java.lang.String)
public void setColumnName(java.lang.String pColumnName) throws ModelException
setColumnName
in interface IEditorControl
pColumnName
- the column.
ModelException
- if the column name is invalidgetColumnName()
public void setSavingImmediate(boolean pSavingImmediate)
pSavingImmediate
- true, if the CellEditor should save immediate.public void setBorderVisible(boolean pVisible)
pVisible
- true
to set the border visible or false
to hide
the borderpublic boolean isBorderVisible()
true
if the border is visible, false
if the border is invisibleprotected java.awt.Component getFocusableComponent(java.awt.Component pComponent)
pComponent
- the component.
public ICellEditor getCellEditor()
getCellEditor
in interface IEditorControl
setCellEditor(javax.rad.model.ui.ICellEditor)
public void setCellEditor(ICellEditor pCellEditor) throws ModelException
setCellEditor
in interface IEditorControl
pCellEditor
- the CellEditor.
ModelException
- if the column name of the editor is invalidgetCellEditor()
public ICellEditorHandler<javax.swing.JComponent> getCellEditorHandler()
public void setCellFormatter(ICellFormatter pCellFormatter)
pCellFormatter
- the formatter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |