| org.netbeans.modules.visualweb.gravy.welcome.WelcomeOperator
WelcomeOperator | public class WelcomeOperator extends org.netbeans.jellytools.TopComponentOperator (Code) | | This class implements test functionality for the window "Welcome".
|
Constructor Summary | |
public | WelcomeOperator() Creates an instance of this class. |
WelcomeOperator | public WelcomeOperator()(Code) | | Creates an instance of this class.
|
getRecentProjectsList | public JTableOperator getRecentProjectsList()(Code) | | Returns a list of recently opened/created projects.
the appropriate object JTableOperator |
getWelcomeButton | public static JButtonOperator getWelcomeButton(String text)(Code) | | Returns a button, placed on the window "Welcome"
Parameters: text - a text of a required button an object JButtonOperator |
showWelcome | public static WelcomeOperator showWelcome()(Code) | | Creates and returns an instance of this class.
an instance of this class |
|
|