org.ocd.desktop
Class DesktopService

java.lang.Object
  |
  +--org.ocd.desktop.DesktopService

public class DesktopService
extends java.lang.Object

Since:
$Date: 2002/08/14 07:29:48 $
Version:
$Revision: 1.12 $
Author:
$Author: drichan $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)

Field Summary
static int PORT
           
static java.lang.String XML_DOC_DIR
           
static java.lang.String XML_DOC_NAME
           
 
Method Summary
 void addNewItemFactory(INewItemFactory factory)
          Add NewItemFactory
 IDesktop getCurrentDesktop()
           
static DesktopService getDefaultService()
          Get the Default Desktop Service
 java.awt.Dimension getDesktopSize()
           
 java.awt.Frame getMainFrame()
          Get the Main Desktop Frame
static void main(java.lang.String[] args)
          Start the Desktop Service
 void removeNewItemFactory(INewItemFactory factory)
          Remove NewItemFactory
 void setCurrentDesktop(IDesktop pDesktop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_DOC_DIR

public static final java.lang.String XML_DOC_DIR

XML_DOC_NAME

public static final java.lang.String XML_DOC_NAME

PORT

public static final int PORT
Method Detail

getDefaultService

public static DesktopService getDefaultService()
Get the Default Desktop Service

main

public static void main(java.lang.String[] args)
Start the Desktop Service

getMainFrame

public java.awt.Frame getMainFrame()
Get the Main Desktop Frame

setCurrentDesktop

public void setCurrentDesktop(IDesktop pDesktop)

getCurrentDesktop

public IDesktop getCurrentDesktop()

getDesktopSize

public java.awt.Dimension getDesktopSize()

addNewItemFactory

public void addNewItemFactory(INewItemFactory factory)
Add NewItemFactory

removeNewItemFactory

public void removeNewItemFactory(INewItemFactory factory)
Remove NewItemFactory