|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A model for a dialog based configuration view. This model is made of many Swing sub models, one for each element of the dialog view.
Method Summary | |
javax.swing.text.Document |
getAttrControllerFieldModel()
Returns the model for the text field containing the component's attribute controller. |
javax.swing.table.TableModel |
getAttributesTableModel()
Returns the model for the table representing the component's attributes. |
javax.swing.ListSelectionModel |
getAttributesTableSelectionModel()
Returns the selection model for the table representing the component's attributes. |
javax.swing.table.TableModel |
getClientInterfacesTableModel()
Returns the model for the table representing the external client interfaces. |
javax.swing.ListSelectionModel |
getClientInterfacesTableSelectionModel()
Returns the selection model for the table representing the external client interfaces. |
javax.swing.text.Document |
getCompControllerDescFieldModel()
Returns the model for the text field containing the component's controller descriptor. |
javax.swing.text.Document |
getImplementationFieldModel()
Returns the model for the text field containing the component's implementation. |
javax.swing.text.Document |
getNameFieldModel()
Returns the model for the text field containing the component's name. |
javax.swing.table.TableModel |
getServerInterfacesTableModel()
Returns the model for the table representing the external server interfaces. |
InterfaceTableSelectionModel |
getServerInterfacesTableSelectionModel()
Returns the selection model for the table representing the external server interfaces. |
javax.swing.text.Document |
getTmplControllerDescFieldModel()
Returns the model for the text field containing the component's template controller descriptor. |
javax.swing.text.Document |
getTypeFieldModel()
Returns the model for the text field containing the component's type. |
Method Detail |
public javax.swing.table.TableModel getClientInterfacesTableModel()
public javax.swing.ListSelectionModel getClientInterfacesTableSelectionModel()
public javax.swing.table.TableModel getServerInterfacesTableModel()
public InterfaceTableSelectionModel getServerInterfacesTableSelectionModel()
public javax.swing.table.TableModel getAttributesTableModel()
public javax.swing.ListSelectionModel getAttributesTableSelectionModel()
public javax.swing.text.Document getNameFieldModel()
public javax.swing.text.Document getTypeFieldModel()
public javax.swing.text.Document getImplementationFieldModel()
public javax.swing.text.Document getAttrControllerFieldModel()
public javax.swing.text.Document getTmplControllerDescFieldModel()
public javax.swing.text.Document getCompControllerDescFieldModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |