Library | Package Java Toolkit

Interface Text

package com.ptc.uifc.uifcText;

public interface Text
  extends com.ptc.uifc.uifcComponent.Component



Description

 
Direct Known Subclasses:
InputPanel, Label, TextArea



Method Summary
FontClassGetFontClass ()
     
StringGetFontName ()
     
doubleGetFontSize ()
     
FontStyleGetFontStyle ()
     
StringGetHelpText ()
     
intGetWidth ()
     
booleanIsEnabled ()
     
voidSetEnabled (boolean flag)
     
voidSetFontClass (FontClass value)
     
voidSetFontName (String value)
     
voidSetFontSize (double value)
     
voidSetFontStyle (FontStyle value)
     
voidSetHelpText (String value)
     
voidSetWidth (int value)
     

Methods Inherited from Interface com.ptc.uifc.uifcComponent.Component
GetDialog, GetComponent, CreateInParent, AddPopupMenu, IsVisible, SetVisible, GetComponentClass, GetComponentClassName, IsAlwaysAtFront, SetAlwaysAtFront, GetBackgroundColor, SetBackgroundColor, IsAttachedAtBottom, SetAttachedAtBottom, GetBottomOffset, SetBottomOffset, GetCursorImage, SetCursorImage, GetTextColor, SetTextColor, GetHelpTextAlignment, SetHelpTextAlignment, GetHelpTextWidth, SetHelpTextWidth, GetHelpTextOriginX, SetHelpTextOriginX, GetHelpTextOriginY, SetHelpTextOriginY, CanInheritPopupMenu, SetCanInheritPopupMenu, IsAttachedAtLeft, SetAttachedAtLeft, GetLeftOffset, SetLeftOffset, DoesReserveSpace, SetReserveSpace, GetParentName, GetPopupMenuName, SetPopupMenuName, CanPopupMenuWhenDisabled, SetCanPopupMenuWhenDisabled, IsAttachedAtRight, SetAttachedAtRight, GetRightOffset, SetRightOffset, IsAttachedAtTop, SetAttachedAtTop, GetTopOffset, SetTopOffset, IsValidDropSite, SetValidDropSite, GetValidDropTypeFlags, SetValidDropTypeFlags, GetChildNameArray, DoesAllowTrailRecording, SetAllowTrailRecording, CanReduceHeight, SetCanReduceHeight, CanReduceWidth, SetCanReduceWidth

Method Detail

GetFontName

StringGetFontName ()


     
Returns:


SetFontName

voidSetFontName (String value)


     
Parameters:
value
Returns:


GetFontClass

FontClassGetFontClass ()


     
Returns:


SetFontClass

voidSetFontClass (FontClass value)


     
Parameters:
value
Returns:


GetFontSize

doubleGetFontSize ()


     
Returns:


SetFontSize

voidSetFontSize (double value)


     
Parameters:
value
Returns:


IsEnabled

booleanIsEnabled ()


     
Returns:


SetEnabled

voidSetEnabled (boolean flag)


     
Parameters:
flag
Returns:


GetHelpText

StringGetHelpText ()


     
Returns:


SetHelpText

voidSetHelpText (String value)


     
Parameters:
value
Returns:


GetWidth

intGetWidth ()


     
Returns:


SetWidth

voidSetWidth (int value)


     
Parameters:
value
Returns:


GetFontStyle

FontStyleGetFontStyle ()


     
Returns:


SetFontStyle

voidSetFontStyle (FontStyle value)


     
Parameters:
value
Returns: