Library | Package Java Toolkit

Interface CheckButton

package com.ptc.uifc.uifcCheckButton;

public interface CheckButton
  extends com.ptc.uifc.uifcButtonBase.ButtonBase



Description

 



Method Summary
voidAddActionListener (CheckButtonListener listener)
     
voidCreateTimer (CheckButtonTimer timer, String timerName, boolean writeInTrail)
     
voidDeletePopupMenu ()
     
CheckStateGetCheckedState ()
     
DimensionGetFrameMinimumSize ()
     
PointGetFrameOrigin ()
     
RectangleGetFrameRectangle ()
     
DimensionGetFrameSize ()
     
StringGetMixedStateImage ()
     
RectangleGetRectangleOfMonitor ()
     
PointGetScreenOrigin ()
     
RectangleGetScreenRectangle ()
     
StringGetSetStateImage ()
     
DimensionGetTextSize (String str)
     
StringGetUnsetStateImage ()
     
intInsertPopupMenu (Component component)
     
booleanIs3State ()
     
booleanIsInMixedState ()
     
voidPushAction (CheckButtonAction action)
     
voidSet3State (boolean flag)
     
voidSetCheckedState (CheckState value)
     
voidSetFrameOrigin (Point value)
     
voidSetFrameRectangle (Rectangle rect)
     
voidSetFrameSize (Dimension value)
     
voidSetInMixedState (boolean flag)
     
voidSetMixedStateImage (String value)
     
voidSetSetStateImage (String value)
     
voidSetUnsetStateImage (String value)
     
voidStartTimer (String timerName, int duration)
     
voidStopTimer (String timerName)
     

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

Methods Inherited from Interface com.ptc.uifc.uifcButtonBase.ButtonBase
GetImageColor, SetImageColor, GetAcceleratorKey, SetAcceleratorKey, GetDragCursorImage, SetDragCursorImage, GetImage, SetImage, GetTextAlignment, SetTextAlignment, GetButtonStyle, SetButtonStyle, CanWrap, SetCanWrap, GetTextFormat, SetTextFormat, GetDragNotValidCursorImage, SetDragNotValidCursorImage, GetContentArrangement, SetContentArrangement, DoesAllowKeyboardInput, SetAllowKeyboardInput, GetFontName, SetFontName, GetFontClass, SetFontClass, IsValidDragSite, SetValidDragSite, CanTruncateText, SetCanTruncateText, CanResizeWhenNeeded, SetCanResizeWhenNeeded, GetFontSize, SetFontSize, IsEnabled, SetEnabled, GetHelpText, SetHelpText, GetText, SetText, GetFontStyle, SetFontStyle, GetImageBackgroundColor, SetImageBackgroundColor, GetAcceleratorText

Method Detail

SetFrameRectangle

voidSetFrameRectangle (Rectangle rect)


     
Parameters:
rect
Returns:


DeletePopupMenu

voidDeletePopupMenu ()


     
Returns:


GetFrameOrigin

PointGetFrameOrigin ()


     
Returns:


InsertPopupMenu

intInsertPopupMenu (Component component)


     
Parameters:
component
Returns:


SetFrameOrigin

voidSetFrameOrigin (Point value)


     
Parameters:
value
Returns:


GetTextSize

DimensionGetTextSize (String str)


     
Parameters:
str
Returns:


GetFrameMinimumSize

DimensionGetFrameMinimumSize ()


     
Returns:


GetScreenOrigin

PointGetScreenOrigin ()


     
Returns:


SetFrameSize

voidSetFrameSize (Dimension value)


     
Parameters:
value
Returns:


GetScreenRectangle

RectangleGetScreenRectangle ()


     
Returns:


GetRectangleOfMonitor

RectangleGetRectangleOfMonitor ()


     
Returns:


GetFrameSize

DimensionGetFrameSize ()


     
Returns:


GetFrameRectangle

RectangleGetFrameRectangle ()


     
Returns:


Is3State

booleanIs3State ()


     
Returns:


Set3State

voidSet3State (boolean flag)


     
Parameters:
flag
Returns:


GetMixedStateImage

StringGetMixedStateImage ()


     
Returns:


SetMixedStateImage

voidSetMixedStateImage (String value)


     
Parameters:
value
Returns:


IsInMixedState

booleanIsInMixedState ()


     
Returns:


SetInMixedState

voidSetInMixedState (boolean flag)


     
Parameters:
flag
Returns:


GetCheckedState

CheckStateGetCheckedState ()


     
Returns:


SetCheckedState

voidSetCheckedState (CheckState value)


     
Parameters:
value
Returns:


GetUnsetStateImage

StringGetUnsetStateImage ()


     
Returns:


SetUnsetStateImage

voidSetUnsetStateImage (String value)


     
Parameters:
value
Returns:


GetSetStateImage

StringGetSetStateImage ()


     
Returns:


SetSetStateImage

voidSetSetStateImage (String value)


     
Parameters:
value
Returns:


AddActionListener

voidAddActionListener (CheckButtonListener listener)


     
Parameters:
listener
Returns:


PushAction

voidPushAction (CheckButtonAction action)


     
Parameters:
action
Returns:


CreateTimer

voidCreateTimer (CheckButtonTimer timer, String timerName, boolean writeInTrail)


     
Parameters:
timer
timerName
writeInTrail
Returns:


StartTimer

voidStartTimer (String timerName, int duration)


     
Parameters:
timerName
duration
Returns:


StopTimer

voidStopTimer (String timerName)


     
Parameters:
timerName
Returns: