rle.vm
Interface Form

All Superinterfaces:
Saveable
All Known Implementing Classes:
AbstractForm, InfoForm, TranslationForm

public interface Form
extends Saveable

The interface for objects that can serve as the form on the right-hand side of the tree tool.


Method Summary
 javax.swing.JComponent getComponent()
           
 void initialize(InfoNode node, TreeTool tool)
           
 
Methods inherited from interface rle.vm.Saveable
save
 

Method Detail

getComponent

javax.swing.JComponent getComponent()

initialize

void initialize(InfoNode node,
                TreeTool tool)