net.sf.mpxj.mpp
Class AbstractMppView

java.lang.Object
  extended by net.sf.mpxj.AbstractView
      extended by net.sf.mpxj.mpp.AbstractMppView
All Implemented Interfaces:
View
Direct Known Subclasses:
GenericView, View8

public abstract class AbstractMppView
extends AbstractView

This abstract class implements functionality common to all MPP views.


Field Summary
 
Fields inherited from class net.sf.mpxj.AbstractView
m_id, m_name, m_parent, m_tableName, m_type
 
Constructor Summary
AbstractMppView(ProjectFile parent)
          Constructor.
 
Method Summary
protected  String removeAmpersand(String name)
          Remove the ampersand embedded in the view name.
 
Methods inherited from class net.sf.mpxj.AbstractView
getID, getName, getTable, getTableName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractMppView

public AbstractMppView(ProjectFile parent)
Constructor.

Parameters:
parent - parent file
Method Detail

removeAmpersand

protected String removeAmpersand(String name)
Remove the ampersand embedded in the view name.

Parameters:
name - view name
Returns:
view name without the ampersand


Copyright © 2012. All Rights Reserved.