|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xj3d.ui.swt.widgets.LoadURLAction
public class LoadURLAction
Simple utility class for processing scene loading requests from the location bar.
| Constructor Summary | |
|---|---|
LoadURLAction(FileHandler handler,
org.eclipse.swt.widgets.Text source)
Basic constructor using a swing component. |
|
| Method Summary | |
|---|---|
void |
run()
Get the URL from the text field and calls loadURL |
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent se)
Process the default selection generated from the user interface. |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent se)
Process the selection generated from the user interface. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadURLAction(FileHandler handler,
org.eclipse.swt.widgets.Text source)
handler - - A handler for opening filessource - - The text widget from which URLs will be gotten| Method Detail |
|---|
public void widgetSelected(org.eclipse.swt.events.SelectionEvent se)
widgetSelected in interface org.eclipse.swt.events.SelectionListenerse - - The event that caused this method to be calledpublic void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent se)
widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListenerse - - The event that caused this method to be calledpublic void run()
run in interface java.lang.Runnable
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||