public class HtmlComponentsCollection extends Object implements Iterable<HtmlComponent>
| Constructor and Description |
|---|
HtmlComponentsCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(HtmlComponent c) |
void |
addActionListener(ActionListener a) |
void |
addChangeListener(ChangeListener a) |
void |
addItemListener(ItemListener a) |
HtmlComponent |
getComponent(String id) |
Iterator<HtmlComponent> |
iterator() |
static HtmlComponentsCollection |
parse(JEditorPane editor) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static HtmlComponentsCollection parse(JEditorPane editor)
public HtmlComponent getComponent(String id)
public Iterator<HtmlComponent> iterator()
iterator in interface Iterable<HtmlComponent>public int size()
public void add(HtmlComponent c)
public void addActionListener(ActionListener a)
public void addItemListener(ItemListener a)
public void addChangeListener(ChangeListener a)
Copyright © 2021 vpc open source initiative. All rights reserved.