org.progeeks.meta.swing
Class MetaTabbedPanelUI

java.lang.Object
  extended by org.progeeks.meta.swing.AbstractMetaObjectUI
      extended by org.progeeks.meta.swing.MetaTabbedPanelUI
All Implemented Interfaces:
MetaObjectUI, MetaPropertyEditor, MetaPropertyRenderer, MetaPropertyUI

public class MetaTabbedPanelUI
extends AbstractMetaObjectUI

A component that uses a MetaTabbedPanel to render or edit a specific type of MetaObject.

Version:
$Revision: 1.3 $
Author:
Paul Speed

Constructor Summary
MetaTabbedPanelUI(java.util.List tabs)
           
 
Method Summary
 void initializeView(MetaPropertyContext viewContext)
          Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy.
protected  void setComponentObject(java.awt.Component component, MetaObject object)
          Called to set the value currently displayed in the component.
 
Methods inherited from class org.progeeks.meta.swing.AbstractMetaObjectUI
flushEdits, getFactories, getUIComponent, getViewContext, isEditable, isLabeled, isSingleColumn, propertyChanged, release, setComponent, setMetaObject, setObject, setPropertyMutator, terminateView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaTabbedPanelUI

public MetaTabbedPanelUI(java.util.List tabs)
Method Detail

initializeView

public void initializeView(MetaPropertyContext viewContext)
Description copied from class: AbstractMetaObjectUI
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy. The default implementation just sets the internal MetaPropertyContext reference. Subclasses should rememeber to call the super.initializeView() method.

Specified by:
initializeView in interface MetaObjectUI
Specified by:
initializeView in interface MetaPropertyUI
Overrides:
initializeView in class AbstractMetaObjectUI

setComponentObject

protected void setComponentObject(java.awt.Component component,
                                  MetaObject object)
Called to set the value currently displayed in the component.

Specified by:
setComponentObject in class AbstractMetaObjectUI


Copyright © 2002-2003 Paul Speed. All Rights Reserved.