net.sf.okapi.common.uidescription
Class TextLabelPart

java.lang.Object
  extended by net.sf.okapi.common.uidescription.AbstractPart
      extended by net.sf.okapi.common.uidescription.TextLabelPart
All Implemented Interfaces:
IParameterDescriptor

public class TextLabelPart
extends AbstractPart

UI part descriptor for a text item. This UI part supports no type.


Field Summary
 
Fields inherited from class net.sf.okapi.common.uidescription.AbstractPart
container, enabledOnSelection, labelFlushed, masterPart, paramDescriptor, vertical, withLabel
 
Constructor Summary
TextLabelPart(java.lang.String text)
          Creates a new TextPart object.
 
Method Summary
protected  void checkType()
          Checks the types supported by this UI part.
 
Methods inherited from class net.sf.okapi.common.uidescription.AbstractPart
getContainer, getDisplayName, getMasterPart, getName, getParent, getReadMethod, getShortDescription, getType, getWriteMethod, isEnabledOnSelection, isLabelFlushed, isVertical, isWithLabel, setContainer, setDisplayName, setLabelFlushed, setMasterPart, setShortDescription, setVertical, setWithLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextLabelPart

public TextLabelPart(java.lang.String text)
Creates a new TextPart object.

Method Detail

checkType

protected void checkType()
Description copied from class: AbstractPart
Checks the types supported by this UI part.

Overrides:
checkType in class AbstractPart