|
org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance
Class DiagramColorsAndFontsPropertySection
java.lang.Object
org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractModelerPropertySection
org.eclipse.gmf.runtime.diagram.ui.properties.sections.AbstractNotationPropertiesSection
org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ColorsAndFontsPropertySection
org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ColoursAndFontsAndLineStylesPropertySection
org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.ShapeColorsAndFontsPropertySection
org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.DiagramColorsAndFontsPropertySection
-
All Implemented Interfaces:
-
ISection
-
public class DiagramColorsAndFontsPropertySection
- extends
ShapeColorsAndFontsPropertySection
Fields inherited from class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.
ColorsAndFontsPropertySection
|
colorsAndFontsGroup,
DEFAULT_PREF_COLOR,
FILL_COLOR_COMMAND_NAME,
fillColor,
fillColorButton,
FONT_COLOR_COMMAND_NAME,
FONT_COMMAND_NAME,
fontColor,
fontColorButton,
fontFamilyCombo,
FONTS_AND_COLORS_LABEL,
LINE_COLOR_COMMAND_NAME,
lineColor,
lineColorButton,
previousColor
|
Method Summary
|
protected org.eclipse.emf.ecore.EObject
|
adapt
(java.lang.Object object)
Adapt the object to an EObject - if possible |
protected void
|
changeFillColor
()
Change fill color property value |
protected void
|
createLineStylesGroup
(
Composite parent)
Create the line styles group. |
protected java.util.Iterator
|
getInputIterator
()
|
IGraphicalEditPart
|
getSingleInput
()
Returns currently selected view object |
Methods inherited from class org.eclipse.gmf.runtime.diagram.ui.properties.sections.appearance.
ColorsAndFontsPropertySection
|
changeColor,
changeColor,
changeFontColor,
changeLineColor,
createFontsAndColorsGroups,
digIntoGroups,
dispose,
disposeImage,
setInput,
update,
updateFontBold,
updateFontFamily,
updateFontItalic,
updateFontSize
|
Methods inherited from class org.eclipse.gmf.runtime.diagram.ui.properties.sections.
AbstractModelerPropertySection
|
aboutToBeHidden,
aboutToBeShown,
addToEObjectList,
createCommand,
createCommand,
executeAsCompositeCommand,
executeAsReadAction,
getEditingDomain,
getEObject,
getEObjectList,
getEventListener,
getFilter,
getInput,
getPrimarySelection,
getStandardLabelWidth,
getUpdateRequestCollapser,
handleElementModifiedEvent,
isDisposed,
isNotifierDeleted,
isReadOnly,
postUpdateRequest,
setEditingDomain,
setEObject,
update
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
DiagramColorsAndFontsPropertySection
public DiagramColorsAndFontsPropertySection()
getInputIterator
protected java.util.Iterator getInputIterator()
-
-
Overrides:
-
getInputIterator
in class
ColorsAndFontsPropertySection
-
-
Returns:
- - an iterator object to iterate over the selected/input edit
parts
getSingleInput
public IGraphicalEditPart getSingleInput()
-
Description copied from class:
AbstractNotationPropertiesSection
- Returns currently selected view object
-
-
Overrides:
-
getSingleInput
in class
AbstractNotationPropertiesSection
-
-
Returns:
- Returns the input.
changeFillColor
protected void changeFillColor()
- Change fill color property value
-
adapt
protected org.eclipse.emf.ecore.EObject adapt(java.lang.Object object)
- Adapt the object to an EObject - if possible
-
-
Overrides:
-
adapt
in class
AbstractNotationPropertiesSection
-
-
Parameters:
-
object - object from a diagram or ME
-
Returns:
- EObject
createLineStylesGroup
protected void createLineStylesGroup(
Composite parent)
-
Description copied from class:
ColoursAndFontsAndLineStylesPropertySection
- Create the line styles group.
-
-
Overrides:
-
createLineStylesGroup
in class
ColoursAndFontsAndLineStylesPropertySection
-
-
Parameters:
-
parent - -
parent composite
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|