|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
info.aduna.autofocus.gui.CrawlingProgressPanel
public class CrawlingProgressPanel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
CrawlingProgressPanel(AutoFocusFrame frame)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
clearCrawlResultsFinished(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the InfoSourceManager has finished clearing the crawl results of the specified CrawlingRepository. |
void |
clearCrawlResultsStarted(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the InfoSourceManager has started clearing the crawl results of the specified CrawlingRepository. |
void |
crawlFinished(InfoSourceManager manager,
CrawlingRepository repository,
int exitCode)
Signals that the specified CrawlingRepository has finished crawling. |
void |
crawling(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the InfoSourceManager is about to crawl the specified CrawlingRepository. |
void |
crawling(InfoSourceManager manager,
int nrSources)
Signals that the InfoSourceManager is about to crawl the specified number of CrawlingRepositories. |
void |
crawlingFinished(InfoSourceManager manager,
int exitCode)
Signals that the InfoSourceManager has finished crawling its CrawlingRepositorys. |
void |
crawlingObject(InfoSourceManager manager,
String url)
Signals that the currently crawling CrawlingRepository has started crawling the object representing by the specified URL. |
static void |
createDialog(AutoFocusFrame frame)
|
void |
doAbort(boolean closeImmediately)
Abort execution of the crawl process, updating button status appropriately. |
void |
finishingCrawl(InfoSourceManager manager,
CrawlingRepository repository)
Signals that the specified CrawlingRepository has finished crawling the last URI and is wrapping things up. |
JButton |
getAbortButton()
|
JButton |
getCloseButton()
|
void |
newObjectCrawled(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a new object and has completed its processing. |
void |
objectNotModified(InfoSourceManager manager,
String url)
Signals that the currently crawling CrawlingRepository has detected that the object represented by the specified URL has not changed. |
void |
objectRemoved(InfoSourceManager manager,
String url)
Signals that the currently crawling CrawlingRepository has detected that the object represented by the specified URL is no longer available. |
void |
objectUpdated(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a changed object and has completed its processing. |
void |
processingChangedObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a changed object and is starting to process its contents. |
void |
processingNewObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
Signals that the currently crawling CrawlingRepository has identified a new object and is starting to process its contents. |
void |
repositoryConfigChanged(InfoSourceManager manager)
Signals that the Repository configuration has changed. |
static void |
showDialog()
|
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CrawlingProgressPanel(AutoFocusFrame frame)
| Method Detail |
|---|
public void repositoryConfigChanged(InfoSourceManager manager)
InfoSourceManagerListener
repositoryConfigChanged in interface InfoSourceManagerListener
public void crawling(InfoSourceManager manager,
int nrSources)
InfoSourceManagerListener
crawling in interface InfoSourceManagerListener
public void crawling(InfoSourceManager manager,
CrawlingRepository repository)
InfoSourceManagerListener
crawling in interface InfoSourceManagerListener
public void crawlingObject(InfoSourceManager manager,
String url)
InfoSourceManagerListener
crawlingObject in interface InfoSourceManagerListener
public void processingNewObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
InfoSourceManagerListener
processingNewObject in interface InfoSourceManagerListener
public void processingChangedObject(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
InfoSourceManagerListener
processingChangedObject in interface InfoSourceManagerListener
public void newObjectCrawled(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
InfoSourceManagerListener
newObjectCrawled in interface InfoSourceManagerListener
public void objectUpdated(InfoSourceManager manager,
org.semanticdesktop.aperture.accessor.DataObject object)
InfoSourceManagerListener
objectUpdated in interface InfoSourceManagerListener
public void objectNotModified(InfoSourceManager manager,
String url)
InfoSourceManagerListener
objectNotModified in interface InfoSourceManagerListener
public void objectRemoved(InfoSourceManager manager,
String url)
InfoSourceManagerListener
objectRemoved in interface InfoSourceManagerListener
public void finishingCrawl(InfoSourceManager manager,
CrawlingRepository repository)
InfoSourceManagerListener
finishingCrawl in interface InfoSourceManagerListener
public void crawlFinished(InfoSourceManager manager,
CrawlingRepository repository,
int exitCode)
InfoSourceManagerListener
crawlFinished in interface InfoSourceManagerListener
public void crawlingFinished(InfoSourceManager manager,
int exitCode)
InfoSourceManagerListener
crawlingFinished in interface InfoSourceManagerListener
public void clearCrawlResultsStarted(InfoSourceManager manager,
CrawlingRepository repository)
InfoSourceManagerListener
clearCrawlResultsStarted in interface InfoSourceManagerListener
public void clearCrawlResultsFinished(InfoSourceManager manager,
CrawlingRepository repository)
InfoSourceManagerListener
clearCrawlResultsFinished in interface InfoSourceManagerListenerpublic void clear()
public JButton getAbortButton()
public JButton getCloseButton()
public void doAbort(boolean closeImmediately)
public static void createDialog(AutoFocusFrame frame)
public static void showDialog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||