Modelers

org.topcased.modeler.extensions
Class OutlineManager.SorterConfiguration

java.lang.Object
  extended by org.topcased.modeler.extensions.OutlineManager.SorterConfiguration
Enclosing class:
OutlineManager

public class OutlineManager.SorterConfiguration
extends java.lang.Object

Represents an outline sorter configuration for the org.topcased.modeler.outline extension point.
Creation : 24 nov. 2005


Constructor Summary
OutlineManager.SorterConfiguration(java.lang.String configId, java.lang.String configName, java.net.URL configIcon, java.lang.String configEditorId, org.eclipse.core.runtime.IConfigurationElement configSorter)
          Constructor.
 
Method Summary
 java.lang.String getEditorId()
          Gets this configuration editor id.
 org.eclipse.jface.resource.ImageDescriptor getIcon()
          Gets this configuration icon.
 java.lang.String getId()
          Gets this configuration id.
 java.lang.String getName()
          Gets this configuration name.
 org.eclipse.jface.viewers.ViewerSorter getSorter()
          Gets this configuration sorter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineManager.SorterConfiguration

public OutlineManager.SorterConfiguration(java.lang.String configId,
                                          java.lang.String configName,
                                          java.net.URL configIcon,
                                          java.lang.String configEditorId,
                                          org.eclipse.core.runtime.IConfigurationElement configSorter)
Constructor.

Parameters:
configId - this configuration id
configName - this configuration name
configIcon - this configuration icon
configEditorId - this configuration editor id
configSorter - this configuration sorter
Method Detail

getId

public java.lang.String getId()
Gets this configuration id.

Returns:
this configuration id

getName

public java.lang.String getName()
Gets this configuration name.

Returns:
this configuration name

getIcon

public org.eclipse.jface.resource.ImageDescriptor getIcon()
Gets this configuration icon.

Returns:
this configuration icon

getEditorId

public java.lang.String getEditorId()
Gets this configuration editor id.

Returns:
this configuration editor id

getSorter

public org.eclipse.jface.viewers.ViewerSorter getSorter()
Gets this configuration sorter.

Returns:
this configuration sorter

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.