|
|
|
@ -11,12 +11,14 @@ import com.fr.general.ComparatorUtils;
|
|
|
|
|
import com.fr.general.GeneralUtils; |
|
|
|
|
import com.fr.general.NameObject; |
|
|
|
|
import com.fr.stable.Nameable; |
|
|
|
|
import com.fr.van.chart.designer.TableLayout4VanChartHelper; |
|
|
|
|
|
|
|
|
|
import javax.swing.JPanel; |
|
|
|
|
import java.util.Iterator; |
|
|
|
|
import java.util.LinkedHashMap; |
|
|
|
|
import java.util.Map; |
|
|
|
|
import java.awt.BorderLayout; |
|
|
|
|
import java.awt.Dimension; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 图表预定义管理 界面, 在工具栏-服务器管理中. |
|
|
|
@ -61,6 +63,7 @@ public class ChartPreStyleManagerPane extends BasicPane {
|
|
|
|
|
colorSchemes.put(colorMatching.getId(), colorInfo); |
|
|
|
|
} |
|
|
|
|
defaultColorBox = new ColorSchemeComboBox(colorSchemes); |
|
|
|
|
defaultColorBox.setPreferredSize(new Dimension(TableLayout4VanChartHelper.EDIT_AREA_WIDTH, 20)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void refreshColorSchemes() { |
|
|
|
|