|
HTML Parser Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container java.awt.Window java.awt.Frame javax.swing.JFrame org.htmlparser.beans.BeanyBaby
public class BeanyBaby
Demo of beans. Created on December 30, 2002, 7:54 PM
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JFrame |
---|
JFrame.AccessibleJFrame |
Nested classes/interfaces inherited from class java.awt.Frame |
---|
Frame.AccessibleAWTFrame |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
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 int |
mCrumb
Current position on the bread crumb trail. |
protected Vector |
mTrail
Bread crumb trail of visited URLs. |
Fields inherited from class javax.swing.JFrame |
---|
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
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. |
Methods inherited from class java.awt.Frame |
---|
addNotify, finalize, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
---|
getFont, postEvent |
Field Detail |
---|
protected Vector mTrail
protected int mCrumb
Constructor Detail |
---|
public BeanyBaby()
Method Detail |
---|
public void propertyChange(PropertyChangeEvent event)
propertyChange
in interface PropertyChangeListener
event
- The event describing the event source
and the property that has changed.public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
event
- Details about the action.public void mouseClicked(MouseEvent event)
mouseClicked
in interface MouseListener
event
- Details on the mouse event.public void mouseEntered(MouseEvent event)
mouseEntered
in interface MouseListener
event
- Details on the mouse event.public void mouseExited(MouseEvent event)
mouseExited
in interface MouseListener
event
- Details on the mouse event.public void mousePressed(MouseEvent event)
mousePressed
in interface MouseListener
event
- Details on the mouse event.public void mouseReleased(MouseEvent event)
mouseReleased
in interface MouseListener
event
- Details on the mouse event.public void setURL(String url)
url
- The URL to use in the bean.public static void main(String[] args)
args
- [0] The URL to use in the bean (optional).
|
© 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. |