com.guiseframework.component
Class AbstractCompositeStateComponent.ComponentState

java.lang.Object
  extended by com.guiseframework.component.AbstractCompositeStateComponent.ComponentState
Direct Known Subclasses:
AbstractListSelectControl.ValueComponentState, Table.CellComponentState, TreeControl.TreeNodeComponentState
Enclosing class:
AbstractCompositeStateComponent<T,S extends AbstractCompositeStateComponent.ComponentState>

protected abstract static class AbstractCompositeStateComponent.ComponentState
extends java.lang.Object

An encapsulation of the state of a representation component.

Author:
Garret Wilson

Constructor Summary
AbstractCompositeStateComponent.ComponentState(Component component)
          Constructor
 
Method Summary
 Component getComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCompositeStateComponent.ComponentState

public AbstractCompositeStateComponent.ComponentState(Component component)
Constructor

Parameters:
component - The representation component.
Throws:
java.lang.NullPointerException - if the given component is null.
Method Detail

getComponent

public Component getComponent()
Returns:
The representation component.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.