com.aptana.ide.editors.views.outline.propertyManager
Class PropertyFactory

java.lang.Object
  extended by com.aptana.ide.editors.views.outline.propertyManager.PropertyFactory
All Implemented Interfaces:
java.io.Serializable

public abstract class PropertyFactory
extends java.lang.Object
implements java.io.Serializable

PropertyFactory

Author:
Ingo Muschenetz
See Also:
Serialized Form

Field Summary
static java.lang.String PHASE_ID
          PHASE_ID
static PropertyFactory PHASE_PROPERTY
          PHASE_PROPERTY
static java.lang.String TOKEN_SIZE_ID
          TOKEN_SIZE_ID
static PropertyFactory TOKEN_SIZE_PROPERTY
          TOKEN_SIZE_PROPERTY
 
Constructor Summary
PropertyFactory()
           
 
Method Summary
abstract  ReadableProperty create()
          create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKEN_SIZE_ID

public static java.lang.String TOKEN_SIZE_ID
TOKEN_SIZE_ID


PHASE_ID

public static java.lang.String PHASE_ID
PHASE_ID


TOKEN_SIZE_PROPERTY

public static PropertyFactory TOKEN_SIZE_PROPERTY
TOKEN_SIZE_PROPERTY


PHASE_PROPERTY

public static PropertyFactory PHASE_PROPERTY
PHASE_PROPERTY

Constructor Detail

PropertyFactory

public PropertyFactory()
Method Detail

create

public abstract ReadableProperty create()
create

Returns:
ReadableProperty