Package editor
Class ClassStructureViewPopupDelegate.FeatureModel
- java.lang.Object
-
- javax.swing.AbstractListModel
-
- editor.AbstractGotoPopup.AbstractPopupListModel<IFeatureInfo>
-
- editor.ClassStructureViewPopupDelegate.FeatureModel
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.ListModel
- Enclosing class:
- ClassStructureViewPopupDelegate
public static class ClassStructureViewPopupDelegate.FeatureModel extends AbstractGotoPopup.AbstractPopupListModel<IFeatureInfo>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<IFeatureInfo>_allFeatures
-
Constructor Summary
Constructors Constructor Description FeatureModel(java.util.List<IFeatureInfo> allFeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFeatureInfogetElementAt(int i)intgetSize()
-
-
-
Field Detail
-
_allFeatures
private java.util.List<IFeatureInfo> _allFeatures
-
-
Constructor Detail
-
FeatureModel
public FeatureModel(java.util.List<IFeatureInfo> allFeatures)
-
-
Method Detail
-
getSize
public int getSize()
-
getElementAt
public IFeatureInfo getElementAt(int i)
- Specified by:
getElementAtin interfacejavax.swing.ListModel- Specified by:
getElementAtin classAbstractGotoPopup.AbstractPopupListModel<IFeatureInfo>
-
-