JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Method Summary
Methods
Modifier and Type
Method and Description
void
customize
(
T
object)
Customizes the specified object.
Method Detail
customize
void customize(
T
object)
Customizes the specified object.
Parameters:
object
- object to customize
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method