com.moyosoft.connector.ms.outlook.ui
Class Explorer

java.lang.Object
  |
  +--com.moyosoft.connector.ms.outlook.ui.Explorer
All Implemented Interfaces:
OutlookWindow

public class Explorer
extends java.lang.Object
implements OutlookWindow


Constructor Summary
Explorer(com.moyosoft.connector.com.Dispatch dispatch)
           
 
Method Summary
 void activate()
           
 void close()
           
 void deselectFolder(OutlookFolder folder)
           
 void display()
           
 java.lang.String getCaption()
           
 OutlookFolder getCurrentFolder()
           
 View getCurrentView()
           
 com.moyosoft.connector.com.Dispatch getDispatch()
           
 int getHeight()
           
 int getLeft()
           
 PanesCollection getPanes()
           
 Selection getSelection()
           
 int getTop()
           
 ViewsCollection getViews()
           
 int getWidth()
           
 WindowState getWindowState()
           
 OutlookWindowType getWindowType()
           
 boolean isFolderSelected(OutlookFolder folder)
           
 boolean isPaneVisible(Pane pane)
           
 void selectFolder(OutlookFolder folder)
           
 void setCurrentView(View value)
           
 void setHeight(int value)
           
 void setLeft(int value)
           
 void setTop(int value)
           
 void setWidth(int value)
           
 void setWindowState(WindowState value)
           
 void showPane(Pane pane, boolean show)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Explorer

public Explorer(com.moyosoft.connector.com.Dispatch dispatch)
Method Detail

getDispatch

public com.moyosoft.connector.com.Dispatch getDispatch()

getWindowType

public OutlookWindowType getWindowType()
Specified by:
getWindowType in interface OutlookWindow

getCurrentFolder

public OutlookFolder getCurrentFolder()

close

public void close()

display

public void display()

getCaption

public java.lang.String getCaption()

getCurrentView

public View getCurrentView()

setCurrentView

public void setCurrentView(View value)

getHeight

public int getHeight()

setHeight

public void setHeight(int value)

getLeft

public int getLeft()

setLeft

public void setLeft(int value)

getPanes

public PanesCollection getPanes()

getSelection

public Selection getSelection()

getTop

public int getTop()

setTop

public void setTop(int value)

getWidth

public int getWidth()

setWidth

public void setWidth(int value)

getWindowState

public WindowState getWindowState()

setWindowState

public void setWindowState(WindowState value)

activate

public void activate()

isPaneVisible

public boolean isPaneVisible(Pane pane)

showPane

public void showPane(Pane pane,
                     boolean show)

getViews

public ViewsCollection getViews()

selectFolder

public void selectFolder(OutlookFolder folder)

deselectFolder

public void deselectFolder(OutlookFolder folder)

isFolderSelected

public boolean isFolderSelected(OutlookFolder folder)