Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

Uses of Interface
org.eclipse.rse.ui.messages.ISystemMessageLine

Packages that use ISystemMessageLine
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.shells.ui.view   
org.eclipse.rse.ui   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.filters   
org.eclipse.rse.ui.filters.dialogs   
org.eclipse.rse.ui.messages   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

Uses of ISystemMessageLine in org.eclipse.rse.files.ui.dialogs
 

Classes in org.eclipse.rse.files.ui.dialogs that implement ISystemMessageLine
 class SystemPromptForHomeFolderDialog
          Dialog for prompting the user for his home folder.
 class SystemRemoteArchiveDialog
           
 class SystemRemoteFileDialog
           
 class SystemRemoteFolderDialog
           
 

Uses of ISystemMessageLine in org.eclipse.rse.files.ui.widgets
 

Fields in org.eclipse.rse.files.ui.widgets declared as ISystemMessageLine
protected   ISystemMessageLine SystemSelectRemoteFileOrFolderForm. msgLine
           
 

Methods in org.eclipse.rse.files.ui.widgets that return ISystemMessageLine
  ISystemMessageLine SystemSelectRemoteFilesForm. getMessageLine ()
          Get the message line specified in setMessageLine.
 

Methods in org.eclipse.rse.files.ui.widgets with parameters of type ISystemMessageLine
 void SystemSelectRemoteFileOrFolderForm. setMessageLine ( ISystemMessageLine msgLine)
          Often the message line is null at the time of instantiation, so we have to call this after it is created.
 void SystemSelectRemoteFilesForm. setMessageLine ( ISystemMessageLine msgLine)
          Specify a message line so error messages are written to it versus in message dialogs.
 

Constructors in org.eclipse.rse.files.ui.widgets with parameters of type ISystemMessageLine
SaveAsForm ( ISystemMessageLine msgLine, Object caller, boolean fileMode)
          Constructor for SaveAsForm
SystemSelectRemoteFileOrFolderForm ( ISystemMessageLine msgLine, Object caller, boolean fileMode)
          Constructor
 

Uses of ISystemMessageLine in org.eclipse.rse.shells.ui.view
 

Constructors in org.eclipse.rse.shells.ui.view with parameters of type ISystemMessageLine
SystemCommandsView ( Table table, ISystemMessageLine msgLine)
           
 

Uses of ISystemMessageLine in org.eclipse.rse.ui
 

Fields in org.eclipse.rse.ui declared as ISystemMessageLine
protected   ISystemMessageLine SystemConnectionForm. msgLine
           
 

Methods in org.eclipse.rse.ui that return ISystemMessageLine
  ISystemMessageLine SystemBaseForm. getMessageLine ()
          Return the message line as set via setMessageLine
 

Methods in org.eclipse.rse.ui with parameters of type ISystemMessageLine
 void SystemConnectionForm. setMessageLine ( ISystemMessageLine msgLine)
          Often the message line is null at the time of instantiation, so we have to call this after it is created.
 void SystemBaseForm. setMessageLine ( ISystemMessageLine msgLine)
          Often the message line is null at the time of instantiation, so we have to call this after it is created.
 

Constructors in org.eclipse.rse.ui with parameters of type ISystemMessageLine
SystemBaseForm ( ISystemMessageLine msgLine)
          Deprecated. You should now use the constructor that takes a shell.
SystemBaseForm ( Shell shell, ISystemMessageLine msgLine)
          Constructor.
SystemConnectionForm ( ISystemMessageLine msgLine, ISystemConnectionFormCaller caller)
          Constructor.
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.dialogs
 

Classes in org.eclipse.rse.ui.dialogs that implement ISystemMessageLine
 class EnvironmentVariablesPromptDialog
          Dialog for prompting the user to add / change an environment variable.
 class SystemChangePasswordDialog
          A SystemChangePasswordDialog is typically presented when the password on the remote system has expired and a new one needs to be saved.
 class SystemPasswordPersistencePrompt
          SystemPasswordPersistencePrompt is used with the save password preference page to prompt the user to add or change password information.
 class SystemPasswordPromptDialog
          Prompt user for password.
 class SystemPromptDialog
          Base dialog class.
 class SystemRemoteResourceDialog
           
 class SystemRenameSingleDialog
          Dialog for renaming a single resource.
 class SystemSelectAnythingDialog
           
 class SystemSelectFileTypesDialog
          A public implementation of the eclipse Select Types dialog.
 class SystemSimpleCopyDialog
          Dialog for selecting a target location on a copy operation.
 class SystemSimpleSelectDialog
          Dialog that uses a checkbox tree viewer to prompt users to select hierarchical items.
 

Methods in org.eclipse.rse.ui.dialogs that return ISystemMessageLine
protected   ISystemMessageLine SystemRenameSingleDialog. createMessageLine ( Composite c)
          Create message line.
protected   ISystemMessageLine SystemSimpleCopyDialog. createMessageLine ( Composite c)
          Create message line.
protected   ISystemMessageLine SystemRemoteResourceDialog. createMessageLine ( Composite c)
          Create message line.
protected   ISystemMessageLine SystemPromptDialog. createMessageLine ( Composite c)
          Create message line.
protected   ISystemMessageLine SystemSimpleSelectDialog. createMessageLine ( Composite c)
          Create message line.
  ISystemMessageLine SystemPromptDialog. getMessageLine ()
          Get the ISystemMessageLine control reference.
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.filters
 

Constructors in org.eclipse.rse.ui.filters with parameters of type ISystemMessageLine
SystemChangeFilterPane ( Shell shell, ISystemMessageLine msgLine, ISystemChangeFilterPaneEditPaneSupplier editPaneSupplier)
          Constructor.
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.filters.dialogs
 

Classes in org.eclipse.rse.ui.filters.dialogs that implement ISystemMessageLine
 class SystemChangeFilterDialog
          A dialog that allows the user to change a filter.
 class SystemNewFilterWizardInfoPage
          Third page of the New Filter wizard that simply shows information
 class SystemNewFilterWizardMainPage
          Main page of the abstract "New Filter" wizard.
 class SystemNewFilterWizardNamePage
          Second page of the New Filter wizard that prompts for the name of the filter.
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.messages
 

Classes in org.eclipse.rse.ui.messages that implement ISystemMessageLine
 class StatusLineManagerAdapter
          This class adapts the eclipse IStatusLineManager to an ISystemMessageLine.
 class SystemMessageLine
          A message line.
 

Methods in org.eclipse.rse.ui.messages that return ISystemMessageLine
  ISystemMessageLine ISystemMessageLineTarget. getMessageLine ()
          Get the message line to use for issuing messages
 

Methods in org.eclipse.rse.ui.messages with parameters of type ISystemMessageLine
 void ISystemMessageLineTarget. setMessageLine ( ISystemMessageLine msgLine)
          Set the message line to use for issuing messages
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.propertypages
 

Classes in org.eclipse.rse.ui.propertypages that implement ISystemMessageLine
 class ServicesPropertyPage
           
 class SystemBasePropertyPage
          A base class for property pages that offers value over the base Eclipse PropertyPage class: Adds a message line and ISystemMessageLine message methods.
 class SystemChangeFilterPropertyPage
          This is the property page for changing filters.
 class SystemFilterStringPropertyPage
          The property page for filter string properties.
 class SystemSubSystemPropertyPageCore
          The property page for core subsystem properties.
 class SystemTeamViewCategoryPropertyPage
          The property page for category nodes in the Team view.
 

Fields in org.eclipse.rse.ui.propertypages declared as ISystemMessageLine
protected   ISystemMessageLine AbstractSystemSubSystemPropertyPageCoreForm. msgLine
           
protected   ISystemMessageLine SystemBasePropertyPage. msgLine
           
 

Methods in org.eclipse.rse.ui.propertypages that return ISystemMessageLine
  ISystemMessageLine SystemBasePropertyPage. getMessageLine ()
          ISystemMessageLineTarget method.
 

Methods in org.eclipse.rse.ui.propertypages with parameters of type ISystemMessageLine
 void SystemBasePropertyPage. setMessageLine ( ISystemMessageLine msgLine)
          ISystemMessageLineTarget method.
 

Constructors in org.eclipse.rse.ui.propertypages with parameters of type ISystemMessageLine
AbstractSystemSubSystemPropertyPageCoreForm ( ISystemMessageLine msgLine, Object caller)
          Constructor
SystemSubSystemPropertyPageCoreForm ( ISystemMessageLine msgLine, Object caller)
          Constructor
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.subsystems
 

Methods in org.eclipse.rse.ui.subsystems with parameters of type ISystemMessageLine
  IServerLauncherForm ISubSystemConfigurationAdapter. getServerLauncherForm ( ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine)
          Return the form used in the property page, etc for this server launcher.
  ISystemSubSystemPropertyPageCoreForm ISubSystemConfigurationAdapter. getSubSystemPropertyPageCoreFrom ( ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller)
          Return the form used in the subsystem property page.
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view with parameters of type ISystemMessageLine
  IServerLauncherForm SubSystemConfigurationAdapter. getServerLauncherForm ( ISubSystemConfiguration config, Shell shell, ISystemMessageLine msgLine)
          Return the form used in the property page, etc for this server launcher.
  ISystemSubSystemPropertyPageCoreForm SubSystemConfigurationAdapter. getSubSystemPropertyPageCoreFrom ( ISubSystemConfiguration config, ISystemMessageLine msgLine, Object caller)
           
 

Constructors in org.eclipse.rse.ui.view with parameters of type ISystemMessageLine
SystemTableView ( Table table, ISystemMessageLine msgLine)
          Constructor for the table view
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.widgets
 

Fields in org.eclipse.rse.ui.widgets declared as ISystemMessageLine
protected   ISystemMessageLine RemoteBaseServerLauncherForm. _msgLine
           
protected   ISystemMessageLine SystemPortPrompt. msgLine
           
 

Methods in org.eclipse.rse.ui.widgets with parameters of type ISystemMessageLine
protected  void SystemPortPrompt. init ( Composite composite_prompts, ISystemMessageLine msgLine, boolean wantLabel, boolean isPortEditable, int existingPortValue, ISystemValidator portValidator)
          Initialize vars, create and init prompts
 

Constructors in org.eclipse.rse.ui.widgets with parameters of type ISystemMessageLine
EnvironmentVariablesForm ( Shell shell, ISystemMessageLine msgLine, Object selectedObject, String invalidNameChars)
          Constructor for EnvironmentVariablesForm.
RemoteBaseServerLauncherForm ( Shell shell, ISystemMessageLine msgLine)
          Constructor for EnvironmentVariablesForm.
RemoteServerLauncherForm ( Shell shell, ISystemMessageLine msgLine)
          Constructor for EnvironmentVariablesForm.
SystemPortPrompt ( Composite parent, int style, ISystemMessageLine msgLine, boolean wantLabel, boolean isPortEditable, int existingPortValue, ISystemValidator portValidator)
          Constructor when you want a new composite to hold the child controls
SystemPortPrompt ( Composite composite_prompts, ISystemMessageLine msgLine, boolean wantLabel, boolean isPortEditable, int existingPortValue, ISystemValidator portValidator)
          Constructor when you have an existing composite to hold the child controls
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.widgets.services
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type ISystemMessageLine
ConnectorServicesForm ( ISystemMessageLine msgLine)
           
ServicesForm ( Shell shell, ISystemMessageLine msgLine)
           
 

Uses of ISystemMessageLine in org.eclipse.rse.ui.wizards
 

Classes in org.eclipse.rse.ui.wizards that implement ISystemMessageLine
 class AbstractSystemNewConnectionWizardPage
          A base class for additional pages that are to be appended to the New Connection wizard.
 class AbstractSystemWizardPage
          Abstract class for system wizards pages.
 class RSEDialogPageMessageLine
          Message line interface implementation which forwards the calls to the associated parent dialog page.
 class SubSystemServiceWizardPage
           
 class SystemNewProfileWizardMainPage
          Default main page of the "New Profile" wizard.
 

Methods in org.eclipse.rse.ui.wizards that return ISystemMessageLine
  ISystemMessageLine AbstractSystemWizardPage. getMessageLine ()
          Getter method.
 


RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire