de.uni_paderborn.fujaba.gui
Interface PEResizable

All Known Implementing Classes:
PEBaseComponent, PESelection

public interface PEResizable

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.7 $
Author:
$Author: schneider $

Method Summary
 boolean isHorzResizable()
          The method isHorzResizable() returns true, if the component is resizable in horzintal direction.
 boolean isVertResizable()
          The method isVertResizable() returns true, if the component is resizable in vertical direction.
 

Method Detail

isHorzResizable

public boolean isHorzResizable()
The method isHorzResizable() returns true, if the component is resizable in horzintal direction.

Returns:
The horzResizable value

isVertResizable

public boolean isVertResizable()
The method isVertResizable() returns true, if the component is resizable in vertical direction.

Returns:
The vertResizable value