|
|||||||||
| Home >> All >> org >> jext >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.misc
Class WorkspaceSwitcher

java.lang.Objectjava.awt.event.MouseAdapter
org.jext.misc.WorkspaceSwitcher
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.MouseListener
- public class WorkspaceSwitcher
- extends java.awt.event.MouseAdapter
| Nested Class Summary | |
(package private) class |
WorkspaceSwitcher.Switcher
|
| Field Summary | |
private javax.swing.JPopupMenu |
dropDown
|
private java.lang.String |
mode
|
private org.jext.JextFrame |
parent
|
| Constructor Summary | |
WorkspaceSwitcher(org.jext.JextFrame parent)
|
|
| Method Summary | |
private void |
buildDropDownList()
|
void |
mouseClicked(java.awt.event.MouseEvent me)
Implements this method in the interface with an empty method body. |
| Methods inherited from class java.awt.event.MouseAdapter |
mouseEntered, mouseExited, mousePressed, mouseReleased |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mode
private java.lang.String mode
parent
private org.jext.JextFrame parent
dropDown
private javax.swing.JPopupMenu dropDown
| Constructor Detail |
WorkspaceSwitcher
public WorkspaceSwitcher(org.jext.JextFrame parent)
| Method Detail |
buildDropDownList
private void buildDropDownList()
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent me)
- Description copied from class:
java.awt.event.MouseAdapter - Implements this method in the interface with an empty method body.
|
|||||||||
| Home >> All >> org >> jext >> [ misc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC