API Documentation > Interfaces > Interface Separator
Interface Separator

package com.ptc.uifc.uifcSeparator;

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


Description
User Guide References:
Methods Inherited from Interface com.ptc.uifc.uifcComponent.Component :
Method Summary
Method Detail
DeletePopupMenu
void
DeletePopupMenu
()
Returns:
GetScreenOrigin
GetScreenOrigin
()
Returns:
GetFrameOrigin
GetFrameOrigin
()
Returns:
InsertPopupMenu
int
InsertPopupMenu
(Component component)
Parameters:
component
Returns:
SetFrameOrigin
void
SetFrameOrigin
(Point value)
Parameters:
value
Returns:
GetFrameMinimumSize
GetFrameMinimumSize
()
Returns:
SetFrameSize
void
SetFrameSize
(Dimension value)
Parameters:
value
Returns:
GetScreenRectangle
GetScreenRectangle
()
Returns:
GetRectangleOfMonitor
GetRectangleOfMonitor
()
Returns:
SetFrameRectangle
void
SetFrameRectangle
(Rectangle rect)
Parameters:
rect
Returns:
GetFrameSize
GetFrameSize
()
Returns:
GetFrameRectangle
GetFrameRectangle
()
Returns:
GetOrientation
GetOrientation
()
Returns:
SetOrientation
void
SetOrientation
(Orientation value)
Parameters:
value
Returns:
GetFontName
String
GetFontName
()
Returns:
SetFontName
void
SetFontName
(String value)
Parameters:
value
Returns:
GetFontClass
GetFontClass
()
Returns:
SetFontClass
void
SetFontClass
(FontClass value)
Parameters:
value
Returns:
DoesUseOffsets
boolean
DoesUseOffsets
()
Returns:
SetUseOffsets
void
SetUseOffsets
(boolean flag)
Parameters:
flag
Returns:
GetLength
int
GetLength
()
Returns:
SetLength
void
SetLength
(int value)
Parameters:
value
Returns:
GetFontSize
double
GetFontSize
()
Returns:
SetFontSize
void
SetFontSize
(double value)
Parameters:
value
Returns:
GetFontStyle
GetFontStyle
()
Returns:
SetFontStyle
void
SetFontStyle
(FontStyle value)
Parameters:
value
Returns:
AddActionListener
void
AddActionListener
(SeparatorListener listener)
Parameters:
listener
Returns:
PushAction
void
PushAction
(SeparatorAction action)
Parameters:
action
Returns:
CreateTimer
void
CreateTimer
(SeparatorTimer timer, String timerName, boolean writeInTrail)
Parameters:
timer
timerName
writeInTrail
Returns:
StartTimer
void
StartTimer
(String timerName, int duration)
Parameters:
timerName
duration
Returns:
StopTimer
void
StopTimer
(String timerName)
Parameters:
timerName
Returns:
Was this helpful?