org.formaria.editor.project.pages.components
Class ComponentHelper

java.lang.Object
  extended by 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 $


Field Summary
protected static java.util.Vector<PropertyHelper> componentHelpers
           
protected static MultipleSelectionHelper multipleSelectionHelper
           
protected static UnknownHelper unknownHelper
           
 
Constructor Summary
ComponentHelper()
           
 
Method Summary
 void addComponentType(PropertyHelper propHelper)
           
 void addComponentType(PropertyHelper newHelper, boolean isSwing)
           
static ComponentHelper getComponentHelpers()
           
static PropertyHelper getPropertyHelper(java.lang.Object comp)
          Get the property helper for a component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentHelpers

protected static java.util.Vector<PropertyHelper> componentHelpers

unknownHelper

protected static UnknownHelper unknownHelper

multipleSelectionHelper

protected static MultipleSelectionHelper multipleSelectionHelper
Constructor Detail

ComponentHelper

public ComponentHelper()
Method Detail

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)