API Documentation > Interfaces > Interface Sash
Interface Sash

package com.ptc.uifc.uifcSash;

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


Description
User Guide References:
Methods Inherited from Interface com.ptc.uifc.uifcComponent.Component :
Method Summary
Method Detail
SetFrameRectangle
void
SetFrameRectangle
(Rectangle rect)
Parameters:
rect
Returns:
DeletePopupMenu
void
DeletePopupMenu
()
Returns:
GetFrameOrigin
GetFrameOrigin
()
Returns:
InsertPopupMenu
int
InsertPopupMenu
(Component component)
Parameters:
component
Returns:
SetFrameOrigin
void
SetFrameOrigin
(Point value)
Parameters:
value
Returns:
GetFrameMinimumSize
GetFrameMinimumSize
()
Returns:
GetScreenOrigin
GetScreenOrigin
()
Returns:
SetFrameSize
void
SetFrameSize
(Dimension value)
Parameters:
value
Returns:
GetScreenRectangle
GetScreenRectangle
()
Returns:
SwapChildren
void
SwapChildren
()
Returns:
GetRectangleOfMonitor
GetRectangleOfMonitor
()
Returns:
GetFrameSize
GetFrameSize
()
Returns:
GetFrameRectangle
GetFrameRectangle
()
Returns:
DoesDynamicUpdate
boolean
DoesDynamicUpdate
()
Returns:
SetDynamicUpdate
void
SetDynamicUpdate
(boolean flag)
Parameters:
flag
Returns:
GetOrientation
GetOrientation
()
Returns:
SetOrientation
void
SetOrientation
(Orientation value)
Parameters:
value
Returns:
GetDragCursorImage
String
GetDragCursorImage
()
Returns:
SetDragCursorImage
void
SetDragCursorImage
(String value)
Parameters:
value
Returns:
GetPosition
int
GetPosition
()
Returns:
SetPosition
void
SetPosition
(int value)
Parameters:
value
Returns:
DoesRememberSize
boolean
DoesRememberSize
()
Returns:
SetRememberSize
void
SetRememberSize
(boolean flag)
Parameters:
flag
Returns:
IsEnabled
boolean
IsEnabled
()
Returns:
SetEnabled
void
SetEnabled
(boolean flag)
Parameters:
flag
Returns:
GetSashGravity
GetSashGravity
()
Returns:
SetSashGravity
void
SetSashGravity
(SashGravity value)
Parameters:
value
Returns:
AddActionListener
void
AddActionListener
(SashListener listener)
Parameters:
listener
Returns:
PushAction
void
PushAction
(SashAction action)
Parameters:
action
Returns:
CreateTimer
void
CreateTimer
(SashTimer 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?