Uses of Class
com.orchestranetworks.ui.UIButtonRelief
-
Packages that use UIButtonRelief Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®.com.orchestranetworks.ui.toolbar This package allows customizing toolbars. -
-
Uses of UIButtonRelief in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIButtonRelief Modifier and Type Field Description static UIButtonReliefUIButtonRelief. EMBOSSEDDisplays an embossed button with borders.static UIButtonReliefUIButtonRelief. FLATDisplays a flat button with borders when mousing over.Methods in com.orchestranetworks.ui that return UIButtonRelief Modifier and Type Method Description UIButtonReliefUIButtonSpec. getRelief()Returns the relief of this button.Methods in com.orchestranetworks.ui with parameters of type UIButtonRelief Modifier and Type Method Description voidUIButtonSpec. setRelief(UIButtonRelief aRelief)Defines a specific relief for the current button. -
Uses of UIButtonRelief in com.orchestranetworks.ui.toolbar
Methods in com.orchestranetworks.ui.toolbar with parameters of type UIButtonRelief Modifier and Type Method Description voidToolbarButton. setRelief(UIButtonRelief aRelief)Deprecated.Since 5.9.0, relief configuration is ignored, all buttons are rendered flat.
-