|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.tools.BringToFrontListener
public class BringToFrontListener
Bring to front manager
Constructor Summary | |
---|---|
BringToFrontListener()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
javax.swing.JComponent |
getBringToFrontComponent()
Return the current bring to front component. |
boolean |
isBringToFront(javax.swing.JComponent component)
Indicates the specified component is the bring to front one. |
void |
setBringToFrontComponent(javax.swing.JComponent component)
Set the bring to front component. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BringToFrontListener()
Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void setBringToFrontComponent(javax.swing.JComponent component)
component
- public javax.swing.JComponent getBringToFrontComponent()
public boolean isBringToFront(javax.swing.JComponent component)
component
- the tested component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |