Uses of Class
com.iizix.prop.ui.device.GSimpleDevice
Packages that use GSimpleDevice Package Description com.iizigo.panel com.iizigo.panel.prop com.iizix.prop.ui.device Uses of GSimpleDevice in com.iizigo.panel
Methods in com.iizigo.panel that return types with arguments of type GSimpleDevice Modifier and Type Method Description static java.util.Collection<GSimpleDevice>
UIDevices. getDefaultDevices()
Gets the default devices.static java.util.Collection<GSimpleDevice>
UIDevices. getSelectedDevices()
Get a list of all selected devices, sorted by names.static java.util.List<GSimpleDevice>
UIDevices. getSortedSelectedDevices(boolean isMobile)
Get a list of all selected devices, sorted by names.Methods in com.iizigo.panel with parameters of type GSimpleDevice Modifier and Type Method Description void
PanelEditor. setDevice(GSimpleDevice dev)
Sets the device to use in the panel editor without undo functionality.Uses of GSimpleDevice in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return types with arguments of type GSimpleDevice Modifier and Type Method Description java.util.List<GSimpleDevice>
PanelSettingsPropCnr. getDevices()
Get the devices selected for display.Method parameters in com.iizigo.panel.prop with type arguments of type GSimpleDevice Modifier and Type Method Description void
PanelSettingsPropCnr. setDevices(java.util.Collection<GSimpleDevice> devices)
Sets the devices displayed.Uses of GSimpleDevice in com.iizix.prop.ui.device
Fields in com.iizix.prop.ui.device declared as GSimpleDevice Modifier and Type Field Description static GSimpleDevice
GSimpleDevice. BROWSER
The browser device has size 0.static GSimpleDevice
GSimpleDevice. IPAD_LANDSCAPE
The iPad device in landscape mode.static GSimpleDevice
GSimpleDevice. IPAD_PORTRAIT
The iPad device in portrait mode.static GSimpleDevice
GSimpleDevice. IPHONE5_LANDSCAPE
The iPhone 5 device (or iPhone SE) in landscape mode.static GSimpleDevice
GSimpleDevice. IPHONE5_PORTRAIT
The iPhone 5 device (or iPhone SE) in portrait mode.static GSimpleDevice
GSimpleDevice. PANEL_PART
The panel part has the size of the panel part container.Methods in com.iizix.prop.ui.device that return GSimpleDevice Modifier and Type Method Description GSimpleDevice
GSimpleDevice. changeOrientation()
Creates a new simple device with changed orientation type (portrait/landscape).Methods in com.iizix.prop.ui.device with parameters of type GSimpleDevice Modifier and Type Method Description boolean
GSimpleDevice. equalsNoOrientation(GSimpleDevice d)
Compares two devices without caring about orientation.boolean
DeviceProp. setPropValue(GSimpleDevice newValue)
Sets a new value for this property.Constructors in com.iizix.prop.ui.device with parameters of type GSimpleDevice Constructor Description DeviceProp(Atom propertyAtom, GSimpleDevice newValue)
Creates a device property with the specified name and value.