com.alee.utils.swing
Interface Customizer<T>


public interface Customizer<T>

This interface allows you to create customizer for objects of any type. They can be easily passed into any method to customize or modify any component or data when requested.

Author:
Mikle Garin

Method Summary
 void customize(T object)
          Customizes the specified object.
 

Method Detail

customize

void customize(T object)
Customizes the specified object.

Parameters:
object - object to customize