public class TabbedPaneTitleList extends AbstractList<String>
Preferences
modCount
Constructor and Description |
---|
TabbedPaneTitleList(JTabbedPane pTabbedPane) |
Modifier and Type | Method and Description |
---|---|
String |
get(int pIdx) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public TabbedPaneTitleList(JTabbedPane pTabbedPane)
public String get(int pIdx)
public int size()
size
in interface Collection<String>
size
in interface List<String>
size
in class AbstractCollection<String>
Copyright © 2023. All rights reserved.