org.formaria.editor.project.pages.components
Class ComponentHelper
java.lang.Object
org.formaria.editor.project.pages.components.ComponentHelper
public class ComponentHelper
- extends java.lang.Object
A holder for the PropertyHelpers supporting lookups etc...
Copyright (c) Formaria Ltd., 2002-2003
$Revision: 1.7 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentHelpers
protected static java.util.Vector<PropertyHelper> componentHelpers
unknownHelper
protected static UnknownHelper unknownHelper
multipleSelectionHelper
protected static MultipleSelectionHelper multipleSelectionHelper
ComponentHelper
public ComponentHelper()
getComponentHelpers
public static ComponentHelper getComponentHelpers()
getPropertyHelper
public static PropertyHelper getPropertyHelper(java.lang.Object comp)
- Get the property helper for a component
- Returns:
- the helper
addComponentType
public void addComponentType(PropertyHelper propHelper)
addComponentType
public void addComponentType(PropertyHelper newHelper,
boolean isSwing)