I've figured out how to embed a JComponent, just wanted to have it out-of-the box. My vision is that an editor can be a handy form with familiar controls for many applications.
About substute actions - it's non-trivial to figure out how to use it without any docs...
I've figured out how to embed a JComponent, just wanted to have it out-of-the box. My vision is that an editor can be a handy form with familiar controls for many applications.
About substute actions - it's non-trivial to figure out how to use it without any docs...
We have sample usage of substitute action. You can look at it in
Igor Karpov wrote:
If you want you can embed any swing component in editor cell. Use
CellModel_JComponent concept.
You can also emulate combo box functionality. Create string property and
in editor redefie substitute action.
I've figured out how to embed a JComponent, just wanted to have it out-of-the box. My vision is that an editor can be a handy form with familiar controls for many applications.
About substute actions - it's non-trivial to figure out how to use it without any docs...
Igor Karpov wrote:
We have sample usage of substitute action. You can look at it in
%MPS_HOME%/projects/SubstituteActionTutorial.