Skip to content
Snippets Groups Projects
Commit fa62957f authored by Florian Hölzl's avatar Florian Hölzl
Browse files

GREEN.

refs 2490
parent bdc08cb8
No related branches found
No related tags found
No related merge requests found
Showing with 9 additions and 12 deletions
......@@ -49,7 +49,7 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 0836F73B8DA170C80B3C15AA185F58FE
* @ConQAT.Rating GREEN Hash: 342349F8E8E7DF7376D278BEAD988D5B
*/
public abstract class AbstractDecoratedStyledTextCellDatabindingEditingSupport extends
AbstractStyledTextCellDatabindingEditingSupport {
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EditorBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 10E8790FF4A5261438CD789743CCD020
* @ConQAT.Rating GREEN Hash: 49670046C2F899D70DB805397024719E
*/
public abstract class AbstractStyledTextCellDatabindingEditingSupport extends
AbstractTextCellDatabindingEditingSupport {
......
......@@ -39,7 +39,7 @@ import org.fortiss.tooling.kernel.ui.util.DataBindingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 4A486EAFEC65E9B8FE04E753586B4D48
* @ConQAT.Rating GREEN Hash: 6E2CEAFC87A4B8522E8CC62B6755A9C5
*/
public abstract class AbstractTextCellDatabindingEditingSupport extends EditingSupport {
......
......@@ -23,12 +23,12 @@ import org.eclipse.swt.widgets.Control;
import org.eclipse.ui.actions.TextStyledTextActionHandler;
/**
* A {@link TextCellEditor} with styled text fileds and copy-paste keyboard shortcut support.
* A {@link TextCellEditor} with styled text fields and copy-paste keyboard shortcut support.
*
* @author wenwenchen
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: CB25ED6030D8C8BCE63C66C0B639A7C9
* @ConQAT.Rating GREEN Hash: 70AC1F0F2F6E93BC5C0EC8A0909D7CB7
*/
public class StyledTextCellEditor extends TextCellEditor {
......
......@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.ui.extension.data.ContextMenuContextProvider;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2D666157F7CB8A373233FD508F93F90C
* @ConQAT.Rating GREEN Hash: C0B2A05F2A26225364D8EA54CA4EDC4A
*/
public class AutoLayoutMenu implements IContextMenuContributor {
......
......@@ -76,9 +76,7 @@ import de.cau.cs.kieler.klay.layered.LayeredLayoutProvider;
* {@link IAutoLayouter} based on <a
* href="https://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/Home">KIELER framework</a>.
* </p>
*
* <
*
* <P>
* Approach:
* <ul>
* <li>Generate a KIELER graph from the input model</li>
......@@ -89,9 +87,8 @@ import de.cau.cs.kieler.klay.layered.LayeredLayoutProvider;
* @author offtermatt, barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: F9D59F75EB9D0D8D46B8404AE357CB33
* @ConQAT.Rating GREEN Hash: 107888E15E6B98335713B53395AB55C7
*/
// TODO (FH): use import static
public class KielerAutoLayouter implements IAutoLayouter {
/** Mapping from {@link IHierarchicElement}s to {@link KNode}s. */
......
......@@ -40,7 +40,7 @@ import org.eclipse.swt.widgets.Shell;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 6722E0E1A822CE8A27F4445261AE6163
* @ConQAT.Rating GREEN Hash: 00B4AD769F8D4DD330FCDE95FAFE7EB6
*/
// Using drawn images may seem strange, but internet sources could not provide
// any other solution to having checkbox in cell editors
......
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