Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker Trace Diagnosis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
Kieker Trace Diagnosis
Commits
a0f94035
Commit
a0f94035
authored
10 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
Minor refactoring
parent
10625492
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/kieker/gui/view/ExplorerTreeSelectionAdapter.java
+3
-9
3 additions, 9 deletions
...in/java/kieker/gui/view/ExplorerTreeSelectionAdapter.java
src/main/java/kieker/gui/view/MainWindow.java
+3
-2
3 additions, 2 deletions
src/main/java/kieker/gui/view/MainWindow.java
with
6 additions
and
11 deletions
src/main/java/kieker/gui/view/ExplorerTreeSelectionAdapter.java
+
3
−
9
View file @
a0f94035
...
@@ -4,17 +4,11 @@ import org.eclipse.swt.events.SelectionAdapter;
...
@@ -4,17 +4,11 @@ import org.eclipse.swt.events.SelectionAdapter;
import
org.eclipse.swt.events.SelectionEvent
;
import
org.eclipse.swt.events.SelectionEvent
;
import
org.eclipse.swt.widgets.Widget
;
import
org.eclipse.swt.widgets.Widget
;
class
ExplorerTreeSelectionAdapter
extends
SelectionAdapter
{
public
final
class
ExplorerTreeSelectionAdapter
extends
SelectionAdapter
{
/**
*
*/
private
final
MainWindow
mainWindow
;
private
final
MainWindow
mainWindow
;
/**
public
ExplorerTreeSelectionAdapter
(
final
MainWindow
mainWindow
)
{
* @param mainWindow
*/
ExplorerTreeSelectionAdapter
(
MainWindow
mainWindow
)
{
this
.
mainWindow
=
mainWindow
;
this
.
mainWindow
=
mainWindow
;
}
}
...
@@ -34,4 +28,4 @@ class ExplorerTreeSelectionAdapter extends SelectionAdapter {
...
@@ -34,4 +28,4 @@ class ExplorerTreeSelectionAdapter extends SelectionAdapter {
}
}
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/java/kieker/gui/view/MainWindow.java
+
3
−
2
View file @
a0f94035
...
@@ -57,7 +57,7 @@ public class MainWindow {
...
@@ -57,7 +57,7 @@ public class MainWindow {
protected
Shell
shell
;
protected
Shell
shell
;
private
Composite
mainComposite
;
private
Composite
mainComposite
;
private
Table
recordsTable
;
Table
recordsTable
;
private
SashForm
outerForm
;
private
SashForm
outerForm
;
private
TreeViewer
explorerTreeViewer
;
private
TreeViewer
explorerTreeViewer
;
private
TreeItem
explorerTreeItem
;
private
TreeItem
explorerTreeItem
;
...
@@ -89,7 +89,7 @@ public class MainWindow {
...
@@ -89,7 +89,7 @@ public class MainWindow {
private
MenuItem
mntmLongOperationParameters
;
private
MenuItem
mntmLongOperationParameters
;
private
TableColumn
recordsTableTypeColumn
;
private
TableColumn
recordsTableTypeColumn
;
private
SashForm
explorerForm
;
private
SashForm
explorerForm
;
private
final
DataSource
model
=
new
DataSource
();
final
DataSource
model
=
new
DataSource
();
private
TreeColumn
trclmnPercent
;
private
TreeColumn
trclmnPercent
;
Label
lblNa
;
Label
lblNa
;
private
SashForm
executionTracesForm
;
private
SashForm
executionTracesForm
;
...
@@ -534,4 +534,5 @@ public class MainWindow {
...
@@ -534,4 +534,5 @@ public class MainWindow {
this
.
mainComposite
.
layout
();
this
.
mainComposite
.
layout
();
}
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment