org.xpcards.dialogs
Class ProjectDialog

java.lang.Object
  extended byorg.xpcards.dialogs.ProjectDialog

public class ProjectDialog
extends java.lang.Object


Field Summary
static int CANCEL_RESULT
           
static int OK_RESULT
           
 
Constructor Summary
ProjectDialog(org.eclipse.swt.widgets.Shell parent)
           
 
Method Summary
 Project getProject()
           
 java.lang.String getTitle()
           
static void main(java.lang.String[] args)
           
 int open()
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK_RESULT

public static int OK_RESULT

CANCEL_RESULT

public static int CANCEL_RESULT
Constructor Detail

ProjectDialog

public ProjectDialog(org.eclipse.swt.widgets.Shell parent)
Method Detail

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getProject

public Project getProject()

open

public int open()

main

public static void main(java.lang.String[] args)


Copyright © 2004 Mikhail Galyutin. All Rights Reserved.