Adds a method indicating if a wizard should be shown in availble networks.

cusax-fix
Yana Stamcheva 14 years ago
parent 768df37a82
commit 4167a86989

@ -292,4 +292,16 @@ public boolean isPreferredProtocol()
return false;
}
/**
* Indicates if a wizard is hidden. This may be used if we don't want that
* a wizard appears in the list of available networks.
*
* @return <tt>true</tt> to indicate that a wizard is hidden, <tt>false</tt>
* otherwise
*/
public boolean isHidden()
{
return false;
}
}

Loading…
Cancel
Save