|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web3d.util.LoadURLAction
Simple utility class for processing scene loading requests from the location bar.
| Constructor Summary | |
LoadURLAction(FileHandler target,
javax.swing.JTextField source)
Basic constructor using a swing component. |
|
LoadURLAction(FileHandler target,
java.awt.TextField source)
Basic constructor using an AWT component. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
Starts a new loading thread. |
void |
run()
Just gets the URL from the text field and calls loadURL |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LoadURLAction(FileHandler target,
javax.swing.JTextField source)
target - The panel to modifysource - The component from which URLs will be gotten
public LoadURLAction(FileHandler target,
java.awt.TextField source)
target - The panel to modifysource - The component from which URLs will be gotten| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerActionListener.actionPerformed(java.awt.event.ActionEvent)public void run()
run in interface java.lang.Runnable
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||