|
||||||||
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.ChoiceMenuItemSet | +--com.ibm.richtext.uiimpl.KeymapMenuItemSet
Fields inherited from class com.ibm.richtext.uiimpl.MenuItemSet |
CHARACTER, PARAGRAPH |
Fields inherited from interface com.ibm.richtext.textpanel.TextPanelListener |
COPYRIGHT |
Constructor Summary | |
KeymapMenuItemSet(KeyRemap[] values,
MenuData[] menuData)
|
Method Summary | |
protected java.lang.Object |
getCurrentValue()
|
protected void |
handleValueSelected(java.lang.Object value)
|
boolean |
respondsToEventType(int type)
Return true if listener needs to be notified of the given event type. |
void |
textEventOccurred(TextPanelEvent event)
Notify listener of an MTextPanel change. |
Methods inherited from class com.ibm.richtext.uiimpl.ChoiceMenuItemSet |
setChecked, textPanelChanged |
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 KeymapMenuItemSet(KeyRemap[] values, MenuData[] menuData)
Method Detail |
protected void handleValueSelected(java.lang.Object value)
handleValueSelected
in class ChoiceMenuItemSet
protected java.lang.Object getCurrentValue()
getCurrentValue
in class ChoiceMenuItemSet
public void textEventOccurred(TextPanelEvent event)
TextPanelListener
textEventOccurred
in class MenuItemSet
com.ibm.richtext.textpanel.TextPanelListener
event
- a TextPanelEvent indicating what happenedpublic boolean respondsToEventType(int type)
TextPanelListener
respondsToEventType
in class MenuItemSet
com.ibm.richtext.textpanel.TextPanelListener
type
- an event ID from TextPanelEvent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |