org.ceryle.ui
Interface Expandable

All Known Implementing Classes:
ConnectedNodesPanel, ExpandablePanel, ExpandableTitlePanel

public interface Expandable

A simple interface between an ExpandablePanel and any implementing class, which enables expansion or contraction of GUI components based on the state of an ExpandableButton.

Version:
$Id: Expandable.java,v 3.4 2007-06-15 12:09:36 altheim Exp $
Author:
Murray Altheim

Method Summary
 boolean isMaximized()
          Returns the maximized state of the implementing component.
 void setExpandable(boolean expandable)
          Sets the visibility of the expandable button.
 void setMaximized(boolean maximized)
          Sets the maximized state of the implementing component to maximized.
 

Method Detail

setMaximized

void setMaximized(boolean maximized)
Sets the maximized state of the implementing component to maximized.


isMaximized

boolean isMaximized()
Returns the maximized state of the implementing component.


setExpandable

void setExpandable(boolean expandable)
Sets the visibility of the expandable button.



The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.