|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.awt.impl.AwtResource<C>
com.sibvisions.rad.ui.awt.impl.AwtComponent<C>
com.sibvisions.rad.ui.awt.impl.AwtContainer<C>
com.sibvisions.rad.ui.swing.impl.SwingComponent<C>
com.sibvisions.rad.ui.swing.impl.component.SwingAbstractLabeledIconButton<JVxButton>
com.sibvisions.rad.ui.swing.impl.component.SwingPopupMenuButton
public class SwingPopupMenuButton
The SwingPopupMenuButton is the IPopupMenuButton
implementation for swing.
JVxButton,
IPopupMenuButton| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractLabeledIconButton |
|---|
image |
| Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtComponent |
|---|
bComponentListener, bFocusListener, bKeyListener, bMouseListener, eventComponentMoved, eventComponentResized, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, eventSource, factory, parent |
| Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
|---|
resource |
| Fields inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Constructor Summary | |
|---|---|
SwingPopupMenuButton()
Creates a new instance of SwingPopupMenuButton. |
|
| Method Summary | |
|---|---|
IMenuItem |
getDefaultMenuItem()
Gets the default menu item. |
IPopupMenu |
getPopupMenu()
Gets the IPopupMenu which can be shown. |
void |
setDefaultMenuItem(IMenuItem pItem)
Sets the default menu item. |
void |
setPopupMenu(IPopupMenu pMenu)
Sets the IPopupMenu which should be shown. |
| Methods inherited from class com.sibvisions.rad.ui.swing.impl.component.SwingAbstractLabeledIconButton |
|---|
getImage, getText, isPreserveAspectRatio, setBackground, setHorizontalAlignment, setImage, setPreserveAspectRatio, setText, setVerticalAlignment |
| Methods inherited from class com.sibvisions.rad.ui.swing.impl.SwingComponent |
|---|
capture, getToolTipText, setTabIndex, setToolTipText |
| Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtContainer |
|---|
add, add, add, add, addIntern, checkAdd, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, removeIntern, setLayout, setLayoutIntern |
| Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
|---|
getResource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.component.IIcon |
|---|
getImage, isPreserveAspectRatio, setImage, setPreserveAspectRatio |
| Methods inherited from interface javax.rad.ui.component.ILabel |
|---|
getText, setText |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
| Constructor Detail |
|---|
public SwingPopupMenuButton()
SwingPopupMenuButton.
| Method Detail |
|---|
public void setPopupMenu(IPopupMenu pMenu)
IPopupMenu which should be shown.
setPopupMenu in interface IPopupMenuButtonpMenu - the menupublic IPopupMenu getPopupMenu()
IPopupMenu which can be shown.
getPopupMenu in interface IPopupMenuButtonpublic void setDefaultMenuItem(IMenuItem pItem)
setDefaultMenuItem in interface IPopupMenuButtonpItem - the item to use as action itemIPopupMenuButton.setPopupMenu(IPopupMenu)public IMenuItem getDefaultMenuItem()
getDefaultMenuItem in interface IPopupMenuButtonIPopupMenuButton.setDefaultMenuItem(IMenuItem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||