|
||||||||||
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 | |
Document |
getAttrControllerFieldModel()
Returns the model for the text field containing the component's attribute controller. |
TableModel |
getAttributesTableModel()
Returns the model for the table representing the component's attributes. |
ListSelectionModel |
getAttributesTableSelectionModel()
Returns the selection model for the table representing the component's attributes. |
TableModel |
getClientInterfacesTableModel()
Returns the model for the table representing the external client interfaces. |
ListSelectionModel |
getClientInterfacesTableSelectionModel()
Returns the selection model for the table representing the external client interfaces. |
Document |
getCompControllerDescFieldModel()
Returns the model for the text field containing the component's controller descriptor. |
Document |
getImplementationFieldModel()
Returns the model for the text field containing the component's implementation. |
Document |
getNameFieldModel()
Returns the model for the text field containing the component's name. |
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. |
Document |
getTmplControllerDescFieldModel()
Returns the model for the text field containing the component's template controller descriptor. |
Document |
getTypeFieldModel()
Returns the model for the text field containing the component's type. |
Method Detail |
public TableModel getClientInterfacesTableModel()
public ListSelectionModel getClientInterfacesTableSelectionModel()
public TableModel getServerInterfacesTableModel()
public InterfaceTableSelectionModel getServerInterfacesTableSelectionModel()
public TableModel getAttributesTableModel()
public ListSelectionModel getAttributesTableSelectionModel()
public Document getNameFieldModel()
public Document getTypeFieldModel()
public Document getImplementationFieldModel()
public Document getAttrControllerFieldModel()
public Document getTmplControllerDescFieldModel()
public Document getCompControllerDescFieldModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |