|
|||||||||
| Home >> All >> org >> htmlparser >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.htmlparser.beans
Class HTMLLinkBean

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JList
org.htmlparser.beans.HTMLLinkBean
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, java.beans.PropertyChangeListener, javax.swing.Scrollable, java.io.Serializable
- public class HTMLLinkBean
- extends javax.swing.JList
- implements java.io.Serializable, java.beans.PropertyChangeListener
- extends javax.swing.JList
Display the links from a URL.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JList |
javax.swing.JList.AccessibleJList |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.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.Container |
|
| 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(java.beans.PropertyChangeListener listener)
Add a PropertyChangeListener to the listener list. |
protected LinkBean |
getBean()
Return the underlying bean object. |
java.net.URLConnection |
getConnection()
Getter for property Connection. |
java.net.URL[] |
getLinks()
Getter for property links. |
java.awt.Dimension |
getMinimumSize()
Return the minimum dimension for this visible bean. |
java.lang.String |
getURL()
Getter for property URL. |
void |
propertyChange(java.beans.PropertyChangeEvent event)
Responds to changes in the underlying bean's properties. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove a PropertyChangeListener from the listener list. |
void |
setConnection(java.net.URLConnection connection)
Setter for property Connection. |
void |
setURL(java.lang.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 |
mBean
protected LinkBean mBean
- The underlying bean that provides our htmlparser specific properties.
| Constructor Detail |
HTMLLinkBean
public HTMLLinkBean()
- Creates a new HTMLTextBean. This uses an underlying StringBean and
displays the text.
| Method Detail |
getBean
protected LinkBean getBean()
- Return the underlying bean object. Creates a new one if it hasn't been
initialized yet.
getMinimumSize
public java.awt.Dimension getMinimumSize()
- Return the minimum dimension for this visible bean.
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- Add a PropertyChangeListener to the listener list. The listener is
registered for all properties.
Delegates to the underlying StringBean
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- Remove a PropertyChangeListener from the listener list. This removes a
PropertyChangeListener that was registered for all properties.
Delegates to the underlying StringBean
getLinks
public java.net.URL[] getLinks()
- Getter for property links.
Delegates to the underlying StringBean
getURL
public java.lang.String getURL()
- Getter for property URL.
Delegates to the underlying StringBean
setURL
public void setURL(java.lang.String url)
- Setter for property URL.
Delegates to the underlying StringBean
getConnection
public java.net.URLConnection getConnection()
- Getter for property Connection.
setConnection
public void setConnection(java.net.URLConnection connection)
- Setter for property Connection.
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent event)
- Responds to changes in the underlying bean's properties.
- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener
|
|||||||||
| Home >> All >> org >> htmlparser >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC