com.japisoft.xmlpad.helper.ui
Interface TitledPanelHelper

All Known Implementing Classes:
BasicTitledPanelHelper

public interface TitledPanelHelper

Interface for defining the user interface part of the helper popup header. This header contains the current context tag name. User can override using the ComponentFactory.

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Method Summary
 HelperUIContext getContext()
          For special actions inside the helper header
 javax.swing.JComponent getView()
           
 void setTitle(java.lang.String title)
          Update the title of the popup's header
 

Method Detail

setTitle

public void setTitle(java.lang.String title)
Update the title of the popup's header


getView

public javax.swing.JComponent getView()
Returns:
the current component header. User must return the same instance

getContext

public HelperUIContext getContext()
For special actions inside the helper header



Copyright © 2006 JAPISoft. All Rights Reserved.