|
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.exml.workspace.api.editor.page.text.TextPopupMenuCustomizer
@API(type=EXTENDABLE, src=PUBLIC) public abstract class TextPopupMenuCustomizer
Can be used to customize a pop-up menu before showing it.
Constructor Summary | |
---|---|
TextPopupMenuCustomizer()
|
Method Summary | |
---|---|
abstract void |
customizePopUpMenu(java.lang.Object popUp,
WSTextEditorPage textPage)
Customize a pop-up menu in the Text page before showing it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextPopupMenuCustomizer()
Method Detail |
---|
public abstract void customizePopUpMenu(java.lang.Object popUp, WSTextEditorPage textPage)
popUp
- The pop-up Menu.textPage
- The page over which the pop-up will be presented.
|
Oxygen XML Editor 15.0 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |