T
- Frame type.public class InternalFrameListModel<T extends JInternalFrame> extends Object
Constructor and Description |
---|
InternalFrameListModel(InternalFrameContentListModel pInternalFrameContentListModel) |
Modifier and Type | Method and Description |
---|---|
void |
addListDataListener(ListDataListener pListener) |
protected void |
fireContentsChanged(Object pSrc,
int pIdx0,
int pIdx1) |
protected void |
fireIntervalAdded(Object pSrc,
int pIdx0,
int pIdx1) |
protected void |
fireIntervalRemoved(Object pSrc,
int pIdx0,
int pIdx1) |
T |
getElementAt(int pIdx) |
int |
getSize() |
void |
removeListDataListener(ListDataListener pListener) |
static List<String> |
toStringList(Collection<? extends JInternalFrame> pColl)
Construct list of frame titles.
|
public InternalFrameListModel(InternalFrameContentListModel pInternalFrameContentListModel)
public T getElementAt(int pIdx)
public int getSize()
public static List<String> toStringList(Collection<? extends JInternalFrame> pColl)
public void addListDataListener(ListDataListener pListener)
addListDataListener
in interface ListModel<T extends JInternalFrame>
public void removeListDataListener(ListDataListener pListener)
removeListDataListener
in interface ListModel<T extends JInternalFrame>
protected void fireContentsChanged(Object pSrc, int pIdx0, int pIdx1)
protected void fireIntervalAdded(Object pSrc, int pIdx0, int pIdx1)
protected void fireIntervalRemoved(Object pSrc, int pIdx0, int pIdx1)
Copyright © 2023. All rights reserved.