|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomMenuProvider
Interface for commands that want to provide a custom menu UI.
| Method Summary | |
|---|---|
void |
addChangeListener(ChangeListener l)
Custom menu providers should fire change events when the menu UI needs to be updated. |
List |
createMenuItems()
Create the menu items that represent the UI for the command. |
void |
destroyMenuItems(List items)
Destroy menu items created by createMenuItems (). |
void |
removeChangeListener(ChangeListener l)
|
| Method Detail |
|---|
List createMenuItems()
void destroyMenuItems(List items)
void addChangeListener(ChangeListener l)
void removeChangeListener(ChangeListener l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||