org.springframework.richclient.core
Class GuardedGroup

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.core.GuardedGroup
All Implemented Interfaces:
Guarded

public class GuardedGroup
extends Object
implements Guarded

Author:
Keith Donald

Constructor Summary
GuardedGroup(Guarded[] guarded)
           
 
Method Summary
 void addGuarded(Guarded guarded)
           
 void addGuardedHolder(ValueModel guardedHolder)
           
static Guarded createGuardedAdapter(JComponent component)
           
static GuardedGroup createGuardedGroup(JComponent[] components)
           
static GuardedGroup createGuardedGroup(JComponent[][] componentArrays)
           
static GuardedGroup createGuardedGroup(Object[] components)
           
 boolean isEnabled()
          Indicates if the object is in an enabled state.
 void setEnabled(boolean enabled)
          Sets the enabled state of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuardedGroup

public GuardedGroup(Guarded[] guarded)
Method Detail

addGuarded

public void addGuarded(Guarded guarded)

addGuardedHolder

public void addGuardedHolder(ValueModel guardedHolder)

isEnabled

public boolean isEnabled()
Description copied from interface: Guarded
Indicates if the object is in an enabled state.

Specified by:
isEnabled in interface Guarded
Returns:
if the object is in an enabled state, otherwise.

setEnabled

public void setEnabled(boolean enabled)
Description copied from interface: Guarded
Sets the enabled state of the object.

Specified by:
setEnabled in interface Guarded
Parameters:
enabled - true to enable the object, false to disable it.

createGuardedAdapter

public static final Guarded createGuardedAdapter(JComponent component)

createGuardedGroup

public static final GuardedGroup createGuardedGroup(Object[] components)

createGuardedGroup

public static final GuardedGroup createGuardedGroup(JComponent[] components)

createGuardedGroup

public static final GuardedGroup createGuardedGroup(JComponent[][] componentArrays)


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.