Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ledestin.swing
Interface EditableDialog  view EditableDialog download EditableDialog.java

All Known Implementing Classes:
JEditableDialog

public interface EditableDialog

JDOMTable uses custom dialogs to provide UI for adding, editing and removing table elements. When a dialog is being set up it will be passed an org.jdom.Element to edit (or null if an element is to be added), and after its editing the getElement method is used to retrieve the results from a dialog.
Consider extending JEditableDialog.


Method Summary
 java.lang.Object getData()
           
 int getReturnValue()
           
 void setData(java.lang.Object data)
           
 

Method Detail

getData

public java.lang.Object getData()

setData

public void setData(java.lang.Object data)

getReturnValue

public int getReturnValue()