Uses of Class
com.togethersoft.openapi.ide.window.IdeExpertPage

Packages that use IdeExpertPage
com.togethersoft.openapi.ide.window 

Uses of IdeExpertPage in com.togethersoft.openapi.ide.window
 

Classes in com.togethersoft.openapi.ide.window that implement IdeExpertPage
class IdeExpertPageSupport
          Abstract class IdeExpertPageSupport provides a default implementation
of the IdeExpertPage interface.
 

Fields in com.togethersoft.openapi.ide.window declared as IdeExpertPage
private IdeExpertPageIdeExpertEvent.myNewPage
          
private IdeExpertPageIdeExpertEvent.myOldPage
          
 

Constructors in com.togethersoft.openapi.ide.window with parameters of type IdeExpertPage
IdeExpertEvent.IdeExpertEvent(IdeExpertPage oldPage, IdeExpertPage newPage)
          Constructs an instance of IdeExperEvent with the specified existing page and new page.
IdeExpertEvent.IdeExpertEvent(IdeExpertPage currentPage)
          Constructs an instance of IdeExpertEvent with the specified current page.
 

Methods in com.togethersoft.openapi.ide.window that return IdeExpertPage
IdeExpertPageIdeExpertEvent.getNewPage()
          Gets IdeExperPage for the new page.
IdeExpertPageIdeExpertEvent.getOldPage()
          Gets IdeExperPage for the old page.