|
||||||||
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 | +--com.ibm.richtext.uiimpl.DialogItem
Inner Class Summary | |
static class |
DialogItem.DialogFactory
|
Inner classes inherited from class com.ibm.richtext.uiimpl.CommandMenuItem |
CommandMenuItem.CutCopyClear, CommandMenuItem.Paste, CommandMenuItem.SelectAll, 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 | |
DialogItem(MenuData menuData,
DialogItem.DialogFactory dialogFactory)
|
Method Summary | |
protected boolean |
isEnabled()
|
protected void |
performAction()
|
boolean |
respondsToEventType(int type)
Return true if listener needs to be notified of the given event type. |
protected void |
textPanelChanged()
|
Methods inherited from class com.ibm.richtext.uiimpl.CommandMenuItem |
textEventOccurred |
Methods inherited from class com.ibm.richtext.uiimpl.MenuItemSet |
getTextPanel, setTextPanel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DialogItem(MenuData menuData, DialogItem.DialogFactory dialogFactory)
Method Detail |
protected void textPanelChanged()
textPanelChanged
in class CommandMenuItem
protected boolean isEnabled()
isEnabled
in class CommandMenuItem
public boolean respondsToEventType(int type)
TextPanelListener
respondsToEventType
in class MenuItemSet
com.ibm.richtext.textpanel.TextPanelListener
type
- an event ID from TextPanelEventprotected void performAction()
performAction
in class CommandMenuItem
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |