public interface EditorChartServicePanel extends Observable, Observer
Modifier and Type | Method and Description |
---|---|
ChartServiceDataPanel |
getChartServiceDataPanel() |
ChartServiceFormatPanel |
getChartServiceFormatPanel() |
int |
getChartServiceIndexEdited() |
ChartServiceTypePanel |
getChartServiceTypePanel() |
JPanel |
getComponent() |
ChartService |
getNewChartService() |
ChartService |
getPreviousChartService() |
boolean |
isCancelled()
Method to know if the dialog was cancelled or closed and
the ChartService's changes weren't confirmed
|
boolean |
isEditing() |
void |
setDisableChartCreation(boolean b) |
addObserver, deleteObserver, deleteObservers
ChartService getNewChartService()
ChartServiceTypePanel getChartServiceTypePanel()
ChartServiceDataPanel getChartServiceDataPanel()
ChartServiceFormatPanel getChartServiceFormatPanel()
JPanel getComponent()
boolean isEditing()
int getChartServiceIndexEdited()
boolean isCancelled()
ChartService getPreviousChartService()
void setDisableChartCreation(boolean b)