Class UIProps
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.model.properties.UIProps
 
- 
 public class UIProps extends java.lang.ObjectA Vision Module settings resource object. Holds various UI props used in the client
- 
- 
Field SummaryFields Modifier and Type Field Description static ResourceTypeRESOURCE_TYPE
 - 
Constructor SummaryConstructors Constructor Description UIProps()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapply(FPMIApp app)DockingDesktopManager.AxisPrecedencegetAxisPrecedence()java.awt.ColorgetBackgroundColor()java.awt.FontgetMenuFont()intgetMinHeight()java.awt.DimensiongetMinSize()intgetMinWidth()floatgetTouchScreenKeyBoardWidth()booleanisHideMenuBar()booleanisHideWindowsMenu()booleanisInfiniteDesktop()booleanisRestrictFloatingFrames()voidsetAxisPrecedence(DockingDesktopManager.AxisPrecedence axisPrecedence)voidsetAxisPrecedence(java.lang.String axisPrecedence)Deprecated.voidsetBackgroundColor(java.awt.Color backgroundColor)voidsetHideMenuBar(boolean hideMenuBar)voidsetHideWindowsMenu(boolean hideWindowsMenu)voidsetInfiniteDesktop(boolean infiniteDesktop)voidsetMenuFont(java.awt.Font menuFont)voidsetMinHeight(int minHeight)voidsetMinWidth(int minWidth)voidsetRestrictFloatingFrames(boolean restrictFloatingFrames)voidsetTouchScreenKeyBoardWidth(float width)
 
- 
- 
- 
Field Detail- 
RESOURCE_TYPEpublic static final ResourceType RESOURCE_TYPE 
 
- 
 - 
Method Detail- 
getTouchScreenKeyBoardWidthpublic float getTouchScreenKeyBoardWidth() 
 - 
setTouchScreenKeyBoardWidthpublic void setTouchScreenKeyBoardWidth(float width) 
 - 
getMinWidthpublic int getMinWidth() 
 - 
setMinWidthpublic void setMinWidth(int minWidth) 
 - 
getMinHeightpublic int getMinHeight() 
 - 
setMinHeightpublic void setMinHeight(int minHeight) 
 - 
getBackgroundColorpublic java.awt.Color getBackgroundColor() 
 - 
setBackgroundColorpublic void setBackgroundColor(java.awt.Color backgroundColor) 
 - 
getMenuFontpublic java.awt.Font getMenuFont() 
 - 
setMenuFontpublic void setMenuFont(java.awt.Font menuFont) 
 - 
isHideWindowsMenupublic boolean isHideWindowsMenu() 
 - 
setHideWindowsMenupublic void setHideWindowsMenu(boolean hideWindowsMenu) 
 - 
isHideMenuBarpublic boolean isHideMenuBar() 
 - 
setHideMenuBarpublic void setHideMenuBar(boolean hideMenuBar) 
 - 
getMinSizepublic java.awt.Dimension getMinSize() 
 - 
isRestrictFloatingFramespublic boolean isRestrictFloatingFrames() 
 - 
setRestrictFloatingFramespublic void setRestrictFloatingFrames(boolean restrictFloatingFrames) 
 - 
isInfiniteDesktoppublic boolean isInfiniteDesktop() 
 - 
setInfiniteDesktoppublic void setInfiniteDesktop(boolean infiniteDesktop) 
 - 
applypublic void apply(FPMIApp app) 
 - 
setAxisPrecedence@Deprecated public void setAxisPrecedence(java.lang.String axisPrecedence) Deprecated.This method is for backwards compatibility
 - 
setAxisPrecedencepublic void setAxisPrecedence(DockingDesktopManager.AxisPrecedence axisPrecedence) 
 - 
getAxisPrecedencepublic DockingDesktopManager.AxisPrecedence getAxisPrecedence() 
 
- 
 
-