Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7923973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:30:29+00:00 2026-06-03T17:30:29+00:00

I have a class, which extends PropertyDescriptor and it shall open a small dialog

  • 0

I have a class, which extends PropertyDescriptor and it shall open a small dialog for value input.
It works so far, the dialog is shown and I can enter all values. But the system doesn’t show, that the file was edited.

The dialog is a copy of the InputDialog.

I have tried to use methods like fireApplyEditorValue, fireEditorValueChanged and valueChanged. But it makes no difference.
I have checked the listeners, which can found in the fire methods and they are the same listeners, which are used by the TextCellEditor.

I can’t figure out, what I have missed.

Thanks for any advices.

Here is my createPropertyEditor method:

public CellEditor createPropertyEditor(Composite parent) {
    CellEditor editor = new DialogCellEditor(parent) {
        @Override
        protected Object openDialogBox(Control cellEditorWindow) {
            SimpleDialog dialog = new SimpleDialog(cellEditorWindow.getShell(), (SomeValue) doGetValue());
            dialog.open();
            return dialog.getValue();
        }
    };
    if (getValidator() != null)
        editor.setValidator(getValidator());
    return editor;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:30:31+00:00Added an answer on June 3, 2026 at 5:30 pm

    I found my mistake.
    I have to overwrite the method equals in my class SomeValue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello i'm implementing a custom dialog. I have a class which extends Dialog .
I have class A which extends the Activity class. This class is in package
Hi Experts: I have a class which extends JPanel now ShapePanel (Sp) this gets
I am trying to create downloading progress. I have my class which extends AsyncTask:
I have crated a class which extends the ListFragment . I have one button
I have a custom class loader which extends from a URLClassLoader. I added a
In Java I have created the following class which extends ImageView to create a
I have a view in Eclipse (implemented by a class which extends org.eclipse.ui.part.ViewPart )
I have 2 web user controls, both inherit the same base class which extends
I have two Java classes: B, which extends another class A, as follows :

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.