com.ontimize.dms.client.gui.property.editor
Class FieldButtonDialog
java.lang.Object
EJDialog
com.ontimize.dms.client.gui.ComponentDialog
com.ontimize.dms.client.gui.property.editor.FieldButtonDialog
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.util.EventListener
public class FieldButtonDialog
- extends ComponentDialog
- implements java.awt.event.ActionListener
| 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, TAG_TITLE |
| Methods inherited from class com.ontimize.dms.client.gui.ComponentDialog |
cancelButtonAction, createAcceptButton, createCancelButton, createFooter, createHeader, createTitle, getAcceptButtonIcon, getAcceptButtonText, getAcceptButtonTip, getCancelButtonIcon, getCancelButtonText, getCancelButtonTip, getHeaderBorder, 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_DIALOG_TITLE
protected static final java.lang.String TAG_DIALOG_TITLE
- See Also:
- Constant Field Values
TAG_HEADER_HELP
protected static final java.lang.String TAG_HEADER_HELP
- See Also:
- Constant Field Values
TAG_BODY_INFO
protected static final java.lang.String TAG_BODY_INFO
- See Also:
- Constant Field Values
TIP_EDITOR
protected static final java.lang.String TIP_EDITOR
- See Also:
- Constant Field Values
TIP_ADD_BUTTON
protected static final java.lang.String TIP_ADD_BUTTON
- See Also:
- Constant Field Values
TIP_REMOVE_BUTTON
protected static final java.lang.String TIP_REMOVE_BUTTON
- See Also:
- Constant Field Values
MSG_VALUES_ERROR_MSG
protected static final java.lang.String MSG_VALUES_ERROR_MSG
- See Also:
- Constant Field Values
editor
protected PropertyListEditor editor
add
protected ClassicButton add
remove
protected ClassicButton remove
list
protected FieldButtonDialog.ItemList list
FieldButtonDialog
public FieldButtonDialog(java.awt.Dialog owner)
FieldButtonDialog
public FieldButtonDialog(java.awt.Frame owner)
getDialogTitle
protected java.lang.String getDialogTitle()
- Overrides:
getDialogTitle in class ComponentDialog
getHeader
protected java.lang.String getHeader()
- Overrides:
getHeader in class ComponentDialog
getBodyBorder
protected java.lang.String getBodyBorder()
- Overrides:
getBodyBorder in class ComponentDialog
createBody
protected javax.swing.JComponent createBody()
- Overrides:
createBody in class ComponentDialog
getValue
public java.lang.Object getValue()
setEditor
public void setEditor(PropertyListEditor editor)
setValue
public void setValue(java.lang.Object value)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener- Overrides:
actionPerformed in class ComponentDialog
acceptButtonAction
protected boolean acceptButtonAction()
- Overrides:
acceptButtonAction in class ComponentDialog
setResourceBundle
public void setResourceBundle(java.util.ResourceBundle rb)
- Overrides:
setResourceBundle in class ComponentDialog