Actions.SubMenu@Deprecated
public static interface Actions.SubMenuModel
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChangeListener(javax.swing.event.ChangeListener l) |
Deprecated.
Adds change listener for changes of the model.
|
int |
getCount() |
Deprecated.
|
org.openide.util.HelpCtx |
getHelpCtx(int index) |
Deprecated.
Get context help for the specified item.
|
java.lang.String |
getLabel(int index) |
Deprecated.
Gets label for specific index
|
void |
performActionAt(int index) |
Deprecated.
Perform the action on the specific index
|
void |
removeChangeListener(javax.swing.event.ChangeListener l) |
Deprecated.
Removes change listener for changes of the model.
|
int getCount()
java.lang.String getLabel(int index)
index - of the submenu itemnull for a separator)org.openide.util.HelpCtx getHelpCtx(int index)
null to just use the context help for
the associated system action (if any).
Note that only help IDs will work, not URLs.nullvoid performActionAt(int index)
index - of the submenu item which should be performedvoid addChangeListener(javax.swing.event.ChangeListener l)
void removeChangeListener(javax.swing.event.ChangeListener l)
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.