net.sf.doolin.gui.view.decorator
Interface GUIViewDecorator
- All Known Subinterfaces:
- GUIValidationDecorator
- All Known Implementing Classes:
- AbstractGUIViewDecorator, AbstractValidationGUIViewDecorator, ChainedGUIViewDecorator, DefaultGUIViewDecorator, DefaultValidationGUIViewDecorator, TitledGUIViewDecorator
public interface GUIViewDecorator
Decorates a view in order to place it into a window.
- Author:
- Damien Coraboeuf
decorate
<V> JComponent decorate(GUIView<V> view,
JComponent component,
DecorationStyle decorationStyle)
- Creates a decorated component for the view.
- Type Parameters:
V - Type of the object for the view- Parameters:
view - View to decoratecomponent - Component to decoratedecorationStyle - Decoration style
- Returns:
- Decorated component
Copyright © 2011. All Rights Reserved.