|
HTML Parser Home Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JList
org.htmlparser.beans.HTMLLinkBean
public class HTMLLinkBean
Display the links from a URL.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JList |
|---|
JList.AccessibleJList |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected LinkBean |
mBean
The underlying bean that provides our htmlparser specific properties. |
| Fields inherited from class javax.swing.JList |
|---|
HORIZONTAL_WRAP, VERTICAL, VERTICAL_WRAP |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
HTMLLinkBean()
Creates a new HTMLTextBean. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add a PropertyChangeListener to the listener list. |
protected LinkBean |
getBean()
Return the underlying bean object. |
URLConnection |
getConnection()
Getter for property Connection. |
URL[] |
getLinks()
Getter for property links. |
Dimension |
getMinimumSize()
Return the minimum dimension for this visible bean. |
String |
getURL()
Getter for property URL. |
void |
propertyChange(PropertyChangeEvent event)
Responds to changes in the underlying bean's properties. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Remove a PropertyChangeListener from the listener list. |
void |
setConnection(URLConnection connection)
Setter for property Connection. |
void |
setURL(String url)
Setter for property URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected LinkBean mBean
| Constructor Detail |
|---|
public HTMLLinkBean()
| Method Detail |
|---|
protected LinkBean getBean()
public Dimension getMinimumSize()
getMinimumSize in class JComponentpublic void addPropertyChangeListener(PropertyChangeListener listener)
Delegates to the underlying StringBean
addPropertyChangeListener in class Containerlistener - The PropertyChangeListener to be added.public void removePropertyChangeListener(PropertyChangeListener listener)
Delegates to the underlying StringBean
removePropertyChangeListener in class Componentlistener - The PropertyChangeListener to be removed.public URL[] getLinks()
Delegates to the underlying StringBean
public String getURL()
Delegates to the underlying StringBean
public void setURL(String url)
Delegates to the underlying StringBean
url - New value of property URL.public URLConnection getConnection()
public void setConnection(URLConnection connection)
connection - New value of property Connection.public void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerevent - The event triggering this listener method call.
|
© 2006 Derrick Oswald Sep 17, 2006
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| HTML Parser is an open source library released under Common Public License. | |