Skip to content
Snippets Groups Projects
Commit d4c80449 authored by Johannes Eder's avatar Johannes Eder
Browse files

RED

* only issue is that some class names are too long. Maybe consider using
KISS abbreviation in class names

Issue-Ref: 4020
Issue-Url: https://af3-developer.fortiss.org/issues/4020



Signed-off-by: default avatarJohannes Eder <eder@fortiss.org>
parent 41e7561b
No related branches found
No related tags found
1 merge request!123[4020] KISS View to JavaFX
......@@ -20,6 +20,9 @@ import org.fortiss.tooling.kernel.service.ITransformationService;
import javafx.scene.Node;
/** Introspection UI handler for the {@link ITransformationService}. */
// TODO(JE): name too long. Maybe use Kiss abbreviation for all introspection related words. e.g.
// ConnectionCompositorServiceIntrospectionDetailsUIHandler ->
// ConnectionCompositorServiveKISSHandler
public final class TransformationServiceIntrospectionDetailsUIHandler
extends EObjectAware2IntrospectionDetailsUIHandlerBase {
/** {@inheritDoc} */
......
......@@ -28,6 +28,9 @@ import org.fortiss.tooling.kernel.ui.internal.AllocationEditPartFactoryService;
*
* @author hoelzl
*/
// TODO(JE): name too long. Maybe use Kiss abbreviation for all introspection related words. e.g.
// ConnectionCompositorServiceIntrospectionDetailsUIHandler ->
// ConnectionCompositorServiveKISSHandler
public final class AllocationEditPartFactoryServiceIntrospectionDetailsItem
extends EObjectAwareIntrospectionDetailsItemBase<IAllocationEditPartFactory> {
......
......@@ -19,6 +19,9 @@ import org.fortiss.tooling.kernel.ui.extension.IContextMenuContributor;
import org.fortiss.tooling.kernel.ui.internal.ContextMenuService;
/** {@link IIntrospectionDetailsItem} for the {@link ContextMenuService}. */
// TODO(JE): name too long. Maybe use Kiss abbreviation for all introspection related words. e.g.
// ConnectionCompositorServiceIntrospectionDetailsUIHandler ->
// ConnectionCompositorServiveKISSHandler
public final class ContextMenuServiceIntrospectionDetailsItem
extends HandlerListIntrospectionDetailsItemBase<IContextMenuContributor> {
/** Constructor. */
......
......@@ -28,6 +28,9 @@ import org.fortiss.tooling.kernel.ui.internal.EditPartFactoryService;
*
* @author hoelzl
*/
// TODO(JE): name too long. Maybe use Kiss abbreviation for all introspection related words. e.g.
// ConnectionCompositorServiceIntrospectionDetailsUIHandler ->
// ConnectionCompositorServiveKISSHandler
public final class EditPartFactoryServiceIntrospectionDetailsItem
extends EObjectAwareIntrospectionDetailsItemBase<IEditPartFactory> {
......
......@@ -21,6 +21,9 @@ import org.fortiss.tooling.kernel.ui.extension.IModelEditorBinding;
import org.fortiss.tooling.kernel.ui.internal.ModelEditorBindingService;
/** {@link IIntrospectionDetailsItem} for {@link ModelEditorBindingService}. */
// TODO(JE): name too long. Maybe use Kiss abbreviation for all introspection related words. e.g.
// ConnectionCompositorServiceIntrospectionDetailsUIHandler ->
// ConnectionCompositorServiveKISSHandler
public final class ModelEditorBindingServiceIntrospectionDetailsItem
extends EObjectAwareIntrospectionDetailsItemBase<IModelEditorBinding<EObject>> {
......
......@@ -21,6 +21,9 @@ import org.fortiss.tooling.kernel.ui.extension.IModelElementHandler;
import org.fortiss.tooling.kernel.ui.internal.ModelElementHandlerService;
/** {@link IIntrospectionDetailsItem} for {@link ModelElementHandlerService}. */
// TODO(JE): name too long. Maybe use Kiss abbreviation for all introspection related words. e.g.
// ConnectionCompositorServiceIntrospectionDetailsUIHandler ->
// ConnectionCompositorServiveKISSHandler
public final class ModelElementHandlerServiceIntrospectionDetailsItem
extends EObjectAwareIntrospectionDetailsItemBase<IModelElementHandler<EObject>> {
......
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