MPXJ: Microsoft Project Exchange

net.sf.mpxj.mpp
Class AbstractMppView

Package class diagram package 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_type
 
Constructor Summary
AbstractMppView()
           
 
Method Summary
protected  java.lang.String removeAmpersand(java.lang.String name)
          Remove the ampersand embedded in the view name.
 
Methods inherited from class net.sf.mpxj.AbstractView
getID, getName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractMppView

public AbstractMppView()
Method Detail

removeAmpersand

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

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


Copyright © 2000-2009 Packwood Software. All Rights Reserved.