.externalToolBuilders
.settings
Papers
bin
doc
Javadoc
LambdaJavadoc
OldStuff
JavaDoc
class-use
index-files
Abstract.html
AddOp.html
AndOp.html
ArgumentList.html
Assign.html
Attribute.html
AttributeInfo.html
BaseType.html
Binary.html
BinaryExpr.html
Block.html
BoolLiteral.html
BooleanType.html
CONSTANT_Class_info.html
CONSTANT_Double_info.html
CONSTANT_Fieldref_info.html
CONSTANT_Float_info.html
CONSTANT_Integer_info.html
CONSTANT_InterfaceMethodref_info.html
CONSTANT_Long_info.html
CONSTANT_Methodref_info.html
CONSTANT_NameAndType_info.html
CONSTANT_String_info.html
CONSTANT_Utf8_info.html
CPInfo.html
CastExpr.html
CharLiteral.html
CharacterType.html
Class.html
ClassBody.html
ClassDeclId.html
ClassFile.html
CodeAttribute.html
ConstantValueAttribute.html
Constructor.html
DeclId.html
DivideOp.html
EmptyStmt.html
EqualOp.html
ExceptionList.html
ExceptionTable.html
Expr.html
ExprStmt.html
FieldDecl.html
FieldInfo.html
FormalParameter.html
GreaterEquOp.html
GreaterOp.html
IfStmt.html
Import.html
InstVar.html
InstVarDecl.html
InstanceOf.html
IntLiteral.html
IntegerType.html
JVMCode.html
JVMCodeException.html
JavaCompiler.html
JavaLexer.html
JavaParser.html
JavaParser.yyException.html
JavaParser.yyInput.html
Key.html
LessEquOp.html
LessOp.html
Literal.html
LocalOrFieldVar.html
LocalVarDecl.html
LogOp.html
Method.html
MethodCall.html
MethodInfo.html
MinusOp.html
Modifier.html
Modifiers.html
ModuloOp.html
MulOp.html
MyCompiler.html
NegativeExpr.html
NewArray.html
NewClass.html
NoReceiver.html
NotEqualOp.html
NotExpr.html
Null.html
Operator.html
OrOp.html
Pair.html
ParaList.html
ParameterList.html
PlusOp.html
PositivExpr.html
PostDecExpr.html
PostIncExpr.html
PreDecExpr.html
PreIncExpr.html
Private.html
Protected.html
Public.html
Receiver.html
RefType.html
RelOp.html
Return.html
ReturnType.html
SCClassBodyException.html
SCClassException.html
SCExcept.html
SCException.html
SCMethodException.html
SCStatementException.html
Scanner.html
SourceFile.html
Statement.html
Static.html
Status.html
StringLiteral.html
This.html
TimesOp.html
Token.html
Type.html
TypeSpec.html
TyploseVariable.html
UnaryExpr.html
UnaryMinus.html
UnaryNot.html
UnaryPlus.html
UsedId.html
UserDef.html
Void.html
WhileStmt.html
allclasses-frame.html
allclasses-noframe.html
constant-values.html
deprecated-list.html
help-doc.html
index.html
overview-tree.html
package-list
package-use.html
packages.html
serialized-form.html
stylesheet.css
yyCheck0.html
yyCheck1.html
yyCheckInit.html
Rest
ClassDiagram.ucd
Operator.ucd
Rest.ucd
Statement.ucd
UML Juni 2005.zip
Papers
Studienarbeiten
UML
examples
lib
notizen
src
test
tools
.classpath
.cvsignore
.gitignore
.project
README.me
log4j.xml
30 lines
1.3 KiB
CSS
Executable File
30 lines
1.3 KiB
CSS
Executable File
/* Javadoc style sheet */
|
|
|
|
/* Define colors, fonts and other style attributes here to override the defaults */
|
|
|
|
/* Page background color */
|
|
body { background-color: #FFFFFF }
|
|
|
|
/* Table colors */
|
|
.TableHeadingColor { background: #CCCCFF } /* Dark mauve */
|
|
.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
|
|
.TableRowColor { background: #FFFFFF } /* White */
|
|
|
|
/* Font used in left-hand frame lists */
|
|
.FrameTitleFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
|
|
.FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
|
|
.FrameItemFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
|
|
|
|
/* Example of smaller, sans-serif font in frames */
|
|
/* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
|
|
|
|
/* Navigation bar fonts and colors */
|
|
.NavBarCell1 { background-color:#EEEEFF;}/* Light mauve */
|
|
.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
|
|
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
|
|
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
|
|
|
|
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
|
|
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
|
|
|