ICY Version 1.0.1.0
Public Member Functions | Package Functions

icy.gui.component.PopupPanel Class Reference

Inherits javax::swing::JPanel.

List of all members.

Public Member Functions

 PopupPanel (String title, int panelHeight, boolean subPopupPanel)
 PopupPanel (String title, int panelHeight)
 PopupPanel (String title)
String getTitle ()
void setTitle (String value)
JPanel getMainPanel ()
boolean isCollapsed ()
boolean isExpanded ()
void setExpanded (boolean value)
boolean isSubPopupPanel ()
void expand ()
void collapse ()
void refresh ()

Package Functions

void updateIconGap ()
void updateIconAndText ()

Detailed Description

Author:
Stephane

Member Function Documentation

JPanel icy.gui.component.PopupPanel.getMainPanel ( )
Returns:
the mainPanel
boolean icy.gui.component.PopupPanel.isCollapsed ( )
Returns:
the collapsed
boolean icy.gui.component.PopupPanel.isExpanded ( )
Returns:
the collapsed
boolean icy.gui.component.PopupPanel.isSubPopupPanel ( )
Returns:
the subPopupPanel
void icy.gui.component.PopupPanel.setExpanded ( boolean  value)
Parameters:
valuethe collapsed to set

The documentation for this class was generated from the following file:
 All Classes Functions Variables