|
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
public class LyJPopupSelector
This class implements a popup selection between a combo (choice) and a graphical component.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
static int |
ALIGN_BOTTOM
Bottom alignment. |
static int |
ALIGN_LEFT
Left alignment. |
static int |
ALIGN_RIGHT
Right alignment. |
static int |
ALIGN_TOP
Top alignment. |
Constructor Summary | |
---|---|
LyJPopupSelector(java.awt.Component choice,
java.awt.Component popup,
int align,
LyEnvironment environment)
Creates a new popup selector with the specified attributes. |
|
LyJPopupSelector(java.awt.Component choice,
java.awt.Component popup,
LyEnvironment environment)
Creates a new popup selector with the specified attributes. |
Method Summary | |
---|---|
void |
actionPerformed(LyActionEvent actionEvent)
(non-Javadoc). |
void |
componentHidden(java.awt.event.ComponentEvent arg0)
Hides the popup window. |
void |
componentMoved(java.awt.event.ComponentEvent arg0)
Hides the popup window. |
void |
componentResized(java.awt.event.ComponentEvent arg0)
Hides the popup window. |
void |
componentShown(java.awt.event.ComponentEvent arg0)
Nothing is done. |
void |
focusGained(java.awt.event.FocusEvent e)
Nothing is done. |
void |
focusLost(java.awt.event.FocusEvent e)
(non-Javadoc). |
void |
hideParentTipWindow()
Hides the parent window if it is a popup (cascading closure of popups). |
void |
hideTipWindow()
Hides the popup window, then disposes it. |
void |
mouseClicked(java.awt.event.MouseEvent e)
Nothing is done. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Nothing is done. |
void |
mouseExited(java.awt.event.MouseEvent e)
Nothing is done. |
void |
mousePressed(java.awt.event.MouseEvent e)
(non-Javadoc). |
void |
mouseReleased(java.awt.event.MouseEvent e)
Nothing is done. |
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
public static final int ALIGN_LEFT
public static final int ALIGN_RIGHT
public static final int ALIGN_TOP
public static final int ALIGN_BOTTOM
Constructor Detail |
---|
public LyJPopupSelector(java.awt.Component choice, java.awt.Component popup, LyEnvironment environment)
choice
- the component which ensures the displaypopup
- the component that edit the value of the combo. Raised when opening the
combo.environment
- the current environmentpublic LyJPopupSelector(java.awt.Component choice, java.awt.Component popup, int align, LyEnvironment environment)
choice
- the component which ensures the displaypopup
- component to edit the value of the combo. Raised when opening the combo.align
- specify the alignment (right or left)environment
- the current environmentMethod Detail |
---|
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
MouseListener.mouseClicked(java.awt.event.MouseEvent)
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
MouseListener.mousePressed(java.awt.event.MouseEvent)
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in interface java.awt.event.MouseListener
MouseListener.mouseReleased(java.awt.event.MouseEvent)
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
MouseListener.mouseEntered(java.awt.event.MouseEvent)
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
MouseListener.mouseExited(java.awt.event.MouseEvent)
public void actionPerformed(LyActionEvent actionEvent)
actionPerformed
in interface LyActionListener
LyActionListener.actionPerformed(leon.view.event.LyActionEvent)
public void hideTipWindow()
public void hideParentTipWindow()
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
FocusListener.focusGained(java.awt.event.FocusEvent)
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
FocusListener.focusLost(java.awt.event.FocusEvent)
public void componentResized(java.awt.event.ComponentEvent arg0)
componentResized
in interface java.awt.event.ComponentListener
hideTipWindow()
,
ComponentListener.componentResized(java.awt.event.ComponentEvent)
public void componentMoved(java.awt.event.ComponentEvent arg0)
componentMoved
in interface java.awt.event.ComponentListener
hideTipWindow()
,
ComponentListener.componentMoved(java.awt.event.ComponentEvent)
public void componentShown(java.awt.event.ComponentEvent arg0)
componentShown
in interface java.awt.event.ComponentListener
ComponentListener.componentShown(java.awt.event.ComponentEvent)
public void componentHidden(java.awt.event.ComponentEvent arg0)
componentHidden
in interface java.awt.event.ComponentListener
hideTipWindow()
,
ComponentListener.componentHidden(java.awt.event.ComponentEvent)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |