Library | Package Java Toolkit

Interface ProgressBar

package com.ptc.uifc.uifcProgressBar;

public interface ProgressBar
  extends com.ptc.uifc.uifcRange_Controls.Range_Controls



Description

 



Method Summary
voidAddActionListener (ProgressBarListener listener)
     
voidChangeIntegerValue (int change)
     
voidCreateTimer (ProgressBarTimer timer, String timerName, boolean writeInTrail)
     
voidDeletePopupMenu ()
     
DimensionGetFrameMinimumSize ()
     
PointGetFrameOrigin ()
     
RectangleGetFrameRectangle ()
     
DimensionGetFrameSize ()
     
intGetLength ()
     
OrientationGetOrientation ()
     
RectangleGetRectangleOfMonitor ()
     
PointGetScreenOrigin ()
     
RectangleGetScreenRectangle ()
     
intInsertPopupMenu (Component component)
     
booleanIsUnbounded ()
     
voidPushAction (ProgressBarAction action)
     
voidSetFrameOrigin (Point value)
     
voidSetFrameRectangle (Rectangle rect)
     
voidSetFrameSize (Dimension value)
     
voidSetLength (int value)
     
voidSetOrientation (Orientation value)
     
voidSetUnbounded (boolean flag)
     
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.uifcRange_Controls.Range_Controls
GetMaximumIntegerValue, SetMaximumIntegerValue, GetIntegerValue, SetIntegerValue, GetMinimumIntegerValue, SetMinimumIntegerValue, GetFontName, SetFontName, GetFontClass, SetFontClass, GetFontSize, SetFontSize, GetHelpText, SetHelpText, GetFontStyle, SetFontStyle

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:


ChangeIntegerValue

voidChangeIntegerValue (int change)


     
Parameters:
change
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:


GetOrientation

OrientationGetOrientation ()


     
Returns:


SetOrientation

voidSetOrientation (Orientation value)


     
Parameters:
value
Returns:


IsUnbounded

booleanIsUnbounded ()


     
Returns:


SetUnbounded

voidSetUnbounded (boolean flag)


     
Parameters:
flag
Returns:


GetLength

intGetLength ()


     
Returns:


SetLength

voidSetLength (int value)


     
Parameters:
value
Returns:


AddActionListener

voidAddActionListener (ProgressBarListener listener)


     
Parameters:
listener
Returns:


PushAction

voidPushAction (ProgressBarAction action)


     
Parameters:
action
Returns:


CreateTimer

voidCreateTimer (ProgressBarTimer 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: