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 9225971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:42:43+00:00 2026-06-18T04:42:43+00:00

I have a custom class called ‘Language’, I want to define it in fxml

  • 0

I have a custom class called ‘Language’, I want to define it in fxml like:

<Language fx:value="getBundle">
</Language>

Language extends Object directly and not any JavaFX component. Obviously it throws the below Exception:

Unable to coerce com.bl.commons.Language@69435 to class javafx.scene.Node

So how do I do it? What I want is that, most of my modal is in that class and I want to directly call methods of Language and set content in fxml itself. If this is not possible then any alternatives?

  • 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-18T04:42:45+00:00Added an answer on June 18, 2026 at 4:42 am

    As far as I know your class has to extend Node in some way in order to be added to the list of children of other elements (which is what you are doing when you put it anywhere in FXML), because those children are stored as ObservableList<Node>.

    Note that this doesn’t really mean you have to do anything special, just do:

    public class Language extends Node // or StackPane or whatever
    {
        public Language()
        {
            super();
            // ...carry on...
        }
    }
    

    If Language already extends something else you will want to make that class extend Node or rethink your class hierarchy.

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

Sidebar

Related Questions

I have a data object -- a custom class called Notification -- that exposes
I have a custom class called NoteView that extends FrameLayout . Previously, I had
I have a custom button class called ImageButton that extends JButton. In it i
I have a custom class called Position. I want to use the following:- Set<Position>
i have a custom class called contact . This class has attributes like name,
I have a custom class that extends the in built WPF Canvas called VisualCanvas
I have a custom class which I want to load inside the firstViewController and
I have a custom class that uses boost mutexes and locks like this (only
I have a custom class loader which extends from a URLClassLoader. I added a
I have a custom class called SaveData that is made up of four strings.

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.