Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 jfxtra 议程创建一个自定义约会面板。
正是我想显示一些特定的文本,而不是已经显示的时间范围。
我还想要一个自定义约会 bean,其中包含可以在面板中显示的其他信息。
(我真的不知道从哪里开始)
提前感谢您的帮助。
好吧,Agenda 没有暴露任何显示信息,因为它可能有各种不同的表示;面板,或列表视图,或......所以你必须修改皮肤。您应该从 AppointmentRegularBodyPane 开始
https://github.com/JFXtras/jfxtras/blob/8.0/jfxtras-agenda/src/main/java/jfxtras/internal/scene/control/skin/agenda/base24hour/AppointmentRegularBodyPane.java
您正在查看的皮肤非常简单。有一个日期窗格,其中包含不同的约会窗格等。