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

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.texteditor
Class InfoForm


java.lang.Object
  extended by 
org.eclipse.ui.texteditor.InfoForm

Deprecated. since 3.0. there is no replacement, use org.eclipse.ui.forms to define a component with a similar look and function.

public class InfoForm
extends Object

A form consisting of a title, a banner, and a info text. Banner and info text are separated by a separator line. This form must be handled like a SWT widget.

Since:
2.0

Constructor Summary
InfoForm ( Composite parent)
          Deprecated. Creates a new info form.
 
Method Summary
protected  void createActionControls ( Composite parent)
          Deprecated. Hook method for creating an appropriate action control.
  Control getControl ()
          Deprecated. Returns the control of this form.
protected  void handlePropertyChange ( PropertyChangeEvent event)
          Deprecated. Handles the property change.
 void setBannerText ( String banner)
          Deprecated. Sets the banner text of this info form.
 void setHeaderText ( String header)
          Deprecated. Sets the header text of this info form.
 void setInfo ( String info)
          Deprecated. Sets the info of this info form
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoForm

public InfoForm(
Composite parent)
Deprecated. 
Creates a new info form.

Parameters:
parent - the parent composite
Method Detail

createActionControls

protected void createActionControls(
Composite parent)
Deprecated. 
Hook method for creating an appropriate action control.

Parameters:
parent - the action control's parent control

getControl

public 
Control getControl()
Deprecated. 
Returns the control of this form.

Returns:
the root control of this form

setHeaderText

public void setHeaderText(
String header)
Deprecated. 
Sets the header text of this info form.

Parameters:
header - the header text

setBannerText

public void setBannerText(
String banner)
Deprecated. 
Sets the banner text of this info form.

Parameters:
banner - the banner text

setInfo

public void setInfo(
String info)
Deprecated. 
Sets the info of this info form

Parameters:
info - the info text

handlePropertyChange

protected void handlePropertyChange(
PropertyChangeEvent event)
Deprecated. 
Handles the property change.

Parameters:
event - the property change event object describing which property changed and how

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


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