com.samskivert.swing
Interface LazyComponent.ContentCreator

Enclosing class:
LazyComponent

public static interface LazyComponent.ContentCreator

An interface for creating the actual content that will live in this component.


Method Summary
 JComponent createContent()
          Create the content at the time that it is needed.
 

Method Detail

createContent

JComponent createContent()
Create the content at the time that it is needed.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.