Gridarta Editor
net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader Class Reference

Synchronous page loader, loads a page and handles the cursor. More...

+ Inheritance diagram for net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader:
+ Collaboration diagram for net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader:

Public Member Functions

void run ()
 

Private Member Functions

 PageLoader (@NotNull final URL url, @NotNull final Cursor cursor)
 Creates a new instance. More...
 

Private Attributes

final Cursor cursor
 Original cursor that should be restored once the document is loaded. More...
 
URL url
 URL to load. More...
 

Detailed Description

Synchronous page loader, loads a page and handles the cursor.

Definition at line 182 of file HtmlPane.java.

Constructor & Destructor Documentation

◆ PageLoader()

net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.PageLoader ( @NotNull final URL  url,
@NotNull final Cursor  cursor 
)
private

Creates a new instance.

Parameters
urlthe URL to load
cursorthe cursor to restore once the document is loaded

Definition at line 201 of file HtmlPane.java.

References net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.cursor, and net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.url.

Member Function Documentation

◆ run()

void net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.run ( )

Member Data Documentation

◆ cursor

final Cursor net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.cursor
private

Original cursor that should be restored once the document is loaded.

Definition at line 194 of file HtmlPane.java.

Referenced by net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.PageLoader(), and net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.run().

◆ url

URL net.sf.gridarta.gui.dialog.help.HtmlPane.PageLoader.url
private

The documentation for this class was generated from the following file: