com.sas.models
Class StaticTextModel

com.sas.models.StaticTextModel
All Implemented Interfaces:
com.sas.beans.PropertyChangeSource, com.sas.beans.VetoableChangeSource, ComponentInterface, com.sas.lang.StringDataInterface, LinkPropertiesInterface, ModelInterface, ViewInterface, MultipleValueEventSourceInterface, java.beans.PropertyChangeListener, java.io.ObjectInputValidation, java.io.Serializable, java.util.EventListener
Direct Known Subclasses:
TextLinkModel

public class StaticTextModel
implements com.sas.lang.StringDataInterface

Provides an implementation of StringDataInterface

See Also:
Serialized Form

Constructor Summary
StaticTextModel()
          Constructs a new StaticTextModel
 
Method Summary
 java.lang.String getText()
          Gets the text
 void setText(java.lang.String newText)
          Sets the text
 
Methods inherited from class com.sas.Component
addLink, addPropertyChangeListener, addVetoableChangeListener, anyPropertyChangeListeners, attachModel, attachView, beansIsDesignTime, beansSetDesignTime, clone, clone, detachModel, detachView, dumpComponent, firePropertyChange, firePropertyChange, fireVetoableChange, getComponentDescription, getComponentSupportInfo, getEventMethod, getEventValues, getExtendedBeanInfo, getLinkInfo, getModelInterface, getRequiredInterfaces, getResources, getStringResource, getViewInterfaceSupportInfo, initialize, initializeComponent, isDesignTime, isLinked, propertyChange, queryLinks, queryLinks, refresh, removeAllLinks, removeInterfaceTraps, removeLink, removePropertyChangeListener, removeVetoableChangeListener, setComponentDescription, setComponentSupportInfo, setDefaultValues, setLinkInfo, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsListenerInterface, supportsRequiredInterfaces, trapInterfaceEvents, validateObject
 

Constructor Detail

StaticTextModel

public StaticTextModel()
Constructs a new StaticTextModel

Method Detail

getText

public java.lang.String getText()
Gets the text

Specified by:
getText in interface com.sas.lang.StringDataInterface
Returns:
text The text

setText

public void setText(java.lang.String newText)
Sets the text

Specified by:
setText in interface com.sas.lang.StringDataInterface
Parameters:
newText - The text



Copyright © 2009 SAS Institute Inc. All Rights Reserved.