com.japisoft.xmlpad.look
Class DefaultLook

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

public class DefaultLook
extends java.lang.Object
implements Look

Default look for the XMLEditor

Version:
1.0
Author:
(c) 2002 JAPISoft
See Also:
Look, LookManager

Constructor Summary
DefaultLook()
           
 
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
 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

DefaultLook

public DefaultLook()
Method Detail

install

public void install(javax.swing.JTree tree)
Change the graphics attributes of this realtime tree

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