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

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.ui.Pane

public class Pane
extends com.moyosoft.util.AbstractType


Field Summary
static Pane FOLDER_LIST
           
static Pane NAVIGATION_PANE
           
static Pane OUTLOOK_BAR
           
static Pane PREVIEW
           
 
Method Summary
static Pane getById(int pId)
           
 boolean isFolderList()
           
 boolean isNavigationPane()
           
 boolean isOutlookBar()
           
 boolean isPreview()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OUTLOOK_BAR

public static final Pane OUTLOOK_BAR

FOLDER_LIST

public static final Pane FOLDER_LIST

PREVIEW

public static final Pane PREVIEW

NAVIGATION_PANE

public static final Pane NAVIGATION_PANE
Method Detail

getById

public static Pane getById(int pId)

isOutlookBar

public boolean isOutlookBar()

isFolderList

public boolean isFolderList()

isPreview

public boolean isPreview()

isNavigationPane

public boolean isNavigationPane()