Exam 13: Javafx Gui

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the statements a, b and c is true?

Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
Verified

D

Which of the following statements is false?

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

D

As you build a GUI, recall that it's often easier to manipulate layouts and controls via Scene Builder's ________ window than directly in the stage design area.

Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
Verified

B

________ refers to the size and positioning of nodes in the XE "scene graph" scene graph.

(Multiple Choice)
4.8/5
(26)

Which of the following is most closely associated with the statement, "Occurs for a given node when the mouse exits that node's bounds."

(Multiple Choice)
4.8/5
(34)

Package javafx.collections defines ObservableList and other XE "observable collection" observable collection interfaces. The package also contains class ________, which provides static methods for creating and manipulating observable collections.

(Multiple Choice)
4.9/5
(30)

Each TextField has a text property that's returned by its textProperty method as a StringProperty. The StringProperty method ________ receives an XE "ObservableValue interface (JavaFX)" ObservableValue as an argument. When the ObservableValue changes, the bound property is updated accordingly.

(Multiple Choice)
4.9/5
(26)

Though you can individually add items to a ListView, you can also bind a(n) ________ object to the ListView. If you make changes to this object, its observer will automatically be notified of those changes.

(Multiple Choice)
4.8/5
(32)

The argument to ListView method setCellFactory is an implementation of interface ________ (package javafx.util). This generic interface provides a call method that receives one argument and returns an object of the custom ListCell<Type> subclass.

(Multiple Choice)
4.9/5
(30)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(29)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(35)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(33)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(32)

Which of the following is most closely associated with the statement, "Occurs for a given node when a drag operation that started in a different node continues over the given node."

(Multiple Choice)
4.9/5
(31)

The ListCell<Type> subclass's ________ method creates the custom presentation. This method is called by the ListView's cell factory when a ListView cell is required-that is, when the ListView is first displayed and when ListView cells are about to scroll onto the screen.

(Multiple Choice)
4.9/5
(31)

To perform an arbitrary task when a property's value changes, you can register a XE "property listener" property ________.

(Multiple Choice)
4.9/5
(31)

Which of the following statements is true?

(Multiple Choice)
4.9/5
(34)

JavaFX properties are ________-when a property's value changes, other objects can respond accordingly.

(Multiple Choice)
4.8/5
(38)

Which of the following statements is false?

(Multiple Choice)
4.7/5
(43)

Which of the following describes an AnchorPane?

(Multiple Choice)
4.8/5
(31)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)