com.notuvy.gui
Class ComponentEnableSet

java.lang.Object
  extended by com.notuvy.gui.ComponentEnableSet
All Implemented Interfaces:
Consequent

public class ComponentEnableSet
extends Object
implements Consequent

A collection of components that are all enabled/disabled as a unit.

Author:
murali

Constructor Summary
ComponentEnableSet(JComponent... pComponents)
           
 
Method Summary
 ComponentEnableSet add(JComponent... pComponents)
           
 void handle(boolean pValue)
           
 void setEnabled(boolean pState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentEnableSet

public ComponentEnableSet(JComponent... pComponents)
Method Detail

add

public ComponentEnableSet add(JComponent... pComponents)

setEnabled

public void setEnabled(boolean pState)

handle

public void handle(boolean pValue)
Specified by:
handle in interface Consequent


Copyright © 2013. All Rights Reserved.