Skip to content
Snippets Groups Projects
Commit 3709ae59 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT Committed by Patrick MADELA
Browse files

view selection added, but does not work yet for vldocking (Jira JAVAAPI-132)

parent 3973d4fc
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,11 @@ public interface IView {
*/
public void setVisible(boolean visible);
/**
* Forces this {@link IView} to be selected
*/
public void select();
/**
* @return the title
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment