g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.ui.preference
Class ApplicationParametersPreferencePage

java.lang.Object
  extended by PreferencePage
      extended by eu.geclipse.jsdl.ui.preference.ApplicationParametersPreferencePage

public class ApplicationParametersPreferencePage
extends PreferencePage

Class providing contents of Application Parameters Preferences Page


Constructor Summary
ApplicationParametersPreferencePage()
          Creates new instance of preferences page
 
Method Summary
 void contentChanged(IContentChangeNotifier source)
           
 void dispose()
           
 GridApplicationParameters getSelectedAppSpecificObject()
          Returns GridApplicationParameters corresponding to entry selected in table.
 java.util.List<GridApplicationParameters> getSelectedAppSpecificObjects()
          Returns GridApplicationParameters corresponding to entry selected in table.
 void init(IWorkbench workbench)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationParametersPreferencePage

public ApplicationParametersPreferencePage()
Creates new instance of preferences page

Method Detail

dispose

public void dispose()

getSelectedAppSpecificObject

public GridApplicationParameters getSelectedAppSpecificObject()
Returns GridApplicationParameters corresponding to entry selected in table.

Returns:
ApplicationSpecificObject selected in table

getSelectedAppSpecificObjects

public java.util.List<GridApplicationParameters> getSelectedAppSpecificObjects()
Returns GridApplicationParameters corresponding to entry selected in table.

Returns:
ApplicationSpecificObject selected in table

init

public void init(IWorkbench workbench)

contentChanged

public void contentChanged(IContentChangeNotifier source)

g-Eclipse
Release 1.0.0