Library | Package Java Toolkit

Interface Selection

package com.ptc.uifc.uifcSelection;

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



Description

 
Direct Known Subclasses:
List, OptionMenu, RadioGroup, Table, Tree



Method Summary
FontClassGetFontClass ()
     
StringGetFontName ()
     
doubleGetFontSize ()
     
FontStyleGetFontStyle ()
     
StringGetHelpText ()
     
RichTextGetTextFormat ()
     
booleanIsEnabled ()
     
booleanIsInMixedState ()
     
voidSetEnabled (boolean flag)
     
voidSetFontClass (FontClass value)
     
voidSetFontName (String value)
     
voidSetFontSize (double value)
     
voidSetFontStyle (FontStyle value)
     
voidSetHelpText (String value)
     
voidSetInMixedState (boolean flag)
     
voidSetTextFormat (RichText 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

IsInMixedState

booleanIsInMixedState ()


     
Returns:


SetInMixedState

voidSetInMixedState (boolean flag)


     
Parameters:
flag
Returns:


GetTextFormat

RichTextGetTextFormat ()


     
Returns:


SetTextFormat

voidSetTextFormat (RichText value)


     
Parameters:
value
Returns:


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:


GetFontStyle

FontStyleGetFontStyle ()


     
Returns:


SetFontStyle

voidSetFontStyle (FontStyle value)


     
Parameters:
value
Returns: