edu.jhu.tmaj.client.arraybuilder
Class OpenedArrayBlocksPanel
java.lang.Object
edu.jhu.tmaj.client.arraybuilder.OpenedArrayBlocksPanel
final class OpenedArrayBlocksPanel
- extends java.lang.Object
A panel that shows all the ArrayBlocks the user has opened. Users may close the array blocks
from this panel if they wish.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenedArrayBlocksPanel
public OpenedArrayBlocksPanel()
closeAllArrayBlockFrames
public void closeAllArrayBlockFrames()
addToOpenedList
public void addToOpenedList(ArrayBlockFrame arrayBlockFrame)
removeFromOpenedList
public void removeFromOpenedList(ArrayBlockFrame arrayBlockFrame)
isOpen
public boolean isOpen(ArrayBlockBean arrayBlockBean)
getMainPanel
public javax.swing.JPanel getMainPanel()
getNumberOfOpenArrayBlocks
public int getNumberOfOpenArrayBlocks()