Ontimize 5.2072EN

com.ontimize.util.swing
Class JCollapsibleGroupPanel.CollapseAction

java.lang.Object
  extended bycom.ontimize.util.swing.JCollapsibleGroupPanel.CollapseAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
JCollapsibleGroupPanel

protected class JCollapsibleGroupPanel.CollapseAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  java.util.List list
           
protected  boolean start
           
 
Constructor Summary
protected JCollapsibleGroupPanel.CollapseAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addMenuGroup(JCollapsibleGroupPanel.JCollapsibleGroup group)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected java.util.List list

start

protected boolean start
Constructor Detail

JCollapsibleGroupPanel.CollapseAction

protected JCollapsibleGroupPanel.CollapseAction()
Method Detail

addMenuGroup

public void addMenuGroup(JCollapsibleGroupPanel.JCollapsibleGroup group)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

Ontimize