org.htmlparser.beans
public class BeanyBaby extends JFrame implements PropertyChangeListener, ActionListener, MouseListener
Field Summary | |
---|---|
protected int | mCrumb
Current position on the bread crumb trail. |
protected Vector | mTrail
Bread crumb trail of visited URLs. |
Constructor Summary | |
---|---|
BeanyBaby() Creates new form BeanyBaby |
Method Summary | |
---|---|
void | actionPerformed(ActionEvent event)
Handles UI events.
|
static void | main(String[] args)
Unit test. |
void | mouseClicked(MouseEvent event)
Invoked when the mouse button has been clicked on a component.
|
void | mouseEntered(MouseEvent event)
Invoked when the mouse enters a component. |
void | mouseExited(MouseEvent event)
Invoked when the mouse exits a component. |
void | mousePressed(MouseEvent event)
Invoked when a mouse button has been pressed on a component. |
void | mouseReleased(MouseEvent event)
Invoked when a mouse button has been released on a component. |
void | propertyChange(PropertyChangeEvent event)
This method ties the two beans together on the same connection.
|
void | setURL(String url)
Set the URL for the bean. |
Parameters: event Details about the action.
Parameters: args [0] The URL to use in the bean (optional).
Parameters: event Details on the mouse event.
Parameters: event Details on the mouse event.
Parameters: event Details on the mouse event.
Parameters: event Details on the mouse event.
Parameters: event Details on the mouse event.
Parameters: event The event describing the event source and the property that has changed.
Parameters: url The URL to use in the bean.
HTML Parser is an open source library released under LGPL. | |