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 TypeMethodDescriptionvoidPanelEditor.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 TypeMethodDescriptionvoidPanelSettingsPropCnr.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 GSimpleDeviceGSimpleDevice.BROWSERThe browser device has size 0.static final GSimpleDeviceGSimpleDevice.IPAD_LANDSCAPEThe iPad device in landscape mode.static final GSimpleDeviceGSimpleDevice.IPAD_PORTRAITThe iPad device in portrait mode.static final GSimpleDeviceGSimpleDevice.IPHONE5_LANDSCAPEThe iPhone 5 device (or iPhone SE) in landscape mode.static final GSimpleDeviceGSimpleDevice.IPHONE5_PORTRAITThe iPhone 5 device (or iPhone SE) in portrait mode.static final GSimpleDeviceGSimpleDevice.PANEL_PARTThe 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 TypeMethodDescriptionbooleanGSimpleDevice.equalsNoOrientation(GSimpleDevice d) Compares two devices without caring about orientation.booleanDeviceProp.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.