Package com.inductiveautomation.ignition.designer.gui
package com.inductiveautomation.ignition.designer.gui
-
ClassDescriptionA simple framework for an action that runs some checks and displays the results in a little popup.An AbstractDialogPage that has additional information that is used to help render the list of pages in a JIDE multi page dialog pane.A
JideMenu.PopupMenuCustomizer
that builds menus off of a set ofProperty
, provided by the subclass.A collection of static methods and constants to make the UI uniform.A simple extension of the JideMenu that adds a few things that we commonly use to the constructor (such as I18N support and an Icon).This action displays a popupmenu, customized through JIDE's PopupMenuCustomizer, when the action is performed.Superclass of all Designer toolbars.This MouseListener and MouseMotionListener listens to a JComponent, and initiates an exportAsDrag on its TransferHandler when a drag exceeds 5 pixels of distance in any direction.An item listener that has a list of dependent JComponents.Used to create side-bar actions for expression editorsA right-click menu that fills in operators and functions for an expression editing text area.Item selection handler that places the selected item directly into the code editorA titled border that uses the Designer's bold 11-font label as a title, and no border.A JFrame with some helpers to open and center itself lateA button that displays a tree of the given project resource type in a popup.Convenience class for a text field that will validate a resource path, such as a Named Query.A component that displays polling rate optionsInstalls SearchableBar into a BorderLayout JPanelDialogPage that wraps an instance of an AbstractPropertyEditorPanel in a JIDE DialogPage, adding a banner on top.Designer's status bar.Extension ofProjectResourcePathValidatedTextField
which performs an additional validation after the path check to ensure that the path resolved to a query with an update type (see FB9017).A normal textfield, that supports a watermark which is displayed when the text box is empty.A ZoomableResourceEditor is a designer interface that allows that allows for the 'zooming' in and out on the content in the main resource workspace panel such as seen in and Report resources.Filename: ZoomIndicator Author: Perry Arellano-Jones Created on: 6/30/15 Project: ignition_dev_7_8B