jap
Class AbstractJAPConfModule.FontSizeObserver

java.lang.Object
  extended by jap.AbstractJAPConfModule.FontSizeObserver
All Implemented Interfaces:
java.util.Observer
Enclosing class:
AbstractJAPConfModule

protected class AbstractJAPConfModule.FontSizeObserver
extends java.lang.Object
implements java.util.Observer

Observes changes of the font size.


Field Summary
private  javax.swing.JLabel DUMMY_LABEL
           
 
Constructor Summary
protected AbstractJAPConfModule.FontSizeObserver()
           
 
Method Summary
 javax.swing.JLabel getDummyLabel()
           
 void update(java.util.Observable a_observable, java.lang.Object a_message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY_LABEL

private javax.swing.JLabel DUMMY_LABEL
Constructor Detail

AbstractJAPConfModule.FontSizeObserver

protected AbstractJAPConfModule.FontSizeObserver()
Method Detail

getDummyLabel

public javax.swing.JLabel getDummyLabel()

update

public void update(java.util.Observable a_observable,
                   java.lang.Object a_message)
Specified by:
update in interface java.util.Observer