com.atlassian.theplugin.idea.jira
Class DatePicker

java.lang.Object
  extended by com.intellij.openapi.ui.DialogWrapper
      extended by com.atlassian.theplugin.idea.jira.DatePicker

public class DatePicker
extends com.intellij.openapi.ui.DialogWrapper

Author:
Jacek Jaroczynski

Field Summary
 
Fields inherited from class com.intellij.openapi.ui.DialogWrapper
CANCEL_EXIT_CODE, DEFAULT_ACTION, myDisposable, myPerformAction, NEXT_USER_EXIT_CODE, OK_EXIT_CODE, ourDefaultBorder
 
Constructor Summary
DatePicker(java.lang.String title, java.util.Date dateToSelect)
           
 
Method Summary
protected  javax.swing.JComponent createCenterPanel()
           
protected  javax.swing.JPanel getPanelComponent()
           
 java.util.Date getSelectedDate()
           
 
Methods inherited from class com.intellij.openapi.ui.DialogWrapper
addKeyListener, addMouseListener, addMouseListener, centerRelativeToParent, clickDefaultButton, close, createActions, createContentPane, createContentPaneBorder, createDefaultActions, createJButtonForAction, createLeftSideActions, createNorthPanel, createSouthPanel, createTitlePane, dispose, doCancelAction, doHelpAction, doOKAction, getCancelAction, getContentPane, getDimensionKey, getDimensionServiceKey, getExitCode, getHelpAction, getHorizontalStretch, getInitialLocation, getLocation, getOKAction, getOwner, getPeer, getPreferredFocusedComponent, getPreferredSize, getRootPane, getSize, getTitle, getVerticalStretch, getWindow, init, isModalProgress, isOK, isOKActionEnabled, isProgressDialog, isResizable, isShowing, isVisible, pack, repaint, setButtonsAlignment, setButtonsMargin, setCancelButtonIcon, setCancelButtonText, setCrossClosesWindow, setErrorText, setHorizontalStretch, setLocation, setLocation, setModal, setOKActionEnabled, setOKButtonIcon, setOKButtonText, setResizable, setSize, setTitle, setUndecorated, setVerticalStretch, shouldCloseOnCross, show, toBack, toFront, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatePicker

public DatePicker(java.lang.String title,
                  java.util.Date dateToSelect)
Method Detail

createCenterPanel

protected javax.swing.JComponent createCenterPanel()
Specified by:
createCenterPanel in class com.intellij.openapi.ui.DialogWrapper

getPanelComponent

protected javax.swing.JPanel getPanelComponent()
Returns:
JPanel which can hold additional controls (for inheritance purposes)

getSelectedDate

public java.util.Date getSelectedDate()
Returns:
Date selected in the calendar control


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.