|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use BaseMenuBar | |
|---|---|
| com.sas.servlet.tbeans.graphics | Provides base classes for generating chart objects. |
| com.sas.servlet.tbeans.menubar | Provides base classes used to generate the MenuBar and SelectorMenuBar. |
| com.sas.servlet.tbeans.menubar.html | Provides classes for generating a MenuBar or SelectorMenuBar. |
| Uses of BaseMenuBar in com.sas.servlet.tbeans.graphics |
|---|
| Methods in com.sas.servlet.tbeans.graphics with parameters of type BaseMenuBar | |
|---|---|
void |
ESRIMapMenuFactory.populateMenuBar(BaseMenuBar menuBar,
com.sas.swing.util.ActionList actionList,
boolean encodeText,
boolean escapeAmpersand)
Populates a menu bars with the actions from the given ActionList. |
| Uses of BaseMenuBar in com.sas.servlet.tbeans.menubar |
|---|
| Methods in com.sas.servlet.tbeans.menubar that return BaseMenuBar | |
|---|---|
BaseMenuBar |
BaseMenu.getMenuBar()
Returns the instance of the MenuBar containing this Menu. |
| Methods in com.sas.servlet.tbeans.menubar with parameters of type BaseMenuBar | |
|---|---|
void |
BaseMenu.setMenuBar(BaseMenuBar value)
Sets the instance of the MenuBar containing this Menu. |
| Uses of BaseMenuBar in com.sas.servlet.tbeans.menubar.html |
|---|
| Subclasses of BaseMenuBar in com.sas.servlet.tbeans.menubar.html | |
|---|---|
class |
BaseHTMLMenuBar
The BaseHTMLMenuBar is an abstract TransformationBean used to create an HTML MenuBar. |
class |
MenuBar
Deprecated. As of release 9.2, replaced by SimpleMenuBar |
class |
SelectorMenuBar
The SelectorMenuBar is a TransformationBean that generates the appropriate HTML 4.0 and JavaScript for creating a Selector MenuBar. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||