buttonSetAttributeInactive = articleTypeViewHandler
.getSetAttributeInactiveButton();
buttonSetAttributeActive = articleTypeViewHandler
.getSetAttributeActiveButton();
collapsiblePaneAttribute = new JXCollapsiblePane(new BorderLayout());
Action toggleAttributeAction = collapsiblePaneAttribute.getActionMap()
.get(JXCollapsiblePane.TOGGLE_ACTION);
collapsiblePaneArticle = new JXCollapsiblePane(new BorderLayout());
Action toggleArticleAction = collapsiblePaneArticle.getActionMap().get(
JXCollapsiblePane.TOGGLE_ACTION);
checkBoxAttributes = new JCheckBox(toggleAttributeAction);
checkBoxAttributes.setText("Attributter");