Library | Package Java Toolkit

Interface NakedWindow

package com.ptc.uifc.uifcNakedWindow;

public interface NakedWindow
  extends com.ptc.uifc.uifcExternal_Containers.External_Containers



Description

 



Method Summary
voidAddActionListener (NakedWindowListener listener)
     
voidCreateTimer (NakedWindowTimer timer, String timerName, boolean writeInTrail)
     
voidDeleteChild (String name)
     
voidDeletePopupMenu ()
     
booleanDoesAllowInputWhenBlocked ()
     
booleanDoesAllowKeyboardInput ()
     
booleanDoesAllowWheelInput ()
     
StringGetDragCursorImage ()
     
StringGetDragItemName ()
     
StringGetDragNotValidCursorImage ()
     
DimensionGetFrameMinimumSize ()
     
PointGetFrameOrigin ()
     
RectangleGetFrameRectangle ()
     
DimensionGetFrameSize ()
     
intGetHeight ()
     
StringGetHelpText ()
     
KeyGetKeyPressed ()
     
intGetMinimumHeight ()
     
intGetMinimumWidth ()
     
RectangleGetRectangleOfMonitor ()
     
PointGetScreenOrigin ()
     
RectangleGetScreenRectangle ()
     
intGetWidth ()
     
intInsertChild (Component component)
     
intInsertPopupMenu (Component component)
     
booleanIsEnabled ()
     
booleanIsValidDragSite ()
     
voidPushAction (NakedWindowAction action)
     
voidSetAllowInputWhenBlocked (boolean flag)
     
voidSetAllowKeyboardInput (boolean flag)
     
voidSetAllowWheelInput (boolean flag)
     
voidSetDragCursorImage (String value)
     
voidSetDragItemName (String value)
     
voidSetDragNotValidCursorImage (String value)
     
voidSetEnabled (boolean flag)
     
voidSetFrameOrigin (Point value)
     
voidSetFrameRectangle (Rectangle rect)
     
voidSetFrameSize (Dimension value)
     
voidSetHeight (int value)
     
voidSetHelpText (String value)
     
voidSetKeyPressed (Key key)
     
voidSetMinimumHeight (int value)
     
voidSetMinimumWidth (int value)
     
voidSetValidDragSite (boolean flag)
     
voidSetWidth (int 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

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:


InsertChild

intInsertChild (Component component)


     
Parameters:
component
Returns:


GetFrameMinimumSize

DimensionGetFrameMinimumSize ()


     
Returns:


GetScreenOrigin

PointGetScreenOrigin ()


     
Returns:


SetFrameSize

voidSetFrameSize (Dimension value)


     
Parameters:
value
Returns:


GetScreenRectangle

RectangleGetScreenRectangle ()


     
Returns:


GetRectangleOfMonitor

RectangleGetRectangleOfMonitor ()


     
Returns:


DeleteChild

voidDeleteChild (String name)


     
Parameters:
name
Returns:


GetFrameSize

DimensionGetFrameSize ()


     
Returns:


GetFrameRectangle

RectangleGetFrameRectangle ()


     
Returns:


GetHeight

intGetHeight ()


     
Returns:


SetHeight

voidSetHeight (int value)


     
Parameters:
value
Returns:


GetDragItemName

StringGetDragItemName ()


     
Returns:


SetDragItemName

voidSetDragItemName (String value)


     
Parameters:
value
Returns:


GetDragCursorImage

StringGetDragCursorImage ()


     
Returns:


SetDragCursorImage

voidSetDragCursorImage (String value)


     
Parameters:
value
Returns:


DoesAllowWheelInput

booleanDoesAllowWheelInput ()


     
Returns:


SetAllowWheelInput

voidSetAllowWheelInput (boolean flag)


     
Parameters:
flag
Returns:


GetKeyPressed

KeyGetKeyPressed ()


     
Returns:


SetKeyPressed

voidSetKeyPressed (Key key)


     
Parameters:
key
Returns:


GetMinimumHeight

intGetMinimumHeight ()


     
Returns:


SetMinimumHeight

voidSetMinimumHeight (int value)


     
Parameters:
value
Returns:


GetDragNotValidCursorImage

StringGetDragNotValidCursorImage ()


     
Returns:


SetDragNotValidCursorImage

voidSetDragNotValidCursorImage (String value)


     
Parameters:
value
Returns:


DoesAllowKeyboardInput

booleanDoesAllowKeyboardInput ()


     
Returns:


SetAllowKeyboardInput

voidSetAllowKeyboardInput (boolean flag)


     
Parameters:
flag
Returns:


DoesAllowInputWhenBlocked

booleanDoesAllowInputWhenBlocked ()


     
Returns:


SetAllowInputWhenBlocked

voidSetAllowInputWhenBlocked (boolean flag)


     
Parameters:
flag
Returns:


IsValidDragSite

booleanIsValidDragSite ()


     
Returns:


SetValidDragSite

voidSetValidDragSite (boolean flag)


     
Parameters:
flag
Returns:


GetWidth

intGetWidth ()


     
Returns:


SetWidth

voidSetWidth (int value)


     
Parameters:
value
Returns:


IsEnabled

booleanIsEnabled ()


     
Returns:


SetEnabled

voidSetEnabled (boolean flag)


     
Parameters:
flag
Returns:


GetHelpText

StringGetHelpText ()


     
Returns:


SetHelpText

voidSetHelpText (String value)


     
Parameters:
value
Returns:


GetMinimumWidth

intGetMinimumWidth ()


     
Returns:


SetMinimumWidth

voidSetMinimumWidth (int value)


     
Parameters:
value
Returns:


AddActionListener

voidAddActionListener (NakedWindowListener listener)


     
Parameters:
listener
Returns:


PushAction

voidPushAction (NakedWindowAction action)


     
Parameters:
action
Returns:


CreateTimer

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