ix.iview
Class AROEditorPanel.AROMouseAdapter

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by ix.iview.AROEditorPanel.AROMouseAdapter
All Implemented Interfaces:
SchemaTerms, java.awt.event.MouseListener, java.util.EventListener
Enclosing class:
AROEditorPanel

 class AROEditorPanel.AROMouseAdapter
extends java.awt.event.MouseAdapter
implements SchemaTerms


Field Summary
 
Fields inherited from interface ix.icore.domain.SchemaTerms
O_NONE, O_OTHER, O_PARALLEL, O_SEQUENCE
 
Constructor Summary
AROEditorPanel.AROMouseAdapter()
           
 
Method Summary
 void mouseClicked(java.awt.event.MouseEvent event)
           
 
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
 

Constructor Detail

AROEditorPanel.AROMouseAdapter

AROEditorPanel.AROMouseAdapter()
Method Detail

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent event)
Specified by:
mouseClicked in interface java.awt.event.MouseListener
Overrides:
mouseClicked in class java.awt.event.MouseAdapter