|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SK.gnome.morena.MorenaOptionsDescriptor
public class MorenaOptionsDescriptor
Base class for SaneOptionDescriptor (and TwainOptionDescriptor in future).
Nested Class Summary | |
---|---|
static class |
MorenaOptionsDescriptor.DoubleRange
Double range type. |
static class |
MorenaOptionsDescriptor.IntRange
Integer range type. |
Field Summary | |
---|---|
int |
cap
Option capabilities. |
java.lang.Object |
constraint
Option constraints. |
java.lang.String |
description
Option description. |
java.lang.String |
name
Option name. |
int |
size
Option value size (in bytes). |
java.lang.String |
title
Human readable option title. |
int |
type
Option type. |
int |
unit
Option value unit. |
Constructor Summary | |
---|---|
MorenaOptionsDescriptor()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String title
public java.lang.String description
public int type
public int unit
public int size
public int cap
public java.lang.Object constraint
Constructor Detail |
---|
public MorenaOptionsDescriptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |