Ontimize Document Management 0.032EN

com.ontimize.dms.client.gui.property.definition
Class DefinitionDialog

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

Field Summary
protected  DefinitionComponent component
           
protected static java.lang.String TAG_ACCEPT_BUTTON_TEXT
           
protected static java.lang.String TAG_ACCEPT_BUTTON_TIP
           
protected static java.lang.String TAG_HEADER_HELP
           
protected static java.lang.String TAG_HEADER_INFO
           
protected static java.lang.String TAG_TITLE
           
 
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
 
Constructor Summary
DefinitionDialog(java.awt.Dialog owner)
           
DefinitionDialog(java.awt.Frame owner)
           
 
Method Summary
protected  javax.swing.JComponent createBody()
           
protected  java.lang.String getAcceptButtonText()
           
protected  java.lang.String getAcceptButtonTip()
           
protected  java.lang.String getDialogTitle()
           
protected  java.lang.String getHeader()
           
protected  java.lang.String getHeaderBorder()
           
 java.util.ArrayList getModel()
           
 void setContext(PropertyContext context)
           
 void setModel(java.util.List model)
           
 void setResourceBundle(java.util.ResourceBundle rb)
           
 
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
 

Field Detail

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

DefinitionDialog

public DefinitionDialog(java.awt.Dialog owner)

DefinitionDialog

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

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)

Ontimize Document Management