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
fa62957f
Commit
fa62957f
authored
Nov 10, 2017
by
Florian Hölzl
Browse files
GREEN.
refs 2490
parent
bdc08cb8
Changes
7
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/databinding/AbstractDecoratedStyledTextCellDatabindingEditingSupport.java
View file @
fa62957f
...
...
@@ -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
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/databinding/AbstractStyledTextCellDatabindingEditingSupport.java
View file @
fa62957f
...
...
@@ -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
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/databinding/AbstractTextCellDatabindingEditingSupport.java
View file @
fa62957f
...
...
@@ -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
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editor/StyledTextCellEditor.java
View file @
fa62957f
...
...
@@ -23,12 +23,12 @@ import org.eclipse.swt.widgets.Control;
import
org.eclipse.ui.actions.TextStyledTextActionHandler
;
/**
* A {@link TextCellEditor} with styled text fi
l
eds and copy-paste keyboard shortcut support.
* A {@link TextCellEditor} with styled text fie
l
ds 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
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/layout/auto/AutoLayoutMenu.java
View file @
fa62957f
...
...
@@ -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
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/layout/auto/KielerAutoLayouter.java
View file @
fa62957f
...
...
@@ -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:
F9D59F7
5EB9
D0D8D46B8404AE357CB33
* @ConQAT.Rating
GREEN
Hash:
107888E1
5E
6
B9
8335713B53395AB55C7
*/
// TODO (FH): use import static
public
class
KielerAutoLayouter
implements
IAutoLayouter
{
/** Mapping from {@link IHierarchicElement}s to {@link KNode}s. */
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/tablecell/CheckBoxLabelProvider.java
View file @
fa62957f
...
...
@@ -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
...
...
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