net.sf.doolin.gui.action.path.statusbar
Interface StatusBarComponent

All Known Implementing Classes:
StatusBarLabel

public interface StatusBarComponent

Definition for the building of a component for a status bar. This component does not need to have a Border since the status bar will set one on it.

Author:
Damien Coraboeuf

Method Summary
 JComponent createComponent(ActionContext actionContext)
          Creates the component for the given action context.
 

Method Detail

createComponent

JComponent createComponent(ActionContext actionContext)
Creates the component for the given action context.

Parameters:
actionContext - Action context to create the component into.
Returns:
Component to install in the status bar


Copyright © 2011. All Rights Reserved.