public class InternalFrameContentListModel extends AbstractListModel<Container>
JInternalFrame.getContentPane()
,
Serialized FormlistenerList
Constructor and Description |
---|
InternalFrameContentListModel(JDesktopPane pDesktop) |
Modifier and Type | Method and Description |
---|---|
Container |
getElementAt(int pIdx) |
Map<Container,JInternalFrame> |
getPaneToFrame()
After a ListModelEvent is fired, the size of this map is guaranteed to be equal
to the number of open frames.
|
int |
getSize() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public InternalFrameContentListModel(JDesktopPane pDesktop)
public Container getElementAt(int pIdx)
public int getSize()
public Map<Container,JInternalFrame> getPaneToFrame()
Copyright © 2023. All rights reserved.