com.japisoft.xmlpad.look
Class MozillaLook

java.lang.Object
  extended bycom.japisoft.xmlpad.look.DefaultLook
      extended bycom.japisoft.xmlpad.look.MozillaLook
All Implemented Interfaces:
Look
Direct Known Subclasses:
XMLPadLook

public class MozillaLook
extends DefaultLook

Look with mozilla feature

Version:
1.0
Author:
(c) 2002-2003 JAPISOFT
See Also:
DefaultLook

Constructor Summary
MozillaLook()
           
 
Method Summary
 void install(XMLEditor editor)
          Change the graphics attributes of this editor
 
Methods inherited from class com.japisoft.xmlpad.look.DefaultLook
install, uninstall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaLook

public MozillaLook()
Method Detail

install

public void install(XMLEditor editor)
Description copied from class: DefaultLook
Change the graphics attributes of this editor

Specified by:
install in interface Look
Overrides:
install in class DefaultLook