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.In the scenario where you have aJPanel
or aJComponent
for which you want the enable state of the children to match those of the parents, you can use this class to achieve that.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.IconTrailingComponent<T extends JComponent>For a given component, trailing icons can be set.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 JPanelFor a SplitPane that you want to have the visibility of one of the two components set in the SplitPane to be toggled between being visible and being not visible, you can use this class to provide that capability.DialogPage that wraps an instance of an AbstractPropertyEditorPanel in a JIDE DialogPage, adding a banner on top.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