Skip to content
Snippets Groups Projects
Commit d257bc4e authored by Christoph Döbber's avatar Christoph Döbber
Browse files

kernel.ui review

parent 28121341
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 10 deletions
...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils; ...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 52D9141964658AC2A830D4EF8A77E03E * @ConQAT.Rating GREEN Hash: 5FAE212960929A5F16D7C137ED8DF450
*/ */
public class CopyAction extends EObjectActionBase<EObject> { public class CopyAction extends EObjectActionBase<EObject> {
......
...@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils; ...@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 57F104B047CEB608A996BF67133A4B7C * @ConQAT.Rating GREEN Hash: 83600A03B6ECB95C8C98C805953C9890
*/ */
public class CutAction extends EObjectActionBase<EObject> { public class CutAction extends EObjectActionBase<EObject> {
......
...@@ -40,7 +40,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase; ...@@ -40,7 +40,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2EE81A5B2E8BB3E3ADEBD8C416F749EE * @ConQAT.Rating GREEN Hash: FCD930263699EF7A7C8E063CAC67CFA3
*/ */
public class DeleteAction extends EObjectActionBase<EObject> { public class DeleteAction extends EObjectActionBase<EObject> {
......
...@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils; ...@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.ui.util.CopyPasteUtils;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: D744CDA97D57CC13257501F7090F0002 * @ConQAT.Rating GREEN Hash: E7331BD5A3C59CEA3CC34819336E78EA
*/ */
public class PasteAction extends EObjectActionBase<EObject> { public class PasteAction extends EObjectActionBase<EObject> {
......
...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase; ...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: DE70180C93C070CE80D0DA94022B8D9F * @ConQAT.Rating GREEN Hash: 512CEDAFF553EE2E00A2405E5F9E9803
*/ */
public class RedoAction extends EObjectActionBase<EObject> { public class RedoAction extends EObjectActionBase<EObject> {
......
...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase; ...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: D8CE6AF9396B3FB3DCF986E2C353AFB2 * @ConQAT.Rating GREEN Hash: 86C932373FB6A5DE634BE49E6E5C29E4
*/ */
public class UndoAction extends EObjectActionBase<EObject> { public class UndoAction extends EObjectActionBase<EObject> {
......
<!-- <!--
$Id: package.html 1072 2011-08-05 07:23:45Z ratiu $ $Id: package.html 1072 2011-08-05 07:23:45Z ratiu $
@version $Rev: 1072 $ @version $Rev: 1072 $
@ConQAT.Rating YELLOW Hash: C4064E112D69B7CB7113B4E06212EBC9 @ConQAT.Rating GREEN Hash: 53E7198A636DFD34283DC02445C8C41B
--> -->
<body> <body>
Implementations of the actions for Cut, Copy & Paste, Undo/Redo and Delete. Implementations of the actions for Cut, Copy & Paste, Undo/Redo and Delete.
......
...@@ -56,7 +56,7 @@ import org.fortiss.tooling.kernel.ui.util.PropertiesConstantUtils; ...@@ -56,7 +56,7 @@ import org.fortiss.tooling.kernel.ui.util.PropertiesConstantUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 9EAFF8E3E63D2E476AE2EB23C595D329 * @ConQAT.Rating GREEN Hash: ECF3F995688AF9E3075A42497357703A
*/ */
@SuppressWarnings("rawtypes") @SuppressWarnings("rawtypes")
public class ExtendableMultiPageEditor extends MultiPageEditorPart implements public class ExtendableMultiPageEditor extends MultiPageEditorPart implements
......
...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.util.ObservableUtils; ...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.util.ObservableUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 9ECED06744EF9415C1788001C931B86C * @ConQAT.Rating GREEN Hash: A81283BCEE205D0840E9F3DA1142A86D
*/ */
public class IdLabeledPropertySection extends PropertySectionBase { public class IdLabeledPropertySection extends PropertySectionBase {
......
...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.util.ObservableUtils; ...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.ui.util.ObservableUtils;
* @author ratiu * @author ratiu
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: EE7D8C16982F4A7B1939F408C28F4E53 * @ConQAT.Rating GREEN Hash: 432EDB5503A19A4D9813A1F2CB78A3B6
*/ */
public class NamedCommentedPropertySection extends PropertySectionBase { public class NamedCommentedPropertySection extends PropertySectionBase {
......
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