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 voidPrintService.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 TypeMethodDescriptionvoidCloses a page for if the shell state is MODELING and the page is open.voidCloses a previously opened page.voidBinder.closePage(Page<?> page, boolean checkForUnsavedChanges, Runnable callback, boolean forceClose) Page<?>Finds a currently opened page in the UI.booleanBinder.isAttached(Page<?> page) Returns true if the page is attached in the binder, i.e.voidOpens a new page, at some time in the future*, if the shell state is MODELING.voidBinder.openAttachedPage(Page<?> page) Opens a page and makes it attached, i.e.voidBinder.openAttachedPage(Page<?> page, int relativePosition) Opens a page at a given index and makes it attached, i.e.voidOpens a page in the user interface.voidBinder.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.