|
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.LyJPopupButton
public class LyJPopupButton
This class implements a panel with two buttons : one is the given button and the other is an arrow button. A click on the arrow button opens the given popup component.
LyJPopupSelector
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 | |
---|---|
LyJPopupButton(LyJButton button,
java.awt.Component popup,
int align,
LyEnvironment environment)
Creates a new popup button component with the specified attributes. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
(non-Javadoc). |
void |
actionPerformed(LyActionEvent actionEvent)
(non-Javadoc). |
void |
focusGained(java.awt.event.FocusEvent e)
(non-Javadoc). |
void |
focusLost(java.awt.event.FocusEvent e)
(non-Javadoc). |
java.awt.Component |
getButton()
Gets the associated button. |
java.awt.Component |
getOpenerButton()
Gets the popup opener parent button. |
void |
hideTipWindow()
(non-Javadoc). |
void |
init()
Initializes this popup button component and registers its event listeners. |
void |
mouseEntered(java.awt.event.MouseEvent e)
(non-Javadoc). |
void |
mouseExited(java.awt.event.MouseEvent e)
(non-Javadoc). |
void |
mousePressed(java.awt.event.MouseEvent e)
(non-Javadoc). |
Methods inherited from class leon.view.win.swing.component.LyJPopupSelector |
---|
componentHidden, componentMoved, componentResized, componentShown, hideParentTipWindow, mouseClicked, 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 LyJPopupButton(LyJButton button, java.awt.Component popup, int align, LyEnvironment environment)
button
- the component which ensures the displaypopup
- the component to edit the value of the combo. Raised when opening the
combo.align
- the popup alignmentenvironment
- the current environmentMethod Detail |
---|
public void init()
LyJPopupSelector.init()
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
focusGained
in class LyJPopupSelector
FocusListener.focusGained(java.awt.event.FocusEvent)
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
focusLost
in class LyJPopupSelector
FocusListener.focusLost(java.awt.event.FocusEvent)
public void hideTipWindow()
hideTipWindow
in class LyJPopupSelector
LyJPopupSelector.hideTipWindow()
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in interface java.awt.event.MouseListener
mousePressed
in class LyJPopupSelector
MouseListener.mousePressed(java.awt.event.MouseEvent)
public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered
in interface java.awt.event.MouseListener
mouseEntered
in class LyJPopupSelector
MouseListener.mouseEntered(java.awt.event.MouseEvent)
public void mouseExited(java.awt.event.MouseEvent e)
mouseExited
in interface java.awt.event.MouseListener
mouseExited
in class LyJPopupSelector
MouseListener.mouseExited(java.awt.event.MouseEvent)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
ActionListener.actionPerformed(java.awt.event.ActionEvent)
public void actionPerformed(LyActionEvent actionEvent)
actionPerformed
in interface LyActionListener
actionPerformed
in class LyJPopupSelector
LyActionListener.actionPerformed(leon.view.event.LyActionEvent)
public java.awt.Component getButton()
public java.awt.Component getOpenerButton()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |