|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> gui >> [ browser overview ] | PREV NEXT | ||||||||
A
- actionFailed(GBrowserEvent) - Method in interface org.greenstone.gatherer.gui.browser.GBrowserListener
- addGBrowserListener(GBrowserListener) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- addGBrowserListener(GBrowserListener) - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Add a GBrowserListener to this browser.
- afterDisplay() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- afterDisplay() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
B
- back() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- back() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Back tells the browser to display a previous page if there is one.
- back_pages - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- back_pages - Vector of pages that have been visited.
C
- canBack() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- canBack() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- CanBack is used to determine if there are further pages to 'back' to, and based on the result whether the functionality should be available
- canForward() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- canForward() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- CanForward performs approximately the same duty as canBack except, of course, in the opposite direction.
- canStop() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- canStop() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- CanStop determines whether the stop functionality is available.
- capture() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- capture() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Capture is used to grab a buffered image of the current graphics context of the HTML pane.
- control - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- controlsChanged() - Method in interface org.greenstone.gatherer.gui.browser.GBrowserListener
- current() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- current() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- When called this method returns the URL of the resource currently being displayed (or rendered).
- current_url - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- current_page - the URL of the currently shown page.
F
- fireActionFailed(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- fireControlsChanged() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- fireHyperlinkClick(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- fireRenderBegun(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- fireRenderComplete(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- fireStatusChange(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- followHyperlinks(boolean) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- followHyperlinks(boolean) - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- This method is used to tell the HTML pane whether it should attempt to follow hyperlinks when a user clicks them.
- follow_links - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- follow_links - does the class automatically follow hyperlinks.
- forward() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- forward() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Forward is a call for the HTMLViewPane implementation to move forward one page in its browser history.
- forward_pages - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- Vector of pages that have been backed up from.
G
- GBrowserEvent - class org.greenstone.gatherer.gui.browser.GBrowserEvent.
- A GBrowserEvent is an event fired by one of Gatherers HTMLViewPane browser implementations.
- GBrowserEvent(Object, int, GURL) - Constructor for class org.greenstone.gatherer.gui.browser.GBrowserEvent
- This contructor is used to pass events about GURLs out to its listeners.
- GBrowserEvent(Object, int, GURL, String) - Constructor for class org.greenstone.gatherer.gui.browser.GBrowserEvent
- This contructor is used to pass events about GURLs out to its listeners.
- GBrowserEvent(Object, int, String) - Constructor for class org.greenstone.gatherer.gui.browser.GBrowserEvent
- This constructor is used to pass message events out to its listeners.
- GBrowserListener - interface org.greenstone.gatherer.gui.browser.GBrowserListener.
- GHTMLPane - class org.greenstone.gatherer.gui.browser.GHTMLPane.
- Class Name: GHTMLPane Description: To provide a most basic implementation of the HTMLViewPane.
- GHTMLPane(Gatherer, Object) - Constructor for class org.greenstone.gatherer.gui.browser.GHTMLPane
- Constructor - collects initial settings, lays out view, renders initial URL.
- gatherer - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- gatherer - a reference to the main class of Gatherer for messaging.
- getContent() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- Since you can't add an interface to a component hierarchy this method is required to get a reference of the actual rendering component.
- getContent() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- In order to add the class that implements this interface to a component hierarchy you require some way to get at the component.
- getMessage() - Method in class org.greenstone.gatherer.gui.browser.GBrowserEvent
- Used to get the String message contained within this event.
- getProgress() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- getProgress() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- If called, getProgressBar should return a reference to a JProgress bar.
- getURL() - Method in class org.greenstone.gatherer.gui.browser.GBrowserEvent
- Used to get the GURL contained within this event.
H
- HTMLViewPane - interface org.greenstone.gatherer.gui.browser.HTMLViewPane.
- HTMLViewPane provides the interface that all implementations must adhere to.
- hasProgress() - Method in class org.greenstone.gatherer.gui.browser.GBrowserEvent
- Returns a boolean showing whether it is legal to request this GURLs progress bar.
- hyperlinkClick(GBrowserEvent) - Method in interface org.greenstone.gatherer.gui.browser.GBrowserListener
- hyperlinkUpdate(HyperlinkEvent) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- When a hyperlink event is fired we handle it in one of several ways, based on the event type.
I
- isReady() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- isReady() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Before attempting to issue futher instructions to the HTML pane, Gatherer must first ensure that its ready.
L
- listeners - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- the list of listeners associated with this class.
M
- message - Variable in class org.greenstone.gatherer.gui.browser.GBrowserEvent
- The message payload of this event.
O
- org.greenstone.gatherer.gui.browser - package org.greenstone.gatherer.gui.browser
P
- progress - Variable in class org.greenstone.gatherer.gui.browser.GBrowserEvent
- propertyChange(PropertyChangeEvent) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
R
- ready - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- ready - has the view finished rendering the current URL.
- removeGBrowserListener(GBrowserListener) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- removeGBrowserListener(GBrowserListener) - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Remove a GBrowserListener from this browser.
- renderBegun(GBrowserEvent) - Method in interface org.greenstone.gatherer.gui.browser.GBrowserListener
- renderComplete(GBrowserEvent) - Method in interface org.greenstone.gatherer.gui.browser.GBrowserListener
S
- setEnabled(boolean) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- setEnabled(boolean) - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- SetEnabled is used to temporarily prevent further user interaction with the pane.
- setPage(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- show(String) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- show(GURL) - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- Precondition: ready = true
- show(String) - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Show, in both of its forms, allows Gatherer to display a certain URL or file in the HTML pane.
- show(GURL) - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Show, in both of its forms, allows Gatherer to display a certain URL or file in the HTML pane.
- statusChanged(GBrowserEvent) - Method in interface org.greenstone.gatherer.gui.browser.GBrowserListener
- stop() - Method in class org.greenstone.gatherer.gui.browser.GHTMLPane
- stop() - Method in interface org.greenstone.gatherer.gui.browser.HTMLViewPane
- Stop() kills the current rendering.
U
- url - Variable in class org.greenstone.gatherer.gui.browser.GBrowserEvent
- The url payload of this event.
V
- view - Variable in class org.greenstone.gatherer.gui.browser.GHTMLPane
- view - the JEditorPane the page content will be rendered on to.
A B C F G H I L M O P R S U V
|
|||||||||
| Home >> All >> org >> greenstone >> gatherer >> gui >> [ browser overview ] | PREV NEXT | ||||||||