com.japisoft.xmlpad.look
Class IELook

java.lang.Object
  extended bycom.japisoft.xmlpad.look.IELook
All Implemented Interfaces:
Look

public class IELook
extends java.lang.Object
implements Look

Custom Look from Internet explorer XML view

Author:
(c) 2003 JAPISOFT

Constructor Summary
IELook()
           
 
Method Summary
 void install(javax.swing.JTree tree)
          Install the tree for this look
 void install(XMLEditor editor)
          Change the graphics attributes of this editor
 void uninstall(XMLEditor editor)
          Remove the graphics attributs for this editor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IELook

public IELook()
Method Detail

install

public void install(javax.swing.JTree tree)
Description copied from interface: Look
Install the tree for this look

Specified by:
install in interface Look

install

public void install(XMLEditor editor)
Change the graphics attributes of this editor

Specified by:
install in interface Look

uninstall

public void uninstall(XMLEditor editor)
Description copied from interface: Look
Remove the graphics attributs for this editor

Specified by:
uninstall in interface Look