FOA

foa.attributes
Class AttributePanelManager

java.lang.Object
  |
  +--foa.attributes.AttributePanelManager

public class AttributePanelManager
extends java.lang.Object


Constructor Summary
AttributePanelManager(java.awt.Container c)
           
 
Method Summary
 void displayFile(java.lang.String file)
           
 java.awt.Dimension getAttributePaneSize()
           
 java.lang.String getCurrentFile()
           
 boolean isTabbedPaneEmpty()
           
 void removeCurrentFile()
           
 void removeFile(java.lang.String fileName)
           
 void setCurrentFileViewed(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributePanelManager

public AttributePanelManager(java.awt.Container c)
Method Detail

displayFile

public void displayFile(java.lang.String file)

removeCurrentFile

public void removeCurrentFile()

removeFile

public void removeFile(java.lang.String fileName)

getCurrentFile

public java.lang.String getCurrentFile()

setCurrentFileViewed

public void setCurrentFileViewed(java.lang.String file)

isTabbedPaneEmpty

public boolean isTabbedPaneEmpty()

getAttributePaneSize

public java.awt.Dimension getAttributePaneSize()

FOA