|
|
|
@ -398,7 +398,7 @@ public abstract class BasicTableDataTreePane extends DockingView implements Resp
|
|
|
|
|
public PreviewTableDataAction(TableDataTree dataTree) { |
|
|
|
|
this.setName(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Preview")); |
|
|
|
|
this.setMnemonic('p'); |
|
|
|
|
this.setSmallIcon(BaseUtils.readIcon(IconPathConstants.PREVIEW_ICON_PATH)); |
|
|
|
|
this.setSmallIcon("/com/fr/design/images/m_file/preview"); |
|
|
|
|
this.dataTree = dataTree; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -437,7 +437,7 @@ public abstract class BasicTableDataTreePane extends DockingView implements Resp
|
|
|
|
|
public ConnectionTableAction() { |
|
|
|
|
this.setName(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Server_Define_Data_Connection")); |
|
|
|
|
this.setMnemonic('D'); |
|
|
|
|
this.setSmallIcon(BaseUtils.readIcon(IconPathConstants.TD_CONNECTION_ICON_PATH)); |
|
|
|
|
this.setSmallIcon("/com/fr/design/images/m_web/connection"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|