com.japisoft.xmlpad.look
Class XMLPadLook

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

public class XMLPadLook
extends MozillaLook

Default look for XMLPad

Version:
1.0
Author:
(c) 2003 JAPISOFT / Alexandre Brillant
See Also:
Look

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

Constructor Detail

XMLPadLook

public XMLPadLook()
Method Detail

install

public void install(javax.swing.JTree tree)
Description copied from class: DefaultLook
Change the graphics attributes of this realtime tree

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

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 MozillaLook