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

Uses of Class
org.eclipse.ltk.core.refactoring.GroupCategorySet

Packages that use GroupCategorySet
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
 

Uses of GroupCategorySet in org.eclipse.ltk.core.refactoring
 

Fields in org.eclipse.ltk.core.refactoring declared as GroupCategorySet
static  GroupCategorySet GroupCategorySet. NONE
          Constant representing a group category set containing no group categories.
 

Methods in org.eclipse.ltk.core.refactoring that return GroupCategorySet
  GroupCategorySet TextEditBasedChangeGroup. getGroupCategorySet ()
          Returns the set of group categories.
  GroupCategorySet CategorizedTextEditGroup. getGroupCategorySet ()
          Returns the set of group categories.
static  GroupCategorySet GroupCategorySet. union ( GroupCategorySet one, GroupCategorySet two)
          Creates a new group category set containing the union of the given two group category sets
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type GroupCategorySet
static  GroupCategorySet GroupCategorySet. union ( GroupCategorySet one, GroupCategorySet two)
          Creates a new group category set containing the union of the given two group category sets
 

Constructors in org.eclipse.ltk.core.refactoring with parameters of type GroupCategorySet
CategorizedTextEditGroup ( String name, GroupCategorySet groupCategories)
          Creates a new text edit group with the given name and group categories.
CategorizedTextEditGroup ( String name, TextEdit[] edits, GroupCategorySet groupCategories)
          Creates a new text edit group with the given name, array of edits and a set of group categories.
CategorizedTextEditGroup ( String name, TextEdit edit, GroupCategorySet groupCategories)
          Creates a new text edit group with a name, a single TextEdit and a set of group categories.
 


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