|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JHDLMouseEventGenerator in byucc.jhdl.apps.Viewers.cvt |
Methods in byucc.jhdl.apps.Viewers.cvt with parameters of type JHDLMouseEventGenerator | |
void |
cvtPanel.addJHDLMouseEventGenerator(JHDLMouseEventGenerator meg)
This method must call addJHDLWidgetEventListener on whichever containing widget is designated as the JHDLWidgetEventListener, unless it defines the method, and adds the listener to its own list of listeners, itself. |
void |
cvtPanel.removeJHDLMouseEventGenerator(JHDLMouseEventGenerator meg)
This method must call removeJHDLWidgetEventListener on whichever containing widget is designated as the JHDLWidgetEventListener, unless it defines the method, and removes the listener from its own list of listeners, itself. |
Uses of JHDLMouseEventGenerator in byucc.jhdl.apps.Viewers.Event |
Classes in byucc.jhdl.apps.Viewers.Event that implement JHDLMouseEventGenerator | |
class |
JHDLWidgetPanel
Used as a super class to JPanel classes. |
class |
JHDLWidgetScrollPane
Used as a super class to JScrollPane classes. |
Methods in byucc.jhdl.apps.Viewers.Event with parameters of type JHDLMouseEventGenerator | |
abstract void |
JHDLAbstractHostPanel.addJHDLMouseEventGenerator(JHDLMouseEventGenerator meg)
This method will take the passed in JHDLMouseEventGenerator, and call addJHDLMouseEventListener on it, passing in the designated JHDLMouseEventListener. |
abstract void |
JHDLAbstractHostPanel.removeJHDLMouseEventGenerator(JHDLMouseEventGenerator meg)
This method will take the passed in JHDLMouseEventGenerator, and call removeJHDLMouseEventListener on it, passing in the designated JHDLMouseEventListener. |
void |
JHDLHostWidgetInterface.addJHDLMouseEventGenerator(JHDLMouseEventGenerator meg)
This method will take the passed in JHDLMouseEventGenerator, and call addJHDLMouseEventListener on it, passing in the designated JHDLMouseEventListener. |
void |
JHDLHostWidgetInterface.removeJHDLMouseEventGenerator(JHDLMouseEventGenerator meg)
This method will take the passed in JHDLMouseEventGenerator, and call removeJHDLMouseEventListener on it, passing in the designated JHDLMouseEventListener. |
Uses of JHDLMouseEventGenerator in byucc.jhdl.apps.Viewers.laf |
Classes in byucc.jhdl.apps.Viewers.laf that implement JHDLMouseEventGenerator | |
class |
JHDLUIWidgetPanel
|
Uses of JHDLMouseEventGenerator in byucc.jhdl.apps.Viewers.NewTreeBrowser |
Classes in byucc.jhdl.apps.Viewers.NewTreeBrowser that implement JHDLMouseEventGenerator | |
class |
TreeBrowserPanel
Displays and allows for selection of components of a Cell. |
Uses of JHDLMouseEventGenerator in byucc.jhdl.apps.Viewers.Schematic |
Classes in byucc.jhdl.apps.Viewers.Schematic that implement JHDLMouseEventGenerator | |
class |
SchematicCanvas
This class is a custom Panel for displaying JHDL schematics. |
Uses of JHDLMouseEventGenerator in byucc.jhdl.apps.Viewers.WiresTable |
Classes in byucc.jhdl.apps.Viewers.WiresTable that implement JHDLMouseEventGenerator | |
class |
WiresTablePanel
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |