Library | Package Java Toolkit

Interface Separator

package com.ptc.uifc.uifcSeparator;

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



Description

 



Method Summary
voidAddActionListener (SeparatorListener listener)
     
voidCreateTimer (SeparatorTimer timer, String timerName, boolean writeInTrail)
     
voidDeletePopupMenu ()
     
booleanDoesUseOffsets ()
     
FontClassGetFontClass ()
     
StringGetFontName ()
     
doubleGetFontSize ()
     
FontStyleGetFontStyle ()
     
DimensionGetFrameMinimumSize ()
     
PointGetFrameOrigin ()
     
RectangleGetFrameRectangle ()
     
DimensionGetFrameSize ()
     
intGetLength ()
     
OrientationGetOrientation ()
     
RectangleGetRectangleOfMonitor ()
     
PointGetScreenOrigin ()
     
RectangleGetScreenRectangle ()
     
intInsertPopupMenu (Component component)
     
voidPushAction (SeparatorAction action)
     
voidSetFontClass (FontClass value)
     
voidSetFontName (String value)
     
voidSetFontSize (double value)
     
voidSetFontStyle (FontStyle value)
     
voidSetFrameOrigin (Point value)
     
voidSetFrameRectangle (Rectangle rect)
     
voidSetFrameSize (Dimension value)
     
voidSetLength (int value)
     
voidSetOrientation (Orientation value)
     
voidSetUseOffsets (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

Method Detail

DeletePopupMenu

voidDeletePopupMenu ()


     
Returns:


GetScreenOrigin

PointGetScreenOrigin ()


     
Returns:


GetFrameOrigin

PointGetFrameOrigin ()


     
Returns:


InsertPopupMenu

intInsertPopupMenu (Component component)


     
Parameters:
component
Returns:


SetFrameOrigin

voidSetFrameOrigin (Point value)


     
Parameters:
value
Returns:


GetFrameMinimumSize

DimensionGetFrameMinimumSize ()


     
Returns:


SetFrameSize

voidSetFrameSize (Dimension value)


     
Parameters:
value
Returns:


GetScreenRectangle

RectangleGetScreenRectangle ()


     
Returns:


GetRectangleOfMonitor

RectangleGetRectangleOfMonitor ()


     
Returns:


SetFrameRectangle

voidSetFrameRectangle (Rectangle rect)


     
Parameters:
rect
Returns:


GetFrameSize

DimensionGetFrameSize ()


     
Returns:


GetFrameRectangle

RectangleGetFrameRectangle ()


     
Returns:


GetOrientation

OrientationGetOrientation ()


     
Returns:


SetOrientation

voidSetOrientation (Orientation value)


     
Parameters:
value
Returns:


GetFontName

StringGetFontName ()


     
Returns:


SetFontName

voidSetFontName (String value)


     
Parameters:
value
Returns:


GetFontClass

FontClassGetFontClass ()


     
Returns:


SetFontClass

voidSetFontClass (FontClass value)


     
Parameters:
value
Returns:


DoesUseOffsets

booleanDoesUseOffsets ()


     
Returns:


SetUseOffsets

voidSetUseOffsets (boolean flag)


     
Parameters:
flag
Returns:


GetLength

intGetLength ()


     
Returns:


SetLength

voidSetLength (int value)


     
Parameters:
value
Returns:


GetFontSize

doubleGetFontSize ()


     
Returns:


SetFontSize

voidSetFontSize (double value)


     
Parameters:
value
Returns:


GetFontStyle

FontStyleGetFontStyle ()


     
Returns:


SetFontStyle

voidSetFontStyle (FontStyle value)


     
Parameters:
value
Returns:


AddActionListener

voidAddActionListener (SeparatorListener listener)


     
Parameters:
listener
Returns:


PushAction

voidPushAction (SeparatorAction action)


     
Parameters:
action
Returns:


CreateTimer

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