Ontimize Document Management 0.032EN

com.ontimize.dms.client.gui.property.editor
Class FieldButtonDialog

java.lang.Object
  extended by EJDialog
      extended by com.ontimize.dms.client.gui.ComponentDialog
          extended by 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


Nested Class Summary
protected static class FieldButtonDialog.ItemList
           
 
Field Summary
protected  ClassicButton add
           
protected  PropertyListEditor editor
           
protected  FieldButtonDialog.ItemList list
           
protected static java.lang.String MSG_VALUES_ERROR_MSG
           
protected  ClassicButton remove
           
protected static java.lang.String TAG_BODY_INFO
           
protected static java.lang.String TAG_DIALOG_TITLE
           
protected static java.lang.String TAG_HEADER_HELP
           
protected static java.lang.String TIP_ADD_BUTTON
           
protected static java.lang.String TIP_EDITOR
           
protected static java.lang.String TIP_REMOVE_BUTTON
           
 
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
 
Constructor Summary
FieldButtonDialog(java.awt.Dialog owner)
           
FieldButtonDialog(java.awt.Frame owner)
           
 
Method Summary
protected  boolean acceptButtonAction()
           
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  javax.swing.JComponent createBody()
           
protected  java.lang.String getBodyBorder()
           
protected  java.lang.String getDialogTitle()
           
protected  java.lang.String getHeader()
           
 java.lang.Object getValue()
           
 void setEditor(PropertyListEditor editor)
           
 void setResourceBundle(java.util.ResourceBundle rb)
           
 void setValue(java.lang.Object value)
           
 
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
 

Field Detail

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
Constructor Detail

FieldButtonDialog

public FieldButtonDialog(java.awt.Dialog owner)

FieldButtonDialog

public FieldButtonDialog(java.awt.Frame owner)
Method Detail

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

Ontimize Document Management