Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
bd2b515b
Commit
bd2b515b
authored
Jan 05, 2018
by
Filip Reaboi
Browse files
151 classes with 0 references
are marked as @Deprecated //ucd refs 3240
parent
5df21be2
Changes
28
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editor/AdvancedTreeViewerEditorBase.java
View file @
bd2b515b
...
...
@@ -48,6 +48,7 @@ import org.fortiss.tooling.kernel.ui.service.IContextMenuService;
*
* @author aravantinos
*/
@Deprecated
//ucd
public
class
AdvancedTreeViewerEditorBase
<
T
extends
EObject
>
extends
EditorBase
<
T
>
implements
ContextMenuContextProvider
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editor/TreeViewerEditorBase.java
View file @
bd2b515b
...
...
@@ -146,6 +146,7 @@ public abstract class TreeViewerEditorBase<T extends EObject> extends EditorBase
}
/** Expands the selected sub-tree in a {@link TreeViewerEditorBase}. */
@Deprecated
//ucd
public
class
ExpandSubTreeAction
extends
Action
{
/** Editor in which a sub-tree should be expanded by this action. */
...
...
@@ -173,6 +174,7 @@ public abstract class TreeViewerEditorBase<T extends EObject> extends EditorBase
}
/** Collapses the selected sub-tree in a {@link TreeViewerEditorBase}. */
@Deprecated
//ucd
public
class
CollapseSubTreeAction
extends
Action
{
/** Editor in which a sub-tree should be expanded by this action. */
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/SubDiagramEditPartBase.java
View file @
bd2b515b
...
...
@@ -44,6 +44,7 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
*
* @author mou
*/
@Deprecated
//ucd
public
abstract
class
SubDiagramEditPartBase
<
T
extends
ILayoutedModelElement
&
INamedCommentedElement
>
extends
ElementEditPartBase
<
T
>
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/anchor/InsetChopBoxConnectionAnchor.java
View file @
bd2b515b
...
...
@@ -25,6 +25,7 @@ import org.eclipse.draw2d.geometry.Point;
* @author doebber
* @author hoelzl
*/
@Deprecated
//ucd
public
class
InsetChopBoxConnectionAnchor
extends
ChopboxAnchor
{
/** Constructor */
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/extension/base/ConnectorHandlerBase.java
View file @
bd2b515b
...
...
@@ -30,6 +30,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.NamedCommentedModelElementHa
* @author mou
*/
@SuppressWarnings
({
"rawtypes"
,
"unchecked"
})
@Deprecated
//ucd
public
class
ConnectorHandlerBase
<
T
extends
ConnectorBase
>
extends
NamedCommentedModelElementHandlerBase
<
T
>
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/utils/AbstractNameEditingSupport.java
View file @
bd2b515b
...
...
@@ -32,6 +32,7 @@ import org.fortiss.tooling.kernel.service.ICommandStackService;
*
* @author bayha
*/
@Deprecated
//ucd
public
abstract
class
AbstractNameEditingSupport
extends
EditingSupport
{
/** Constructor. */
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/utils/TableViewerUtils.java
View file @
bd2b515b
...
...
@@ -191,6 +191,7 @@ public class TableViewerUtils {
}
/** Editing support for numbers. */
@Deprecated
//ucd
public
static
abstract
class
NumberEditingSupport
extends
EditingSupport
{
/** The parent where the editing support is needed. */
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/viewers/AbstractIntegerSpinnerEditingSupport.java
View file @
bd2b515b
...
...
@@ -29,6 +29,7 @@ import org.eclipse.swt.widgets.Spinner;
*
* @author eder
*/
@Deprecated
//ucd
public
abstract
class
AbstractIntegerSpinnerEditingSupport
extends
EditingSupport
{
/**
* Constructor.
...
...
org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/utils/MigrationUtils.java
View file @
bd2b515b
...
...
@@ -38,6 +38,7 @@ import org.fortiss.tooling.kernel.model.INamedElement;
*
* @author barner
*/
@Deprecated
//ucd
public
class
MigrationUtils
{
/**
...
...
org.fortiss.tooling.common.ui/trunk/src/org/fortiss/tooling/common/ui/javafx/AF3FXViewPart.java
View file @
bd2b515b
...
...
@@ -32,6 +32,7 @@ import org.eclipse.swt.widgets.Composite;
*
* @author diewald
*/
@Deprecated
//ucd
public
abstract
class
AF3FXViewPart
extends
FXViewPart
{
/** Holds the relative path to the CSS file defining the Applications appearance. */
private
final
static
String
CSSLOCATION
=
"/application.css"
;
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/editor/Graphical3DViewBase.java
View file @
bd2b515b
...
...
@@ -65,6 +65,7 @@ import org.newdawn.slick.Color;
*
* @author mondal
*/
@Deprecated
//ucd
public
abstract
class
Graphical3DViewBase
<
T
extends
EObject
>
extends
ViewPart
implements
MouseListener
,
MouseTrackListener
,
MouseMoveListener
,
MouseWheelListener
,
KeyListener
,
Listener
{
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/CompositeViewObject.java
View file @
bd2b515b
...
...
@@ -27,6 +27,7 @@ import org.fortiss.tooling.graphicsGL.ui.picker.ModelObjectPicker;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
CompositeViewObject
extends
ViewObjectBase
{
/** The component objects. */
private
final
List
<
ViewObjectBase
>
objects
=
new
ArrayList
<
ViewObjectBase
>();
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/Object3DViewObject.java
View file @
bd2b515b
...
...
@@ -25,6 +25,7 @@ import org.fortiss.tooling.graphicsGL.ui.camera.Camera;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
Object3DViewObject
extends
ViewObjectBase
{
/** The model object. */
private
final
Object3D
model
;
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/PickableObjectBase.java
View file @
bd2b515b
...
...
@@ -18,6 +18,7 @@ package org.fortiss.tooling.graphicsGL.ui.objects;
import
static
org
.
lwjgl
.
opengl
.
GL11
.
glPopName
;
import
static
org
.
lwjgl
.
opengl
.
GL11
.
glPushName
;
import
org.fortiss.tooling.graphicsGL.ui.camera.Camera
;
import
org.fortiss.tooling.graphicsGL.ui.picker.ModelObjectPicker
;
...
...
@@ -30,6 +31,7 @@ import org.fortiss.tooling.graphicsGL.ui.picker.ModelObjectPicker;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
abstract
class
PickableObjectBase
extends
ViewObjectBase
{
/** {@inheritDoc} */
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/RotatedObject.java
View file @
bd2b515b
...
...
@@ -26,6 +26,7 @@ import org.lwjglx.util.vector.Vector3f;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
RotatedObject
extends
WrappedViewObjectBase
{
/** The rotation angle. */
private
float
angle
;
...
...
org.fortiss.tooling.graphicsGL.ui/trunk/src/org/fortiss/tooling/graphicsGL/ui/objects/ScaledObject.java
View file @
bd2b515b
...
...
@@ -26,6 +26,7 @@ import org.lwjglx.util.vector.Vector3f;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
class
ScaledObject
extends
WrappedViewObjectBase
{
/** The scale factor. */
private
Vector3f
scaleFactor
;
...
...
org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/dnd/ConnectionCompositionDropTargetAdapter.java
View file @
bd2b515b
...
...
@@ -31,6 +31,7 @@ import org.fortiss.tooling.kernel.service.IConnectionCompositorService;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
abstract
class
ConnectionCompositionDropTargetAdapter
extends
DropTargetAdapter
{
/** {@inheritDoc} */
...
...
@@ -38,8 +39,8 @@ public abstract class ConnectionCompositionDropTargetAdapter extends DropTargetA
public
void
drop
(
DropTargetEvent
event
)
{
ConnectionCompositionSource
dragSource
=
getDragSourceFromTransfer
();
EObject
target
=
getTargetModel
(
event
.
item
);
IConnectionCompositorService
.
getInstance
().
connect
(
dragSource
.
getDesignatedElement
(),
target
,
dragSource
.
getDesignatedParentElement
(),
null
);
IConnectionCompositorService
.
getInstance
().
connect
(
dragSource
.
getDesignatedElement
(),
target
,
dragSource
.
getDesignatedParentElement
(),
null
);
}
/** {@inheritDoc} */
...
...
org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/dnd/ElementCompositionDropTargetAdapter.java
View file @
bd2b515b
...
...
@@ -31,6 +31,7 @@ import org.fortiss.tooling.kernel.service.IElementCompositorService;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
abstract
class
ElementCompositionDropTargetAdapter
extends
DropTargetAdapter
{
/** {@inheritDoc} */
@Override
...
...
org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/ContextMenuSubMenuContributorBase.java
View file @
bd2b515b
...
...
@@ -51,6 +51,7 @@ import org.fortiss.tooling.kernel.ui.service.IContextMenuService;
*
* @author trachtenherz
*/
@Deprecated
//ucd
public
abstract
class
ContextMenuSubMenuContributorBase
<
T
extends
EObject
>
implements
IContextMenuContributor
{
...
...
org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/internal/MarkerServiceLabelDecorator.java
View file @
bd2b515b
...
...
@@ -28,6 +28,7 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService;
*
* @author hoelzl
*/
@Deprecated
//ucd
public
final
class
MarkerServiceLabelDecorator
extends
BaseLabelProvider
implements
ILightweightLabelDecorator
{
...
...
@@ -36,7 +37,8 @@ public final class MarkerServiceLabelDecorator extends BaseLabelProvider impleme
public
void
decorate
(
Object
element
,
IDecoration
decoration
)
{
if
(
element
instanceof
EObject
)
{
EObject
modelElement
=
(
EObject
)
element
;
ESeverity
highest
=
IMarkerService
.
getInstance
().
getHighestViolationSeverity
(
modelElement
);
ESeverity
highest
=
IMarkerService
.
getInstance
().
getHighestViolationSeverity
(
modelElement
);
// TODO (FH): https://af3.fortiss.org/issues/388
// use preferences settings here
switch
(
highest
)
{
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment