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 GEF
3.3

Uses of Class
org.eclipse.gef.palette.PaletteContainer

Packages that use PaletteContainer
org.eclipse.gef.palette This package defines and implements the model used by the PaletteViewer
org.eclipse.gef.ui.palette   
org.eclipse.gef.ui.palette.customize   
 

Uses of PaletteContainer in org.eclipse.gef.palette
 

Subclasses of PaletteContainer in org.eclipse.gef.palette
 class PaletteDrawer
          A PaletteDrawer is a collapsible container that can have other non-container palette entries.
 class PaletteGroup
          A PaletteGroup consists of a group of PaletteEntry objects that are uncollapsible .
 class PaletteRoot
          Serves as the root PaletteEntry for the palette model.
 class PaletteStack
          The model object for a PaletteStack - A stack of tools.
 class PaletteToolbar
          A PaletteGroup consists of a group of PaletteEntry objects that are uncollapsible .
 

Methods in org.eclipse.gef.palette that return PaletteContainer
  PaletteContainer PaletteEntry. getParent ()
           
 

Methods in org.eclipse.gef.palette with parameters of type PaletteContainer
 void PaletteEntry. setParent ( PaletteContainer newParent)
          Sets the parent of this entry
 

Uses of PaletteContainer in org.eclipse.gef.ui.palette
 

Methods in org.eclipse.gef.ui.palette with parameters of type PaletteContainer
protected  boolean PaletteCustomizer. canAdd ( PaletteContainer container, PaletteEntry entry)
          Return true if this container can accept this entry as a new child.
 

Uses of PaletteContainer in org.eclipse.gef.ui.palette.customize
 

Methods in org.eclipse.gef.ui.palette.customize that return PaletteContainer
protected   PaletteContainer PaletteEntryFactory. determineContainerForNewEntry ( PaletteEntry selected)
          Given the current selection, this method determines the parent for the new entry to be created.
protected   PaletteContainer PaletteContainerFactory. determineContainerForNewEntry ( PaletteEntry selected)
           
 

Methods in org.eclipse.gef.ui.palette.customize with parameters of type PaletteContainer
protected  int PaletteEntryFactory. determineIndexForNewEntry ( PaletteContainer c, PaletteEntry selected)
          Calculates the index at which the new entry is to be created, given the current selection.
protected  int PaletteContainerFactory. determineIndexForNewEntry ( PaletteContainer parent, PaletteEntry selected)
           
 


Eclipse GEF
3.3

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

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