com.ebmwebsourcing.geasytools.geasyui.api.uipanel
Interface IUIPanelResizeConfiguration

All Known Implementing Classes:
UIPanelResizeConfiguration

public interface IUIPanelResizeConfiguration


Method Summary
 int getActualHeight()
           
 int getActualWidth()
           
 int getDecreaseSize()
           
 int getIncreaseSize()
           
 int getMaxHeight()
           
 int getMaxWidth()
           
 int getMinHeight()
           
 int getMinWidth()
           
 IUIPanel getUIPanel()
           
 

Method Detail

getIncreaseSize

int getIncreaseSize()

getDecreaseSize

int getDecreaseSize()

getActualWidth

int getActualWidth()

getActualHeight

int getActualHeight()

getMaxWidth

int getMaxWidth()

getMinWidth

int getMinWidth()

getMaxHeight

int getMaxHeight()

getMinHeight

int getMinHeight()

getUIPanel

IUIPanel getUIPanel()


Copyright © 2010-2011 Petals Link. All Rights Reserved.