|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
org.eclipse.ui.forms.editor.FormPage
org.eclipse.mylar.internal.tasks.ui.editors.TaskFormPage
org.eclipse.mylar.internal.tasks.ui.editors.AbstractRepositoryTaskEditor
public abstract class AbstractRepositoryTaskEditor
Nested Class Summary | |
---|---|
private class |
AbstractRepositoryTaskEditor.AttachmentLabelProvider
|
private static class |
AbstractRepositoryTaskEditor.AttachmentTableLabelProvider
|
protected class |
AbstractRepositoryTaskEditor.ComboSelectionListener
|
protected class |
AbstractRepositoryTaskEditor.DescriptionListener
A listener for selection of the description field. |
class |
AbstractRepositoryTaskEditor.GenericListener
A generic listener for selection of unimportant items. |
protected class |
AbstractRepositoryTaskEditor.NewCommentListener
A listener for selection of the textbox where a new comment is entered in. |
private class |
AbstractRepositoryTaskEditor.RadioButtonListener
Class to handle the selection change of the radio buttons. |
protected class |
AbstractRepositoryTaskEditor.SummaryListener
A listener to check if the summary field was modified. |
Nested classes/interfaces inherited from class org.eclipse.mylar.internal.tasks.ui.editors.TaskFormPage |
---|
TaskFormPage.AnnotationConfiguration, TaskFormPage.AnnotationHover, TaskFormPage.AnnotationMarkerAccess, TaskFormPage.ErrorAnnotation, TaskFormPage.SharedTextColors |
Field Summary | |
---|---|
protected org.eclipse.swt.custom.StyledText |
addCommentsTextBox
|
protected org.eclipse.swt.widgets.Button |
addSelfToCCCheck
|
protected org.eclipse.swt.widgets.Button |
attachContextButton
|
private static java.lang.String |
ATTACHMENT_DEFAULT_NAME
|
protected java.lang.String[] |
attachmentsColumns
|
protected int[] |
attachmentsColumnWidths
|
protected org.eclipse.swt.widgets.Table |
attachmentsTable
|
private org.eclipse.jface.viewers.TableViewer |
attachmentsTableViewer
|
protected org.eclipse.jface.viewers.TableViewer |
attachmentTableViewer
|
protected org.eclipse.swt.custom.CCombo |
attributeCombo
|
private java.util.List<IRepositoryTaskAttributeListener> |
attributesListeners
|
private org.eclipse.swt.graphics.Color |
backgroundIncoming
|
protected org.eclipse.swt.widgets.List |
ccList
|
protected org.eclipse.swt.widgets.Text |
ccText
|
protected java.util.HashMap<org.eclipse.swt.custom.CCombo,RepositoryTaskAttribute> |
comboListenerMap
|
private org.eclipse.ui.forms.widgets.Section |
commentsSection
|
protected java.util.List<org.eclipse.swt.custom.StyledText> |
commentStyleText
|
protected static java.lang.String |
CONTEXT_MENU_ID
|
private static java.lang.String |
CTYPE_HTML
|
private static java.lang.String |
CTYPE_OCTET_STREAM
|
private static java.lang.String |
CTYPE_TEXT
|
private static java.lang.String |
CTYPE_ZIP
|
protected org.eclipse.swt.custom.StyledText |
currentSelectedText
|
protected org.eclipse.ui.actions.RetargetAction |
cutAction
|
static int |
DESCRIPTION_HEIGHT
|
static int |
DESCRIPTION_WIDTH
|
protected org.eclipse.jface.text.TextViewer |
descriptionTextViewer
|
protected org.eclipse.swt.widgets.Display |
display
|
protected org.eclipse.swt.widgets.Composite |
editorComposite
|
protected AbstractTaskEditorInput |
editorInput
|
protected boolean |
expandedStateAttributes
|
private org.eclipse.ui.forms.widgets.ScrolledForm |
form
|
protected java.lang.String |
HEADER
Style option for function newLayout . |
private static java.lang.String |
HEADER_DATE_FORMAT
|
static org.eclipse.swt.graphics.Font |
HEADER_FONT
|
protected int |
HORZ_INDENT
|
protected boolean |
htmlComments
|
static java.lang.String |
HYPERLINK_TYPE_JAVA
|
static java.lang.String |
HYPERLINK_TYPE_TASK
|
private boolean |
isDisposed
|
private static java.lang.String |
LABEL_BROWSER
|
private static java.lang.String |
LABEL_BUTTON_SUBMIT
|
private static java.lang.String |
LABEL_DEFAULT_EDITOR
|
protected static java.lang.String |
LABEL_SECTION_ACTIONS
|
private static java.lang.String |
LABEL_SECTION_ATTACHMENTS
|
private static java.lang.String |
LABEL_SECTION_ATTRIBUTES
|
protected static java.lang.String |
LABEL_SECTION_COMMENTS
|
protected static java.lang.String |
LABEL_SECTION_DESCRIPTION
|
protected static java.lang.String |
LABEL_SECTION_NEW_COMMENT
|
private static java.lang.String |
LABEL_TEXT_EDITOR
|
private IRepositoryTaskSelection |
lastSelected
|
protected org.eclipse.jface.text.TextViewer |
newCommentTextViewer
|
private RepositoryTaskOutlinePage |
outlinePage
|
private MylarTaskEditor |
parentEditor
|
protected org.eclipse.ui.actions.RetargetAction |
pasteAction
|
protected java.lang.String |
PROPERTY
Style option for function newLayout . |
protected org.eclipse.swt.widgets.Control[] |
radioOptions
|
protected org.eclipse.swt.widgets.Button[] |
radios
|
private static java.lang.String |
REASSIGN_BUG_TO
|
protected TaskRepository |
repository
|
protected int |
scrollHorzPageIncrement
|
protected int |
scrollIncrement
|
protected int |
scrollVertPageIncrement
|
private static java.lang.String |
SECTION_TITLE_PEOPLE
|
protected java.util.List<org.eclipse.jface.viewers.ISelectionChangedListener> |
selectionChangedListeners
|
protected org.eclipse.ui.ISelectionListener |
selectionListener
Focuses on form widgets when an item in the outline is selected. |
protected org.eclipse.jface.viewers.ISelectionProvider |
selectionProvider
|
protected org.eclipse.swt.widgets.Button |
submitButton
|
protected org.eclipse.swt.widgets.Text |
summaryText
|
protected RepositoryTaskOutlineNode |
taskOutlineModel
|
static org.eclipse.swt.graphics.Font |
TEXT_FONT
|
protected java.util.HashMap<java.lang.Object,org.eclipse.swt.custom.StyledText> |
textHash
List of the StyledText's so that we can get the previous and the next |
protected int |
textsindex
Index into the styled texts |
static org.eclipse.swt.graphics.Font |
TITLE_FONT
|
private org.eclipse.ui.forms.widgets.FormToolkit |
toolkit
|
protected java.lang.String |
VALUE
Style option for function newLayout . |
static int |
WRAP_LENGTH
|
Fields inherited from class org.eclipse.mylar.internal.tasks.ui.editors.TaskFormPage |
---|
actionContributor, isDirty, textViewers |
Fields inherited from interface org.eclipse.ui.IEditorPart |
---|
PROP_DIRTY, PROP_INPUT |
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
Constructor Summary | |
---|---|
AbstractRepositoryTaskEditor(org.eclipse.ui.forms.editor.FormEditor editor)
Creates a new AbstractRepositoryTaskEditor . |
|
AbstractRepositoryTaskEditor(org.eclipse.ui.forms.editor.FormEditor editor,
boolean htmlComments)
|
Method Summary | |
---|---|
protected void |
addActionButtons(org.eclipse.swt.widgets.Composite buttonComposite)
Adds buttons to this composite. |
protected void |
addAttachContextButton(org.eclipse.swt.widgets.Composite buttonComposite,
ITask task)
|
void |
addAttributeListener(IRepositoryTaskAttributeListener listener)
|
protected void |
addCCList(org.eclipse.swt.widgets.Composite attributesComposite)
|
protected void |
addRadioButtons(org.eclipse.swt.widgets.Composite buttonComposite)
|
protected void |
addSelfToCC(org.eclipse.swt.widgets.Composite composite)
Creates a check box for adding the repository user to the cc list. |
protected void |
addSummaryText(org.eclipse.swt.widgets.Composite attributesComposite)
Adds a text field to display and edit the bug's summary. |
static java.lang.String |
checkText(java.lang.String text)
Make sure that a String that is null is changed to a null
string |
void |
close()
|
protected void |
createActionsLayout(org.eclipse.swt.widgets.Composite composite)
Creates the button layout. |
protected void |
createAttachmentLayout(org.eclipse.swt.widgets.Composite composite)
|
protected org.eclipse.swt.widgets.Composite |
createAttributeLayout(org.eclipse.swt.widgets.Composite composite)
Creates the attribute layout, which contains most of the basic attributes of the bug (some of which are editable). |
protected void |
createCommentLayout(org.eclipse.swt.widgets.Composite composite)
|
protected void |
createCustomAttributeLayout(org.eclipse.swt.widgets.Composite composite)
|
protected void |
createDescriptionLayout(org.eclipse.swt.widgets.Composite composite)
|
protected void |
createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
|
protected void |
createNewCommentLayout(org.eclipse.swt.widgets.Composite composite)
|
protected void |
createPeopleLayout(org.eclipse.swt.widgets.Composite composite)
|
protected void |
createReportHeaderLayout(org.eclipse.swt.widgets.Composite composite)
|
protected org.eclipse.ui.forms.widgets.Section |
createSection(org.eclipse.swt.widgets.Composite composite,
java.lang.String title)
|
protected org.eclipse.swt.widgets.Text |
createTextField(org.eclipse.swt.widgets.Composite composite,
RepositoryTaskAttribute attribute,
int style)
Utility method to create text field sets backgournd to TaskListColorsAndFonts.COLOR_ATTRIBUTE_CHANGED if attribute has changed. |
void |
dispose()
|
void |
doSave(org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
doSaveAs()
|
protected void |
fireSelectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
Fires a SelectionChangedEvent to all listeners registered
under selectionChangedListeners . |
private void |
focusOn(org.eclipse.swt.widgets.Control selectionComposite,
boolean highlight)
Scroll to a specified piece of text |
java.lang.Object |
getAdapter(java.lang.Class adapter)
|
java.lang.Object |
getAdapterDelgate(java.lang.Class<?> adapter)
|
boolean |
getAttachContext()
|
org.eclipse.swt.widgets.Control |
getControl()
|
org.eclipse.swt.widgets.Composite |
getEditorComposite()
|
java.lang.String |
getNewCommentText()
|
protected IOfflineTaskHandler |
getOfflineTaskHandler()
|
RepositoryTaskOutlinePage |
getOutline()
|
RepositoryTaskOutlineNode |
getOutlineModel()
|
protected RepositoryTaskData |
getRepositoryTaskData()
|
RepositoryTaskOutlineNode |
getTaskOutlineModel()
|
protected java.lang.String |
getTitleString()
|
void |
handleSummaryEvent()
Check if the summary field was modified, and update it if necessary. |
protected boolean |
hasAttributeChanges()
|
protected boolean |
hasChanged(RepositoryTaskAttribute newAttribute)
|
void |
init(org.eclipse.ui.IEditorSite site,
org.eclipse.ui.IEditorInput input)
|
boolean |
isDisposed()
|
boolean |
isSaveAsAllowed()
|
private void |
registerDropListener(org.eclipse.swt.widgets.Control control)
|
void |
removeAttributeListener(IRepositoryTaskAttributeListener listener)
|
void |
revealAllComments()
|
void |
saveBug()
If there is no locally saved copy of the current bug, then it saved offline. |
void |
select(int commentNumber)
Selects the given object in the editor. |
void |
select(java.lang.Object o,
boolean highlight)
Selects the given object in the editor. |
void |
selectDescription()
|
void |
selectNewComment()
|
void |
setAttachContext(boolean attachContext)
|
void |
setDescriptionText(java.lang.String text)
|
void |
setFocus()
|
protected void |
setGeneralTitleText()
This refreshes the text in the title label of the info area (it contains elements which can change). |
void |
setParentEditor(MylarTaskEditor parentEditor)
|
void |
setSummaryText(java.lang.String text)
|
void |
setTaskOutlineModel(RepositoryTaskOutlineNode taskOutlineModel)
|
protected abstract void |
submitToRepository()
|
protected void |
updateEditor()
Refreshes any text labels in the editor that contain information that might change. |
protected void |
updateEditorTitle()
Updates the title of the editor to reflect dirty status. |
protected void |
updateTask()
|
protected abstract void |
validateInput()
|
Methods inherited from class org.eclipse.mylar.internal.tasks.ui.editors.TaskFormPage |
---|
addTextEditor, addTextViewer, canDoAction, canPerformDirectly, doAction, getFocusControl, isDirty, markDirty |
Methods inherited from class org.eclipse.ui.forms.editor.FormPage |
---|
canLeaveThePage, createPartControl, getEditor, getId, getIndex, getManagedForm, getPartControl, getTitleImage, initialize, isActive, isEditor, selectReveal, setActive, setIndex |
Methods inherited from class org.eclipse.ui.part.EditorPart |
---|
checkSite, getEditorInput, getEditorSite, getTitleToolTip, isSaveOnCloseNeeded, setContentDescription, setInitializationData, setInput, setInputWithNotify, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPropertyListener, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getSite, getTitle, removePropertyListener, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class org.eclipse.core.commands.common.EventManager |
---|
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IEditorPart |
---|
getEditorInput, getEditorSite |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, getSite, getTitle, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.ui.ISaveablePart |
---|
isSaveOnCloseNeeded |
Field Detail |
---|
private static final java.lang.String HEADER_DATE_FORMAT
private static final java.lang.String ATTACHMENT_DEFAULT_NAME
private static final java.lang.String CTYPE_ZIP
private static final java.lang.String CTYPE_OCTET_STREAM
private static final java.lang.String CTYPE_TEXT
private static final java.lang.String CTYPE_HTML
private static final java.lang.String LABEL_BROWSER
private static final java.lang.String LABEL_DEFAULT_EDITOR
private static final java.lang.String LABEL_TEXT_EDITOR
protected static final java.lang.String CONTEXT_MENU_ID
public static final java.lang.String HYPERLINK_TYPE_TASK
public static final java.lang.String HYPERLINK_TYPE_JAVA
private static final java.lang.String LABEL_BUTTON_SUBMIT
protected static final java.lang.String LABEL_SECTION_ACTIONS
private static final java.lang.String LABEL_SECTION_ATTRIBUTES
private static final java.lang.String LABEL_SECTION_ATTACHMENTS
protected static final java.lang.String LABEL_SECTION_DESCRIPTION
protected static final java.lang.String LABEL_SECTION_COMMENTS
protected static final java.lang.String LABEL_SECTION_NEW_COMMENT
private static final java.lang.String SECTION_TITLE_PEOPLE
private org.eclipse.ui.forms.widgets.FormToolkit toolkit
private org.eclipse.ui.forms.widgets.ScrolledForm form
protected TaskRepository repository
public static final int WRAP_LENGTH
protected org.eclipse.swt.widgets.Display display
protected boolean htmlComments
public static final org.eclipse.swt.graphics.Font TITLE_FONT
public static final org.eclipse.swt.graphics.Font TEXT_FONT
public static final org.eclipse.swt.graphics.Font HEADER_FONT
public static final int DESCRIPTION_WIDTH
public static final int DESCRIPTION_HEIGHT
private static final java.lang.String REASSIGN_BUG_TO
protected AbstractTaskEditorInput editorInput
private MylarTaskEditor parentEditor
protected RepositoryTaskOutlineNode taskOutlineModel
protected boolean expandedStateAttributes
protected final java.lang.String VALUE
newLayout
. This will create a
plain-styled, selectable text label.
protected final java.lang.String HEADER
newLayout
. This will create a
bolded, selectable header. It will also have an arrow image before the
text (simply for decoration).
protected final java.lang.String PROPERTY
newLayout
. This will create a
bolded, unselectable label.
protected final int HORZ_INDENT
protected org.eclipse.swt.custom.CCombo attributeCombo
protected org.eclipse.swt.widgets.Button addSelfToCCCheck
protected org.eclipse.swt.widgets.Text summaryText
protected org.eclipse.swt.widgets.Button submitButton
protected org.eclipse.swt.widgets.Table attachmentsTable
protected org.eclipse.jface.viewers.TableViewer attachmentTableViewer
protected java.lang.String[] attachmentsColumns
protected int[] attachmentsColumnWidths
protected int scrollIncrement
protected int scrollVertPageIncrement
protected int scrollHorzPageIncrement
protected org.eclipse.swt.custom.StyledText currentSelectedText
protected org.eclipse.ui.actions.RetargetAction cutAction
protected org.eclipse.ui.actions.RetargetAction pasteAction
protected org.eclipse.swt.widgets.Composite editorComposite
protected org.eclipse.jface.text.TextViewer newCommentTextViewer
protected org.eclipse.swt.widgets.List ccList
protected org.eclipse.swt.widgets.Text ccText
private org.eclipse.jface.viewers.TableViewer attachmentsTableViewer
private org.eclipse.ui.forms.widgets.Section commentsSection
private java.util.List<IRepositoryTaskAttributeListener> attributesListeners
protected final org.eclipse.jface.viewers.ISelectionProvider selectionProvider
protected java.util.List<org.eclipse.jface.viewers.ISelectionChangedListener> selectionChangedListeners
protected java.util.HashMap<org.eclipse.swt.custom.CCombo,RepositoryTaskAttribute> comboListenerMap
private IRepositoryTaskSelection lastSelected
protected final org.eclipse.ui.ISelectionListener selectionListener
private org.eclipse.swt.graphics.Color backgroundIncoming
protected java.util.HashMap<java.lang.Object,org.eclipse.swt.custom.StyledText> textHash
protected java.util.List<org.eclipse.swt.custom.StyledText> commentStyleText
protected int textsindex
protected org.eclipse.swt.custom.StyledText addCommentsTextBox
protected org.eclipse.jface.text.TextViewer descriptionTextViewer
private RepositoryTaskOutlinePage outlinePage
private boolean isDisposed
protected org.eclipse.swt.widgets.Button[] radios
protected org.eclipse.swt.widgets.Control[] radioOptions
protected org.eclipse.swt.widgets.Button attachContextButton
Constructor Detail |
---|
public AbstractRepositoryTaskEditor(org.eclipse.ui.forms.editor.FormEditor editor)
AbstractRepositoryTaskEditor
. Sets up the
default fonts and cut/copy/paste actions.
public AbstractRepositoryTaskEditor(org.eclipse.ui.forms.editor.FormEditor editor, boolean htmlComments)
Method Detail |
---|
protected RepositoryTaskData getRepositoryTaskData()
protected void updateTask()
protected abstract void validateInput()
protected java.lang.String getTitleString()
protected abstract void submitToRepository()
public void init(org.eclipse.ui.IEditorSite site, org.eclipse.ui.IEditorInput input)
init
in interface org.eclipse.ui.IEditorPart
init
in class org.eclipse.ui.forms.editor.FormPage
public java.lang.String getNewCommentText()
protected void createFormContent(org.eclipse.ui.forms.IManagedForm managedForm)
createFormContent
in class org.eclipse.ui.forms.editor.FormPage
protected void createReportHeaderLayout(org.eclipse.swt.widgets.Composite composite)
protected org.eclipse.swt.widgets.Text createTextField(org.eclipse.swt.widgets.Composite composite, RepositoryTaskAttribute attribute, int style)
composite
- attribute
- style
- protected org.eclipse.swt.widgets.Composite createAttributeLayout(org.eclipse.swt.widgets.Composite composite)
protected void addSummaryText(org.eclipse.swt.widgets.Composite attributesComposite)
attributesComposite
- The composite to add the text field to.protected void createAttachmentLayout(org.eclipse.swt.widgets.Composite composite)
protected IOfflineTaskHandler getOfflineTaskHandler()
private void registerDropListener(org.eclipse.swt.widgets.Control control)
protected void createDescriptionLayout(org.eclipse.swt.widgets.Composite composite)
protected void createCustomAttributeLayout(org.eclipse.swt.widgets.Composite composite)
protected void createPeopleLayout(org.eclipse.swt.widgets.Composite composite)
protected void addCCList(org.eclipse.swt.widgets.Composite attributesComposite)
protected void createCommentLayout(org.eclipse.swt.widgets.Composite composite)
protected void createNewCommentLayout(org.eclipse.swt.widgets.Composite composite)
protected void createActionsLayout(org.eclipse.swt.widgets.Composite composite)
protected org.eclipse.ui.forms.widgets.Section createSection(org.eclipse.swt.widgets.Composite composite, java.lang.String title)
protected void addActionButtons(org.eclipse.swt.widgets.Composite buttonComposite)
buttonComposite
- Composite to add the buttons to.public static java.lang.String checkText(java.lang.String text)
null
is changed to a null
string
text
- The text to check if it is null or not
null
, then return the null string (""
).
Otherwise, return the text.protected void setGeneralTitleText()
public void saveBug()
protected void updateEditor()
public void setFocus()
setFocus
in interface org.eclipse.ui.IWorkbenchPart
setFocus
in class org.eclipse.ui.forms.editor.FormPage
protected void updateEditorTitle()
public boolean isSaveAsAllowed()
isSaveAsAllowed
in interface org.eclipse.ui.ISaveablePart
isSaveAsAllowed
in class org.eclipse.ui.forms.editor.FormPage
public void doSave(org.eclipse.core.runtime.IProgressMonitor monitor)
doSave
in interface org.eclipse.ui.ISaveablePart
doSave
in class org.eclipse.ui.forms.editor.FormPage
public void doSaveAs()
doSaveAs
in interface org.eclipse.ui.ISaveablePart
doSaveAs
in class org.eclipse.ui.forms.editor.FormPage
public org.eclipse.swt.widgets.Composite getEditorComposite()
public void dispose()
dispose
in interface org.eclipse.ui.IWorkbenchPart
dispose
in class org.eclipse.ui.forms.editor.FormPage
protected void fireSelectionChanged(org.eclipse.jface.viewers.SelectionChangedEvent event)
SelectionChangedEvent
to all listeners registered
under selectionChangedListeners
.
event
- The selection event.public void handleSummaryEvent()
public void select(int commentNumber)
commentNumber
- The comment number to be selectedpublic void revealAllComments()
public void select(java.lang.Object o, boolean highlight)
o
- The object to be selected.highlight
- Whether or not the object should be highlighted.public void selectNewComment()
public void selectDescription()
private void focusOn(org.eclipse.swt.widgets.Control selectionComposite, boolean highlight)
selectionComposite
- The StyledText to scroll topublic java.lang.Object getAdapter(java.lang.Class adapter)
getAdapter
in interface org.eclipse.core.runtime.IAdaptable
getAdapter
in class org.eclipse.ui.part.WorkbenchPart
public java.lang.Object getAdapterDelgate(java.lang.Class<?> adapter)
public RepositoryTaskOutlineNode getOutlineModel()
public RepositoryTaskOutlinePage getOutline()
public boolean isDisposed()
public void close()
public void addAttributeListener(IRepositoryTaskAttributeListener listener)
public void removeAttributeListener(IRepositoryTaskAttributeListener listener)
public void setParentEditor(MylarTaskEditor parentEditor)
public RepositoryTaskOutlineNode getTaskOutlineModel()
public void setTaskOutlineModel(RepositoryTaskOutlineNode taskOutlineModel)
public org.eclipse.swt.widgets.Control getControl()
public void setSummaryText(java.lang.String text)
public void setDescriptionText(java.lang.String text)
protected void addRadioButtons(org.eclipse.swt.widgets.Composite buttonComposite)
protected boolean hasAttributeChanges()
protected boolean hasChanged(RepositoryTaskAttribute newAttribute)
protected void addAttachContextButton(org.eclipse.swt.widgets.Composite buttonComposite, ITask task)
protected void addSelfToCC(org.eclipse.swt.widgets.Composite composite)
public boolean getAttachContext()
public void setAttachContext(boolean attachContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |