|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.win.swing.component.LyJPopupSelector
leon.view.win.swing.component.LyJDictionaryPopupSelector
public class LyJDictionaryPopupSelector
This class implements a popup selection between a combo (choice) and a dictionary.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Fields inherited from class leon.view.win.swing.component.LyJPopupSelector |
---|
ALIGN_BOTTOM, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_TOP |
Constructor Summary | |
---|---|
LyJDictionaryPopupSelector(java.awt.Component choice,
java.awt.Component popup,
int align,
LyEnvironment environment)
Creates a new popup selector between a combo and a dictionary. |
|
LyJDictionaryPopupSelector(java.awt.Component choice,
java.awt.Component popup,
LyEnvironment environment)
Creates a new popup selector between a combo and a dictionary. |
Method Summary | |
---|---|
void |
actionPerformed(LyActionEvent actionEvent)
(non-Javadoc). |
void |
focusLost(java.awt.event.FocusEvent e)
Nothing is done if the focus is lost. |
void |
setBackground(java.awt.Color color)
Sets the background color. |
Methods inherited from class leon.view.win.swing.component.LyJPopupSelector |
---|
componentHidden, componentMoved, componentResized, componentShown, focusGained, hideParentTipWindow, hideTipWindow, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyJDictionaryPopupSelector(java.awt.Component choice, java.awt.Component popup, LyEnvironment environment)
choice
- the component which ensures the displaypopup
- a component to edit the value of the combo. Raised when opening the combo.environment
- the current environmentpublic LyJDictionaryPopupSelector(java.awt.Component choice, java.awt.Component popup, int align, LyEnvironment environment)
choice
- the component which ensures the displaypopup
- a component to edit the value of the combo. Raised when opening the combo.align
- Specifies the alignment. One of the following:
LyJPopupSelector#Align.RIGHT
LyJPopupSelector#Align.LEFT
LyJPopupSelector#Align.TOP
LyJPopupSelector#Align.BOTTOM
environment
- the current environmentMethod Detail |
---|
public void actionPerformed(LyActionEvent actionEvent)
actionPerformed
in interface LyActionListener
actionPerformed
in class LyJPopupSelector
LyActionListener.actionPerformed(leon.view.event.LyActionEvent)
public void setBackground(java.awt.Color color)
color
- the new background colorpublic void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
focusLost
in class LyJPopupSelector
LyJPopupSelector.focusLost(FocusEvent)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |