|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.richtext.uiimpl.MenuItemSet | +--com.ibm.richtext.uiimpl.CommandMenuItem
Inner Class Summary | |
static class |
CommandMenuItem.CutCopyClear
|
static class |
CommandMenuItem.Paste
|
static class |
CommandMenuItem.SelectAll
|
static class |
CommandMenuItem.UndoRedo
|
Fields inherited from class com.ibm.richtext.uiimpl.MenuItemSet |
CHARACTER, PARAGRAPH |
Fields inherited from interface com.ibm.richtext.textpanel.TextPanelListener |
COPYRIGHT |
Constructor Summary | |
protected |
CommandMenuItem(MenuData data)
|
protected |
CommandMenuItem(MenuData data,
boolean enableByDefault)
|
Method Summary | |
protected abstract boolean |
isEnabled()
|
protected abstract void |
performAction()
|
void |
textEventOccurred(TextPanelEvent event)
Notify listener of an MTextPanel change. |
protected void |
textPanelChanged()
|
Methods inherited from class com.ibm.richtext.uiimpl.MenuItemSet |
getTextPanel, respondsToEventType, setTextPanel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected CommandMenuItem(MenuData data)
protected CommandMenuItem(MenuData data, boolean enableByDefault)
Method Detail |
protected abstract boolean isEnabled()
protected abstract void performAction()
protected void textPanelChanged()
textPanelChanged
in class MenuItemSet
public final void textEventOccurred(TextPanelEvent event)
TextPanelListener
textEventOccurred
in class MenuItemSet
com.ibm.richtext.textpanel.TextPanelListener
event
- a TextPanelEvent indicating what happened
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |