Uses of Class
com.iizix.prop.ui.device.GSimpleDevice
Packages that use GSimpleDevice
Uses of GSimpleDevice in com.iizigo.panel
Methods in com.iizigo.panel that return types with arguments of type GSimpleDeviceModifier 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.Methods in com.iizigo.panel with parameters of type GSimpleDeviceModifier 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
Methods in com.iizigo.panel.prop that return types with arguments of type GSimpleDeviceModifier and TypeMethodDescriptionPanelSettingsPropCnr.getDevices()
Get the devices selected for display.Method parameters in com.iizigo.panel.prop with type arguments of type GSimpleDeviceModifier and TypeMethodDescriptionvoid
PanelSettingsPropCnr.setDevices
(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 GSimpleDeviceModifier 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.Methods in com.iizix.prop.ui.device that return GSimpleDeviceModifier and TypeMethodDescriptionGSimpleDevice.changeOrientation()
Creates a new simple device with changed orientation type (portrait/landscape).Methods in com.iizix.prop.ui.device with parameters of type GSimpleDeviceModifier 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.Constructors in com.iizix.prop.ui.device with parameters of type GSimpleDeviceModifierConstructorDescriptionDeviceProp
(Atom propertyAtom, GSimpleDevice newValue) Creates a device property with the specified name and value.