Uses of Interface
se.conciliate.extensions.ui.Page
Packages that use Page
Package
Description
Provides services for printing.
Provides classes and interfaces used to show a user interface and to hook
in to the current user interface.
-
Uses of Page in se.conciliate.extensions.print
Methods in se.conciliate.extensions.print with parameters of type PageModifier and TypeMethodDescriptiondefault void
PrintService.showPrintDialog
(Frame parent, Page page, Path path, boolean openWhenComplete, Runnable onComplete) Show the print dialog for printing a specific page. -
Uses of Page in se.conciliate.extensions.ui
Methods in se.conciliate.extensions.ui that return PageModifier and TypeMethodDescriptionPage<?>
Finds a currently opened page in the UI.Page<?>
Binder.findPageByContent
(Object content) Finds a currently opened page in the UI by its content.BinderEvent.getPage()
Returns the page that this event applies to.Page<?>
Binder.getSelectedPage()
Returns the currently selected page.Methods in se.conciliate.extensions.ui that return types with arguments of type PageModifier and TypeMethodDescriptionBinder.findAllPages()
Finds all currently opened pages.Binder.findPageByTag
(String tag) Finds a currently opened page in the UI by its optional tag.Methods in se.conciliate.extensions.ui with parameters of type PageModifier and TypeMethodDescriptionvoid
Closes a page for if the shell state is MODELING and the page is open.void
Closes a previously opened page.void
Binder.closePage
(Page<?> page, boolean checkForUnsavedChanges, Runnable callback, boolean forceClose) Page<?>
Finds a currently opened page in the UI.boolean
Binder.isAttached
(Page<?> page) Returns true if the page is attached in the binder, i.e.void
Opens a new page, at some time in the future*, if the shell state is MODELING.void
Binder.openAttachedPage
(Page<?> page) Opens a page and makes it attached, i.e.void
Binder.openAttachedPage
(Page<?> page, int relativePosition) Opens a page at a given index and makes it attached, i.e.void
Opens a page in the user interface.void
Binder.openPageAt
(Page<?> page, int relativePosition) Opens a page in the user interface at the relative position given.Constructors in se.conciliate.extensions.ui with parameters of type PageModifierConstructorDescriptionBinderEvent
(Object source, int id, Page page) Constructs a new binder event.