|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xulux.gui.XuluxWidget org.xulux.gui.ContainerWidget org.xulux.guilayer.swing.widgets.PopupMenu
public class PopupMenu
A popopmenu
Field Summary | |
---|---|
protected javax.swing.JPopupMenu |
menu
the native popupmenu |
Fields inherited from class org.xulux.gui.ContainerWidget |
---|
widgets |
Fields inherited from class org.xulux.gui.XuluxWidget |
---|
initialized, initializing, isRefreshing, log, previousValue, properties, value, visible |
Constructor Summary | |
---|---|
PopupMenu(java.lang.String name)
|
Method Summary | |
---|---|
void |
addToParent(org.xulux.api.gui.IWidget widget)
|
void |
addXuluxListener(org.xulux.api.gui.IXuluxListener listener)
|
boolean |
canContainValue()
|
void |
focus()
|
java.lang.Object |
getGuiValue()
|
java.lang.Object |
getNativeWidget()
|
void |
initialize()
|
boolean |
isValueEmpty()
|
void |
refresh()
|
void |
setVisible(boolean visible)
|
Methods inherited from class org.xulux.gui.ContainerWidget |
---|
addChildWidget, canBeRootWidget, canContainChildren, destroy, destroyChildren, getChildWidgets, getWidgetInitializer, initializeChildren |
Methods inherited from class org.xulux.gui.XuluxWidget |
---|
addDependency, addPropertyHandler, addPropertyHandler, clear, equals, getDependencies, getField, getName, getParent, getPart, getPrefix, getPreviousValue, getProperties, getProperty, getPropertyHandler, getPropertyHandlers, getProvider, getRealProperty, getRealValue, getRectangle, getRules, getValue, getWidgetType, handleProperties, handleProperty, hasDependencies, ignoreLayout, ignoreUse, isEnabled, isImmidiate, isInitializing, isRefreshing, isRequired, isRootWidget, isSkip, isUseIgnored, isValidValue, isVisible, notifyListeners, processDestroy, processInit, processNativeWidget, registerRule, removeAllRules, setAutoRefresh, setContainerWidgetHandler, setEnabled, setField, setImmidiate, setLazyProperty, setName, setParent, setPart, setPosition, setPrefix, setProperty, setProvider, setRequired, setRootWidget, setSize, setSkip, setValidValue, setValue, setWidgetInitializer, setWidgetType, toString, updateWidget |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected javax.swing.JPopupMenu menu
Constructor Detail |
---|
public PopupMenu(java.lang.String name)
name
- the popupmenu nameMethod Detail |
---|
public java.lang.Object getNativeWidget()
org.xulux.nyx.gui.XuluxWidget#getNativeWidget()
public void initialize()
org.xulux.nyx.gui.XuluxWidget#initialize()
public void refresh()
refresh
in interface org.xulux.api.gui.IWidget
refresh
in class org.xulux.gui.XuluxWidget
org.xulux.nyx.gui.XuluxWidget#refresh()
public java.lang.Object getGuiValue()
org.xulux.nyx.gui.XuluxWidget#getGuiValue()
public void focus()
org.xulux.nyx.gui.XuluxWidget#focus()
public boolean isValueEmpty()
org.xulux.nyx.gui.XuluxWidget#isValueEmpty()
public boolean canContainValue()
org.xulux.nyx.gui.XuluxWidget#canContainValue()
public void addToParent(org.xulux.api.gui.IWidget widget)
org.xulux.nyx.gui.ContainerWidget#addToParent(org.xulux.nyx.gui.XuluxWidget)
public void setVisible(boolean visible)
setVisible
in interface org.xulux.api.gui.IWidget
setVisible
in class org.xulux.gui.XuluxWidget
org.xulux.nyx.gui.XuluxWidget#setVisible(boolean)
public void addXuluxListener(org.xulux.api.gui.IXuluxListener listener)
addXuluxListener
in interface org.xulux.api.gui.IWidget
addXuluxListener
in class org.xulux.gui.XuluxWidget
org.xulux.nyx.gui.XuluxWidget#addXuluxListener(org.xulux.nyx.gui.XuluxListener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |