public interface IMenuMergeModel
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
install(javax.swing.JComponent menu)
Merges this model into the menu.
|
void |
uninstall(javax.swing.JComponent menu)
Reverses the merge of this model into the given menu
|