|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.gui.docview.AnnotationStack.StackRow
class AnnotationStack.StackRow
A row of annotations in the stack.
| Field Summary | |
|---|---|
(package private) Set<AnnotationStack.StackAnnotation> |
annotations
|
(package private) int |
crop
|
(package private) String |
feature
|
(package private) JButton |
lastColumnButton
|
(package private) String |
set
|
(package private) String |
shortcut
|
(package private) String |
type
|
| Constructor Summary | |
|---|---|
AnnotationStack.StackRow(String set,
String type,
String feature,
JButton lastColumnButton,
String shortcut,
int crop)
|
|
| Method Summary | |
|---|---|
void |
addAnnotation(AnnotationStack.StackAnnotation annotation)
|
Set<AnnotationStack.StackAnnotation> |
getAnnotations()
|
int |
getCrop()
|
String |
getFeature()
|
JButton |
getLastColumnButton()
|
String |
getSet()
|
String |
getShortcut()
|
String |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
String set
String type
String feature
Set<AnnotationStack.StackAnnotation> annotations
JButton lastColumnButton
String shortcut
int crop
| Constructor Detail |
|---|
AnnotationStack.StackRow(String set,
String type,
String feature,
JButton lastColumnButton,
String shortcut,
int crop)
| Method Detail |
|---|
public String getSet()
public String getType()
public String getFeature()
public Set<AnnotationStack.StackAnnotation> getAnnotations()
public JButton getLastColumnButton()
public String getShortcut()
public int getCrop()
public void addAnnotation(AnnotationStack.StackAnnotation annotation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||