verf.core
Interface Tool


public interface Tool

Interface for extension point tool.

Author:
Bc. Marek Marek

Method Summary
 void init(javax.swing.JComponent rootContainer)
          This method is called once during application life cycle to allow tool to initialize and show itself.
 

Method Detail

init

void init(javax.swing.JComponent rootContainer)
This method is called once during application life cycle to allow tool to initialize and show itself.

Parameters:
rootContainer - parent container for tool visual components