Library | Package Java Toolkit

Interface GridContainer

package com.ptc.uifc.uifcGridContainer;

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



Description

 
Direct Known Subclasses:
Dialog, Layout



Method Summary
booleanDoesRememberSize ()
     
intGetHeight ()
     
intGetMinimumHeight ()
     
intGetMinimumWidth ()
     
StringGetTitleImage ()
     
StringGetTitleText ()
     
intGetWidth ()
     
booleanHasBorder ()
     
voidSetHasBorder (boolean flag)
     
voidSetHeight (int value)
     
voidSetMinimumHeight (int value)
     
voidSetMinimumWidth (int value)
     
voidSetRememberSize (boolean flag)
     
voidSetTitleImage (String value)
     
voidSetTitleText (String value)
     
voidSetWidth (int value)
     

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

GetMinimumWidth

intGetMinimumWidth ()


     
Returns:


SetMinimumWidth

voidSetMinimumWidth (int value)


     
Parameters:
value
Returns:


GetMinimumHeight

intGetMinimumHeight ()


     
Returns:


SetMinimumHeight

voidSetMinimumHeight (int value)


     
Parameters:
value
Returns:


GetTitleImage

StringGetTitleImage ()


     
Returns:


SetTitleImage

voidSetTitleImage (String value)


     
Parameters:
value
Returns:


DoesRememberSize

booleanDoesRememberSize ()


     
Returns:


SetRememberSize

voidSetRememberSize (boolean flag)


     
Parameters:
flag
Returns:


GetTitleText

StringGetTitleText ()


     
Returns:


SetTitleText

voidSetTitleText (String value)


     
Parameters:
value
Returns:


GetHeight

intGetHeight ()


     
Returns:


SetHeight

voidSetHeight (int value)


     
Parameters:
value
Returns:


GetWidth

intGetWidth ()


     
Returns:


SetWidth

voidSetWidth (int value)


     
Parameters:
value
Returns:


HasBorder

booleanHasBorder ()


     
Returns:


SetHasBorder

voidSetHasBorder (boolean flag)


     
Parameters:
flag
Returns: