Uses of Class
com.iizix.prop.ui.device.GSimpleDevice
Uses of GSimpleDevice in com.iizigo.panel
Modifier and TypeMethodDescriptionstatic Collection<GSimpleDevice>
UIDevices.getDefaultDevices()
Gets the default devices.static Collection<GSimpleDevice>
UIDevices.getSelectedDevices()
Get a list of all selected devices, sorted by names.static List<GSimpleDevice>
UIDevices.getSortedSelectedDevices
(boolean isMobile) Get a list of all selected devices, sorted by names.Modifier and TypeMethodDescriptionvoid
PanelEditor.setDevice
(GSimpleDevice dev) Sets the device to use in the panel editor without undo functionality.Uses of GSimpleDevice in com.iizigo.panel.prop
Modifier and TypeMethodDescriptionPanelSettingsPropCnr.getDevices()
Get the devices selected for display.Modifier and TypeMethodDescriptionvoid
PanelSettingsPropCnr.setDevices
(Collection<GSimpleDevice> devices) Sets the devices displayed.Uses of GSimpleDevice in com.iizix.prop.ui.device
Modifier and TypeFieldDescriptionstatic final GSimpleDevice
GSimpleDevice.BROWSER
The browser device has size 0.static final GSimpleDevice
GSimpleDevice.IPAD_LANDSCAPE
The iPad device in landscape mode.static final GSimpleDevice
GSimpleDevice.IPAD_PORTRAIT
The iPad device in portrait mode.static final GSimpleDevice
GSimpleDevice.IPHONE5_LANDSCAPE
The iPhone 5 device (or iPhone SE) in landscape mode.static final GSimpleDevice
GSimpleDevice.IPHONE5_PORTRAIT
The iPhone 5 device (or iPhone SE) in portrait mode.static final GSimpleDevice
GSimpleDevice.PANEL_PART
The panel part has the size of the panel part container.Modifier and TypeMethodDescriptionGSimpleDevice.changeOrientation()
Creates a new simple device with changed orientation type (portrait/landscape).Modifier and TypeMethodDescriptionboolean
GSimpleDevice.equalsNoOrientation
(GSimpleDevice d) Compares two devices without caring about orientation.boolean
DeviceProp.setPropValue
(GSimpleDevice newValue) Sets a new value for this property.ModifierConstructorDescriptionDeviceProp
(Atom propertyAtom, GSimpleDevice newValue) Creates a device property with the specified name and value.