| javax.swing.JDialog com.metaboss.applications.designstudio.BasePropertiesDialog
All known Subclasses: com.metaboss.applications.designstudio.auxilarydialogs.OptionsDialog, com.metaboss.applications.designstudio.propertiesdialogs.PrimaryKeyPropertiesDialog, com.metaboss.applications.designstudio.complexfield.ComplexSelectDialog, com.metaboss.applications.designstudio.propertiesdialogs.ModelElementPropertiesDialog, com.metaboss.applications.designstudio.auxilarydialogs.DiagramSelectDialog, com.metaboss.applications.designstudio.propertiesdialogs.ReportEntityAttributePropertiesDialog, com.metaboss.applications.designstudio.auxilarydialogs.ErrorDescriptionDialog, com.metaboss.applications.designstudio.auxilarydialogs.BaseModelSelectDialog,
BasePropertiesDialog | public class BasePropertiesDialog extends JDialog (Code) | | |
Inner Class :public class NameElementChangeListener implements ItemListener | |
Inner Class :public class ResizerPanel extends JPanel | |
Inner Class :public class EditButtonActionListener implements ActionListener | |
Inner Class :public class ComlexFieldChangedListener implements ActionListener | |
Inner Class :public class OKAction extends BaseAction | |
Inner Class :public class CancelAction extends BaseAction | |
Method Summary | |
protected void | addCaption(JPanel lPanel, String pCaption, int nLine, boolean pRequired) | public void | addCheckBox(JPanel lPanel, String pCaption, JCheckBox lField, int nLine, boolean pRequired) | public void | addCheckBox(String pCaption, JCheckBox lField, int nLine, boolean pRequired) | public void | addComboBox(JPanel lPanel, String pCaption, JComboBox lField, int nLine, boolean pRequired) | public void | addComboBox(String pCaption, JComboBox lField, int nLine, boolean pRequired) | public void | addComplexField(JPanel lPanel, ComplexBox lField, int nLine, boolean pRequired) | public void | addComplexField(ComplexBox lField, int nLine, boolean pRequired) | public void | addComplexFieldWithEdit(JPanel pPanel, ComplexBox pField, int nLine, boolean pRequired) | public void | addComplexFieldWithEdit(ComplexBox pField, int nLine, boolean pRequired) | public void | addShortComboBox(JPanel lPanel, String pCaption, JComboBox lField, int nLine, int pWidth, boolean pRequired) | public void | addShortComboBox(String pCaption, JComboBox lField, int nLine, int pWidth, boolean pRequired) | public void | addShortTextField(JPanel lPanel, String pCaption, JTextField lField, int nLine, int nWidth, boolean pRequired) | public void | addShortTextField(String pCaption, JTextField lField, int nLine, int nWidth, boolean pRequired) | public void | addSpinner(JPanel lPanel, String pCaption, JSpinner lSpinner, int nLine, int pWidth, boolean pRequired) | public void | addSpinner(String pCaption, JSpinner lSpinner, int nLine, int pWidth, boolean pRequired) | public void | addTextArea(JPanel lPanel, String pCaption, JTextArea lField, int nLine, boolean pRequired) | public void | addTextArea(String pCaption, JTextArea lField, int nLine, boolean pRequired) | public void | addTextField(JPanel lPanel, String pCaption, JTextField lField, int nLine, boolean pRequired) | public void | addTextField(String pCaption, JTextField lField, int nLine, boolean pRequired) | public void | cancel() | protected void | checkNameField() | public boolean | checkProperties() | public static Border | createEditorBorder() | public Dimension | getMinimumSize() | public int | getModalResult() | protected ModelElement | getNameElement() | protected JTextField | getNameField() | protected String | getPreferencesDirectoryName() | protected String | getPreferencesFileName() | public String | getProperty(String pKey) | public String | getProperty(String pKey, String pDefaultValue) | protected void | initialiseDialogPosition(Dimension pSize) | protected void | initialisePreferences() | protected void | initializeChildControls() | protected void | loadPreferences() | public void | loadProperties(ModelElement pObject) | public void | ok() | protected void | processNameModelElementChange() | protected String | rectangleToString(Rectangle lRectangle) | protected void | removeListeneres() | protected void | savePreferences() | public void | saveProperties(ModelElement pObject) | public String | setProperty(String pKey, String pValue) Sets specified property to the specified value. | public String | setPropertyNoModified(String pKey, String pValue) Sets specified property to the specified value. | public void | setVisible(boolean b) | protected void | storePreferences() |
DIALOG_POSITION | final public static String DIALOG_POSITION(Code) | | |
MR_CANCEL | public static int MR_CANCEL(Code) | | |
MR_OK | public static int MR_OK(Code) | | |
mCancelAction | protected CancelAction mCancelAction(Code) | | |
mLoading | protected boolean mLoading(Code) | | |
mModalResult | protected int mModalResult(Code) | | |
mModified | protected boolean mModified(Code) | | |
mOKAction | protected OKAction mOKAction(Code) | | |
addCaption | protected void addCaption(JPanel lPanel, String pCaption, int nLine, boolean pRequired)(Code) | | |
addCheckBox | public void addCheckBox(String pCaption, JCheckBox lField, int nLine, boolean pRequired)(Code) | | |
addComboBox | public void addComboBox(String pCaption, JComboBox lField, int nLine, boolean pRequired)(Code) | | |
addComplexField | public void addComplexField(JPanel lPanel, ComplexBox lField, int nLine, boolean pRequired)(Code) | | |
addComplexField | public void addComplexField(ComplexBox lField, int nLine, boolean pRequired)(Code) | | |
addComplexFieldWithEdit | public void addComplexFieldWithEdit(JPanel pPanel, ComplexBox pField, int nLine, boolean pRequired)(Code) | | |
addComplexFieldWithEdit | public void addComplexFieldWithEdit(ComplexBox pField, int nLine, boolean pRequired)(Code) | | |
addShortComboBox | public void addShortComboBox(JPanel lPanel, String pCaption, JComboBox lField, int nLine, int pWidth, boolean pRequired)(Code) | | |
addShortComboBox | public void addShortComboBox(String pCaption, JComboBox lField, int nLine, int pWidth, boolean pRequired)(Code) | | |
addShortTextField | public void addShortTextField(JPanel lPanel, String pCaption, JTextField lField, int nLine, int nWidth, boolean pRequired)(Code) | | |
addShortTextField | public void addShortTextField(String pCaption, JTextField lField, int nLine, int nWidth, boolean pRequired)(Code) | | |
addSpinner | public void addSpinner(JPanel lPanel, String pCaption, JSpinner lSpinner, int nLine, int pWidth, boolean pRequired)(Code) | | |
addSpinner | public void addSpinner(String pCaption, JSpinner lSpinner, int nLine, int pWidth, boolean pRequired)(Code) | | |
addTextArea | public void addTextArea(String pCaption, JTextArea lField, int nLine, boolean pRequired)(Code) | | |
cancel | public void cancel()(Code) | | |
checkNameField | protected void checkNameField()(Code) | | |
checkProperties | public boolean checkProperties()(Code) | | |
createEditorBorder | public static Border createEditorBorder()(Code) | | |
getModalResult | public int getModalResult()(Code) | | |
getPreferencesDirectoryName | protected String getPreferencesDirectoryName()(Code) | | |
getPreferencesFileName | protected String getPreferencesFileName()(Code) | | |
getProperty | public String getProperty(String pKey)(Code) | | Retrieves specifeid user property or null if specified property has not been found
|
getProperty | public String getProperty(String pKey, String pDefaultValue)(Code) | | Retrieves specifeid user property or default value if specified property has not been found
|
initialiseDialogPosition | protected void initialiseDialogPosition(Dimension pSize)(Code) | | |
initialisePreferences | protected void initialisePreferences()(Code) | | |
initializeChildControls | protected void initializeChildControls()(Code) | | |
loadPreferences | protected void loadPreferences()(Code) | | |
processNameModelElementChange | protected void processNameModelElementChange()(Code) | | |
removeListeneres | protected void removeListeneres()(Code) | | |
savePreferences | protected void savePreferences()(Code) | | |
setProperty | public String setProperty(String pKey, String pValue)(Code) | | Sets specified property to the specified value.
previous value associated with the key or null if none given |
setPropertyNoModified | public String setPropertyNoModified(String pKey, String pValue)(Code) | | Sets specified property to the specified value.
previous value associated with the key or null if none given |
setVisible | public void setVisible(boolean b)(Code) | | |
storePreferences | protected void storePreferences()(Code) | | |
|
|