|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectro.sync.ecss.extensions.api.editor.AbstractInplaceEditor
@API(type=EXTENDABLE, src=PUBLIC) public abstract class AbstractInplaceEditor
An abstract implementation that handles listeners fire.
Constructor Summary | |
---|---|
AbstractInplaceEditor()
|
Method Summary | |
---|---|
void |
addEditingListener(InplaceEditingListener editingListener)
|
protected void |
fireCommitValue(EditingEvent event)
Notify the interested listeners that the current value must be committed. |
protected void |
fireEditingCanceled()
Notify the interested listeners that the editing was canceled. |
protected void |
fireEditingOccured()
Notify the interested listeners that an edit occurred inside the editor. |
protected void |
fireEditingStopped(EditingEvent event)
Notify the interested listeners that the editing stopped. |
protected void |
fireNextEditLocationRequested()
Notify the interested listeners that the next edit position was requested. |
protected void |
firePreviousEditLocationRequested()
Notify the interested listeners that the previous edit position was requested. |
void |
removeEditingListener(InplaceEditingListener editingListener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ro.sync.ecss.extensions.api.editor.InplaceEditor |
---|
cancelEditing, getEditorComponent, getScrollRectangle, getValue, requestFocus, stopEditing |
Methods inherited from interface ro.sync.ecss.extensions.api.Extension |
---|
getDescription |
Constructor Detail |
---|
public AbstractInplaceEditor()
Method Detail |
---|
protected void fireEditingStopped(EditingEvent event)
event
- Editing event.protected void fireEditingCanceled()
protected void fireEditingOccured()
protected void fireNextEditLocationRequested()
protected void firePreviousEditLocationRequested()
public final void addEditingListener(InplaceEditingListener editingListener)
addEditingListener
in interface ro.sync.ecss.extensions.api.editor.InplaceEditor
InplaceEditor.addEditingListener(ro.sync.ecss.extensions.api.editor.InplaceEditingListener)
public final void removeEditingListener(InplaceEditingListener editingListener)
removeEditingListener
in interface ro.sync.ecss.extensions.api.editor.InplaceEditor
InplaceEditor.removeEditingListener(ro.sync.ecss.extensions.api.editor.InplaceEditingListener)
protected void fireCommitValue(EditingEvent event)
event
- Editing event.
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |