Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.misc
Class WorkspaceSwitcher  view WorkspaceSwitcher download WorkspaceSwitcher.java

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byorg.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.