g-Eclipse
Release 1.0.0

eu.geclipse.ui.properties
Class MultilineProperty<ESourceType>

java.lang.Object
  extended by eu.geclipse.ui.properties.AbstractProperty<ESourceType>
      extended by eu.geclipse.ui.properties.MultilineProperty<ESourceType>
Type Parameters:
ESourceType - type of object, for which property is displayed
All Implemented Interfaces:
IProperty<ESourceType>

public abstract class MultilineProperty<ESourceType>
extends AbstractProperty<ESourceType>

Property, which shown first line of muliline String finished by "..." If user click on button near the "...", then dialog is shown with all lines for property-value


Constructor Summary
MultilineProperty(java.lang.String name, java.lang.String category)
           
 
Method Summary
 
Methods inherited from class eu.geclipse.ui.properties.AbstractProperty
getDescriptor, getValue, isShowEmptyValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultilineProperty

public MultilineProperty(java.lang.String name,
                         java.lang.String category)
Parameters:
name - The property name
category - The category, in which property will be visibled. May be null

g-Eclipse
Release 1.0.0