return super.as(interfaceClass, type);
}
@Override
public Focus focuser() {
return new Focus() {
/*TODO We can't simulate user input in order to switch tabs because there is no way to get real node corresponding to Tab.
* http://javafx-jira.kenai.com/browse/RT-18230
* So focus is requested and tabs are switched by keyboard*/
public void focus() {
new GetAction<Void>(){