|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.browsecode.helpers.menus.MenuItemStub org.browsecode.helpers.menus.MenuItemJSeparator
public class MenuItemJSeparator
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.browsecode.helpers.menus.MenuItem |
---|
MenuItem.MenuItemSelectedListener |
Constructor Summary | |
---|---|
MenuItemJSeparator(MenuBarHelper menuBarHelper)
|
Method Summary | |
---|---|
java.lang.String |
getVisibleTitle()
Get the visible title of the menu item. |
boolean |
setEnabledDisabled()
If you have enabled or disabled this menu item, call this. |
protected void |
setVisibleTitleAfterTranslation(java.lang.String title)
Implement this to set the visible title. |
Methods inherited from class org.browsecode.helpers.menus.MenuItemStub |
---|
addActionListener, canAListenerHandleAction, fireAction, getFont, getMenuBarHelper, getTitle, removeActionListener, setBackgroundColor, setFont, setForegroundColor, setTitle, setToolTipText, setVisibleTitle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MenuItemJSeparator(MenuBarHelper menuBarHelper)
menuBarHelper
- Method Detail |
---|
protected void setVisibleTitleAfterTranslation(java.lang.String title)
MenuItemStub
setVisibleTitleAfterTranslation
in class MenuItemStub
public java.lang.String getVisibleTitle()
MenuItem
public boolean setEnabledDisabled()
MenuItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |