org.beanfabrics.swing.list
Class CellConfig

java.lang.Object
  extended by org.beanfabrics.swing.list.CellConfig
All Implemented Interfaces:
java.io.Serializable

public class CellConfig
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CellConfig()
           
CellConfig(Path path)
          Constructs a CellConfig with the given path.
 
Method Summary
 Path getPath()
          Returns the Path of the configured pM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellConfig

public CellConfig()

CellConfig

public CellConfig(Path path)
Constructs a CellConfig with the given path.

Parameters:
path - the path of the configured pM
Method Detail

getPath

public Path getPath()
Returns the Path of the configured pM.

Returns:
the path