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

Quick Search    Search Deep

org.bdgp.apps.dagedit.plugin
Class ConfigurationPlugin.FontListener  view ConfigurationPlugin.FontListener download ConfigurationPlugin.FontListener.java

java.lang.Object
  extended byorg.bdgp.apps.dagedit.plugin.ConfigurationPlugin.FontListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
Enclosing class:
ConfigurationPlugin

private class ConfigurationPlugin.FontListener
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.ItemListener


Constructor Summary
private ConfigurationPlugin.FontListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 void itemStateChanged(java.awt.event.ItemEvent e)
          This method is called when an item's state is changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPlugin.FontListener

private ConfigurationPlugin.FontListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Description copied from interface: java.awt.event.ItemListener
This method is called when an item's state is changed.

Specified by:
itemStateChanged in interface java.awt.event.ItemListener