de.kleopatra.view.presentation
Interface PresentationManager
- All Known Implementing Classes:
- DefaultPresentationManager
- public interface PresentationManager
Manager to customize all children of a container.
- Version:
- $Revision: 1.1.1.1 $ - $Date: 2003/11/24 15:23:59 $
- Author:
- (C) Jeanette Winzenburg, Berlin
LABEL_POSTFIX
public static final java.lang.String LABEL_POSTFIX
- See Also:
- Constant Field Values
customize
public void customize(java.awt.Container container,
Presentation presentation)
- removed: manager is responsible, don't try to interfere
public ComponentCustomizer getCustomizer(Component comp);
customize
public void customize(java.awt.Container container,
Presentation presentation,
java.lang.Class targetClass)
createPresentationDescription
public PresentationDescription createPresentationDescription(java.awt.Component comp)
getCustomizerMap
public CustomizerMap getCustomizerMap()
setCustomizerMap
public void setCustomizerMap(CustomizerMap map)
setActionFactory
public void setActionFactory(ActionFactory actionFactory)
- experimental: used to customize a PResentationManager for design mode.
- Parameters:
actionFactory
-
Copyright © 2003, 2004 SwingEmpire Jeanette Winzenburg. All Rights Reserved.