Skip to content
Snippets Groups Projects
Commit 211b99da authored by Simon Barner's avatar Simon Barner
Browse files

Rename package org.fortiss.tooling.base.ui.tablecell to org.fortiss.tooling.base.ui.viewers.

 - Code is applicable to both TableCells and TableViewers.
 - In accordance SWT base classes.
refs 3176
parent dd3c6227
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 13 deletions
......@@ -39,8 +39,8 @@ Export-Package: org.fortiss.tooling.base.ui,
org.fortiss.tooling.base.ui.library,
org.fortiss.tooling.base.ui.preferences,
org.fortiss.tooling.base.ui.properties.view,
org.fortiss.tooling.base.ui.tablecell,
org.fortiss.tooling.base.ui.utils,
org.fortiss.tooling.base.ui.viewers,
org.fortiss.tooling.base.ui.widget
Bundle-ClassPath: .,
lib/opal-1.0.4.jar,
......
.ratings eabcdd5c43ad57b935c72685ab4db82c721a7dd4 GREEN
AnnotationLabelProvider.java 7204dd4a921edc2859b94a10ff5476a3d4dda130 GREEN
CheckBoxLabelProvider.java a0228a3ad3173d4480a7e491fd476c66a1c87ab9 GREEN
CheckBoxLabelProvider.java 60ab25427dbf219fe675f434c943eacb1f9f8e58 YELLOW
ElementCommentLabelProvider.java b1b2fb39a2ec33bf5e1763186cd44634654f9a3a GREEN
ElementLabelProviderBase.java 83b5e374fdd3357dffd8bd357b8db432825963d4 GREEN
ElementNameLabelProvider.java 6b12d3c6841c261a1cf6e8501a3edfd6f83bfe9e GREEN
......
......@@ -54,7 +54,7 @@ public class CheckBoxLabelProvider extends AnnotationLabelProvider {
public Image getImage(Object element) {
if(element instanceof AnnotationEntry) {
boolean enabled = ((AnnotationEntry)element).canEdit(clazz);
return org.fortiss.tooling.base.ui.tablecell.CheckBoxLabelProvider.getImage(
return org.fortiss.tooling.base.ui.viewers.CheckBoxLabelProvider.getImage(
isChecked(element), enabled);
}
return null;
......
.ratings ea6dcbe2386389b0774e14627dd2f08b6ae61acc GREEN
AbstractIntegerSpinnerEditingSupport.java 95bdcd42847c783671d54ed35061ef1b0ce5edaf YELLOW
CheckBoxEditingSupport.java 3c0d00e1f8d8f626e4a16b8220be77a1b4fec382 YELLOW
CheckBoxLabelProvider.java 4af34cca4e3926c9a0dfece0d42e9b4a5b40a202 GREEN
IconNameLabelProvider.java afb238a855d31c36c55727a62a16557b4133e228 GREEN
package.html c5f6ecf2d7e886778855d05733bef5b1da2f8dfe GREEN
.ratings ea6dcbe2386389b0774e14627dd2f08b6ae61acc GREEN
AbstractIntegerSpinnerEditingSupport.java a67466d39ebb90b73a5f245120e4db51f8b4eca9 YELLOW
CheckBoxEditingSupport.java 9abe8e0d0f16193dc512a67d9f2c95643335c68a YELLOW
CheckBoxLabelProvider.java 89b9104de4cae67b646ad75c4ee3382e4f8bd401 GREEN
IconNameLabelProvider.java 04e0fbbfd41f33295ae83744df6af52c11fda167 GREEN
package.html c5f6ecf2d7e886778855d05733bef5b1da2f8dfe GREEN
......@@ -13,7 +13,7 @@
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.base.ui.tablecell;
package org.fortiss.tooling.base.ui.viewers;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jface.viewers.CellEditor;
......
......@@ -13,7 +13,7 @@
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.base.ui.tablecell;
package org.fortiss.tooling.base.ui.viewers;
import org.eclipse.jface.viewers.CellEditor;
import org.eclipse.jface.viewers.CheckboxCellEditor;
......
......@@ -13,7 +13,7 @@
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.base.ui.tablecell;
package org.fortiss.tooling.base.ui.viewers;
import static org.eclipse.core.runtime.Platform.getBundle;
import static org.eclipse.jface.resource.JFaceResources.getImageRegistry;
......
......@@ -13,7 +13,7 @@
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.base.ui.tablecell;
package org.fortiss.tooling.base.ui.viewers;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jface.viewers.CellLabelProvider;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment