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

Method Summary
<V> JComponent
decorate(GUIView<V> view, JComponent component, DecorationStyle decorationStyle)
          Creates a decorated component for the view.
 

Method Detail

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 decorate
component - Component to decorate
decorationStyle - Decoration style
Returns:
Decorated component


Copyright © 2011. All Rights Reserved.