net.datacrow.console.windows
Class ItemSynchronizerDialog.ItemSynchronizerMediator

java.lang.Object
  extended by net.datacrow.console.windows.ItemSynchronizerDialog.ItemSynchronizerMediator
All Implemented Interfaces:
ISynchronizerClient
Enclosing class:
ItemSynchronizerDialog

public class ItemSynchronizerDialog.ItemSynchronizerMediator
extends java.lang.Object
implements ISynchronizerClient


Constructor Summary
ItemSynchronizerDialog.ItemSynchronizerMediator(ItemSynchronizerDialog dlg)
           
 
Method Summary
 void addMessage(java.lang.String message)
           
 void enableActions(boolean b)
           
 int getItemPickMode()
           
 Region getRegion()
           
 SearchMode getSearchMode()
           
 IServer getServer()
           
 void initialize()
           
 void initProgressBar(int max)
           
 boolean isCancelled()
           
 boolean isReparseFiles()
           
 void updateProgressBar()
           
 boolean useOnlineService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemSynchronizerDialog.ItemSynchronizerMediator

public ItemSynchronizerDialog.ItemSynchronizerMediator(ItemSynchronizerDialog dlg)
Method Detail

isCancelled

public boolean isCancelled()
Specified by:
isCancelled in interface ISynchronizerClient

initProgressBar

public void initProgressBar(int max)
Specified by:
initProgressBar in interface ISynchronizerClient

updateProgressBar

public void updateProgressBar()
Specified by:
updateProgressBar in interface ISynchronizerClient

addMessage

public void addMessage(java.lang.String message)
Specified by:
addMessage in interface ISynchronizerClient

isReparseFiles

public boolean isReparseFiles()
Specified by:
isReparseFiles in interface ISynchronizerClient

useOnlineService

public boolean useOnlineService()
Specified by:
useOnlineService in interface ISynchronizerClient

enableActions

public void enableActions(boolean b)
Specified by:
enableActions in interface ISynchronizerClient

initialize

public void initialize()
Specified by:
initialize in interface ISynchronizerClient

getServer

public IServer getServer()
Specified by:
getServer in interface ISynchronizerClient

getRegion

public Region getRegion()
Specified by:
getRegion in interface ISynchronizerClient

getSearchMode

public SearchMode getSearchMode()
Specified by:
getSearchMode in interface ISynchronizerClient

getItemPickMode

public int getItemPickMode()
Specified by:
getItemPickMode in interface ISynchronizerClient