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

java.lang.Object
  extended by org.formaria.editor.project.pages.components.PropertyHelper
      extended by org.formaria.editor.project.pages.components.PanelHelper

public class PanelHelper
extends PropertyHelper

A helper for the PanelHelper types

Copyright (c) Formaria Ltd., 2002-2003

$Revision: 1.8 $


Field Summary
protected static int[] borderOptionIds
           
protected static java.lang.String[] borderOptions
           
 
Fields inherited from class org.formaria.editor.project.pages.components.PropertyHelper
alignmentOptionIds, alignmentOptions, allowsChildren, builtinProperties, className, componentType, defaultValues, defExt, extensions, fileTypeDesc, horzScrollOptionIds, isSwing, lblAlignmentOptionIds, lblAlignmentOptions, numBuiltinProperties, properties, propertyTypes, restrictsSize, scrollOptions, usesContentFile, vertScrollOptionIds
 
Constructor Summary
PanelHelper()
           
 
Method Summary
 boolean accepts(java.lang.String targetClass)
          Does this property helper work with the specified class
 boolean isLayoutOwner()
          Is this helper's component one that supports layouts?
 
Methods inherited from class org.formaria.editor.project.pages.components.PropertyHelper
addPropertyType, allowsChildren, cleanupClassName, getBuilder, getCellEditor, getClassName, getComponentType, getDefaultExtension, getDefaultValue, getDisplayPropertyValue, getEnabled, getEventClass, getEventMask, getExpression, getFileDescription, getFileExtensions, getListItems, getNumBuiltinProperties, getNumProperties, getOutputPropertyValue, getProperties, getProperty, getProperty, getPropertyDisplayName, getPropertyName, getPropertyTag, getPropertyType, getPropertyTypeName, getPropertyValue, isLangProperty, isListProperty, isReadOnly, isSwing, restrictsSize, setAllowsChildren, setComponent, setCopiedProperties, setExpression, setFileExtensions, setPropertyValue, setRestrictsSize, setSwing, setUsesContentFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

borderOptions

protected static final java.lang.String[] borderOptions

borderOptionIds

protected static final int[] borderOptionIds
Constructor Detail

PanelHelper

public PanelHelper()
Method Detail

isLayoutOwner

public boolean isLayoutOwner()
Is this helper's component one that supports layouts?

Overrides:
isLayoutOwner in class PropertyHelper
Returns:
true

accepts

public boolean accepts(java.lang.String targetClass)
Does this property helper work with the specified class

Overrides:
accepts in class PropertyHelper
Parameters:
targetClass -
Returns:
true if this helper works with the target class