com.ontimize.dms.client.gui.property.definition
Class DefinitionDialog
java.lang.Object
EJDialog
com.ontimize.dms.client.gui.ComponentDialog
com.ontimize.dms.client.gui.property.definition.DefinitionDialog
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener
public class DefinitionDialog
- extends ComponentDialog
Property definition dialog.
- Since:
- 26/11/2009
| Fields inherited from class com.ontimize.dms.client.gui.ComponentDialog |
accept, body, cancel, footer, header, option, PROPERTY_OPTION, TAG_ACCEPT, TAG_ACCEPT_TIP, TAG_CANCEL, TAG_CANCEL_TIP, TAG_HEADER |
| Methods inherited from class com.ontimize.dms.client.gui.ComponentDialog |
acceptButtonAction, actionPerformed, cancelButtonAction, createAcceptButton, createCancelButton, createFooter, createHeader, createTitle, getAcceptButtonIcon, getBodyBorder, getCancelButtonIcon, getCancelButtonText, getCancelButtonTip, getOption, getTextsToTranslate, init, propertyChange, setComponentLocale, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_TITLE
protected static final java.lang.String TAG_TITLE
- See Also:
- Constant Field Values
TAG_HEADER_INFO
protected static final java.lang.String TAG_HEADER_INFO
- See Also:
- Constant Field Values
TAG_HEADER_HELP
protected static final java.lang.String TAG_HEADER_HELP
- See Also:
- Constant Field Values
TAG_ACCEPT_BUTTON_TEXT
protected static final java.lang.String TAG_ACCEPT_BUTTON_TEXT
- See Also:
- Constant Field Values
TAG_ACCEPT_BUTTON_TIP
protected static final java.lang.String TAG_ACCEPT_BUTTON_TIP
- See Also:
- Constant Field Values
component
protected DefinitionComponent component
DefinitionDialog
public DefinitionDialog(java.awt.Dialog owner)
DefinitionDialog
public DefinitionDialog(java.awt.Frame owner)
createBody
protected javax.swing.JComponent createBody()
- Overrides:
createBody in class ComponentDialog
getModel
public java.util.ArrayList getModel()
getDialogTitle
protected java.lang.String getDialogTitle()
- Overrides:
getDialogTitle in class ComponentDialog
getHeaderBorder
protected java.lang.String getHeaderBorder()
- Overrides:
getHeaderBorder in class ComponentDialog
getHeader
protected java.lang.String getHeader()
- Overrides:
getHeader in class ComponentDialog
getAcceptButtonText
protected java.lang.String getAcceptButtonText()
- Overrides:
getAcceptButtonText in class ComponentDialog
getAcceptButtonTip
protected java.lang.String getAcceptButtonTip()
- Overrides:
getAcceptButtonTip in class ComponentDialog
setResourceBundle
public void setResourceBundle(java.util.ResourceBundle rb)
- Overrides:
setResourceBundle in class ComponentDialog
setModel
public void setModel(java.util.List model)
setContext
public void setContext(PropertyContext context)