|
||||||||
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.SingleCheckMenuItem | +--com.ibm.richtext.uiimpl.SubtractStyleMenuItem
Fields inherited from class com.ibm.richtext.uiimpl.SingleCheckMenuItem |
fItem |
Fields inherited from class com.ibm.richtext.uiimpl.MenuItemSet |
CHARACTER, PARAGRAPH |
Fields inherited from interface com.ibm.richtext.textpanel.TextPanelListener |
COPYRIGHT |
Constructor Summary | |
SubtractStyleMenuItem(java.lang.Object[] keys,
MenuData menuData,
boolean character)
|
Method Summary | |
boolean |
respondsToEventType(int type)
Return true if listener needs to be notified of the given event type. |
protected void |
setChecked()
|
void |
textEventOccurred(TextPanelEvent event)
Notify listener of an MTextPanel change. |
Methods inherited from class com.ibm.richtext.uiimpl.SingleCheckMenuItem |
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 SubtractStyleMenuItem(java.lang.Object[] keys, MenuData menuData, boolean character)
Method Detail |
protected void setChecked()
public boolean respondsToEventType(int type)
TextPanelListener
respondsToEventType
in class MenuItemSet
com.ibm.richtext.textpanel.TextPanelListener
type
- an event ID from TextPanelEventpublic 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 |