com.japisoft.xmlpad.look
Interface Look

All Known Implementing Classes:
DefaultLook, IELook

public interface Look

Look for the XMLEditor. This code is called by the LookManager

Version:
1.0
Author:
(c) 2002 JAPISOft
See Also:
com.japisoft.xmleditor.look.LookManager

Method Summary
 void install(javax.swing.JTree tree)
          Install the tree for this look
 void install(XMLEditor editor)
          Update the graphics attributes for this editor
 void uninstall(XMLEditor editor)
          Remove the graphics attributs for this editor
 

Method Detail

install

public void install(javax.swing.JTree tree)
Install the tree for this look


install

public void install(XMLEditor editor)
Update the graphics attributes for this editor


uninstall

public void uninstall(XMLEditor editor)
Remove the graphics attributs for this editor