org.pentaho.di.ui.repository.repositoryexplorer.model
Class UIPartition

java.lang.Object
  extended by org.pentaho.ui.xul.XulEventSourceAdapter
      extended by org.pentaho.di.ui.repository.repositoryexplorer.model.UIPartition
All Implemented Interfaces:
org.pentaho.ui.xul.XulEventSource

public class UIPartition
extends org.pentaho.ui.xul.XulEventSourceAdapter


Constructor Summary
UIPartition(PartitionSchema partitionSchema)
           
 
Method Summary
 String getName()
           
 PartitionSchema getPartitionSchema()
           
 
Methods inherited from class org.pentaho.ui.xul.XulEventSourceAdapter
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIPartition

public UIPartition(PartitionSchema partitionSchema)
Method Detail

getPartitionSchema

public PartitionSchema getPartitionSchema()

getName

public String getName()