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 JDT
Release 3.5

org.eclipse.jdt.ui.cleanup
Interface ICleanUpConfigurationUI


public interface ICleanUpConfigurationUI

Provides the UI to configure a clean up.

Since:
3.5

Method Summary
  Composite createContents ( Composite parent)
          Creates the contents for this clean up configuration UI.
 int getCleanUpCount ()
          Returns the number of clean ups that can be configured.
  String getPreview ()
          A code snippet which complies to the current settings.
 int getSelectedCleanUpCount ()
          Returns the number of selected clean ups.
 void setOptions ( CleanUpOptions options)
          The options to modify in this section.
 

Method Detail

setOptions

void setOptions(
CleanUpOptions options)
The options to modify in this section.

Note: If an option gets changed in the UI then this must immediately update the corresponding option in the here given clean up options.

Parameters:
options - the options to modify

createContents


Composite createContents(
Composite parent)
Creates the contents for this clean up configuration UI.

Parameters:
parent - the parent composite
Returns:
created content control

getCleanUpCount

int getCleanUpCount()
Returns the number of clean ups that can be configured.

Returns:
the number of clean ups that can be configured

getSelectedCleanUpCount

int getSelectedCleanUpCount()
Returns the number of selected clean ups.

Returns:
the number of selected clean ups at the moment

getPreview


String getPreview()
A code snippet which complies to the current settings.

Returns:
a code snippet

Eclipse JDT
Release 3.5

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

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